mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
31 lines
1.2 KiB
PHP
31 lines
1.2 KiB
PHP
<?PHP // $Id$
|
|
// install.php - created with Moodle 1.4.3 + (2004083132)
|
|
|
|
|
|
$string['caution'] = '原因';
|
|
$string['chooselanguage'] = '选择一个语言';
|
|
$string['compatibilitysettings'] = '检查您的PHP设置...';
|
|
$string['configfilewritten'] = '已经成功创建了config.php文件';
|
|
$string['configurationcomplete'] = '配置完毕';
|
|
$string['database'] = '数据库';
|
|
$string['dataroot'] = '数据目录';
|
|
$string['dbhost'] = '服务器';
|
|
$string['dbpass'] = '密码';
|
|
$string['dbprefix'] = '表格名称前缀';
|
|
$string['dbtype'] = '类型';
|
|
$string['dirroot'] = 'Moodle目录';
|
|
$string['download'] = '下载';
|
|
$string['fail'] = '失败';
|
|
$string['fileuploads'] = '上传文件';
|
|
$string['gdversion'] = 'GD版本';
|
|
$string['installation'] = '安装';
|
|
$string['memorylimit'] = '内存限制';
|
|
$string['pass'] = '通过';
|
|
$string['phpversion'] = 'PHP版本';
|
|
$string['phpversionerror'] = 'PHP版本至少为4.1.0';
|
|
$string['safemode'] = '安全模式';
|
|
$string['safemodeerror'] = '在安全模式下运行Moodle可能会有一些麻烦';
|
|
$string['wwwroot'] = '网站地址';
|
|
$string['wwwrooterror'] = '这个网站地址似乎是错的——在那里并没有刚刚装好的Moodle。';
|
|
|
|
?>
|