summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-05-17 00:13:46 +0000
committerNextcloud bot <bot@nextcloud.com>2018-05-17 00:13:46 +0000
commitef665fde426d770f31d8d4349d047734d27b87d0 (patch)
tree78d87da534da86c6310ec8daebc33d11320f05c8 /apps/oauth2/l10n
parent81ab924389d927eccdc6466b88a46e073f7ea8b6 (diff)
downloadnextcloud-server-ef665fde426d770f31d8d4349d047734d27b87d0.tar.gz
nextcloud-server-ef665fde426d770f31d8d4349d047734d27b87d0.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r--apps/oauth2/l10n/cs.js2
-rw-r--r--apps/oauth2/l10n/cs.json2
-rw-r--r--apps/oauth2/l10n/he.js2
-rw-r--r--apps/oauth2/l10n/he.json2
-rw-r--r--apps/oauth2/l10n/ka_GE.js2
-rw-r--r--apps/oauth2/l10n/ka_GE.json2
-rw-r--r--apps/oauth2/l10n/lt_LT.js2
-rw-r--r--apps/oauth2/l10n/lt_LT.json2
-rw-r--r--apps/oauth2/l10n/sk.js2
-rw-r--r--apps/oauth2/l10n/sk.json2
10 files changed, 10 insertions, 10 deletions
diff --git a/apps/oauth2/l10n/cs.js b/apps/oauth2/l10n/cs.js
index 7bdce516054..4c768e39ee5 100644
--- a/apps/oauth2/l10n/cs.js
+++ b/apps/oauth2/l10n/cs.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Add client" : "Přidat klienta",
"Add" : "Přidat"
},
-"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/oauth2/l10n/cs.json b/apps/oauth2/l10n/cs.json
index 7a76470dbe2..a7f0184c745 100644
--- a/apps/oauth2/l10n/cs.json
+++ b/apps/oauth2/l10n/cs.json
@@ -7,5 +7,5 @@
"Secret" : "Tajemství",
"Add client" : "Přidat klienta",
"Add" : "Přidat"
-},"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/oauth2/l10n/he.js b/apps/oauth2/l10n/he.js
index 250205239a8..080c8e0b9b3 100644
--- a/apps/oauth2/l10n/he.js
+++ b/apps/oauth2/l10n/he.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Add client" : "הוספת לקוחי",
"Add" : "הוספה"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=4; plural=(n==1 ? 1: n == 2 ? 2 : (n % 10 == 0 and n > 10) ? 4);");
diff --git a/apps/oauth2/l10n/he.json b/apps/oauth2/l10n/he.json
index 09505d77302..2d1fbe48cbe 100644
--- a/apps/oauth2/l10n/he.json
+++ b/apps/oauth2/l10n/he.json
@@ -8,5 +8,5 @@
"Secret" : "סוד",
"Add client" : "הוספת לקוחי",
"Add" : "הוספה"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+},"pluralForm" :"nplurals=4; plural=(n==1 ? 1: n == 2 ? 2 : (n % 10 == 0 and n > 10) ? 4);"
} \ No newline at end of file
diff --git a/apps/oauth2/l10n/ka_GE.js b/apps/oauth2/l10n/ka_GE.js
index bc15a0bb375..fcf2da09fd7 100644
--- a/apps/oauth2/l10n/ka_GE.js
+++ b/apps/oauth2/l10n/ka_GE.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Add client" : "კლიენტის დამატება",
"Add" : "დამატება"
},
-"nplurals=1; plural=0;");
+"nplurals=2; plural=(n==1);");
diff --git a/apps/oauth2/l10n/ka_GE.json b/apps/oauth2/l10n/ka_GE.json
index 234349103b1..829461f55de 100644
--- a/apps/oauth2/l10n/ka_GE.json
+++ b/apps/oauth2/l10n/ka_GE.json
@@ -8,5 +8,5 @@
"Secret" : "საიდუმლო",
"Add client" : "კლიენტის დამატება",
"Add" : "დამატება"
-},"pluralForm" :"nplurals=1; plural=0;"
+},"pluralForm" :"nplurals=2; plural=(n==1);"
} \ No newline at end of file
diff --git a/apps/oauth2/l10n/lt_LT.js b/apps/oauth2/l10n/lt_LT.js
index b93d9063ae2..131959033da 100644
--- a/apps/oauth2/l10n/lt_LT.js
+++ b/apps/oauth2/l10n/lt_LT.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Add client" : "Pridėti klientą",
"Add" : "Pridėti"
},
-"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/oauth2/l10n/lt_LT.json b/apps/oauth2/l10n/lt_LT.json
index 6b311c7b5cd..5cf8a27de47 100644
--- a/apps/oauth2/l10n/lt_LT.json
+++ b/apps/oauth2/l10n/lt_LT.json
@@ -7,5 +7,5 @@
"Secret" : "Paslaptis",
"Add client" : "Pridėti klientą",
"Add" : "Pridėti"
-},"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/oauth2/l10n/sk.js b/apps/oauth2/l10n/sk.js
index 977ffe779a0..7e1d0983c61 100644
--- a/apps/oauth2/l10n/sk.js
+++ b/apps/oauth2/l10n/sk.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Add client" : "Pridať klienta",
"Add" : "Pridať"
},
-"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/oauth2/l10n/sk.json b/apps/oauth2/l10n/sk.json
index bc0e014f859..24f1959e55d 100644
--- a/apps/oauth2/l10n/sk.json
+++ b/apps/oauth2/l10n/sk.json
@@ -8,5 +8,5 @@
"Secret" : "Tajný kľúč",
"Add client" : "Pridať klienta",
"Add" : "Pridať"
-},"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