From 357d342467b9200f190376a2bd224fa7b803b45a Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Mon, 23 May 2016 01:55:10 -0400 Subject: [PATCH] [tx-robot] updated from transifex --- apps/files/l10n/es.js | 5 +++++ apps/files/l10n/es.json | 5 +++++ apps/files_external/l10n/sl.js | 1 + apps/files_external/l10n/sl.json | 1 + apps/files_sharing/l10n/es.js | 5 +++++ apps/files_sharing/l10n/es.json | 5 +++++ apps/files_sharing/l10n/sl.js | 1 + apps/files_sharing/l10n/sl.json | 1 + apps/systemtags/l10n/cs_CZ.js | 1 + apps/systemtags/l10n/cs_CZ.json | 1 + apps/systemtags/l10n/de.js | 1 + apps/systemtags/l10n/de.json | 1 + apps/systemtags/l10n/de_DE.js | 1 + apps/systemtags/l10n/de_DE.json | 1 + apps/systemtags/l10n/es.js | 1 + apps/systemtags/l10n/es.json | 1 + apps/systemtags/l10n/sl.js | 1 + apps/systemtags/l10n/sl.json | 1 + core/l10n/ar.js | 1 + core/l10n/ar.json | 1 + core/l10n/cs_CZ.js | 1 + core/l10n/cs_CZ.json | 1 + core/l10n/de.js | 1 + core/l10n/de.json | 1 + core/l10n/de_DE.js | 1 + core/l10n/de_DE.json | 1 + core/l10n/es.js | 1 + core/l10n/es.json | 1 + lib/l10n/de.js | 4 +++- lib/l10n/de.json | 4 +++- lib/l10n/de_DE.js | 4 +++- lib/l10n/de_DE.json | 4 +++- lib/l10n/es.js | 4 +++- lib/l10n/es.json | 4 +++- lib/l10n/fi_FI.js | 4 +++- lib/l10n/fi_FI.json | 4 +++- settings/l10n/ro.js | 1 + settings/l10n/ro.json | 1 + 38 files changed, 70 insertions(+), 8 deletions(-) diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 433945d7c6..ca13a127ad 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -32,10 +32,15 @@ OC.L10N.register( "Could not get result from server." : "No se pudo obtener respuesta del servidor.", "Uploading..." : "Subiendo...", "..." : "...", + "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} hora{plural_s} pendiente", "{hours}:{minutes}h" : "{hours}:{minutes}h", + "{minutes}:{seconds} minute{plural_s} left" : "{minutes}:{seconds} minuto{plural_s} pendiente", + "{minutes}:{seconds}m" : "{minutes}:{seconds}m", + "{seconds} second{plural_s} left" : "{seconds} segundo{plural_s} pendiente", "{seconds}s" : "{seconds}s", "Any moment now..." : "En cualquier momento...", "Soon..." : "Dentro de poco...", + "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", "File upload is in progress. Leaving the page now will cancel the upload." : "La subida del archivo está en proceso. Si sale de la página ahora, la subida será cancelada.", "Actions" : "Acciones", "Download" : "Descargar", diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index 57a6905a49..fd70a4da0e 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -30,10 +30,15 @@ "Could not get result from server." : "No se pudo obtener respuesta del servidor.", "Uploading..." : "Subiendo...", "..." : "...", + "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} hora{plural_s} pendiente", "{hours}:{minutes}h" : "{hours}:{minutes}h", + "{minutes}:{seconds} minute{plural_s} left" : "{minutes}:{seconds} minuto{plural_s} pendiente", + "{minutes}:{seconds}m" : "{minutes}:{seconds}m", + "{seconds} second{plural_s} left" : "{seconds} segundo{plural_s} pendiente", "{seconds}s" : "{seconds}s", "Any moment now..." : "En cualquier momento...", "Soon..." : "Dentro de poco...", + "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", "File upload is in progress. Leaving the page now will cancel the upload." : "La subida del archivo está en proceso. Si sale de la página ahora, la subida será cancelada.", "Actions" : "Acciones", "Download" : "Descargar", diff --git a/apps/files_external/l10n/sl.js b/apps/files_external/l10n/sl.js index 5b58901b37..544ebf6f1e 100644 --- a/apps/files_external/l10n/sl.js +++ b/apps/files_external/l10n/sl.js @@ -19,6 +19,7 @@ OC.L10N.register( "Insufficient data: %s" : "Nepopolni podatki: %s", "%s" : "%s", "Storage with id \"%i\" is not user editable" : "Shramba z ID \"%i\" ni uporabniško uredljiva.", + "Dropbox App Configuration" : "Nastavitve programa Dropbox", "Google Drive App Configuration" : "Nastavitve programa Google Drive", "Personal" : "Osebno", "System" : "Sistem", diff --git a/apps/files_external/l10n/sl.json b/apps/files_external/l10n/sl.json index 2bf8565b7e..864817b4b1 100644 --- a/apps/files_external/l10n/sl.json +++ b/apps/files_external/l10n/sl.json @@ -17,6 +17,7 @@ "Insufficient data: %s" : "Nepopolni podatki: %s", "%s" : "%s", "Storage with id \"%i\" is not user editable" : "Shramba z ID \"%i\" ni uporabniško uredljiva.", + "Dropbox App Configuration" : "Nastavitve programa Dropbox", "Google Drive App Configuration" : "Nastavitve programa Google Drive", "Personal" : "Osebno", "System" : "Sistem", diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index 503529b7a5..961cf47b2f 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -17,10 +17,15 @@ OC.L10N.register( "Group sharing is disabled by the administrator" : "Compartir en grupo está deshabilitado por el administrador", "Please specify a valid group" : "Por favor, especifica un grupo válido", "Public link sharing is disabled by the administrator" : "Compartir enlaces de forma pública está deshabilitado por el administrador", + "Public upload disabled by the administrator" : "La subida pública está deshabilitado por el administrador", + "Public upload is only possible for publicly shared folders" : "La subida publica solo es posible poara las carpetas publicas compartidas", "Invalid date, date format must be YYYY-MM-DD" : "Fecha inválida, el formato de las fechas debe ser YYYY-MM-DD", + "Sharing %s failed because the back end does not allow shares from type %s" : "Compartir %s ha fallado porque el repositorio no admite compartidos del tipo %s", "Unknown share type" : "Tipo desconocido de recurso compartido", "Not a directory" : "No es un directorio", + "Could not lock path" : "No se ha podido bloquear la ruta", "Can't change permissions for public share links" : "No se pueden cambiar los permisos para los enlaces de recursos compartidos públicos", + "Wrong or no update parameter given" : "No se ha suministrado un parametro correcto", "Cannot increase permissions" : "No es posible aumentar permisos", "Shared with you" : "Compartido contigo", "Shared with others" : "Compartido con otros", diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index ca2f1aa196..1acacc064e 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -15,10 +15,15 @@ "Group sharing is disabled by the administrator" : "Compartir en grupo está deshabilitado por el administrador", "Please specify a valid group" : "Por favor, especifica un grupo válido", "Public link sharing is disabled by the administrator" : "Compartir enlaces de forma pública está deshabilitado por el administrador", + "Public upload disabled by the administrator" : "La subida pública está deshabilitado por el administrador", + "Public upload is only possible for publicly shared folders" : "La subida publica solo es posible poara las carpetas publicas compartidas", "Invalid date, date format must be YYYY-MM-DD" : "Fecha inválida, el formato de las fechas debe ser YYYY-MM-DD", + "Sharing %s failed because the back end does not allow shares from type %s" : "Compartir %s ha fallado porque el repositorio no admite compartidos del tipo %s", "Unknown share type" : "Tipo desconocido de recurso compartido", "Not a directory" : "No es un directorio", + "Could not lock path" : "No se ha podido bloquear la ruta", "Can't change permissions for public share links" : "No se pueden cambiar los permisos para los enlaces de recursos compartidos públicos", + "Wrong or no update parameter given" : "No se ha suministrado un parametro correcto", "Cannot increase permissions" : "No es posible aumentar permisos", "Shared with you" : "Compartido contigo", "Shared with others" : "Compartido con otros", diff --git a/apps/files_sharing/l10n/sl.js b/apps/files_sharing/l10n/sl.js index c181742df7..0b55cb1240 100644 --- a/apps/files_sharing/l10n/sl.js +++ b/apps/files_sharing/l10n/sl.js @@ -60,6 +60,7 @@ OC.L10N.register( "You removed the share of %2$s for %1$s" : "Odstranili ste mapo v souporabi %2$s za %1$s", "You shared %1$s with group %2$s" : "Omogočili ste souporabo %1$s s skupino %2$s", "You shared %1$s via link" : "Omogočili ste souporabo %1$s preko povezave", + "Your public link for %1$s expired" : "Javna povezava za %1$s je časovno potekla!", "%2$s shared %1$s with you" : "Uporabnik %2$s je omogočil souporabo %1$s", "Downloaded via public link" : "Prejeto preko javne povezave", "Shared with %2$s" : "V souporabi z %2$s", diff --git a/apps/files_sharing/l10n/sl.json b/apps/files_sharing/l10n/sl.json index aab8c56533..947a9d609e 100644 --- a/apps/files_sharing/l10n/sl.json +++ b/apps/files_sharing/l10n/sl.json @@ -58,6 +58,7 @@ "You removed the share of %2$s for %1$s" : "Odstranili ste mapo v souporabi %2$s za %1$s", "You shared %1$s with group %2$s" : "Omogočili ste souporabo %1$s s skupino %2$s", "You shared %1$s via link" : "Omogočili ste souporabo %1$s preko povezave", + "Your public link for %1$s expired" : "Javna povezava za %1$s je časovno potekla!", "%2$s shared %1$s with you" : "Uporabnik %2$s je omogočil souporabo %1$s", "Downloaded via public link" : "Prejeto preko javne povezave", "Shared with %2$s" : "V souporabi z %2$s", diff --git a/apps/systemtags/l10n/cs_CZ.js b/apps/systemtags/l10n/cs_CZ.js index a0034cdf9e..2af8db9f18 100644 --- a/apps/systemtags/l10n/cs_CZ.js +++ b/apps/systemtags/l10n/cs_CZ.js @@ -21,6 +21,7 @@ OC.L10N.register( "%1$s assigned system tag %3$s to %2$s" : "%1$s přiřadil systémový tag %3$s na %2$s", "You unassigned system tag %3$s from %2$s" : "Odebrali jste systémový tag %3$s z %2$s", "%1$s unassigned system tag %3$s from %2$s" : "%1$s odebral systémový tag %3$s ze %2$s", + "%s (restricted)" : "%s (omezeno)", "%s (invisible)" : "%s (neviditelný)", "No files in here" : "Žádné soubory", "No entries found in this folder" : "V tomto adresáři nebylo nic nalezeno", diff --git a/apps/systemtags/l10n/cs_CZ.json b/apps/systemtags/l10n/cs_CZ.json index 3c39ac51da..c2c6536daa 100644 --- a/apps/systemtags/l10n/cs_CZ.json +++ b/apps/systemtags/l10n/cs_CZ.json @@ -19,6 +19,7 @@ "%1$s assigned system tag %3$s to %2$s" : "%1$s přiřadil systémový tag %3$s na %2$s", "You unassigned system tag %3$s from %2$s" : "Odebrali jste systémový tag %3$s z %2$s", "%1$s unassigned system tag %3$s from %2$s" : "%1$s odebral systémový tag %3$s ze %2$s", + "%s (restricted)" : "%s (omezeno)", "%s (invisible)" : "%s (neviditelný)", "No files in here" : "Žádné soubory", "No entries found in this folder" : "V tomto adresáři nebylo nic nalezeno", diff --git a/apps/systemtags/l10n/de.js b/apps/systemtags/l10n/de.js index 1b7bec817e..d87807c0ee 100644 --- a/apps/systemtags/l10n/de.js +++ b/apps/systemtags/l10n/de.js @@ -21,6 +21,7 @@ OC.L10N.register( "%1$s assigned system tag %3$s to %2$s" : "%1$s hat System-Tag %3$s an %2$s angebracht", "You unassigned system tag %3$s from %2$s" : "Du hast den System-Tag %3$s von %2$s entfernt", "%1$s unassigned system tag %3$s from %2$s" : "%1$s hat den System-Tag %3$s von %2$s entfernt", + "%s (restricted)" : "%s (eingeschränkt)", "%s (invisible)" : "%s (unsichtbar)", "No files in here" : "Keine Dateien vorhanden", "No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden", diff --git a/apps/systemtags/l10n/de.json b/apps/systemtags/l10n/de.json index fdab233fe5..ec5f81576c 100644 --- a/apps/systemtags/l10n/de.json +++ b/apps/systemtags/l10n/de.json @@ -19,6 +19,7 @@ "%1$s assigned system tag %3$s to %2$s" : "%1$s hat System-Tag %3$s an %2$s angebracht", "You unassigned system tag %3$s from %2$s" : "Du hast den System-Tag %3$s von %2$s entfernt", "%1$s unassigned system tag %3$s from %2$s" : "%1$s hat den System-Tag %3$s von %2$s entfernt", + "%s (restricted)" : "%s (eingeschränkt)", "%s (invisible)" : "%s (unsichtbar)", "No files in here" : "Keine Dateien vorhanden", "No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden", diff --git a/apps/systemtags/l10n/de_DE.js b/apps/systemtags/l10n/de_DE.js index ed5481d099..9a5566f757 100644 --- a/apps/systemtags/l10n/de_DE.js +++ b/apps/systemtags/l10n/de_DE.js @@ -21,6 +21,7 @@ OC.L10N.register( "%1$s assigned system tag %3$s to %2$s" : "%1$s hat System-Tag %3$s an %2$s angebracht", "You unassigned system tag %3$s from %2$s" : "Sie haben den System-Tag %3$s von %2$s entfernt", "%1$s unassigned system tag %3$s from %2$s" : "%1$s hat den System-Tag %3$s von %2$s entfernt", + "%s (restricted)" : "%s (eingeschränkt)", "%s (invisible)" : "%s (unsichtbar)", "No files in here" : "Keine Dateien vorhanden", "No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden", diff --git a/apps/systemtags/l10n/de_DE.json b/apps/systemtags/l10n/de_DE.json index 0296f6edf9..77a5bbf035 100644 --- a/apps/systemtags/l10n/de_DE.json +++ b/apps/systemtags/l10n/de_DE.json @@ -19,6 +19,7 @@ "%1$s assigned system tag %3$s to %2$s" : "%1$s hat System-Tag %3$s an %2$s angebracht", "You unassigned system tag %3$s from %2$s" : "Sie haben den System-Tag %3$s von %2$s entfernt", "%1$s unassigned system tag %3$s from %2$s" : "%1$s hat den System-Tag %3$s von %2$s entfernt", + "%s (restricted)" : "%s (eingeschränkt)", "%s (invisible)" : "%s (unsichtbar)", "No files in here" : "Keine Dateien vorhanden", "No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden", diff --git a/apps/systemtags/l10n/es.js b/apps/systemtags/l10n/es.js index 830d63b326..d9701e07a4 100644 --- a/apps/systemtags/l10n/es.js +++ b/apps/systemtags/l10n/es.js @@ -21,6 +21,7 @@ OC.L10N.register( "%1$s assigned system tag %3$s to %2$s" : "%1$s asignó la etiqueta de sistema %3$s a %2$s", "You unassigned system tag %3$s from %2$s" : "Desasignaste la etiqueta del sistema a %3$s de %2$s", "%1$s unassigned system tag %3$s from %2$s" : "%1$s eliminó la asignación de etiqueta de sistema %3$s de %2$s", + "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible)", "No files in here" : "Aquí no hay archivos", "No entries found in this folder" : "No hay entradas en esta carpeta", diff --git a/apps/systemtags/l10n/es.json b/apps/systemtags/l10n/es.json index a52d52a944..c310a23120 100644 --- a/apps/systemtags/l10n/es.json +++ b/apps/systemtags/l10n/es.json @@ -19,6 +19,7 @@ "%1$s assigned system tag %3$s to %2$s" : "%1$s asignó la etiqueta de sistema %3$s a %2$s", "You unassigned system tag %3$s from %2$s" : "Desasignaste la etiqueta del sistema a %3$s de %2$s", "%1$s unassigned system tag %3$s from %2$s" : "%1$s eliminó la asignación de etiqueta de sistema %3$s de %2$s", + "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible)", "No files in here" : "Aquí no hay archivos", "No entries found in this folder" : "No hay entradas en esta carpeta", diff --git a/apps/systemtags/l10n/sl.js b/apps/systemtags/l10n/sl.js index ff7c3420f5..727f03b8eb 100644 --- a/apps/systemtags/l10n/sl.js +++ b/apps/systemtags/l10n/sl.js @@ -21,6 +21,7 @@ OC.L10N.register( "%1$s assigned system tag %3$s to %2$s" : "Uporabnik %1$s je dodelil sistemsko oznako %3$s za %2$s", "You unassigned system tag %3$s from %2$s" : "Odstranili ste sistemsko oznako %3$s od %2$s", "%1$s unassigned system tag %3$s from %2$s" : "Uporabnik %1$s je prevzel sistemsko oznako %3$s od %2$s", + "%s (restricted)" : "%s (omejeno)", "%s (invisible)" : "%s (nevidno)", "No files in here" : "V mapi ni datotek", "No entries found in this folder" : "V tej mapi ni najdenih predmetov.", diff --git a/apps/systemtags/l10n/sl.json b/apps/systemtags/l10n/sl.json index 0382993829..6ec3bf2595 100644 --- a/apps/systemtags/l10n/sl.json +++ b/apps/systemtags/l10n/sl.json @@ -19,6 +19,7 @@ "%1$s assigned system tag %3$s to %2$s" : "Uporabnik %1$s je dodelil sistemsko oznako %3$s za %2$s", "You unassigned system tag %3$s from %2$s" : "Odstranili ste sistemsko oznako %3$s od %2$s", "%1$s unassigned system tag %3$s from %2$s" : "Uporabnik %1$s je prevzel sistemsko oznako %3$s od %2$s", + "%s (restricted)" : "%s (omejeno)", "%s (invisible)" : "%s (nevidno)", "No files in here" : "V mapi ni datotek", "No entries found in this folder" : "V tej mapi ni najdenih predmetov.", diff --git a/core/l10n/ar.js b/core/l10n/ar.js index 4a7e4f059f..1f855a6baf 100644 --- a/core/l10n/ar.js +++ b/core/l10n/ar.js @@ -5,6 +5,7 @@ OC.L10N.register( "Unknown filetype" : "نوع الملف غير معروف", "Invalid image" : "الصورة غير صالحة", "%s password reset" : "تمت إعادة ضبط كلمة مرور %s", + "Error deleting tag(s)" : "خطأ أثناء حذف العلامة (العلامات)", "Updated database" : "قاعدة بيانات المرفوعات", "Sunday" : "الأحد", "Monday" : "الأثنين", diff --git a/core/l10n/ar.json b/core/l10n/ar.json index e92d5ef8c3..c3b1f18a74 100644 --- a/core/l10n/ar.json +++ b/core/l10n/ar.json @@ -3,6 +3,7 @@ "Unknown filetype" : "نوع الملف غير معروف", "Invalid image" : "الصورة غير صالحة", "%s password reset" : "تمت إعادة ضبط كلمة مرور %s", + "Error deleting tag(s)" : "خطأ أثناء حذف العلامة (العلامات)", "Updated database" : "قاعدة بيانات المرفوعات", "Sunday" : "الأحد", "Monday" : "الأثنين", diff --git a/core/l10n/cs_CZ.js b/core/l10n/cs_CZ.js index cad2234005..3da51c98c0 100644 --- a/core/l10n/cs_CZ.js +++ b/core/l10n/cs_CZ.js @@ -195,6 +195,7 @@ OC.L10N.register( "Warning" : "Varování", "Error while sending notification" : "Chyba při odesílání upozornění", "Non-existing tag #{tag}" : "Neexistující tag #{tag}", + "restricted" : "omezeno", "invisible" : "neviditelný", "({scope})" : "({scope})", "Delete" : "Smazat", diff --git a/core/l10n/cs_CZ.json b/core/l10n/cs_CZ.json index eb6e481d81..e802b6fbb8 100644 --- a/core/l10n/cs_CZ.json +++ b/core/l10n/cs_CZ.json @@ -193,6 +193,7 @@ "Warning" : "Varování", "Error while sending notification" : "Chyba při odesílání upozornění", "Non-existing tag #{tag}" : "Neexistující tag #{tag}", + "restricted" : "omezeno", "invisible" : "neviditelný", "({scope})" : "({scope})", "Delete" : "Smazat", diff --git a/core/l10n/de.js b/core/l10n/de.js index 493a05f657..47f0a8df89 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -195,6 +195,7 @@ OC.L10N.register( "Warning" : "Warnung", "Error while sending notification" : "Fehler beim Senden der Benachrichtigung", "Non-existing tag #{tag}" : "Nicht vorhandener Tag #{tag}", + "restricted" : "Eingeschränkt", "invisible" : "unsichtbar", "({scope})" : "({scope})", "Delete" : "Löschen", diff --git a/core/l10n/de.json b/core/l10n/de.json index 9dd8b8188a..81411d4a09 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -193,6 +193,7 @@ "Warning" : "Warnung", "Error while sending notification" : "Fehler beim Senden der Benachrichtigung", "Non-existing tag #{tag}" : "Nicht vorhandener Tag #{tag}", + "restricted" : "Eingeschränkt", "invisible" : "unsichtbar", "({scope})" : "({scope})", "Delete" : "Löschen", diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index 4e18b37d9e..16584c6f50 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -195,6 +195,7 @@ OC.L10N.register( "Warning" : "Warnung", "Error while sending notification" : "Fehler beim Senden der Benachrichtigung", "Non-existing tag #{tag}" : "Nicht existierender Tag #{tag}", + "restricted" : "Eingeschränkt", "invisible" : "unsichtbar", "({scope})" : "({scope})", "Delete" : "Löschen", diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index d3f62a9e95..7b449e7c05 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -193,6 +193,7 @@ "Warning" : "Warnung", "Error while sending notification" : "Fehler beim Senden der Benachrichtigung", "Non-existing tag #{tag}" : "Nicht existierender Tag #{tag}", + "restricted" : "Eingeschränkt", "invisible" : "unsichtbar", "({scope})" : "({scope})", "Delete" : "Löschen", diff --git a/core/l10n/es.js b/core/l10n/es.js index 604dd56d6a..aede6c8165 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -195,6 +195,7 @@ OC.L10N.register( "Warning" : "Precaución", "Error while sending notification" : "Error mientras se enviaba la notificación", "Non-existing tag #{tag}" : "Categoría #{tag} no existente", + "restricted" : "Restringido", "invisible" : "invisible", "({scope})" : "({scope})", "Delete" : "Eliminar", diff --git a/core/l10n/es.json b/core/l10n/es.json index a7d91b0dde..d74b0fa0b5 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -193,6 +193,7 @@ "Warning" : "Precaución", "Error while sending notification" : "Error mientras se enviaba la notificación", "Non-existing tag #{tag}" : "Categoría #{tag} no existente", + "restricted" : "Restringido", "invisible" : "invisible", "({scope})" : "({scope})", "Delete" : "Eliminar", diff --git a/lib/l10n/de.js b/lib/l10n/de.js index ac65d37ecb..74f845ba6d 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -167,6 +167,8 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "Unvollständige Konfiguration des Storage. %s", "Storage connection error. %s" : "Verbindungsfehler zum Storage. %s", "Storage not available" : "Speicher nicht verfügbar", - "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Storage. %s" + "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Storage. %s", + "_%n file_::_%n files_" : ["%n Datei","%n Dateien"], + "_%n window_::_%n windows_" : ["%n Fenster","%n Fenster"] }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/de.json b/lib/l10n/de.json index 97a5b59fea..65bd3e97ed 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -165,6 +165,8 @@ "Storage incomplete configuration. %s" : "Unvollständige Konfiguration des Storage. %s", "Storage connection error. %s" : "Verbindungsfehler zum Storage. %s", "Storage not available" : "Speicher nicht verfügbar", - "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Storage. %s" + "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Storage. %s", + "_%n file_::_%n files_" : ["%n Datei","%n Dateien"], + "_%n window_::_%n windows_" : ["%n Fenster","%n Fenster"] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index ab4fa068c4..5e9900fd39 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -167,6 +167,8 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "Speicher-Konfiguration unvollständig. %s", "Storage connection error. %s" : "Speicher-Verbindungsfehler. %s", "Storage not available" : "Speicher nicht verfügbar", - "Storage connection timeout. %s" : "Speicher-Verbindungszeitüberschreitung. %s" + "Storage connection timeout. %s" : "Speicher-Verbindungszeitüberschreitung. %s", + "_%n file_::_%n files_" : ["%n Datei","%n Dateien"], + "_%n window_::_%n windows_" : ["%n Fenster","%n Fenster"] }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index 8d3fe90752..5d0114eadf 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -165,6 +165,8 @@ "Storage incomplete configuration. %s" : "Speicher-Konfiguration unvollständig. %s", "Storage connection error. %s" : "Speicher-Verbindungsfehler. %s", "Storage not available" : "Speicher nicht verfügbar", - "Storage connection timeout. %s" : "Speicher-Verbindungszeitüberschreitung. %s" + "Storage connection timeout. %s" : "Speicher-Verbindungszeitüberschreitung. %s", + "_%n file_::_%n files_" : ["%n Datei","%n Dateien"], + "_%n window_::_%n windows_" : ["%n Fenster","%n Fenster"] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es.js b/lib/l10n/es.js index 9e108b52ec..dbf8ba89b4 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -167,6 +167,8 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "Configuración de almacenamiento incompleta. %s", "Storage connection error. %s" : "Error de conexión de almacenamiento. %s", "Storage not available" : "Almacenamiento no disponible", - "Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s" + "Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s", + "_%n file_::_%n files_" : ["%n archivo","%n archivos"], + "_%n window_::_%n windows_" : ["%n window","%n windows"] }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es.json b/lib/l10n/es.json index 36f8a63c31..723d869994 100644 --- a/lib/l10n/es.json +++ b/lib/l10n/es.json @@ -165,6 +165,8 @@ "Storage incomplete configuration. %s" : "Configuración de almacenamiento incompleta. %s", "Storage connection error. %s" : "Error de conexión de almacenamiento. %s", "Storage not available" : "Almacenamiento no disponible", - "Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s" + "Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s", + "_%n file_::_%n files_" : ["%n archivo","%n archivos"], + "_%n window_::_%n windows_" : ["%n window","%n windows"] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/fi_FI.js b/lib/l10n/fi_FI.js index 11e50686a1..b82b6a7b51 100644 --- a/lib/l10n/fi_FI.js +++ b/lib/l10n/fi_FI.js @@ -146,6 +146,8 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "Tallennustilan puutteellinen määritys. %s", "Storage connection error. %s" : "Tallennustilan yhteysvirhe. %s", "Storage not available" : "Tallennustila ei ole käytettävissä", - "Storage connection timeout. %s" : "Tallennustilan yhteyden aikakatkaisu. %s" + "Storage connection timeout. %s" : "Tallennustilan yhteyden aikakatkaisu. %s", + "_%n file_::_%n files_" : ["%n tiedosto","%n tiedostoa"], + "_%n window_::_%n windows_" : ["%n ikkuna","%n ikkunaa"] }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/fi_FI.json b/lib/l10n/fi_FI.json index f1c35d271f..4bdddef1c5 100644 --- a/lib/l10n/fi_FI.json +++ b/lib/l10n/fi_FI.json @@ -144,6 +144,8 @@ "Storage incomplete configuration. %s" : "Tallennustilan puutteellinen määritys. %s", "Storage connection error. %s" : "Tallennustilan yhteysvirhe. %s", "Storage not available" : "Tallennustila ei ole käytettävissä", - "Storage connection timeout. %s" : "Tallennustilan yhteyden aikakatkaisu. %s" + "Storage connection timeout. %s" : "Tallennustilan yhteyden aikakatkaisu. %s", + "_%n file_::_%n files_" : ["%n tiedosto","%n tiedostoa"], + "_%n window_::_%n windows_" : ["%n ikkuna","%n ikkunaa"] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/ro.js b/settings/l10n/ro.js index 06db1b9cc9..e0d750a6c8 100644 --- a/settings/l10n/ro.js +++ b/settings/l10n/ro.js @@ -108,6 +108,7 @@ OC.L10N.register( "Android app" : "Aplicatie Android", "iOS app" : "Aplicație iOS", "Username" : "Nume utilizator", + "E-Mail" : "Email", "Create" : "Crează", "Admin Recovery Password" : "Parolă de recuperare a Administratorului", "Enter the recovery password in order to recover the users files during password change" : "Introdu parola de recuperare pentru a recupera fișierele utilizatorilor în timpul schimbării parolei", diff --git a/settings/l10n/ro.json b/settings/l10n/ro.json index ae21208ff8..57b068f61f 100644 --- a/settings/l10n/ro.json +++ b/settings/l10n/ro.json @@ -106,6 +106,7 @@ "Android app" : "Aplicatie Android", "iOS app" : "Aplicație iOS", "Username" : "Nume utilizator", + "E-Mail" : "Email", "Create" : "Crează", "Admin Recovery Password" : "Parolă de recuperare a Administratorului", "Enter the recovery password in order to recover the users files during password change" : "Introdu parola de recuperare pentru a recupera fișierele utilizatorilor în timpul schimbării parolei",