Automatic installer.php lang files by installer_builder (20070309)
[moodle.git] / lang / en_utf8 / enrol_manual.php
blob077bc843ed604f61cd56aa1e43702caf6e4725ff
1 <?php // $Id$
3 $string['enrolname'] = 'Internal Enrolment';
5 $string['description'] = 'This is the default form of enrolment. There are two main ways a student can be enrolled in a particular course.
6 <ul>
7 <li>A teacher or admin can enrol them manually using the link in the Course Administration menu
8 within the course.</li>
9 <li>A course can have a password defined, known as an \"enrolment key\". Anyone who knows this key is
10 able to add themselves to a course.</li>
11 </ul>';