diff --git a/l10n/mk.js b/l10n/mk.js new file mode 100644 index 00000000..b531b747 --- /dev/null +++ b/l10n/mk.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_retention", + { + "Create" : "Креирај", + "_%n day_::_%n days_" : ["1 ден","%n дена"], + "_%n week_::_%n weeks_" : ["1 недела","%n недели"] +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/l10n/mk.json b/l10n/mk.json new file mode 100644 index 00000000..0b7411c5 --- /dev/null +++ b/l10n/mk.json @@ -0,0 +1,6 @@ +{ "translations": { + "Create" : "Креирај", + "_%n day_::_%n days_" : ["1 ден","%n дена"], + "_%n week_::_%n weeks_" : ["1 недела","%n недели"] +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +} \ No newline at end of file