diff options
Diffstat (limited to 'apps/theming/l10n/es_AR.js')
-rw-r--r-- | apps/theming/l10n/es_AR.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/theming/l10n/es_AR.js b/apps/theming/l10n/es_AR.js index 45ad11b077e..bf7a8a39246 100644 --- a/apps/theming/l10n/es_AR.js +++ b/apps/theming/l10n/es_AR.js @@ -15,8 +15,6 @@ OC.L10N.register( "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "El tematizar hace posible personalizar facilmente la manera en que se ve su instancia y clientes soportados. Esto será visible para todos los usuarios. ", "Name" : "Nombre", "Reset to default" : "Restablecer al predeterminado", - "Web address" : "Dirección web", - "Web address https://…" : "Dirección web https://...", "Slogan" : "Lema", "Color" : "Color", "Logo" : "Logotipo", @@ -25,6 +23,8 @@ OC.L10N.register( "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "You are already using a custom theme" : "Usted ya se encuentra usando un tema personalizado", - "reset to default" : "restaurar a predeterminado" + "reset to default" : "restaurar a predeterminado", + "Web address" : "Dirección web", + "Web address https://…" : "Dirección web https://..." }, "nplurals=2; plural=(n != 1);"); |