aboutsummaryrefslogtreecommitdiff
path: root/mod/languages/languages/nl/nl.custom_index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/languages/languages/nl/nl.custom_index.php')
-rw-r--r--mod/languages/languages/nl/nl.custom_index.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/mod/languages/languages/nl/nl.custom_index.php b/mod/languages/languages/nl/nl.custom_index.php
new file mode 100644
index 000000000..746daa336
--- /dev/null
+++ b/mod/languages/languages/nl/nl.custom_index.php
@@ -0,0 +1,11 @@
+<?php
+$nl = array (
+ 'custom:bookmarks' => 'Laatste favorieten',
+ 'custom:groups' => 'Laatste groepen',
+ 'custom:files' => 'Laatste bestanden',
+ 'custom:blogs' => 'Laatste blogberichten',
+ 'custom:members' => 'Nieuwste leden',
+);
+
+add_translation("nl", $nl);
+