mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 20:43:33 +01:00
31 lines
966 B
PHP
31 lines
966 B
PHP
<?php // $Id$
|
|
// Names of the documentation files
|
|
// Files with a definition "-" are treated as spacers
|
|
|
|
$string['-about'] = "关于Moodle";
|
|
$string['intro.html'] = "简介";
|
|
$string['background.html'] = "背景";
|
|
$string['philosophy.html'] = "理念";
|
|
$string['licence.html'] = "授权";
|
|
$string['features.html'] = "特性";
|
|
$string['release.html'] = "发行说明";
|
|
$string['future.html'] = "展望";
|
|
$string['credits.html'] = "致谢";
|
|
|
|
$string['-installation'] = "管理";
|
|
$string['install.html'] = "安装";
|
|
$string['faq.html'] = "安装FAQ";
|
|
$string['installamp.html'] = "Apache, MySQL, PHP";
|
|
$string['upgrade.html'] = "升级";
|
|
|
|
$string['-usage'] = "使用Moodle";
|
|
$string['teacher.html'] = "教师手册";
|
|
$string['other.html'] = "其它文档";
|
|
|
|
$string['-development'] = "开发";
|
|
$string['developer.html'] = "开发文档";
|
|
$string['coding.html'] = "编码准则";
|
|
$string['cvs.html'] = "使用CVS";
|
|
$string['translation.html'] = "翻译";
|
|
|
|
?>
|