mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 12:17:42 +02:00
41 lines
2.9 KiB
PHP
41 lines
2.9 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'information' => array(
|
|
'Information' => '信息',
|
|
'Debugging' => '调试',
|
|
'Name' => '名称',
|
|
'Value' => '值',
|
|
'Security' => '安全',
|
|
'System' => '系统',
|
|
'on' => '开',
|
|
'off'=> '关',
|
|
'Server' => '服务器',
|
|
'PHP version' => 'PHP 版本',
|
|
'SimpleXML module' => 'SimpleXML 模块',
|
|
'DOM module' => 'DOM 模块',
|
|
'Installed' => '已安装',
|
|
'Not Installed' => '未安装',
|
|
'Security check results' => '安全检查结果',
|
|
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
|
|
'Monstra 系统发现配置文件是可写的。我们建议您删除 defines.php 文件的所有可写权限。',
|
|
'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>' =>
|
|
'发现 Monstra 核心目录 (":path") 和下级文件是可写的。我们建议您删除所有的可写权限。<br/>您可以在 UNIX 系统上设置: <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>' =>
|
|
'Monstra 系统发现 .htaccess 文件是可写的。我们建议您删除所有的可写权限。<br/>您可以在 UNIX 系统上设置: <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>' =>
|
|
'Monstra 系统发现 index.php 文件可写。我们建议您删除所有的可写权限。<br/>您可以在 UNIX 系统上设置: <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.' =>
|
|
'Due to the type and amount of information an error might give intruders when Monstra::$environment = Monstra::DEVELOPMENT, 我们强烈建议设置 Monstra::PRODUCTION in production systems.',
|
|
'Monstra version' => 'Monstra 版本',
|
|
'Directory Permissions' => '目录权限',
|
|
'Directory' => '目录',
|
|
'Writable' => '可写',
|
|
'Unwritable' => '不可写',
|
|
'Status' => '状态',
|
|
'PHP Built On' => 'PHP 建立在',
|
|
'Web Server' => 'Web 服务器',
|
|
'WebServer to PHP Interface' => '服务器到 PHP 接口',
|
|
)
|
|
);
|