2006-11-01 09:44:01 +00:00
|
|
|
<?PHP // $Id$
|
|
|
|
// enrol_manual.php - created with Moodle 1.7 beta + (2006101003)
|
2006-02-06 09:28:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
$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>';
|
2006-11-01 09:44:01 +00:00
|
|
|
$string['enrolname'] = 'Internal Enrolment';
|
2007-08-01 10:56:50 +00:00
|
|
|
$string['keyholderrole' ] = 'The role of the user that holds the enrolment key for a course. Displayed to students attempting to enrol on the course.';
|
2006-02-06 09:28:59 +00:00
|
|
|
?>
|