mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 20:43:33 +01:00
13 lines
469 B
PHP
13 lines
469 B
PHP
<?PHP // $Id$
|
|
// enrol_internal.php - created with Moodle 1.5 ALPHA (2005042300)
|
|
|
|
|
|
$string['description'] = '这是选课的缺省方式,学生要想参与某一课程有两种方法:
|
|
<ul>
|
|
<li>教师或管理员可以手工将其加入到课程中,相关链接在课程管理目录中。</li>
|
|
<li>课程可以定一个密码作为选课密码,任何知道选课密码的人都可以参与课程。</li>
|
|
</ul>';
|
|
$string['enrolname'] = '内部选课';
|
|
|
|
?>
|