diff --git a/l10n/mk.js b/l10n/mk.js new file mode 100644 index 0000000..0d69a3c --- /dev/null +++ b/l10n/mk.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Settings" : "Параметри" +}, +"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 0000000..d05df9f --- /dev/null +++ b/l10n/mk.json @@ -0,0 +1,4 @@ +{ "translations": { + "Settings" : "Параметри" +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +} \ No newline at end of file