From fb95a1c6a00cacb9217b87102a1f3077fc132a5f Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 2 Mar 2017 16:57:38 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/cs.js | 6 ++++++ l10n/cs.json | 4 ++++ l10n/fi.js | 6 ++++++ l10n/fi.json | 4 ++++ l10n/nb.js | 6 ++++++ l10n/nb.json | 4 ++++ l10n/sk.js | 6 ++++++ l10n/sk.json | 4 ++++ 8 files changed, 40 insertions(+) create mode 100644 l10n/cs.js create mode 100644 l10n/cs.json create mode 100644 l10n/fi.js create mode 100644 l10n/fi.json create mode 100644 l10n/nb.js create mode 100644 l10n/nb.json create mode 100644 l10n/sk.js create mode 100644 l10n/sk.json 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