summaryrefslogtreecommitdiffstats
path: root/settings/l10n/cs.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-05-17 00:14:09 +0000
committerNextcloud bot <bot@nextcloud.com>2018-05-17 00:14:09 +0000
commitb08e53d3650f2288432c09049aa75dccb3802109 (patch)
tree41ee2255b5e2319efa11da4de7223b2453a40d52 /settings/l10n/cs.js
parentedd5712c6ead5b09fa4f996cfda66fc4e18ba597 (diff)
downloadnextcloud-server-b08e53d3650f2288432c09049aa75dccb3802109.tar.gz
nextcloud-server-b08e53d3650f2288432c09049aa75dccb3802109.zip
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/cs.js')
-rw-r--r--settings/l10n/cs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/l10n/cs.js b/settings/l10n/cs.js
index 6356eccd2e0..008bb827de3 100644
--- a/settings/l10n/cs.js
+++ b/settings/l10n/cs.js
@@ -386,4 +386,4 @@ OC.L10N.register(
"Create" : "Vytvořit",
"Group name" : "Název skupiny"
},
-"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;");