diff options
Diffstat (limited to 'settings/l10n/sk.js')
-rw-r--r-- | settings/l10n/sk.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/settings/l10n/sk.js b/settings/l10n/sk.js new file mode 100644 index 00000000000..e48cc9d9ed9 --- /dev/null +++ b/settings/l10n/sk.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "settings", + { + "Delete" : "Odstrániť", + "never" : "nikdy", + "Cancel" : "Zrušiť", + "Other" : "Ostatné" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); |