diff options
Diffstat (limited to 'apps/theming/l10n/es_MX.js')
-rw-r--r-- | apps/theming/l10n/es_MX.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/theming/l10n/es_MX.js b/apps/theming/l10n/es_MX.js new file mode 100644 index 00000000000..8b8a2c814e9 --- /dev/null +++ b/apps/theming/l10n/es_MX.js @@ -0,0 +1,24 @@ +OC.L10N.register( + "theming", + { + "Admin" : "Administración", + "a safe home for all your data" : "un lugar seguro para todos sus datos", + "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 slogan is too long" : "El lema dado es demasiado largo", + "The given color is invalid" : "El color dado es inválido", + "Saved" : "Guardado", + "No file uploaded" : "No hay archivos cargados", + "Unsupported image type" : "Tipo de imagen no soportado", + "You are already using a custom theme" : "Usted ya se encuentra usando un tema personalizado", + "Name" : "Nombre", + "reset to default" : "restaurar a predeterminado", + "Web address" : "Dirección web", + "Web address https://…" : "Dirección web https://...", + "Slogan" : "Lema", + "Color" : "Color", + "Logo" : "Logotipo", + "Upload new logo" : "Cargar nuevo logotipo", + "Upload new login background" : "Cargar nueva imagen de forndo para ingresar" +}, +"nplurals=2; plural=(n != 1);"); |