diff --git a/l10n/bg.js b/l10n/bg.js new file mode 100644 index 0000000..e46f606 --- /dev/null +++ b/l10n/bg.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Синхронизиране на телефона" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/bg.json b/l10n/bg.json new file mode 100644 index 0000000..bcf9671 --- /dev/null +++ b/l10n/bg.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "Синхронизиране на телефона" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file