|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | enrol |
Variables | |
| $string ['allowguests'] = 'This course allows guest users to enter' | |
| $string ['guest:config'] = 'Configure guest access instances' | |
| $string ['password'] = 'Password' | |
| $string ['password_help'] = 'A password allows guest access to the course to be restricted to only those who know the password. Guests will be required to supply the password each time they access the course.' | |
| $string ['passwordinvalid'] = 'Incorrect access password, please try again' | |
| $string ['passwordinvalidhint'] | |
| $string ['pluginname'] = 'Guest access' | |
| $string ['pluginname_desc'] = 'Guest access plugin is only granting temporary access to courses, it is not actually enrolling users.' | |
| $string ['requirepassword'] = 'Require guest access password' | |
| $string ['requirepassword_desc'] = 'Require access password in new courses and prevent removing of access password from existing courses.' | |
| $string ['showhint'] = 'Show hint' | |
| $string ['showhint_desc'] = 'Show first letter of the guest access password.' | |
| $string ['status'] = 'Allow guest access' | |
| $string ['status_desc'] = 'Allow temporary guest access by default.' | |
| $string ['status_help'] = 'This setting determines whether a user can access the course as a guest, without being required to enrol.' | |
| $string ['status_link'] = 'enrol/guest' | |
| $string ['usepasswordpolicy'] = 'Use password policy' | |
| $string ['usepasswordpolicy_desc'] = 'Use standard password policy for guest access passwords.' | |
| $string['allowguests'] = 'This course allows guest users to enter' |
Definition at line 27 of file enrol_guest.php.
| $string['guest:config'] = 'Configure guest access instances' |
Definition at line 28 of file enrol_guest.php.
| $string['password'] = 'Password' |
Definition at line 29 of file enrol_guest.php.
| $string['password_help'] = 'A password allows guest access to the course to be restricted to only those who know the password. Guests will be required to supply the password each time they access the course.' |
Definition at line 30 of file enrol_guest.php.
| $string['passwordinvalid'] = 'Incorrect access password, please try again' |
Definition at line 31 of file enrol_guest.php.
| $string['passwordinvalidhint'] |
'That access password was incorrect, please try again<br /> (Here\'s a hint - it starts with \'{$a}\')'
Definition at line 32 of file enrol_guest.php.
| $string['pluginname'] = 'Guest access' |
Definition at line 34 of file enrol_guest.php.
| $string['pluginname_desc'] = 'Guest access plugin is only granting temporary access to courses, it is not actually enrolling users.' |
Definition at line 35 of file enrol_guest.php.
| $string['requirepassword'] = 'Require guest access password' |
Definition at line 36 of file enrol_guest.php.
| $string['requirepassword_desc'] = 'Require access password in new courses and prevent removing of access password from existing courses.' |
Definition at line 37 of file enrol_guest.php.
| $string['showhint'] = 'Show hint' |
Definition at line 38 of file enrol_guest.php.
| $string['showhint_desc'] = 'Show first letter of the guest access password.' |
Definition at line 39 of file enrol_guest.php.
| $string['status'] = 'Allow guest access' |
Definition at line 40 of file enrol_guest.php.
| $string['status_desc'] = 'Allow temporary guest access by default.' |
Definition at line 41 of file enrol_guest.php.
| $string['status_help'] = 'This setting determines whether a user can access the course as a guest, without being required to enrol.' |
Definition at line 42 of file enrol_guest.php.
| $string['status_link'] = 'enrol/guest' |
Definition at line 43 of file enrol_guest.php.
| $string['usepasswordpolicy'] = 'Use password policy' |
Definition at line 44 of file enrol_guest.php.
| $string['usepasswordpolicy_desc'] = 'Use standard password policy for guest access passwords.' |
Definition at line 45 of file enrol_guest.php.