diff --git a/l10n/es_MX.js b/l10n/es_MX.js new file mode 100644 index 0000000..e05e469 --- /dev/null +++ b/l10n/es_MX.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Sincronizar teléfono" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_MX.json b/l10n/es_MX.json new file mode 100644 index 0000000..96ab7b2 --- /dev/null +++ b/l10n/es_MX.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "Sincronizar teléfono" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file