diff --git a/l10n/es_MX.js b/l10n/es_MX.js index 29d4c1a9..65791c94 100644 --- a/l10n/es_MX.js +++ b/l10n/es_MX.js @@ -16,6 +16,7 @@ OC.L10N.register( "Website" : "Sitio web", "Reply" : "Responder", "Deny" : "Denegar", + "Hello" : "Hola", "Continue" : "Continuar", "User not found" : "No se encontrĂ³ el usuario" }, diff --git a/l10n/es_MX.json b/l10n/es_MX.json index 0b1b4985..9f749306 100644 --- a/l10n/es_MX.json +++ b/l10n/es_MX.json @@ -14,6 +14,7 @@ "Website" : "Sitio web", "Reply" : "Responder", "Deny" : "Denegar", + "Hello" : "Hola", "Continue" : "Continuar", "User not found" : "No se encontrĂ³ el usuario" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"