. /** * Strings for component 'enrol_guest', language 'en'. * * @package enrol_guest * @copyright 2010 onwards Petr Skoda {@link http://skodak.org} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['allowguests'] = 'This course allows guest users to enter'; $string['guest:config'] = 'Configure guest access instances'; $string['guestaccess_withpassword'] = 'Guest access requires password'; $string['guestaccess_withoutpassword'] = 'Guest access'; $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'] = 'That access password was incorrect, please try again
(Here\'s a hint - it starts with \'{$a}\')'; $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.';