diff options
Diffstat (limited to 'apps/theming/l10n/es_MX.js')
-rw-r--r-- | apps/theming/l10n/es_MX.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/theming/l10n/es_MX.js b/apps/theming/l10n/es_MX.js index 59d7a52ce72..869dd66510c 100644 --- a/apps/theming/l10n/es_MX.js +++ b/apps/theming/l10n/es_MX.js @@ -8,6 +8,7 @@ OC.L10N.register( "Name cannot be empty" : "El nombre no puede estar en blanco", "The given name is too long" : "El nombre dado es demasiado largo", "The given web address is too long" : "La dirección web dada es demasiado larga", + "The given legal notice address is too long" : "La dirección del aviso legal es demasiado larga", "The given slogan is too long" : "El lema dado es demasiado largo", "The given color is invalid" : "El color dado es inválido", "The file was uploaded" : "El archivo fue cargado", @@ -22,9 +23,12 @@ OC.L10N.register( "Unsupported image type" : "Tipo de imagen no soportado", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Ya te encuentras usando un tema personalizado. La aplicación de Temas puede estar siendo sobreescrita por él.", "Theming" : "Tematizar", + "Legal notice" : "Aviso legal", "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 tu instancia y clientes soportados. Esto será visible para todos los usuarios. ", "Name" : "Nombre", "Reset to default" : "Restablecer al predeterminado", + "Web link" : "Enlace web", + "https://…" : "https://…", "Slogan" : "Lema", "Color" : "Color", "Logo" : "Logotipo", @@ -33,6 +37,7 @@ OC.L10N.register( "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", "Advanced options" : "Opciones avanzadas", + "Legal notice link" : "Enlace al aviso legal", "Header logo" : "Logo del encabezado", "Upload new header logo" : "Cargar un nuevo logotipo del encabezado", "Favicon" : "Favicon", |