diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-07-07 01:56:27 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-07-07 01:56:27 -0400 |
commit | 38718bf89e493d007863e5a6254aaa2fca70f6fd (patch) | |
tree | 8e0477e6c366c02fa5cf86c94f5d71849909ade6 /lib | |
parent | d769e718a58ff76a85f032913728936d77581452 (diff) | |
download | nextcloud-server-38718bf89e493d007863e5a6254aaa2fca70f6fd.tar.gz nextcloud-server-38718bf89e493d007863e5a6254aaa2fca70f6fd.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/es_MX.js | 1 | ||||
-rw-r--r-- | lib/l10n/es_MX.json | 1 | ||||
-rw-r--r-- | lib/l10n/lt_LT.js | 2 | ||||
-rw-r--r-- | lib/l10n/lt_LT.json | 2 |
4 files changed, 6 insertions, 0 deletions
diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js index b1c2f6446fa..628133986f0 100644 --- a/lib/l10n/es_MX.js +++ b/lib/l10n/es_MX.js @@ -17,6 +17,7 @@ OC.L10N.register( "_%n hour ago_::_%n hours ago_" : ["Hace %n hora","Hace %n horas"], "_%n minute ago_::_%n minutes ago_" : ["Hace %n minuto","Hace %n minutos"], "seconds ago" : "hace segundos", + "File name contains at least one invalid character" : "Nombre de archivo contiene al menos un caracter no válido", "App directory already exists" : "El directorio de la aplicación ya existe", "Can't create app folder. Please fix permissions. %s" : "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s", "No source specified when installing app" : "No se ha especificado origen cuando se ha instalado la aplicación", diff --git a/lib/l10n/es_MX.json b/lib/l10n/es_MX.json index 09f94592a96..53ca5bb08bc 100644 --- a/lib/l10n/es_MX.json +++ b/lib/l10n/es_MX.json @@ -15,6 +15,7 @@ "_%n hour ago_::_%n hours ago_" : ["Hace %n hora","Hace %n horas"], "_%n minute ago_::_%n minutes ago_" : ["Hace %n minuto","Hace %n minutos"], "seconds ago" : "hace segundos", + "File name contains at least one invalid character" : "Nombre de archivo contiene al menos un caracter no válido", "App directory already exists" : "El directorio de la aplicación ya existe", "Can't create app folder. Please fix permissions. %s" : "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s", "No source specified when installing app" : "No se ha especificado origen cuando se ha instalado la aplicación", diff --git a/lib/l10n/lt_LT.js b/lib/l10n/lt_LT.js index fb25e9c0505..69734b45d35 100644 --- a/lib/l10n/lt_LT.js +++ b/lib/l10n/lt_LT.js @@ -44,6 +44,7 @@ OC.L10N.register( "Set an admin username." : "Nustatyti administratoriaus naudotojo vardą.", "Set an admin password." : "Nustatyti administratoriaus slaptažodį.", "%s shared »%s« with you" : "%s pasidalino »%s« su tavimi", + "%s via %s" : "%s per %s", "Could not find category \"%s\"" : "Nepavyko rasti kategorijos „%s“", "Apps" : "Programos", "A valid username must be provided" : "Vartotojo vardas turi būti tinkamas", @@ -57,6 +58,7 @@ OC.L10N.register( "Application is not enabled" : "Programa neįjungta", "Authentication error" : "Autentikacijos klaida", "Token expired. Please reload page." : "Sesija baigėsi. Prašome perkrauti puslapį.", + "PostgreSQL >= 9 required" : "Reikalinga PostgreSQL >= 9 versija", "Storage not available" : "Saugykla nepasiekiama" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/lib/l10n/lt_LT.json b/lib/l10n/lt_LT.json index 4b05e3cc956..0a50f0ffb62 100644 --- a/lib/l10n/lt_LT.json +++ b/lib/l10n/lt_LT.json @@ -42,6 +42,7 @@ "Set an admin username." : "Nustatyti administratoriaus naudotojo vardą.", "Set an admin password." : "Nustatyti administratoriaus slaptažodį.", "%s shared »%s« with you" : "%s pasidalino »%s« su tavimi", + "%s via %s" : "%s per %s", "Could not find category \"%s\"" : "Nepavyko rasti kategorijos „%s“", "Apps" : "Programos", "A valid username must be provided" : "Vartotojo vardas turi būti tinkamas", @@ -55,6 +56,7 @@ "Application is not enabled" : "Programa neįjungta", "Authentication error" : "Autentikacijos klaida", "Token expired. Please reload page." : "Sesija baigėsi. Prašome perkrauti puslapį.", + "PostgreSQL >= 9 required" : "Reikalinga PostgreSQL >= 9 versija", "Storage not available" : "Saugykla nepasiekiama" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file |