diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-05-16 00:08:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-05-16 00:08:08 +0000 |
commit | 7d1f362aa030b0b279067da3a05105890bd5d194 (patch) | |
tree | 2bd8a9f87bea0fb1a85b44e6cbf04b923c6735a5 /lib/l10n/ast.js | |
parent | 2c9007616bc4c985c9e101c5f9c306f42cf211c5 (diff) | |
download | nextcloud-server-7d1f362aa030b0b279067da3a05105890bd5d194.tar.gz nextcloud-server-7d1f362aa030b0b279067da3a05105890bd5d194.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ast.js')
-rw-r--r-- | lib/l10n/ast.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index f2fb1c9e1b0..f582598f87e 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -37,6 +37,7 @@ OC.L10N.register( "File name contains at least one invalid character" : "El nome del ficheru contién polo menos un carácter non válidu", "File name is too long" : "El nome de ficheru ye demasiáu llargu", "Empty filename is not allowed" : "Nun s'almite un nome de ficheru baleru", + "App \"%s\" cannot be installed because appinfo file cannot be read." : "L'aplicación \"%s\" nun puede instalase porque nun se llee'l ficheru appinfo.", "Apps" : "Aplicaciones", "Personal" : "Personal", "Users" : "Usuarios", @@ -131,7 +132,6 @@ OC.L10N.register( "The username is already being used" : "El nome d'usuariu yá ta usándose", "User disabled" : "Usuariu desactiváu", "Login canceled by app" : "Aniciar sesión canceláu pola aplicación", - "App \"%s\" cannot be installed because appinfo file cannot be read." : "L'aplicación \"%s\" nun puede instalase porque nun se llee'l ficheru appinfo.", "No app name specified" : "Nun s'especificó nome de l'aplicación", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "L'aplicación \"%s\" nun puede instalase porque les siguientes dependencies nun se cumplen: %s", "a safe home for all your data" : "un llar seguru pa tolos tos datos", |