summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/mk.js
blob: caba856f3e75ed93210cb51210de184e6a888e91 (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "comments",
    {
    "Cancel" : "Откажи",
    "Save" : "Сними",
    "Comment" : "Коментар"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");