diff --git a/plugins/box/information/languages/nl.lang.php b/plugins/box/information/languages/nl.lang.php
new file mode 100644
index 0000000..993684e
--- /dev/null
+++ b/plugins/box/information/languages/nl.lang.php
@@ -0,0 +1,38 @@
+ array(
+ 'Information' => 'Informatie',
+ 'Debuging' => 'Debuggen',
+ 'Name' => 'Naam',
+ 'Value' => 'Waarde',
+ 'Security' => 'Beveiliging',
+ 'System' => 'Systeem',
+ 'on' => 'Aan',
+ 'off'=> 'Uit',
+ 'Server' => 'Server',
+ 'PHP version' => 'PHP Versie',
+ 'SimpleXML module' => 'SimpleXML Module',
+ 'DOM module' => 'DOM Module',
+ 'Installed' => 'Geinstalleerd',
+ 'Not Installed' => 'Niet geinstalleerd',
+ 'Security check results' => 'Resultaten beveiligings-check',
+ 'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
+ 'Het configuratiebestand is schrijfbaar. We adviseren u om alle schrijfrechten op defines.php te verwijderen op productiewebsites.',
+ 'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path
' =>
+ 'Het Monstra .htaccess bestand is schrijfbaar. We adviseren u om alle schrijfrechten voor dit bestand te verwijderen.
Op unix-systemen doet u dit als volgt: chmod a-w :path
.',
+ 'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path
' =>
+ 'Het Monstra index.php bestand is schrijfbaar. We adviseren u alle schrijfrechten voor dit bestand te verwijderen.
Op Unix-systemen doet u dit als volgt: chmod a-w :path
.',
+ 'Due to the type and amount of information an error might give intruders when Monstra::$environment = Monstra::DEVELOPMENT, we strongly advise setting Monstra::PRODUCTION in production systems.' =>
+ 'Door het type en de hoeveelheid informatie die foutmeldingen kunnen geven aan indringers wanneer Monstra::$environment = Monstra::DEVELOPMENT, raden we u ten zeerste aan om de instelling op Monstra::PRODUCTION te zetten, wanneer u met een productiewebsite werkt.',
+ 'Monstra version' => 'Monstra versie',
+ 'Directory Permissions' => 'Map-rechten',
+ 'Directory' => 'Map',
+ 'Writable' => 'Schrijfbaar',
+ 'Unwritable' => 'Niet schrijfbaar',
+ 'Status' => 'Status',
+ 'PHP Built On' => 'Op PHP gebouwd',
+ 'Web Server' => 'Web Server',
+ 'WebServer to PHP Interface' => 'WebServer PHP Interface',
+ )
+ );