summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-05-18 00:13:45 +0000
committerNextcloud bot <bot@nextcloud.com>2018-05-18 00:13:45 +0000
commit514b3749232b7c7dbf1f6d1d7cfdbcb3e2b3e503 (patch)
treecc751b16ff7557d2027c3e43662acc384f210e19 /apps/sharebymail
parent9236c20a28dd9558d1577ebfd7c7ea9202ca70bb (diff)
downloadnextcloud-server-514b3749232b7c7dbf1f6d1d7cfdbcb3e2b3e503.tar.gz
nextcloud-server-514b3749232b7c7dbf1f6d1d7cfdbcb3e2b3e503.zip
[tx-robot] updated from transifex
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 146ffe23e1a..fc2dac6a5e1 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=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/apps/sharebymail/l10n/cs.json b/apps/sharebymail/l10n/cs.json
index a4a180957f0..3bc36a902c9 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=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/apps/sharebymail/l10n/ka_GE.js b/apps/sharebymail/l10n/ka_GE.js
index 81a952c0dc0..737d6c4c765 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=2; plural=(n==1);");
+"nplurals=2; plural=(n!=1);");
diff --git a/apps/sharebymail/l10n/ka_GE.json b/apps/sharebymail/l10n/ka_GE.json
index 9699e8c10a2..dcdef8d8655 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=2; plural=(n==1);"
+},"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 a15db357e0a..57f4198562c 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=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/apps/sharebymail/l10n/lt_LT.json b/apps/sharebymail/l10n/lt_LT.json
index c1dd8bbb85f..15cb90eb2c6 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=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/apps/sharebymail/l10n/sk.js b/apps/sharebymail/l10n/sk.js
index 4fa88544593..703059e3784 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=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/apps/sharebymail/l10n/sk.json b/apps/sharebymail/l10n/sk.json
index 997de521f8a..5e0b7e103df 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=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