diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-02-28 01:55:12 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-02-28 01:55:12 -0500 |
commit | a39332832c3926929a245275717391e8f5b00ca7 (patch) | |
tree | e1f7fa42fbb913ec1d60b2bc8eab8b4052398f28 /lib | |
parent | f9826ec9486c6a4e6a55b8985ba677a4f066af3b (diff) | |
download | nextcloud-server-a39332832c3926929a245275717391e8f5b00ca7.tar.gz nextcloud-server-a39332832c3926929a245275717391e8f5b00ca7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/es.js | 1 | ||||
-rw-r--r-- | lib/l10n/es.json | 1 | ||||
-rw-r--r-- | lib/l10n/is.js | 4 | ||||
-rw-r--r-- | lib/l10n/is.json | 4 | ||||
-rw-r--r-- | lib/l10n/mk.js | 1 | ||||
-rw-r--r-- | lib/l10n/mk.json | 1 |
6 files changed, 10 insertions, 2 deletions
diff --git a/lib/l10n/es.js b/lib/l10n/es.js index e0ade5c7b5d..75b36ab32ef 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -60,6 +60,7 @@ OC.L10N.register( "App can't be installed because of not allowed code in the App" : "La aplicación no puede ser instalada por tener código no autorizado en la aplicación", "App can't be installed because it is not compatible with this version of ownCloud" : "La aplicación no se puede instalar porque no es compatible con esta versión de ownCloud", "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "La aplicación no se puede instalar porque contiene la etiqueta\n<shipped>\ntrue\n</shipped>\nque no está permitida para aplicaciones no distribuidas", + "App can't be installed because the version in info.xml is not the same as the version reported from the app store" : "La App no se puede instalar debido a que la versión de info.xml no es la misma que la versión reportada por la App Store.", "Application is not enabled" : "La aplicación no está habilitada", "Authentication error" : "Error de autenticación", "Token expired. Please reload page." : "Token expirado. Por favor, recarge la página.", diff --git a/lib/l10n/es.json b/lib/l10n/es.json index d77247e08a0..2affeef676f 100644 --- a/lib/l10n/es.json +++ b/lib/l10n/es.json @@ -58,6 +58,7 @@ "App can't be installed because of not allowed code in the App" : "La aplicación no puede ser instalada por tener código no autorizado en la aplicación", "App can't be installed because it is not compatible with this version of ownCloud" : "La aplicación no se puede instalar porque no es compatible con esta versión de ownCloud", "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "La aplicación no se puede instalar porque contiene la etiqueta\n<shipped>\ntrue\n</shipped>\nque no está permitida para aplicaciones no distribuidas", + "App can't be installed because the version in info.xml is not the same as the version reported from the app store" : "La App no se puede instalar debido a que la versión de info.xml no es la misma que la versión reportada por la App Store.", "Application is not enabled" : "La aplicación no está habilitada", "Authentication error" : "Error de autenticación", "Token expired. Please reload page." : "Token expirado. Por favor, recarge la página.", diff --git a/lib/l10n/is.js b/lib/l10n/is.js index d2c3602e070..490f6dda4c3 100644 --- a/lib/l10n/is.js +++ b/lib/l10n/is.js @@ -17,6 +17,8 @@ OC.L10N.register( "Authentication error" : "Villa við auðkenningu", "Token expired. Please reload page." : "Auðkenning útrunnin. Vinsamlegast skráðu þig aftur inn.", "Could not find category \"%s\"" : "Fann ekki flokkinn \"%s\"", - "Apps" : "Forrit" + "Apps" : "Forrit", + "A valid username must be provided" : "Skráðu inn gilt notandanafn", + "A valid password must be provided" : "Skráðu inn gilt lykilorð" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/lib/l10n/is.json b/lib/l10n/is.json index 100409a868b..a44b0f74512 100644 --- a/lib/l10n/is.json +++ b/lib/l10n/is.json @@ -15,6 +15,8 @@ "Authentication error" : "Villa við auðkenningu", "Token expired. Please reload page." : "Auðkenning útrunnin. Vinsamlegast skráðu þig aftur inn.", "Could not find category \"%s\"" : "Fann ekki flokkinn \"%s\"", - "Apps" : "Forrit" + "Apps" : "Forrit", + "A valid username must be provided" : "Skráðu inn gilt notandanafn", + "A valid password must be provided" : "Skráðu inn gilt lykilorð" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" }
\ No newline at end of file diff --git a/lib/l10n/mk.js b/lib/l10n/mk.js index 0129d33517f..0c7143b15b6 100644 --- a/lib/l10n/mk.js +++ b/lib/l10n/mk.js @@ -1,6 +1,7 @@ OC.L10N.register( "lib", { + "Cannot write into \"config\" directory!" : "Не можам да впишувам во \"config\" директориумот!", "Help" : "Помош", "Personal" : "Лично", "Users" : "Корисници", diff --git a/lib/l10n/mk.json b/lib/l10n/mk.json index 3a05e15b74b..5b1926c14c6 100644 --- a/lib/l10n/mk.json +++ b/lib/l10n/mk.json @@ -1,4 +1,5 @@ { "translations": { + "Cannot write into \"config\" directory!" : "Не можам да впишувам во \"config\" директориумот!", "Help" : "Помош", "Personal" : "Лично", "Users" : "Корисници", |