summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sharebymail')
-rw-r--r--apps/sharebymail/l10n/cs.js2
-rw-r--r--apps/sharebymail/l10n/cs.json2
-rw-r--r--apps/sharebymail/l10n/ka_GE.js2
-rw-r--r--apps/sharebymail/l10n/ka_GE.json2
-rw-r--r--apps/sharebymail/l10n/lt_LT.js2
-rw-r--r--apps/sharebymail/l10n/lt_LT.json2
-rw-r--r--apps/sharebymail/l10n/sk.js2
-rw-r--r--apps/sharebymail/l10n/sk.json2
8 files changed, 8 insertions, 8 deletions
diff --git a/apps/sharebymail/l10n/cs.js b/apps/sharebymail/l10n/cs.js
index 25012c581dd..146ffe23e1a 100644
--- a/apps/sharebymail/l10n/cs.js
+++ b/apps/sharebymail/l10n/cs.js
@@ -40,4 +40,4 @@ OC.L10N.register(
"Enforce password protection" : "Vynutit ochranu heslem",
"Failed to send share by E-mail" : "Odeslání sdílení e-mailem se nezdařilo"
},
-"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
+"nplurals=4; plural=(n < 10 && n % 1 == 0) ? 1 : (n < 9999 && n >= 10 && n % 1 == 0) ? 3 : (n % 1 != 0) : 4;");
diff --git a/apps/sharebymail/l10n/cs.json b/apps/sharebymail/l10n/cs.json
index 02f938b830a..a4a180957f0 100644
--- a/apps/sharebymail/l10n/cs.json
+++ b/apps/sharebymail/l10n/cs.json
@@ -37,5 +37,5 @@
"Send password by mail" : "Odeslat heslo e-mailem",
"Enforce password protection" : "Vynutit ochranu heslem",
"Failed to send share by E-mail" : "Odeslání sdílení e-mailem se nezdařilo"
-},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+},"pluralForm" :"nplurals=4; plural=(n < 10 && n % 1 == 0) ? 1 : (n < 9999 && n >= 10 && n % 1 == 0) ? 3 : (n % 1 != 0) : 4;"
} \ No newline at end of file
diff --git a/apps/sharebymail/l10n/ka_GE.js b/apps/sharebymail/l10n/ka_GE.js
index 8d2d43afc6c..81a952c0dc0 100644
--- a/apps/sharebymail/l10n/ka_GE.js
+++ b/apps/sharebymail/l10n/ka_GE.js
@@ -40,4 +40,4 @@ OC.L10N.register(
"Enforce password protection" : "პროლით დაცვის იძულება",
"Failed to send share by E-mail" : "საოფსტო გაზიარების გაგზავნა ვერ მოხერხდა"
},
-"nplurals=1; plural=0;");
+"nplurals=2; plural=(n==1);");
diff --git a/apps/sharebymail/l10n/ka_GE.json b/apps/sharebymail/l10n/ka_GE.json
index 140b8dbb344..9699e8c10a2 100644
--- a/apps/sharebymail/l10n/ka_GE.json
+++ b/apps/sharebymail/l10n/ka_GE.json
@@ -37,5 +37,5 @@
"Send password by mail" : "პაროლის გაგზავნა ფოსტით",
"Enforce password protection" : "პროლით დაცვის იძულება",
"Failed to send share by E-mail" : "საოფსტო გაზიარების გაგზავნა ვერ მოხერხდა"
-},"pluralForm" :"nplurals=1; plural=0;"
+},"pluralForm" :"nplurals=2; plural=(n==1);"
} \ No newline at end of file
diff --git a/apps/sharebymail/l10n/lt_LT.js b/apps/sharebymail/l10n/lt_LT.js
index 4adcb4242f4..a15db357e0a 100644
--- a/apps/sharebymail/l10n/lt_LT.js
+++ b/apps/sharebymail/l10n/lt_LT.js
@@ -40,4 +40,4 @@ OC.L10N.register(
"Enforce password protection" : "Apsaugoti slaptažodžiu",
"Failed to send share by E-mail" : "Nepavyko išsiųsti bendrinimo el. paštu"
},
-"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) ? 1 : (n%10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 3 : n % 1 != 0 ? 4);");
diff --git a/apps/sharebymail/l10n/lt_LT.json b/apps/sharebymail/l10n/lt_LT.json
index 61f2ea0994a..c1dd8bbb85f 100644
--- a/apps/sharebymail/l10n/lt_LT.json
+++ b/apps/sharebymail/l10n/lt_LT.json
@@ -37,5 +37,5 @@
"Send password by mail" : "Siųti slaptažodį elektroniniu paštu",
"Enforce password protection" : "Apsaugoti slaptažodžiu",
"Failed to send share by E-mail" : "Nepavyko išsiųsti bendrinimo el. paštu"
-},"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) ? 1 : (n%10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 3 : n % 1 != 0 ? 4);"
} \ No newline at end of file
diff --git a/apps/sharebymail/l10n/sk.js b/apps/sharebymail/l10n/sk.js
index d10d5d49959..4fa88544593 100644
--- a/apps/sharebymail/l10n/sk.js
+++ b/apps/sharebymail/l10n/sk.js
@@ -33,4 +33,4 @@ OC.L10N.register(
"Enforce password protection" : "Vynútiť ochranu heslom",
"Failed to send share by E-mail" : "Nebolo možné poslať sprístupnenie emailom"
},
-"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
+"nplurals=4; plural=(n % 1 == 0 ? 4: n==1 ? 1: n % 1 == 0 && n>=2 && n<=4 ? 3);");
diff --git a/apps/sharebymail/l10n/sk.json b/apps/sharebymail/l10n/sk.json
index 89f0b8fc2f3..997de521f8a 100644
--- a/apps/sharebymail/l10n/sk.json
+++ b/apps/sharebymail/l10n/sk.json
@@ -30,5 +30,5 @@
"Send password by mail" : "Odoslať heslo e-mailom",
"Enforce password protection" : "Vynútiť ochranu heslom",
"Failed to send share by E-mail" : "Nebolo možné poslať sprístupnenie emailom"
-},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 ? 4: n==1 ? 1: n % 1 == 0 && n>=2 && n<=4 ? 3);"
} \ No newline at end of file