nextcloud/apps/comments/l10n/mk.js

10 lines
251 B
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
"Cancel" : "Откажи",
"Save" : "Сними",
2016-05-10 10:30:51 +03:00
"Comment" : "Коментар",
"%1$s commented" : "%1$s коментиран"
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");