diff --git a/l10n/da.js b/l10n/da.js new file mode 100644 index 0000000..22081d6 --- /dev/null +++ b/l10n/da.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Telefon sync" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/da.json b/l10n/da.json new file mode 100644 index 0000000..4633840 --- /dev/null +++ b/l10n/da.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "Telefon sync" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file