diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-06-14 00:13:06 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-06-14 00:13:06 +0000 |
commit | 479e31997f0ecde8d3cf59cc54c5f8ac4b1f80d8 (patch) | |
tree | 8e57487cd7b59b1195126b0b37562ff5c7f09828 /lib/l10n/ast.js | |
parent | 90f9e0a88e2c611f7d5b964b8b5cc681f1f58d82 (diff) | |
download | nextcloud-server-479e31997f0ecde8d3cf59cc54c5f8ac4b1f80d8.tar.gz nextcloud-server-479e31997f0ecde8d3cf59cc54c5f8ac4b1f80d8.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ast.js')
-rw-r--r-- | lib/l10n/ast.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index 13ce6d0cf49..4518070496b 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -46,12 +46,10 @@ OC.L10N.register( "Log out" : "Zarrar sesión", "Users" : "Usuarios", "Unknown user" : "Usuariu desconocíu", - "APCu" : "APCu", "Basic settings" : "Axustes básicos", "Security" : "Seguranza", "Encryption" : "Cifráu", "Additional settings" : "Axustes adicionales", - "Tips & tricks" : "Conseyos y trucos", "%s enter the database username and name." : "%s introducir el nome d'usuariu y el nome de la base de datos .", "%s enter the database username." : "%s introducir l'usuariu de la base de datos.", "%s enter the database name." : "%s introducir nome de la base de datos.", @@ -172,6 +170,8 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "Configuración d'almacenamientu incompleta. %s", "Storage connection error. %s" : "Fallu de conexón al almacenamientu. %s", "Storage is temporarily not available" : "L'almacenamientu ta temporalmente non disponible", - "Storage connection timeout. %s" : "Tiempu escosao de conexón al almacenamientu. %s" + "Storage connection timeout. %s" : "Tiempu escosao de conexón al almacenamientu. %s", + "APCu" : "APCu", + "Tips & tricks" : "Conseyos y trucos" }, "nplurals=2; plural=(n != 1);"); |