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