Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-03-11 04:12:13 +0300
committerNextcloud bot <bot@nextcloud.com>2018-03-11 04:12:13 +0300
commit2c503ccdeedb9ba62e639b874d75acc784067404 (patch)
treebbf77fa846ba0090045572525d3dd42d56e268b6
parentf08bc1bc6fb16d2c199c20109f9501aef14e2511 (diff)
[tx-robot] updated from transifex
-rw-r--r--apps/theming/l10n/sk.js1
-rw-r--r--apps/theming/l10n/sk.json1
-rw-r--r--apps/updatenotification/l10n/es.js8
-rw-r--r--apps/updatenotification/l10n/es.json8
-rw-r--r--apps/updatenotification/l10n/hu.js8
-rw-r--r--apps/updatenotification/l10n/hu.json8
-rw-r--r--apps/updatenotification/l10n/sk.js1
-rw-r--r--apps/updatenotification/l10n/sk.json1
-rw-r--r--core/l10n/es.js1
-rw-r--r--core/l10n/es.json1
-rw-r--r--core/l10n/hu.js1
-rw-r--r--core/l10n/hu.json1
-rw-r--r--settings/l10n/es.js2
-rw-r--r--settings/l10n/es.json2
-rw-r--r--settings/l10n/hu.js2
-rw-r--r--settings/l10n/hu.json2
-rw-r--r--settings/l10n/sk.js1
-rw-r--r--settings/l10n/sk.json1
18 files changed, 50 insertions, 0 deletions
diff --git a/apps/theming/l10n/sk.js b/apps/theming/l10n/sk.js
index 4fd1cf89edd..9fd928b533e 100644
--- a/apps/theming/l10n/sk.js
+++ b/apps/theming/l10n/sk.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"Saved" : "Uložené",
"Admin" : "Správca",
"a safe home for all your data" : "bezpečný domov pre všetky vaše dáta",
+ "Name cannot be empty" : "Názov nemôže byť prázdny",
"The given name is too long" : "Zadané meno je príliš dlhé",
"The given web address is too long" : "Zadaná web adresa je príliš dlhá",
"The given slogan is too long" : "Zadaný slogan je príliš dlhý",
diff --git a/apps/theming/l10n/sk.json b/apps/theming/l10n/sk.json
index 83ee78bc7a4..58b5b992fa0 100644
--- a/apps/theming/l10n/sk.json
+++ b/apps/theming/l10n/sk.json
@@ -3,6 +3,7 @@
"Saved" : "Uložené",
"Admin" : "Správca",
"a safe home for all your data" : "bezpečný domov pre všetky vaše dáta",
+ "Name cannot be empty" : "Názov nemôže byť prázdny",
"The given name is too long" : "Zadané meno je príliš dlhé",
"The given web address is too long" : "Zadaná web adresa je príliš dlhá",
"The given slogan is too long" : "Zadaný slogan je príliš dlhý",
diff --git a/apps/updatenotification/l10n/es.js b/apps/updatenotification/l10n/es.js
index 024f6cad1fb..07d831c7ad7 100644
--- a/apps/updatenotification/l10n/es.js
+++ b/apps/updatenotification/l10n/es.js
@@ -2,6 +2,8 @@ OC.L10N.register(
"updatenotification",
{
"{version} is available. Get more information on how to update." : "{version} está disponible. Obtenga más información sobre cómo actualizar.",
+ "Apps missing updates" : "Apps sin actualizaciones",
+ "Apps with available updates" : "Apps con actualizaciones disponibles",
"Open updater" : "Abrir el actualizador",
"Your version is up to date." : "Su versión está actualizada.",
"A non-default update server is in use to be checked for updates:" : "Se está usando un servidor de actualización no estándar para comprobar actualizaciones:",
@@ -11,7 +13,13 @@ OC.L10N.register(
"Notify members of the following groups about available updates:" : "Notificar a los miembros de los siguientes grupos sobre actualizaciones disponibles:",
"Only notification for app updates are available." : "Solo están disponibles las notificaciones para actualizaciones de apps",
"The selected update channel does not support updates of the server." : "El canal de actualización seleccionado no soporta actualizaciones del servidor",
+ "A new version is available: <strong>{newVersionString}</strong>" : "Una nueva versión está disponible: <strong>{newVersionString}</strong>",
"Checked on {lastCheckedDate}" : "Comprobado el {lastCheckeDate}",
+ "Checking apps for compatible updates" : "Comprobando las actualizaciones compatibles de las apps",
+ "Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Por favor, asegúrate de que tu config.php no tiene configurado <samp>appstoreenabled</samp> como false.",
+ "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "No se ha podido conectar a la appstore o la appstore no ha devuelto ninguna actualización. Busca actualizaciones manualmente o asegúrate de que tu servidor tiene acceso a internet y puede conectarse a la appstore.",
+ "<strong>All</strong> apps have an update for this version available" : "<strong>Todas</strong> las apps tienen disponible una actualización para esta versión",
+ "_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> app no tiene actualización disponible para esta versión.","<strong>%n</strong> apps no tienen actualización disponible para esta versión."],
"Could not start updater, please try the manual update" : "No se ha podido iniciar el actualizador. Por favor, prueba a realizar la actualización de forma manual",
"Update notifications" : "Actualizar notificaciones",
"Channel updated" : "Canal actualizado",
diff --git a/apps/updatenotification/l10n/es.json b/apps/updatenotification/l10n/es.json
index a8a75671a5d..39c9f9099e0 100644
--- a/apps/updatenotification/l10n/es.json
+++ b/apps/updatenotification/l10n/es.json
@@ -1,5 +1,7 @@
{ "translations": {
"{version} is available. Get more information on how to update." : "{version} está disponible. Obtenga más información sobre cómo actualizar.",
+ "Apps missing updates" : "Apps sin actualizaciones",
+ "Apps with available updates" : "Apps con actualizaciones disponibles",
"Open updater" : "Abrir el actualizador",
"Your version is up to date." : "Su versión está actualizada.",
"A non-default update server is in use to be checked for updates:" : "Se está usando un servidor de actualización no estándar para comprobar actualizaciones:",
@@ -9,7 +11,13 @@
"Notify members of the following groups about available updates:" : "Notificar a los miembros de los siguientes grupos sobre actualizaciones disponibles:",
"Only notification for app updates are available." : "Solo están disponibles las notificaciones para actualizaciones de apps",
"The selected update channel does not support updates of the server." : "El canal de actualización seleccionado no soporta actualizaciones del servidor",
+ "A new version is available: <strong>{newVersionString}</strong>" : "Una nueva versión está disponible: <strong>{newVersionString}</strong>",
"Checked on {lastCheckedDate}" : "Comprobado el {lastCheckeDate}",
+ "Checking apps for compatible updates" : "Comprobando las actualizaciones compatibles de las apps",
+ "Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Por favor, asegúrate de que tu config.php no tiene configurado <samp>appstoreenabled</samp> como false.",
+ "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "No se ha podido conectar a la appstore o la appstore no ha devuelto ninguna actualización. Busca actualizaciones manualmente o asegúrate de que tu servidor tiene acceso a internet y puede conectarse a la appstore.",
+ "<strong>All</strong> apps have an update for this version available" : "<strong>Todas</strong> las apps tienen disponible una actualización para esta versión",
+ "_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> app no tiene actualización disponible para esta versión.","<strong>%n</strong> apps no tienen actualización disponible para esta versión."],
"Could not start updater, please try the manual update" : "No se ha podido iniciar el actualizador. Por favor, prueba a realizar la actualización de forma manual",
"Update notifications" : "Actualizar notificaciones",
"Channel updated" : "Canal actualizado",
diff --git a/apps/updatenotification/l10n/hu.js b/apps/updatenotification/l10n/hu.js
index 381da278bf1..b1555d45e66 100644
--- a/apps/updatenotification/l10n/hu.js
+++ b/apps/updatenotification/l10n/hu.js
@@ -2,6 +2,8 @@ OC.L10N.register(
"updatenotification",
{
"{version} is available. Get more information on how to update." : "{version} rendelkezésre áll. További információ a frissítéshez.",
+ "Apps missing updates" : "Alkalmazások frissítés nélkül",
+ "Apps with available updates" : "Alkalmazások frissítéssel",
"Open updater" : "Frissítő megnyitása",
"Your version is up to date." : "Verzió frissítve.",
"A non-default update server is in use to be checked for updates:" : "Egy nem alapértelmezett szervert használunk a frissítések kereséséhez:",
@@ -11,7 +13,13 @@ OC.L10N.register(
"Notify members of the following groups about available updates:" : "A következő csoport tagjainak értesítése az elérhető frissítésekről:",
"Only notification for app updates are available." : "Csak az értesítő alkalmazás frissítései érhetők el.",
"The selected update channel does not support updates of the server." : "A kiválasztott frissítése csatorna nem támogatja a szerver frissítéseit.",
+ "A new version is available: <strong>{newVersionString}</strong>" : "Új verzió érhető el: <strong>{newVersionString}</strong>",
"Checked on {lastCheckedDate}" : "Ellenőrizve ekkor: {lastCheckedDate}",
+ "Checking apps for compatible updates" : "Alkalmazások ellenőrzése kompatibilis frissítéséhez",
+ "Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Ellenőrizd, hogy a config.php-dben nincs-e beállítva a <samp>appstoreenabled</samp> false-ra.",
+ "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Nem lehet csatlakozni az alkalmazásbolthoz, vagy az nem adott vissza frissítéseket egyáltalán. Keress frissítéseket kézzel, vagy győződj meg arról, hogy a szervered hozzáfér az internethez és eléri az alkalmazásboltot.",
+ "<strong>All</strong> apps have an update for this version available" : "<strong>Minden</strong> alkalmazás felfrissítve a legújabb verzióra.",
+ "_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> alkalmazásnak nincs elérhető frissítése ehhez a verzióhoz","<strong>%n</strong> alkalmazásnak nincs elérhető frissítése ehhez a verzióhoz"],
"Could not start updater, please try the manual update" : "Nem sikerült elindítani a frissítőt, kérlek próbáld a manuális frissítést",
"Update notifications" : "Frissítési értesítés",
"Channel updated" : "Csatorna frissítve",
diff --git a/apps/updatenotification/l10n/hu.json b/apps/updatenotification/l10n/hu.json
index b7cdaa87cfc..7adc5fa9c71 100644
--- a/apps/updatenotification/l10n/hu.json
+++ b/apps/updatenotification/l10n/hu.json
@@ -1,5 +1,7 @@
{ "translations": {
"{version} is available. Get more information on how to update." : "{version} rendelkezésre áll. További információ a frissítéshez.",
+ "Apps missing updates" : "Alkalmazások frissítés nélkül",
+ "Apps with available updates" : "Alkalmazások frissítéssel",
"Open updater" : "Frissítő megnyitása",
"Your version is up to date." : "Verzió frissítve.",
"A non-default update server is in use to be checked for updates:" : "Egy nem alapértelmezett szervert használunk a frissítések kereséséhez:",
@@ -9,7 +11,13 @@
"Notify members of the following groups about available updates:" : "A következő csoport tagjainak értesítése az elérhető frissítésekről:",
"Only notification for app updates are available." : "Csak az értesítő alkalmazás frissítései érhetők el.",
"The selected update channel does not support updates of the server." : "A kiválasztott frissítése csatorna nem támogatja a szerver frissítéseit.",
+ "A new version is available: <strong>{newVersionString}</strong>" : "Új verzió érhető el: <strong>{newVersionString}</strong>",
"Checked on {lastCheckedDate}" : "Ellenőrizve ekkor: {lastCheckedDate}",
+ "Checking apps for compatible updates" : "Alkalmazások ellenőrzése kompatibilis frissítéséhez",
+ "Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Ellenőrizd, hogy a config.php-dben nincs-e beállítva a <samp>appstoreenabled</samp> false-ra.",
+ "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Nem lehet csatlakozni az alkalmazásbolthoz, vagy az nem adott vissza frissítéseket egyáltalán. Keress frissítéseket kézzel, vagy győződj meg arról, hogy a szervered hozzáfér az internethez és eléri az alkalmazásboltot.",
+ "<strong>All</strong> apps have an update for this version available" : "<strong>Minden</strong> alkalmazás felfrissítve a legújabb verzióra.",
+ "_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> alkalmazásnak nincs elérhető frissítése ehhez a verzióhoz","<strong>%n</strong> alkalmazásnak nincs elérhető frissítése ehhez a verzióhoz"],
"Could not start updater, please try the manual update" : "Nem sikerült elindítani a frissítőt, kérlek próbáld a manuális frissítést",
"Update notifications" : "Frissítési értesítés",
"Channel updated" : "Csatorna frissítve",
diff --git a/apps/updatenotification/l10n/sk.js b/apps/updatenotification/l10n/sk.js
index 6d5ed85997a..7777f9de63e 100644
--- a/apps/updatenotification/l10n/sk.js
+++ b/apps/updatenotification/l10n/sk.js
@@ -11,6 +11,7 @@ OC.L10N.register(
"Notify members of the following groups about available updates:" : "Upozorňovať členov nasledujúcich skupín o dostupných aktualizáciach:",
"Only notification for app updates are available." : "Sú dostupné upozornenia iba pre aktualizácie aplikácií.",
"The selected update channel does not support updates of the server." : "Vybraný aktualizačný kanál nepodporuje aktualizácie servera.",
+ "A new version is available: <strong>{newVersionString}</strong>" : "Je dostupná nová verzia: <strong>{newVersionString}</strong>",
"Could not start updater, please try the manual update" : "Nebolo možné spustiť aktualizátor, skúste prosím manuálnu aktualizáciu",
"Update notifications" : "Aktualizovať hlásenia",
"Channel updated" : "Kanál bol aktualizovaný",
diff --git a/apps/updatenotification/l10n/sk.json b/apps/updatenotification/l10n/sk.json
index 7f1bc227a7a..3561bb4db4e 100644
--- a/apps/updatenotification/l10n/sk.json
+++ b/apps/updatenotification/l10n/sk.json
@@ -9,6 +9,7 @@
"Notify members of the following groups about available updates:" : "Upozorňovať členov nasledujúcich skupín o dostupných aktualizáciach:",
"Only notification for app updates are available." : "Sú dostupné upozornenia iba pre aktualizácie aplikácií.",
"The selected update channel does not support updates of the server." : "Vybraný aktualizačný kanál nepodporuje aktualizácie servera.",
+ "A new version is available: <strong>{newVersionString}</strong>" : "Je dostupná nová verzia: <strong>{newVersionString}</strong>",
"Could not start updater, please try the manual update" : "Nebolo možné spustiť aktualizátor, skúste prosím manuálnu aktualizáciu",
"Update notifications" : "Aktualizovať hlásenia",
"Channel updated" : "Kanál bol aktualizovaný",
diff --git a/core/l10n/es.js b/core/l10n/es.js
index 671a020405f..b0f8e5552ca 100644
--- a/core/l10n/es.js
+++ b/core/l10n/es.js
@@ -279,6 +279,7 @@ OC.L10N.register(
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos inválidos desde tu IP. Por tanto, tu próximo intento se retrasará 30 segundos.",
"Stay logged in" : "Permanecer autenticado",
"Forgot password?" : "¿Contraseña olvidada?",
+ "Back to login" : "Volver a la identificación",
"Alternative Logins" : "Inicios de sesión alternativos",
"Account access" : "Acceso a la cuenta",
"You are about to grant %s access to your %s account." : "Estás a punto de conceder a %s acceso a tu cuenta de %s",
diff --git a/core/l10n/es.json b/core/l10n/es.json
index 3ceec775de3..fca64a2ac5f 100644
--- a/core/l10n/es.json
+++ b/core/l10n/es.json
@@ -277,6 +277,7 @@
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos inválidos desde tu IP. Por tanto, tu próximo intento se retrasará 30 segundos.",
"Stay logged in" : "Permanecer autenticado",
"Forgot password?" : "¿Contraseña olvidada?",
+ "Back to login" : "Volver a la identificación",
"Alternative Logins" : "Inicios de sesión alternativos",
"Account access" : "Acceso a la cuenta",
"You are about to grant %s access to your %s account." : "Estás a punto de conceder a %s acceso a tu cuenta de %s",
diff --git a/core/l10n/hu.js b/core/l10n/hu.js
index 5f65e0b3ceb..195e5a834d6 100644
--- a/core/l10n/hu.js
+++ b/core/l10n/hu.js
@@ -279,6 +279,7 @@ OC.L10N.register(
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Többszöri sikertelen bejelentkezési kísérletet érzékeltünk az IP-dről. A legközelebbi kísérleted így 30 másodperccel késleltetve lesz.",
"Stay logged in" : "Maradjon bejelentkezve",
"Forgot password?" : "Elfelejtett jelszó?",
+ "Back to login" : "Vissza a bejelentkezéshez",
"Alternative Logins" : "Alternatív bejelentkezés",
"Account access" : "Fiók hozzáférés",
"You are about to grant %s access to your %s account." : "Hozzáférést készülsz biztosítani neki: %s ehhez a fiókodhoz: %s.",
diff --git a/core/l10n/hu.json b/core/l10n/hu.json
index 4c226ef107a..75709bb7f2f 100644
--- a/core/l10n/hu.json
+++ b/core/l10n/hu.json
@@ -277,6 +277,7 @@
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Többszöri sikertelen bejelentkezési kísérletet érzékeltünk az IP-dről. A legközelebbi kísérleted így 30 másodperccel késleltetve lesz.",
"Stay logged in" : "Maradjon bejelentkezve",
"Forgot password?" : "Elfelejtett jelszó?",
+ "Back to login" : "Vissza a bejelentkezéshez",
"Alternative Logins" : "Alternatív bejelentkezés",
"Account access" : "Fiók hozzáférés",
"You are about to grant %s access to your %s account." : "Hozzáférést készülsz biztosítani neki: %s ehhez a fiókodhoz: %s.",
diff --git a/settings/l10n/es.js b/settings/l10n/es.js
index e4927ae150e..4823c8812cd 100644
--- a/settings/l10n/es.js
+++ b/settings/l10n/es.js
@@ -104,6 +104,8 @@ OC.L10N.register(
"Error: Could not disable broken app" : "Error: No se ha podido desactivar una app estropeada",
"Error while disabling broken app" : "Error mientras deshabilitaba la App dañada",
"App up to date" : "App actualizada",
+ "Updating …" : "Actualizando...",
+ "Could not update app" : "No se ha podido actualizar la app",
"Updated" : "Actualizado",
"Removing …" : "Eliminando...",
"Could not remove app" : "No se ha podido eliminar la app",
diff --git a/settings/l10n/es.json b/settings/l10n/es.json
index 0f0a240405e..7394f3b29ae 100644
--- a/settings/l10n/es.json
+++ b/settings/l10n/es.json
@@ -102,6 +102,8 @@
"Error: Could not disable broken app" : "Error: No se ha podido desactivar una app estropeada",
"Error while disabling broken app" : "Error mientras deshabilitaba la App dañada",
"App up to date" : "App actualizada",
+ "Updating …" : "Actualizando...",
+ "Could not update app" : "No se ha podido actualizar la app",
"Updated" : "Actualizado",
"Removing …" : "Eliminando...",
"Could not remove app" : "No se ha podido eliminar la app",
diff --git a/settings/l10n/hu.js b/settings/l10n/hu.js
index 85462ebf9e8..5bca7d49921 100644
--- a/settings/l10n/hu.js
+++ b/settings/l10n/hu.js
@@ -104,6 +104,8 @@ OC.L10N.register(
"Error: Could not disable broken app" : "Hiba: a sérült alkalmazás nem volt letiltható",
"Error while disabling broken app" : "Hiba történt a megtört alkalmazás tiltása közben",
"App up to date" : "Az alkalmazás a legfrissebb",
+ "Updating …" : "Frissítés …",
+ "Could not update app" : "Nem sikerült frissíteni az alkalmazás",
"Updated" : "Frissítve",
"Removing …" : "Eltávolítás...",
"Could not remove app" : "Nem lehet eltávolítani az alkalmazást",
diff --git a/settings/l10n/hu.json b/settings/l10n/hu.json
index 3bae2becee2..8c2a8b1c736 100644
--- a/settings/l10n/hu.json
+++ b/settings/l10n/hu.json
@@ -102,6 +102,8 @@
"Error: Could not disable broken app" : "Hiba: a sérült alkalmazás nem volt letiltható",
"Error while disabling broken app" : "Hiba történt a megtört alkalmazás tiltása közben",
"App up to date" : "Az alkalmazás a legfrissebb",
+ "Updating …" : "Frissítés …",
+ "Could not update app" : "Nem sikerült frissíteni az alkalmazás",
"Updated" : "Frissítve",
"Removing …" : "Eltávolítás...",
"Could not remove app" : "Nem lehet eltávolítani az alkalmazást",
diff --git a/settings/l10n/sk.js b/settings/l10n/sk.js
index 229593c5b31..b3039da4cfb 100644
--- a/settings/l10n/sk.js
+++ b/settings/l10n/sk.js
@@ -342,6 +342,7 @@ OC.L10N.register(
"Show user backend" : "Zobraziť backend používateľa",
"Show last login" : "Zobraziť posledné prihlásenie",
"When the password of a new user is left empty, an activation email with a link to set the password is sent." : "Ak je heslo pre nového používateľa prázdne, odošle sa aktivačný email s linkou na nastavenie hesla.",
+ "Add user" : "Pridať používateľa",
"Everyone" : "Všetci",
"Admins" : "Administrátori",
"Disabled" : "Zakázaný",
diff --git a/settings/l10n/sk.json b/settings/l10n/sk.json
index cb9d8666a42..7f241c39657 100644
--- a/settings/l10n/sk.json
+++ b/settings/l10n/sk.json
@@ -340,6 +340,7 @@
"Show user backend" : "Zobraziť backend používateľa",
"Show last login" : "Zobraziť posledné prihlásenie",
"When the password of a new user is left empty, an activation email with a link to set the password is sent." : "Ak je heslo pre nového používateľa prázdne, odošle sa aktivačný email s linkou na nastavenie hesla.",
+ "Add user" : "Pridať používateľa",
"Everyone" : "Všetci",
"Admins" : "Administrátori",
"Disabled" : "Zakázaný",