Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/de.js6
-rw-r--r--l10n/de.json4
-rw-r--r--l10n/el.js6
-rw-r--r--l10n/el.json4
-rw-r--r--l10n/fr.js6
-rw-r--r--l10n/fr.json4
-rw-r--r--l10n/he.js6
-rw-r--r--l10n/he.json4
-rw-r--r--l10n/pt_BR.js6
-rw-r--r--l10n/pt_BR.json4
-rw-r--r--l10n/ru.js6
-rw-r--r--l10n/ru.json4
-rw-r--r--l10n/sk_SK.js6
-rw-r--r--l10n/sk_SK.json4
-rw-r--r--l10n/sl.js6
-rw-r--r--l10n/sl.json4
-rw-r--r--l10n/zh_CN.js6
-rw-r--r--l10n/zh_CN.json4
18 files changed, 90 insertions, 0 deletions
diff --git a/l10n/de.js b/l10n/de.js
new file mode 100644
index 0000000..824e9df
--- /dev/null
+++ b/l10n/de.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "ocsms",
+ {
+ "Phone Sync" : "Telefon Synchronisation"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/de.json b/l10n/de.json
new file mode 100644
index 0000000..3d8893f
--- /dev/null
+++ b/l10n/de.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Phone Sync" : "Telefon Synchronisation"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/el.js b/l10n/el.js
new file mode 100644
index 0000000..b45bdf2
--- /dev/null
+++ b/l10n/el.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "ocsms",
+ {
+ "Phone Sync" : "Συγχρονισμός τηλεφώνου"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/el.json b/l10n/el.json
new file mode 100644
index 0000000..61b589e
--- /dev/null
+++ b/l10n/el.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Phone Sync" : "Συγχρονισμός τηλεφώνου"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/fr.js b/l10n/fr.js
new file mode 100644
index 0000000..f26bc73
--- /dev/null
+++ b/l10n/fr.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "ocsms",
+ {
+ "Phone Sync" : "Synchronisation du téléphone"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/l10n/fr.json b/l10n/fr.json
new file mode 100644
index 0000000..45e2762
--- /dev/null
+++ b/l10n/fr.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Phone Sync" : "Synchronisation du téléphone"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file
diff --git a/l10n/he.js b/l10n/he.js
new file mode 100644
index 0000000..746082d
--- /dev/null
+++ b/l10n/he.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "ocsms",
+ {
+ "Phone Sync" : "סינכרון טלפון"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/he.json b/l10n/he.json
new file mode 100644
index 0000000..24555a5
--- /dev/null
+++ b/l10n/he.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Phone Sync" : "סינכרון טלפון"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
new file mode 100644
index 0000000..792f17c
--- /dev/null
+++ b/l10n/pt_BR.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "ocsms",
+ {
+ "Phone Sync" : "Sincronizar telefone"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
new file mode 100644
index 0000000..f0bf146
--- /dev/null
+++ b/l10n/pt_BR.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Phone Sync" : "Sincronizar telefone"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file
diff --git a/l10n/ru.js b/l10n/ru.js
new file mode 100644
index 0000000..d216fcf
--- /dev/null
+++ b/l10n/ru.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "ocsms",
+ {
+ "Phone Sync" : "Синхронизация с телефоном"
+},
+"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
diff --git a/l10n/ru.json b/l10n/ru.json
new file mode 100644
index 0000000..33978b8
--- /dev/null
+++ b/l10n/ru.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Phone Sync" : "Синхронизация с телефоном"
+},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
+} \ No newline at end of file
diff --git a/l10n/sk_SK.js b/l10n/sk_SK.js
new file mode 100644
index 0000000..3420f15
--- /dev/null
+++ b/l10n/sk_SK.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "ocsms",
+ {
+ "Phone Sync" : "Synchronizácia s telefónom"
+},
+"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/l10n/sk_SK.json b/l10n/sk_SK.json
new file mode 100644
index 0000000..829bc22
--- /dev/null
+++ b/l10n/sk_SK.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Phone Sync" : "Synchronizácia s telefónom"
+},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+} \ No newline at end of file
diff --git a/l10n/sl.js b/l10n/sl.js
new file mode 100644
index 0000000..cbfcd11
--- /dev/null
+++ b/l10n/sl.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "ocsms",
+ {
+ "Phone Sync" : "Sinhronizacija telefona"
+},
+"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/l10n/sl.json b/l10n/sl.json
new file mode 100644
index 0000000..4094ba1
--- /dev/null
+++ b/l10n/sl.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Phone Sync" : "Sinhronizacija telefona"
+},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
+} \ No newline at end of file
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
new file mode 100644
index 0000000..c27fb7f
--- /dev/null
+++ b/l10n/zh_CN.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "ocsms",
+ {
+ "Phone Sync" : "电话同步"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
new file mode 100644
index 0000000..4aaad7a
--- /dev/null
+++ b/l10n/zh_CN.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Phone Sync" : "电话同步"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file