mirror of
https://github.com/moodle/moodle.git
synced 2025-02-16 05:45:36 +01:00
15 lines
564 B
PHP
15 lines
564 B
PHP
<?PHP // $Id$
|
|
// enrol_manual.php - created with Moodle 1.7 beta + (2006101003)
|
|
|
|
|
|
$string['description'] = 'This is the default form of enrolment. There are two main ways a student can be enrolled in a particular course.
|
|
<ul>
|
|
<li>A teacher or admin can enrol them manually using the link in the Course Administration menu
|
|
within the course.</li>
|
|
<li>A course can have a password defined, known as an \"enrolment key\". Anyone who knows this key is
|
|
able to add themselves to a course.</li>
|
|
</ul>';
|
|
$string['enrolname'] = 'Internal Enrolment';
|
|
|
|
?>
|