mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-11 00:26:18 +02:00
41 lines
3.1 KiB
PHP
41 lines
3.1 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'information' => array(
|
|
'Information' => 'Informazioni',
|
|
'Debugging' => 'Debugging',
|
|
'Name' => 'Nome',
|
|
'Value' => 'Valore',
|
|
'Security' => 'Sicurezza',
|
|
'System' => 'Sistema',
|
|
'on' => 'on',
|
|
'off'=> 'off',
|
|
'Server' => 'Server',
|
|
'PHP version' => 'Versione PHP',
|
|
'SimpleXML module' => 'Modulo SimpleXML',
|
|
'DOM module' => 'Modulo DOM',
|
|
'Installed' => 'Installato',
|
|
'Not Installed' => 'Non installato',
|
|
'Security check results' => 'Risultato del controllo di sicurezza',
|
|
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
|
|
'Il file di configurazione è scrivibile. Si consiglia di rimuovere le autorizzazioni di scrittura per defines.php file sul sito funzionante.',
|
|
'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>' =>
|
|
'Directory Monstra (":path") è scrivibile. Si consiglia di rimuovere le autorizzazioni di scrittura per la directory (":path") sul sito funzionante. <br/> È possibile eseguire questa operazione su sistemi UNIX così: <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>' =>
|
|
'Principale file .htaccess è scrivibile. Si consiglia di rimuovere le autorizzazioni di scrittura per il file principale .htaccess. <br/> È possibile eseguire questa operazione su sistemi UNIX così: <code>chmod -R 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>' =>
|
|
'Principale file index.php è scrivibile. Si consiglia di rimuovere le autorizzazioni di scrittura per il file principale index.php. <br/> È possibile eseguire questa operazione su sistemi UNIX così: <code>chmod -R 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.' =>
|
|
'Il sistema opera con lo stato Monstra::DEVELOPMENT Si consiglia di impostare lo stato Monstra::PRODUCTION sul sito funzionante.',
|
|
'Monstra version' => 'Monstra versione',
|
|
'Directory Permissions' => 'Directory Autorizzazioni',
|
|
'Directory' => 'Directory',
|
|
'Writable' => 'Scrivibile',
|
|
'Unwritable' => 'Non scrivibile',
|
|
'Status' => 'Stato',
|
|
'PHP Built On' => 'PHP Built On',
|
|
'Web Server' => 'Web Server',
|
|
'WebServer to PHP Interface' => 'WebServer to PHP Interface',
|
|
)
|
|
);
|