diff options
Diffstat (limited to 'lib/l10n/ast.js')
-rw-r--r-- | lib/l10n/ast.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index b9975404de6..a1180b42f20 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -14,10 +14,8 @@ OC.L10N.register( "PHP %s or higher is required." : "Necesítase PHP %s o superior", "PHP with a version lower than %s is required." : "Necesítase una versión PHP anterior a %s", "%sbit or higher PHP required." : "Necesítase PHP %sbit o superior", - "Following databases are supported: %s" : "Les siguientes bases de datos tan sofitaes: %s", "The command line tool %s could not be found" : "La ferramienta línea de comandu %s nun pudo alcontrase", "The library %s is not available." : "La librería %s nun ta disponible", - "Following platforms are supported: %s" : "Les siguientes plataformes tan sofitaes: %s", "Authentication" : "Autenticación", "Unknown filetype" : "Triba de ficheru desconocida", "Invalid image" : "Imaxe inválida", @@ -162,6 +160,8 @@ OC.L10N.register( "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", + "Following databases are supported: %s" : "Les siguientes bases de datos tan sofitaes: %s", + "Following platforms are supported: %s" : "Les siguientes plataformes tan sofitaes: %s", "Basic settings" : "Axustes básicos", "Sharing" : "Compartiendo", "Security" : "Seguranza", |