diff --git a/l10n/es.js b/l10n/es.js new file mode 100644 index 0000000..94075fd --- /dev/null +++ b/l10n/es.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Sincronizar Telefono" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es.json b/l10n/es.json new file mode 100644 index 0000000..7acc880 --- /dev/null +++ b/l10n/es.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "Sincronizar Telefono" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/id.js b/l10n/id.js new file mode 100644 index 0000000..c377f64 --- /dev/null +++ b/l10n/id.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Phone Sync" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/id.json b/l10n/id.json new file mode 100644 index 0000000..a5aa707 --- /dev/null +++ b/l10n/id.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "Phone Sync" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/it.js b/l10n/it.js new file mode 100644 index 0000000..d5ce244 --- /dev/null +++ b/l10n/it.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Sincronizzazione telefono" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/it.json b/l10n/it.json new file mode 100644 index 0000000..9c6d0e3 --- /dev/null +++ b/l10n/it.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "Sincronizzazione telefono" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/nb_NO.js b/l10n/nb_NO.js new file mode 100644 index 0000000..5d1e1a4 --- /dev/null +++ b/l10n/nb_NO.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Telefon synkronisering" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/nb_NO.json b/l10n/nb_NO.json new file mode 100644 index 0000000..324ba83 --- /dev/null +++ b/l10n/nb_NO.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "Telefon synkronisering" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file