aboutsummaryrefslogtreecommitdiff
path: root/languages/nl/nl.profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/nl/nl.profile.php')
-rw-r--r--languages/nl/nl.profile.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/languages/nl/nl.profile.php b/languages/nl/nl.profile.php
index a5355b5c4..9d2773ee3 100644
--- a/languages/nl/nl.profile.php
+++ b/languages/nl/nl.profile.php
@@ -1,8 +1,8 @@
-<?php
-if(elgg_is_active_plugin("profile")){
- $language = array (
- 'profile' => 'Profiel',
- 'profile:notfound' => 'Sorry. Het opgegeven profiel kon niet gevonden worden.',
- );
- add_translation("nl", $language);
-} \ No newline at end of file
+<?php
+$nl = array (
+ 'profile' => 'Profiel',
+ 'profile:notfound' => 'Sorry. Het opgegeven profiel kon niet gevonden worden.',
+);
+
+add_translation("nl", $nl);
+