diff --git a/l10n/da.js b/l10n/da.js new file mode 100644 index 0000000..5dd6fa5 --- /dev/null +++ b/l10n/da.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "integration_moodle", + { + "Connected accounts" : "Forbundne konti", + "Connected as {user}" : "Forbundet som {user}" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/da.json b/l10n/da.json new file mode 100644 index 0000000..8f4138a --- /dev/null +++ b/l10n/da.json @@ -0,0 +1,5 @@ +{ "translations": { + "Connected accounts" : "Forbundne konti", + "Connected as {user}" : "Forbundet som {user}" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file