diff options
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/l10n/es_MX.js | 3 | ||||
-rw-r--r-- | apps/theming/l10n/es_MX.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/theming/l10n/es_MX.js b/apps/theming/l10n/es_MX.js index c9375ba1f93..fd64e78c436 100644 --- a/apps/theming/l10n/es_MX.js +++ b/apps/theming/l10n/es_MX.js @@ -20,6 +20,7 @@ OC.L10N.register( "Logo" : "Logotipo", "Upload new logo" : "Cargar nuevo logotipo", "Login image" : "Imágen de inicio de sesión", - "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión" + "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", + "Log in image" : "Imagen de inicio de sesión" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es_MX.json b/apps/theming/l10n/es_MX.json index 9572c10d506..9c0d2155075 100644 --- a/apps/theming/l10n/es_MX.json +++ b/apps/theming/l10n/es_MX.json @@ -18,6 +18,7 @@ "Logo" : "Logotipo", "Upload new logo" : "Cargar nuevo logotipo", "Login image" : "Imágen de inicio de sesión", - "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión" + "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", + "Log in image" : "Imagen de inicio de sesión" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |