diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-03-31 00:08:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-03-31 00:08:35 +0000 |
commit | 6a6300b1f20116088c3d7e09d5e4d8a6ed6fc57e (patch) | |
tree | fb156feb18f9018354f82fe3bbf3b9cebdd92a85 /apps/theming | |
parent | 548871a9f3b1a4a244b0467a988cc4191d49146b (diff) | |
download | nextcloud-server-6a6300b1f20116088c3d7e09d5e4d8a6ed6fc57e.tar.gz nextcloud-server-6a6300b1f20116088c3d7e09d5e4d8a6ed6fc57e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/l10n/es_MX.js | 24 | ||||
-rw-r--r-- | apps/theming/l10n/es_MX.json | 22 |
2 files changed, 46 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);"); diff --git a/apps/theming/l10n/es_MX.json b/apps/theming/l10n/es_MX.json new file mode 100644 index 00000000000..1ea6c9a607b --- /dev/null +++ b/apps/theming/l10n/es_MX.json @@ -0,0 +1,22 @@ +{ "translations": { + "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" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |