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

github.com/nextcloud/serverinfo.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:39:08 +0300
committerNextcloud bot <bot@nextcloud.com>2018-05-18 03:39:08 +0300
commitc9d10b468ac60daa9863523d98117f28bb27c0a6 (patch)
tree7080cfcfcd7e7cd1e0fcdde4f53a7ca04abe8ad0 /l10n/sk.js
parentfc0898b01e9aafbea66f4e569e49b4f6f309ec32 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/sk.js')
-rw-r--r--l10n/sk.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10n/sk.js b/l10n/sk.js
index 63b29c1..a4d97e3 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -33,4 +33,4 @@ OC.L10N.register(
"External monitoring tool" : "Externý sledovací nástroj",
"You can connect an external monitoring tool by using this end point: " : "Pre pripojenie externého sledovacieho nástroja použite tento koncový bod:"
},
-"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);");