summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/sk.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/l10n/sk.js')
-rw-r--r--apps/files_trashbin/l10n/sk.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/sk.js b/apps/files_trashbin/l10n/sk.js
index 2ba56add86c..da7ae118561 100644
--- a/apps/files_trashbin/l10n/sk.js
+++ b/apps/files_trashbin/l10n/sk.js
@@ -18,4 +18,4 @@ OC.L10N.register(
"Name" : "Názov",
"Deleted" : "Zmazané"
},
-"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);");