mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-05 04:37:51 +02:00
Create nl.lang.php
Completed dutch translation
This commit is contained in:
38
plugins/box/information/languages/nl.lang.php
Normal file
38
plugins/box/information/languages/nl.lang.php
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
<?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' => 'Op PHP gebouwd',
|
||||||
|
'Web Server' => 'Web Server',
|
||||||
|
'WebServer to PHP Interface' => 'WebServer PHP Interface',
|
||||||
|
)
|
||||||
|
);
|
Reference in New Issue
Block a user