aboutsummaryrefslogtreecommitdiff
path: root/languages/nl/nl.custom_index.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/nl/nl.custom_index.php')
-rw-r--r--languages/nl/nl.custom_index.php28
1 files changed, 10 insertions, 18 deletions
diff --git a/languages/nl/nl.custom_index.php b/languages/nl/nl.custom_index.php
index e5105bb09..746daa336 100644
--- a/languages/nl/nl.custom_index.php
+++ b/languages/nl/nl.custom_index.php
@@ -1,19 +1,11 @@
<?php
- /**
- * Dutch translation.
- *
- * @package dutch_translation
- * @author ColdTrick IT Solutions
- * @copyright Coldtrick IT Solutions 2010
- * @link http://www.coldtrick.com/
- */
-if(elgg_is_active_plugin('custom_index')){
- $language = array (
- 'custom:bookmarks' => 'Laatste favorieten',
- 'custom:groups' => 'Laatste groepen',
- 'custom:files' => 'Laatste bestanden',
- 'custom:blogs' => 'Laatste blogberichten',
- 'custom:members' => 'Nieuwste leden',
- );
- add_translation("nl", $language);
-}
+$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);
+