diff --git a/socialsharing_whatsapp/l10n/da.js b/socialsharing_whatsapp/l10n/da.js new file mode 100644 index 0000000..cfae65a --- /dev/null +++ b/socialsharing_whatsapp/l10n/da.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "socialsharing_whatsapp", + { + "Share to Whatsapp" : "Del til Whatsapp", + "Social sharing via WhatsApp" : "Social deling via WhatsApp", + "Enable direct sharing of files via WhatsApp, using shared links." : "Aktiver direkte deling af filer via WhatsApp ved hjælp af delte links." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/socialsharing_whatsapp/l10n/da.json b/socialsharing_whatsapp/l10n/da.json new file mode 100644 index 0000000..a2674e0 --- /dev/null +++ b/socialsharing_whatsapp/l10n/da.json @@ -0,0 +1,6 @@ +{ "translations": { + "Share to Whatsapp" : "Del til Whatsapp", + "Social sharing via WhatsApp" : "Social deling via WhatsApp", + "Enable direct sharing of files via WhatsApp, using shared links." : "Aktiver direkte deling af filer via WhatsApp ved hjælp af delte links." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file