aboutsummaryrefslogtreecommitdiff
path: root/languages/da/da.notifications.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/da/da.notifications.php')
-rw-r--r--languages/da/da.notifications.php33
1 files changed, 33 insertions, 0 deletions
diff --git a/languages/da/da.notifications.php b/languages/da/da.notifications.php
new file mode 100644
index 000000000..4f68a790c
--- /dev/null
+++ b/languages/da/da.notifications.php
@@ -0,0 +1,33 @@
+<?php
+/**
+ * Notifications Danish language file.
+ *
+ */
+
+$danish = array(
+
+ 'friends:all' => 'Alle venner',
+
+ 'notifications:subscriptions:personal:description' => 'Modtag besked når der sker noget omkring dit indhold',
+ 'notifications:subscriptions:personal:title' => 'Personlig besked',
+
+ 'notifications:subscriptions:friends:title' => 'Venner',
+ 'notifications:subscriptions:friends:description' => 'Det følgende er en automatisk samling oprettet ud fra dine venner. For at modtage opdateringer vælg nedenfor. Dette vil påvirke den tilsvarende bruger i beskedindstillingspanelet nederst på siden.',
+ 'notifications:subscriptions:collections:edit' => 'Klik her for at redigere din vennesamling.',
+
+ 'notifications:subscriptions:changesettings' => 'Beskeder',
+ 'notifications:subscriptions:changesettings:groups' => 'Gruppe beskeder',
+ 'notification:method:email' => 'E-mail',
+
+ 'notifications:subscriptions:title' => 'Indstil individuelt',
+ 'notifications:subscriptions:description' => 'Du kan vælge at modtage beskeder fra dine venner, når de opretter nyt indhold. Find dem herunder og vælg den type besked du foretrækker.',
+
+ 'notifications:subscriptions:groups:description' => 'Du kan vælge at modtage besked, når nyt indhold tilføjes en gruppe, du er medlem af. Find gruppen herunder og vælg den type besked du foretrækker.',
+
+ 'notifications:subscriptions:success' => 'Dine indstillinger for beskeder er blevet gemt.',
+
+);
+
+add_translation("da",$danish);
+
+?> \ No newline at end of file