mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-12 00:56:18 +02:00
40 lines
2.9 KiB
PHP
40 lines
2.9 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'information' => array(
|
|
'Information' => 'Informationen',
|
|
'Debuging' => 'Debugging',
|
|
'Name' => 'Name',
|
|
'Value' => 'Wert',
|
|
'Security' => 'Sicherheit',
|
|
'System' => 'System',
|
|
'on' => 'An',
|
|
'off'=> 'Aus',
|
|
'Server' => 'Server',
|
|
'PHP version' => 'PHP Version',
|
|
'SimpleXML module' => 'SimpleXML Modul',
|
|
'DOM module' => 'DOM Modul',
|
|
'Installed' => 'Installiert',
|
|
'Not Installed' => 'Nicht Installiert',
|
|
'Security check results' => 'Sicherheits-Check Ergebnisse',
|
|
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
|
|
'Die Konfigurationsdatei wurde als beschreibbar entdeckt. Wir empfehlen alle Schreibrechte für defines.php auf Produktionssystemen zu entfernen.',
|
|
'The Monstra core directory (":path") and/or files underneath it 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 -R a-w :path</code>' =>
|
|
'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>' =>
|
|
'Die Monstra .htaccess Datei wurde als beschreibbar entdeckt. Wir empfehlen alle Schreibrechte zu entfernen. <br/>Du kannst dies auf Unix-Systemen ganz einfach mit: <code>chmod a-w :path</code> erledigen.',
|
|
'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>' =>
|
|
'Die Monstra index.php Datei wurde als beschreibbar entdeckt. Wir empfehlen alle Schreibrechte zu entfernen. <br/>Du kannst dies auf Unix-Systemen ganz einfach mit: <code>chmod a-w :path</code> erledigen.',
|
|
'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.' =>
|
|
'Aufgrund der Art und Menge der Informationen kann ein Fehler Eindringlinge ergeben wenn Monstra::$environment = Monstra::DEVELOPMENT, wir raten dringend dazu folgendermaßen Monstra::PRODUCTION in Produktionssystemen einzustellen.',
|
|
'Monstra version' => 'Monstra version',
|
|
'Directory Permissions' => 'Directory Berechtigungen',
|
|
'Directory' => 'Verzeichnis',
|
|
'Writable' => 'Writable',
|
|
'Unwritable' => 'Nicht beschreibbar',
|
|
'Status' => 'Status',
|
|
'PHP Built On' => 'PHP Built On',
|
|
'Web Server' => 'Web Server',
|
|
'WebServer to PHP Interface' => 'WebServer to PHP Interface',
|
|
)
|
|
);
|