summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/cs_CZ.js
blob: aee5a6ffafdf30a90f6787bd1da8e1ff2cc923b5 (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "comments",
    {
    "Cancel" : "Zrušit",
    "Save" : "Uložit",
    "Comment" : "Komentář"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");