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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-05-18 03:31:57 +0300
committerNextcloud bot <bot@nextcloud.com>2018-05-18 03:31:57 +0300
commit73dd0f0daa0e3388a791d1cf1c843c1f8171d5fa (patch)
tree2570e57df045481346102fd534dd74207aa587db /l10n
parentf8ed63031a51a4f7fcd0502e95f433b8b319075a (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/cs.js2
-rw-r--r--l10n/cs.json2
-rw-r--r--l10n/he.js2
-rw-r--r--l10n/he.json2
-rw-r--r--l10n/ka_GE.js2
-rw-r--r--l10n/ka_GE.json2
-rw-r--r--l10n/lt_LT.js2
-rw-r--r--l10n/lt_LT.json2
-rw-r--r--l10n/sk.js2
-rw-r--r--l10n/sk.json2
-rw-r--r--l10n/uk.js2
-rw-r--r--l10n/uk.json2
12 files changed, 12 insertions, 12 deletions
diff --git a/l10n/cs.js b/l10n/cs.js
index a888c121d..456fe7bd9 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -128,4 +128,4 @@ OC.L10N.register(
"Download attachment" : "Stáhnout přílohu",
"Save to Files" : "Uložit do Souborů"
},
-"nplurals=4; plural=(n < 10 && n % 1 == 0) ? 1 : (n < 9999 && n >= 10 && n % 1 == 0) ? 3 : (n % 1 != 0) : 4;");
+"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/l10n/cs.json b/l10n/cs.json
index c941ca3a4..0de951887 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -125,5 +125,5 @@
"Import into calendar" : "Importovat do kalendáře",
"Download attachment" : "Stáhnout přílohu",
"Save to Files" : "Uložit do Souborů"
-},"pluralForm" :"nplurals=4; plural=(n < 10 && n % 1 == 0) ? 1 : (n < 9999 && n >= 10 && n % 1 == 0) ? 3 : (n % 1 != 0) : 4;"
+},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
} \ No newline at end of file
diff --git a/l10n/he.js b/l10n/he.js
index 5a8df1d1a..1b2108ff9 100644
--- a/l10n/he.js
+++ b/l10n/he.js
@@ -52,4 +52,4 @@ OC.L10N.register(
"Continue to %s" : "ממשיך אל %s",
"Connect" : "התחברות"
},
-"nplurals=4; plural=(n==1 ? 1: n == 2 ? 2 : (n % 10 == 0 and n > 10) ? 4);");
+"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
diff --git a/l10n/he.json b/l10n/he.json
index 3ed6249d7..d9c9f0e96 100644
--- a/l10n/he.json
+++ b/l10n/he.json
@@ -49,5 +49,5 @@
"If you don’t want to visit that page, you can return to <a href=\"%s\">Mail</a>." : "אם אינך רוצה לבקר בדף זה, ניתן לחזור אל <a href=\"%s\">הדואר</a>.",
"Continue to %s" : "ממשיך אל %s",
"Connect" : "התחברות"
-},"pluralForm" :"nplurals=4; plural=(n==1 ? 1: n == 2 ? 2 : (n % 10 == 0 and n > 10) ? 4);"
+},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
} \ No newline at end of file
diff --git a/l10n/ka_GE.js b/l10n/ka_GE.js
index 8a236234a..bac8b963b 100644
--- a/l10n/ka_GE.js
+++ b/l10n/ka_GE.js
@@ -127,4 +127,4 @@ OC.L10N.register(
"Download attachment" : "დანართის გადმოწერა",
"Save to Files" : "შენახვა ფაილებში"
},
-"nplurals=2; plural=(n==1);");
+"nplurals=2; plural=(n!=1);");
diff --git a/l10n/ka_GE.json b/l10n/ka_GE.json
index 9e9103873..d23d29224 100644
--- a/l10n/ka_GE.json
+++ b/l10n/ka_GE.json
@@ -124,5 +124,5 @@
"Import into calendar" : "იმპორტი კალენდარში",
"Download attachment" : "დანართის გადმოწერა",
"Save to Files" : "შენახვა ფაილებში"
-},"pluralForm" :"nplurals=2; plural=(n==1);"
+},"pluralForm" :"nplurals=2; plural=(n!=1);"
} \ No newline at end of file
diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js
index 096d0fbe7..d0d567109 100644
--- a/l10n/lt_LT.js
+++ b/l10n/lt_LT.js
@@ -128,4 +128,4 @@ OC.L10N.register(
"Download attachment" : "Atsisiųsti priedą",
"Save to Files" : "Įrašyti į Failus"
},
-"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 1 : (n%10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 3 : n % 1 != 0 ? 4);");
+"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json
index 6652ebdb5..c4b30c059 100644
--- a/l10n/lt_LT.json
+++ b/l10n/lt_LT.json
@@ -125,5 +125,5 @@
"Import into calendar" : "Importuoti į kalendorių",
"Download attachment" : "Atsisiųsti priedą",
"Save to Files" : "Įrašyti į Failus"
-},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 1 : (n%10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 3 : n % 1 != 0 ? 4);"
+},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
} \ No newline at end of file
diff --git a/l10n/sk.js b/l10n/sk.js
index b61ccfc48..aba037cdb 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -127,4 +127,4 @@ OC.L10N.register(
"Download attachment" : "Stiahnuť prílohu",
"Save to Files" : "Uložiť do Súborov"
},
-"nplurals=4; plural=(n % 1 == 0 ? 4: n==1 ? 1: n % 1 == 0 && n>=2 && n<=4 ? 3);");
+"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/l10n/sk.json b/l10n/sk.json
index a144be6dd..de506737d 100644
--- a/l10n/sk.json
+++ b/l10n/sk.json
@@ -124,5 +124,5 @@
"Import into calendar" : "Importovať do kalendára",
"Download attachment" : "Stiahnuť prílohu",
"Save to Files" : "Uložiť do Súborov"
-},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 ? 4: n==1 ? 1: n % 1 == 0 && n>=2 && n<=4 ? 3);"
+},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
} \ No newline at end of file
diff --git a/l10n/uk.js b/l10n/uk.js
index 3e2f25dd9..23a900a45 100644
--- a/l10n/uk.js
+++ b/l10n/uk.js
@@ -43,4 +43,4 @@ OC.L10N.register(
"Continue to %s" : "Подовження за %s",
"Connect" : "З'єднати"
},
-"nplurals=4; plural=( n % 1 == 0 && n % 10 =1 && n % 100 != 11) ? 1 : ( n %1 == 0 && ( n >= 2 && n <=4) && ( n % 100 <12 || n % 100 > 14)) ? 3 : ( n % 1 ==0 && (n% 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14));");
+"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");
diff --git a/l10n/uk.json b/l10n/uk.json
index bd90737ca..20f2a8d09 100644
--- a/l10n/uk.json
+++ b/l10n/uk.json
@@ -40,5 +40,5 @@
"Error loading message" : "Помилка завантаження повідомлення.",
"Continue to %s" : "Подовження за %s",
"Connect" : "З'єднати"
-},"pluralForm" :"nplurals=4; plural=( n % 1 == 0 && n % 10 =1 && n % 100 != 11) ? 1 : ( n %1 == 0 && ( n >= 2 && n <=4) && ( n % 100 <12 || n % 100 > 14)) ? 3 : ( n % 1 ==0 && (n% 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14));"
+},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
} \ No newline at end of file