Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-05-18 03:22:16 +0300
committerNextcloud bot <bot@nextcloud.com>2018-05-18 03:22:16 +0300
commit7ad619a4003c04619ebcab76e1ea7c55b86e8f2f (patch)
tree44e8d6cbd426bcb204f1bd50fb079a72b8da4780 /l10n/cs.js
parenta775c59b847376aa1afbed81f0458820133fdd86 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/cs.js')
-rw-r--r--l10n/cs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10n/cs.js b/l10n/cs.js
index fc48de1..3dc0897 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -58,4 +58,4 @@ OC.L10N.register(
"Saved!" : "Uloženo!",
"Can not save site" : "Stránka nelze uložit"
},
-"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;");