diff options
Diffstat (limited to 'languages/da/da.custom_index.php')
-rw-r--r-- | languages/da/da.custom_index.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/languages/da/da.custom_index.php b/languages/da/da.custom_index.php new file mode 100644 index 000000000..67f89730e --- /dev/null +++ b/languages/da/da.custom_index.php @@ -0,0 +1,16 @@ +<?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);
+
+?>
\ No newline at end of file |