summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/sk.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/sk.js')
-rw-r--r--apps/files/l10n/sk.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js
index 3f4f4b4ffc7..a13c6583deb 100644
--- a/apps/files/l10n/sk.js
+++ b/apps/files/l10n/sk.js
@@ -153,4 +153,4 @@ OC.L10N.register(
"A new file or folder has been <strong>restored</strong>" : "Nový súbor alebo priečinok bol<strong>obnovený</strong>",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Použi túto adresu pre <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">prístup ku svojím súborom cez WebDAV</a>"
},
-"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);");