aboutsummaryrefslogtreecommitdiff
path: root/mod/languages/languages/da/da.custom_index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/languages/languages/da/da.custom_index.php')
-rw-r--r--mod/languages/languages/da/da.custom_index.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/mod/languages/languages/da/da.custom_index.php b/mod/languages/languages/da/da.custom_index.php
new file mode 100644
index 000000000..983126085
--- /dev/null
+++ b/mod/languages/languages/da/da.custom_index.php
@@ -0,0 +1,14 @@
+<?php
+/**
+ * Custom Index Danish language file
+ */
+
+$danish = array(
+ 'custom:bookmarks' => "Seneste bogmærker",
+ 'custom:groups' => "Seneste grupper",
+ 'custom:files' => "Seneste filer",
+ 'custom:blogs' => "Seneste blogindlæg",
+ 'custom:members' => "Seneste medlemmer",
+);
+
+add_translation("da",$danish);