1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 12:48:00 +02:00
Files
php-monstra/plugins/box/information/languages/nl.lang.php
2014-01-01 21:21:26 +02:00

39 lines
2.6 KiB
PHP

<?php
return array(
'information' => 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. <br>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
'Het Monstra .htaccess bestand is schrijfbaar. We adviseren u om alle schrijfrechten voor dit bestand te verwijderen. <br>Op unix-systemen doet u dit als volgt: <code>chmod a-w :path</code>.',
'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions. <br>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
'Het Monstra index.php bestand is schrijfbaar. We adviseren u alle schrijfrechten voor dit bestand te verwijderen. <br>Op Unix-systemen doet u dit als volgt: <code>chmod a-w :path</code>.',
'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' => 'Systeem',
'Web Server' => 'Web Server',
'WebServer to PHP Interface' => 'WebServer PHP Interface',
)
);