diff --git a/apps/theming/l10n/sk.js b/apps/theming/l10n/sk.js index 4fd1cf89ed..9fd928b533 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 83ee78bc7a..58b5b992fa 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 024f6cad1f..07d831c7ad 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: {newVersionString}" : "Una nueva versión está disponible: {newVersionString}", "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 appstoreenabled to false." : "Por favor, asegúrate de que tu config.php no tiene configurado appstoreenabled 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.", + "All apps have an update for this version available" : "Todas las apps tienen disponible una actualización para esta versión", + "_%n app has no update for this version available_::_%n apps have no update for this version available_" : ["%n app no tiene actualización disponible para esta versión.","%n 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 a8a75671a5..39c9f9099e 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: {newVersionString}" : "Una nueva versión está disponible: {newVersionString}", "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 appstoreenabled to false." : "Por favor, asegúrate de que tu config.php no tiene configurado appstoreenabled 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.", + "All apps have an update for this version available" : "Todas las apps tienen disponible una actualización para esta versión", + "_%n app has no update for this version available_::_%n apps have no update for this version available_" : ["%n app no tiene actualización disponible para esta versión.","%n 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 381da278bf..b1555d45e6 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: {newVersionString}" : "Új verzió érhető el: {newVersionString}", "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 appstoreenabled to false." : "Ellenőrizd, hogy a config.php-dben nincs-e beállítva a appstoreenabled 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.", + "All apps have an update for this version available" : "Minden alkalmazás felfrissítve a legújabb verzióra.", + "_%n app has no update for this version available_::_%n apps have no update for this version available_" : ["%n alkalmazásnak nincs elérhető frissítése ehhez a verzióhoz","%n 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 b7cdaa87cf..7adc5fa9c7 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: {newVersionString}" : "Új verzió érhető el: {newVersionString}", "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 appstoreenabled to false." : "Ellenőrizd, hogy a config.php-dben nincs-e beállítva a appstoreenabled 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.", + "All apps have an update for this version available" : "Minden alkalmazás felfrissítve a legújabb verzióra.", + "_%n app has no update for this version available_::_%n apps have no update for this version available_" : ["%n alkalmazásnak nincs elérhető frissítése ehhez a verzióhoz","%n 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 6d5ed85997..7777f9de63 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: {newVersionString}" : "Je dostupná nová verzia: {newVersionString}", "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 7f1bc227a7..3561bb4db4 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: {newVersionString}" : "Je dostupná nová verzia: {newVersionString}", "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 671a020405..b0f8e5552c 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 3ceec775de..fca64a2ac5 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 5f65e0b3ce..195e5a834d 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 4c226ef107..75709bb7f2 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 e4927ae150..4823c8812c 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 0f0a240405..7394f3b29a 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 85462ebf9e..5bca7d4992 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 3bae2becee..8c2a8b1c73 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 229593c5b3..b3039da4cf 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 cb9d8666a4..7f241c3965 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ý",