diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-23 01:55:10 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-23 01:55:10 -0400 |
commit | 357d342467b9200f190376a2bd224fa7b803b45a (patch) | |
tree | 8a1bf3afd5ebe912a3523f42c40d5f889f959280 | |
parent | 88328000b11c33fd73aea371e9dcdf4ff20cf9a8 (diff) | |
download | nextcloud-server-357d342467b9200f190376a2bd224fa7b803b45a.tar.gz nextcloud-server-357d342467b9200f190376a2bd224fa7b803b45a.zip |
[tx-robot] updated from transifex
38 files changed, 70 insertions, 8 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 433945d7c60..ca13a127ad7 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 57a6905a497..fd70a4da0e6 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 5b58901b372..544ebf6f1ea 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 2bf8565b7e2..864817b4b17 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 503529b7a5b..961cf47b2f1 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 ca2f1aa196f..1acacc064e7 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 c181742df7a..0b55cb1240b 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 aab8c565335..947a9d609e5 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 a0034cdf9e8..2af8db9f183 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 3c39ac51da6..c2c6536daa5 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 1b7bec817eb..d87807c0eed 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 fdab233fe58..ec5f81576c9 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 ed5481d099e..9a5566f7572 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 0296f6edf99..77a5bbf0354 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 830d63b326a..d9701e07a42 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 a52d52a9448..c310a231202 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 ff7c3420f55..727f03b8eb0 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 03829938292..6ec3bf25957 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 4a7e4f059f1..1f855a6baf9 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 e92d5ef8c30..c3b1f18a74d 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 cad2234005e..3da51c98c02 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 eb6e481d810..e802b6fbb89 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 493a05f657b..47f0a8df89d 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 9dd8b8188ad..81411d4a095 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 4e18b37d9e6..16584c6f503 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 d3f62a9e950..7b449e7c055 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 604dd56d6ab..aede6c81656 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 a7d91b0dde7..d74b0fa0b53 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 ac65d37ecba..74f845ba6d9 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 97a5b59fea3..65bd3e97edf 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 ab4fa068c47..5e9900fd395 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 8d3fe907524..5d0114eadf1 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 9e108b52ec7..dbf8ba89b48 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 36f8a63c317..723d8699949 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 11e50686a15..b82b6a7b513 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 f1c35d271f2..4bdddef1c57 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 06db1b9cc9d..e0d750a6c8c 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 ae21208ff8b..57b068f61fe 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", |