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