owncloud/core

View on GitHub
apps/comments/l10n/sk_SK.js

Summary

Maintainability
A
0 mins
Test Coverage
OC.L10N.register(
    "comments",
    {
    "Cancel" : "Zrušiť",
    "Save" : "Uložiť",
    "Comment" : "Komentár"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");