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