diff --git a/l10n/cs.js b/l10n/cs.js new file mode 100644 index 0000000..3d2cb1b --- /dev/null +++ b/l10n/cs.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Synchronizace s telefonem" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/l10n/cs.json b/l10n/cs.json new file mode 100644 index 0000000..1d31890 --- /dev/null +++ b/l10n/cs.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "Synchronizace s telefonem" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/l10n/fi.js b/l10n/fi.js new file mode 100644 index 0000000..7e9f813 --- /dev/null +++ b/l10n/fi.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Puhelin synkronointi" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/fi.json b/l10n/fi.json new file mode 100644 index 0000000..2dc2fff --- /dev/null +++ b/l10n/fi.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "Puhelin synkronointi" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/nb.js b/l10n/nb.js new file mode 100644 index 0000000..5d1e1a4 --- /dev/null +++ b/l10n/nb.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Telefon synkronisering" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/nb.json b/l10n/nb.json new file mode 100644 index 0000000..324ba83 --- /dev/null +++ b/l10n/nb.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "Telefon synkronisering" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/sk.js b/l10n/sk.js new file mode 100644 index 0000000..eca7d01 --- /dev/null +++ b/l10n/sk.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "SMS" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/l10n/sk.json b/l10n/sk.json new file mode 100644 index 0000000..fe475f5 --- /dev/null +++ b/l10n/sk.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "SMS" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file