From 2be1de4e523cea741a000cd21acd166660d8b9c8 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Thu, 23 Jun 2016 11:57:39 -0400
Subject: [PATCH] Fix for an issue where plugins dont get loaded when logged in with "Login as".

---
 interface/web/help/lib/lang/nl.lng |   22 ++++++++++++++--------
 1 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/interface/web/help/lib/lang/nl.lng b/interface/web/help/lib/lang/nl.lng
index 5634899..823ba23 100644
--- a/interface/web/help/lib/lang/nl.lng
+++ b/interface/web/help/lib/lang/nl.lng
@@ -1,8 +1,14 @@
-<?php
-$wb['Support Message'] = 'Support bericht';
-$wb['Message'] = 'Bericht';
-$wb['Send message'] = 'Verstuur bericht';
-$wb['View messages'] = 'Bekijk berichten';
-$wb['Support'] = 'Support';
-?>
-
+<?php
+$wb['Support Message'] = 'Support bericht';
+$wb['Message'] = 'Bericht';
+$wb['Send message'] = 'Stuur bericht';
+$wb['View messages'] = 'Raadplegen berichten';
+$wb['Support'] = 'Support';
+$wb['About ISPConfig'] = 'Over ISPConfig';
+$wb['Version'] = 'Versie';
+$wb['Frequently Asked Questions'] = 'Frequently Asked Questions';
+$wb['FAQ Sections'] = 'FAQ Sections';
+$wb['Manage Sections'] = 'Manage Sections';
+$wb['Add a Question & Answer Pair'] = 'Add a Question & Answer Pair';
+$wb['Manage Questions'] = 'Manage Questions';
+?>

--
Gitblit v1.9.1