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

github.com/nextcloud/notifications.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:34:17 +0300
committerNextcloud bot <bot@nextcloud.com>2018-05-18 03:34:17 +0300
commited70f6f19e842ec1ee601baa6726e6267be99881 (patch)
tree21775396760d7dca752d0128ea386f6d0161ebd6 /l10n/sk.js
parent7145109c623d0865dc0ac486688d08517a3a6324 (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 6aac59e..584932a 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"No notifications" : "Žiadne upozornenia",
"Dismiss" : "Odmietnuť"
},
-"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);");