|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | enrol |
Variables | |
| $string ['customwelcomemessage'] = 'Custom welcome message' | |
| $string ['defaultrole'] = 'Default role assignment' | |
| $string ['defaultrole_desc'] = 'Select role which should be assigned to users during self enrolment' | |
| $string ['editenrolment'] = 'Edit enrolment' | |
| $string ['enrolenddate'] = 'End date' | |
| $string ['enrolenddate_help'] = 'If enabled, users can enrol themselves until this date only.' | |
| $string ['enrolenddaterror'] = 'Enrolment end date cannot be earlier than start date' | |
| $string ['enrolme'] = 'Enrol me' | |
| $string ['enrolperiod'] = 'Enrolment duration' | |
| $string ['enrolperiod_desc'] = 'Default length of time that the enrolment is valid (in seconds). If set to zero, the enrolment duration will be unlimited by default.' | |
| $string ['enrolperiod_help'] = 'Length of time that the enrolment is valid, starting with the moment the user enrols themselves. If disabled, the enrolment duration will be unlimited.' | |
| $string ['enrolstartdate'] = 'Start date' | |
| $string ['enrolstartdate_help'] = 'If enabled, users can enrol themselves from this date onward only.' | |
| $string ['groupkey'] = 'Use group enrolment keys' | |
| $string ['groupkey_desc'] = 'Use group enrolment keys by default.' | |
| $string ['groupkey_help'] | |
| $string ['longtimenosee'] = 'Unenrol inactive after' | |
| $string ['longtimenosee_help'] = 'If users haven\'t accessed a course for a long time, then they are automatically unenrolled. This parameter specifies that time limit.' | |
| $string ['maxenrolled'] = 'Max enrolled users' | |
| $string ['maxenrolled_help'] = 'Specifies the maximum number of users that can self enrol. 0 means no limit.' | |
| $string ['maxenrolledreached'] = 'Maximum number of users allowed to self-enrol was already reached.' | |
| $string ['nopassword'] = 'No enrolment key required.' | |
| $string ['password'] = 'Enrolment key' | |
| $string ['password_help'] | |
| $string ['passwordinvalid'] = 'Incorrect enrolment key, please try again' | |
| $string ['passwordinvalidhint'] | |
| $string ['pluginname'] = 'Self enrolment' | |
| $string ['pluginname_desc'] = 'The self enrolment plugin allows users to choose which courses they want to participate in. The courses may be protected by an enrolment key. Internally the enrolment is done via the manual enrolment plugin which has to be enabled in the same course.' | |
| $string ['requirepassword'] = 'Require enrolment key' | |
| $string ['requirepassword_desc'] = 'Require enrolment key in new courses and prevent removing of enrolment key from existing courses.' | |
| $string ['role'] = 'Default assigned role' | |
| $string ['self:config'] = 'Configure self enrol instances' | |
| $string ['self:manage'] = 'Manage enrolled users' | |
| $string ['self:unenrol'] = 'Unenrol users from course' | |
| $string ['self:unenrolself'] = 'Unenrol self from the course' | |
| $string ['sendcoursewelcomemessage'] = 'Send course welcome message' | |
| $string ['sendcoursewelcomemessage_help'] = 'If enabled, users receive a welcome message via email when they self-enrol in a course.' | |
| $string ['showhint'] = 'Show hint' | |
| $string ['showhint_desc'] = 'Show first letter of the guest access key.' | |
| $string ['status'] = 'Allow self enrolments' | |
| $string ['status_desc'] = 'Allow users to self enrol into course by default.' | |
| $string ['status_help'] = 'This setting determines whether a user can enrol (and also unenrol if they have the appropriate permission) themselves from the course.' | |
| $string ['unenrol'] = 'Unenrol user' | |
| $string ['unenrolselfconfirm'] = 'Do you really want to unenrol yourself from course "{$a}"?' | |
| $string ['unenroluser'] = 'Do you really want to unenrol "{$a->user}" from course "{$a->course}"?' | |
| $string ['usepasswordpolicy'] = 'Use password policy' | |
| $string ['usepasswordpolicy_desc'] = 'Use standard password policy for enrolment keys.' | |
| $string ['welcometocourse'] = 'Welcome to {$a}' | |
| $string ['welcometocoursetext'] | |
| $string['customwelcomemessage'] = 'Custom welcome message' |
Definition at line 27 of file enrol_self.php.
| $string['defaultrole'] = 'Default role assignment' |
Definition at line 28 of file enrol_self.php.
| $string['defaultrole_desc'] = 'Select role which should be assigned to users during self enrolment' |
Definition at line 29 of file enrol_self.php.
| $string['editenrolment'] = 'Edit enrolment' |
Definition at line 30 of file enrol_self.php.
| $string['enrolenddate'] = 'End date' |
Definition at line 31 of file enrol_self.php.
| $string['enrolenddate_help'] = 'If enabled, users can enrol themselves until this date only.' |
Definition at line 32 of file enrol_self.php.
Definition at line 33 of file enrol_self.php.
| $string['enrolme'] = 'Enrol me' |
Definition at line 34 of file enrol_self.php.
| $string['enrolperiod'] = 'Enrolment duration' |
Definition at line 35 of file enrol_self.php.
| $string['enrolperiod_desc'] = 'Default length of time that the enrolment is valid (in seconds). If set to zero, the enrolment duration will be unlimited by default.' |
Definition at line 36 of file enrol_self.php.
| $string['enrolperiod_help'] = 'Length of time that the enrolment is valid, starting with the moment the user enrols themselves. If disabled, the enrolment duration will be unlimited.' |
Definition at line 37 of file enrol_self.php.
| $string['enrolstartdate'] = 'Start date' |
Definition at line 38 of file enrol_self.php.
| $string['enrolstartdate_help'] = 'If enabled, users can enrol themselves from this date onward only.' |
Definition at line 39 of file enrol_self.php.
| $string['groupkey'] = 'Use group enrolment keys' |
Definition at line 40 of file enrol_self.php.
| $string['groupkey_desc'] = 'Use group enrolment keys by default.' |
Definition at line 41 of file enrol_self.php.
| $string['groupkey_help'] |
'In addition to restricting access to the course to only those who know the key, use of a group enrolment key means users are automatically added to the group when they enrol in the course. To use a group enrolment key, an enrolment key must be specified in the course settings as well as the group enrolment key in the group settings.'
Definition at line 42 of file enrol_self.php.
| $string['longtimenosee'] = 'Unenrol inactive after' |
Definition at line 45 of file enrol_self.php.
| $string['longtimenosee_help'] = 'If users haven\'t accessed a course for a long time, then they are automatically unenrolled. This parameter specifies that time limit.' |
Definition at line 46 of file enrol_self.php.
| $string['maxenrolled'] = 'Max enrolled users' |
Definition at line 47 of file enrol_self.php.
| $string['maxenrolled_help'] = 'Specifies the maximum number of users that can self enrol. 0 means no limit.' |
Definition at line 48 of file enrol_self.php.
| $string['maxenrolledreached'] = 'Maximum number of users allowed to self-enrol was already reached.' |
Definition at line 49 of file enrol_self.php.
| $string['nopassword'] = 'No enrolment key required.' |
Definition at line 50 of file enrol_self.php.
| $string['password'] = 'Enrolment key' |
Definition at line 51 of file enrol_self.php.
| $string['password_help'] |
'An enrolment key enables access to the course to be restricted to only those who know the key. If the field is left blank, any user may enrol in the course. If an enrolment key is specified, any user attempting to enrol in the course will be required to supply the key. Note that a user only needs to supply the enrolment key ONCE, when they enrol in the course.'
Definition at line 52 of file enrol_self.php.
| $string['passwordinvalid'] = 'Incorrect enrolment key, please try again' |
Definition at line 57 of file enrol_self.php.
| $string['passwordinvalidhint'] |
'That enrolment key was incorrect, please try again<br /> (Here\'s a hint - it starts with \'{$a}\')'
Definition at line 58 of file enrol_self.php.
| $string['pluginname'] = 'Self enrolment' |
Definition at line 60 of file enrol_self.php.
| $string['pluginname_desc'] = 'The self enrolment plugin allows users to choose which courses they want to participate in. The courses may be protected by an enrolment key. Internally the enrolment is done via the manual enrolment plugin which has to be enabled in the same course.' |
Definition at line 61 of file enrol_self.php.
| $string['requirepassword'] = 'Require enrolment key' |
Definition at line 62 of file enrol_self.php.
| $string['requirepassword_desc'] = 'Require enrolment key in new courses and prevent removing of enrolment key from existing courses.' |
Definition at line 63 of file enrol_self.php.
| $string['role'] = 'Default assigned role' |
Definition at line 64 of file enrol_self.php.
| $string['self:config'] = 'Configure self enrol instances' |
Definition at line 65 of file enrol_self.php.
| $string['self:manage'] = 'Manage enrolled users' |
Definition at line 66 of file enrol_self.php.
| $string['self:unenrol'] = 'Unenrol users from course' |
Definition at line 67 of file enrol_self.php.
| $string['self:unenrolself'] = 'Unenrol self from the course' |
Definition at line 68 of file enrol_self.php.
| $string['sendcoursewelcomemessage'] = 'Send course welcome message' |
Definition at line 69 of file enrol_self.php.
| $string['sendcoursewelcomemessage_help'] = 'If enabled, users receive a welcome message via email when they self-enrol in a course.' |
Definition at line 70 of file enrol_self.php.
| $string['showhint'] = 'Show hint' |
Definition at line 71 of file enrol_self.php.
| $string['showhint_desc'] = 'Show first letter of the guest access key.' |
Definition at line 72 of file enrol_self.php.
| $string['status'] = 'Allow self enrolments' |
Definition at line 73 of file enrol_self.php.
| $string['status_desc'] = 'Allow users to self enrol into course by default.' |
Definition at line 74 of file enrol_self.php.
| $string['status_help'] = 'This setting determines whether a user can enrol (and also unenrol if they have the appropriate permission) themselves from the course.' |
Definition at line 75 of file enrol_self.php.
| $string['unenrol'] = 'Unenrol user' |
Definition at line 76 of file enrol_self.php.
| $string['unenrolselfconfirm'] = 'Do you really want to unenrol yourself from course "{$a}"?' |
Definition at line 77 of file enrol_self.php.
Definition at line 78 of file enrol_self.php.
| $string['usepasswordpolicy'] = 'Use password policy' |
Definition at line 79 of file enrol_self.php.
| $string['usepasswordpolicy_desc'] = 'Use standard password policy for enrolment keys.' |
Definition at line 80 of file enrol_self.php.
| $string['welcometocourse'] = 'Welcome to {$a}' |
Definition at line 81 of file enrol_self.php.
| $string['welcometocoursetext'] |
'Welcome to {$a->coursename}! If you have not done so already, you should edit your profile page so that we can learn more about you: {$a->profileurl}'
Definition at line 82 of file enrol_self.php.