summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--l10n/cs.js2
-rw-r--r--l10n/cs.json2
-rw-r--r--l10n/fa.js2
-rw-r--r--l10n/fa.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.js4
-rw-r--r--l10n/lt_LT.json4
-rw-r--r--l10n/sk.js2
-rw-r--r--l10n/sk.json2
-rw-r--r--l10n/uk.js2
-rw-r--r--l10n/uk.json2
14 files changed, 16 insertions, 16 deletions
diff --git a/l10n/cs.js b/l10n/cs.js
index f851e422c..90c9072e3 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -146,4 +146,4 @@ OC.L10N.register(
"Documentation" : "Dokumentace",
"Report a bug" : "Nahlásit chybu"
},
-"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
+"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 28f339e29..6fae2026d 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -143,5 +143,5 @@
"Keyboard shortcuts" : "Klávesové zkratky",
"Documentation" : "Dokumentace",
"Report a bug" : "Nahlásit chybu"
-},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+},"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/fa.js b/l10n/fa.js
index eb58a1655..6a67fa0ad 100644
--- a/l10n/fa.js
+++ b/l10n/fa.js
@@ -55,4 +55,4 @@ OC.L10N.register(
"Keyboard shortcuts" : "میان بر صفحه ی کلید",
"Documentation" : "مستندسازی"
},
-"nplurals=1; plural=0;");
+"nplurals=2; plural=(n > 1);");
diff --git a/l10n/fa.json b/l10n/fa.json
index 27f8947c0..3b8ffd183 100644
--- a/l10n/fa.json
+++ b/l10n/fa.json
@@ -52,5 +52,5 @@
"Help" : "کمک",
"Keyboard shortcuts" : "میان بر صفحه ی کلید",
"Documentation" : "مستندسازی"
-},"pluralForm" :"nplurals=1; plural=0;"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/l10n/he.js b/l10n/he.js
index bfdcdd9c3..cfcd30941 100644
--- a/l10n/he.js
+++ b/l10n/he.js
@@ -129,4 +129,4 @@ OC.L10N.register(
"Documentation" : "תיעוד",
"Report a bug" : "דיווח על באג"
},
-"nplurals=2; plural=(n != 1);");
+"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 f65cdca98..57119e04f 100644
--- a/l10n/he.json
+++ b/l10n/he.json
@@ -126,5 +126,5 @@
"Keyboard shortcuts" : "קיצורי מקלדת",
"Documentation" : "תיעוד",
"Report a bug" : "דיווח על באג"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+},"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 76c9d60eb..9fed846b2 100644
--- a/l10n/ka_GE.js
+++ b/l10n/ka_GE.js
@@ -146,4 +146,4 @@ OC.L10N.register(
"Documentation" : "დოკუმენტაცია",
"Report a bug" : "განაცხადეთ შეცდომა"
},
-"nplurals=1; plural=0;");
+"nplurals=2; plural=(n!=1);");
diff --git a/l10n/ka_GE.json b/l10n/ka_GE.json
index 253adf777..beac112c7 100644
--- a/l10n/ka_GE.json
+++ b/l10n/ka_GE.json
@@ -143,5 +143,5 @@
"Keyboard shortcuts" : "კლავიატურის კომბინაციები",
"Documentation" : "დოკუმენტაცია",
"Report a bug" : "განაცხადეთ შეცდომა"
-},"pluralForm" :"nplurals=1; plural=0;"
+},"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 e4a09fb2a..549952d3d 100644
--- a/l10n/lt_LT.js
+++ b/l10n/lt_LT.js
@@ -6,7 +6,7 @@ OC.L10N.register(
"Request forbidden. Are you an admin?" : "Užklausa neleidžiama. Ar jūs esate administratorius?",
"Token expired or app not enabled! Reload the page!" : "Pasibaigė prieigos raktų galiojimas arba programėlė nėra įjungta! Įkelkite puslapį iš naujo!",
"Internal server error! Please check your data/nextcloud.log file for additional information!" : "Vidinė serverio klaida! Išsamesnė informacija aprašoma \"data/nextcloud.log\" žurnale!",
- "Request failed, Nextcloud is in currently in maintenance mode!" : "Sistema yra atnaujinama! Palaukite ir bandykite dar kartą.",
+ "Request failed, Nextcloud is in currently in maintenance mode!" : "Užklausa nepavyko, Nextcloud šiuo metu yra techninės priežiūros veiksenoje!",
"Feed contains invalid XML" : "Naujienų srautas duomenis pateikia klaidingai",
"Feed not found: Either the website does not provide a feed or blocks access. To rule out blocking, try to download the feed on your server's command line using curl: curl " : "Tinklapis neteikia naujienų srauto paslaugos arba blokuoja prieigą prie jo. ",
"Detected feed format is not supported" : "Naujienų srauto formatas yra nepalaikomas",
@@ -146,4 +146,4 @@ OC.L10N.register(
"Documentation" : "Dokumentacija",
"Report a bug" : "Pranešti apie klaidą"
},
-"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");
+"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 533d02092..e88924ab5 100644
--- a/l10n/lt_LT.json
+++ b/l10n/lt_LT.json
@@ -4,7 +4,7 @@
"Request forbidden. Are you an admin?" : "Užklausa neleidžiama. Ar jūs esate administratorius?",
"Token expired or app not enabled! Reload the page!" : "Pasibaigė prieigos raktų galiojimas arba programėlė nėra įjungta! Įkelkite puslapį iš naujo!",
"Internal server error! Please check your data/nextcloud.log file for additional information!" : "Vidinė serverio klaida! Išsamesnė informacija aprašoma \"data/nextcloud.log\" žurnale!",
- "Request failed, Nextcloud is in currently in maintenance mode!" : "Sistema yra atnaujinama! Palaukite ir bandykite dar kartą.",
+ "Request failed, Nextcloud is in currently in maintenance mode!" : "Užklausa nepavyko, Nextcloud šiuo metu yra techninės priežiūros veiksenoje!",
"Feed contains invalid XML" : "Naujienų srautas duomenis pateikia klaidingai",
"Feed not found: Either the website does not provide a feed or blocks access. To rule out blocking, try to download the feed on your server's command line using curl: curl " : "Tinklapis neteikia naujienų srauto paslaugos arba blokuoja prieigą prie jo. ",
"Detected feed format is not supported" : "Naujienų srauto formatas yra nepalaikomas",
@@ -143,5 +143,5 @@
"Keyboard shortcuts" : "Klavišų kombinacija",
"Documentation" : "Dokumentacija",
"Report a bug" : "Pranešti apie klaidą"
-},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"
+},"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 66d2b84bf..ecfe42eef 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -146,4 +146,4 @@ OC.L10N.register(
"Documentation" : "Dokumentácia",
"Report a bug" : "Nahlásiť chybu"
},
-"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
+"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 81afed25c..95a95e6ce 100644
--- a/l10n/sk.json
+++ b/l10n/sk.json
@@ -143,5 +143,5 @@
"Keyboard shortcuts" : "Klávesové skratky",
"Documentation" : "Dokumentácia",
"Report a bug" : "Nahlásiť chybu"
-},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+},"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 f96808691..21580946a 100644
--- a/l10n/uk.js
+++ b/l10n/uk.js
@@ -105,4 +105,4 @@ OC.L10N.register(
"Keyboard shortcuts" : "Сполучення клавіш",
"Documentation" : "Документація"
},
-"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
+"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 187e3699f..95a2e9c98 100644
--- a/l10n/uk.json
+++ b/l10n/uk.json
@@ -102,5 +102,5 @@
"Help" : "Допомога",
"Keyboard shortcuts" : "Сполучення клавіш",
"Documentation" : "Документація"
-},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
+},"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