2 // enrol_manual.php - created with Moodle 1.7 beta + (2006101003)
5 $string['description'] = 'This is the default form of enrolment. There are two main ways a student can be enrolled in a particular course.
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>
12 $string['enrolmentkeyerror'] = 'That enrolment key was incorrect, please try again.';
13 $string['enrolname'] = 'Internal Enrolment';
14 $string['enrol_manual_requirekey'] = 'Require course enrolment keys in new courses and prevent removing of existing keys.';
15 $string['enrol_manual_showhint'] = 'Enable this setting to reveal the first character of the enrolment key as a hint if one enters an incorrect key.';
16 $string['enrol_manual_usepasswordpolicy'] = 'Use current user password policy for course enrolment keys.';
17 $string['keyholderrole' ] = 'The role of the user that holds the enrolment key for a course. Displayed to students attempting to enrol on the course.';