. /** * Lang strings * * @package report * @subpackage progress * @copyright 2008 Sam Marshall * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['pluginname'] = 'ILB Enrol Confirmation'; $string['title'] = 'ILB Enrol Confirmation Report'; $string['filter'] = 'Filters'; $string['summary'] = 'Summaries'; $string['filterfields'] = 'Filter fields'; $string['userroles'] = 'User roles'; $string['confirmed'] = 'Role to confirmed enrollment'; $string['confirmeddescription'] = 'Role to confirmed enrollments'; $string['revoked'] = 'Role to revoked enrollment'; $string['revokeddescription'] = 'Role to revoked enrollment'; $string['suspendrevoked'] = 'Suspend all revoked enrollments'; $string['suspendsuccess'] = 'All revoked enrols are successfull suspended'; $string['suspenderror'] = 'ERROR: A database error occurs and no revoked enrols are suspended'; $string['changeduser'] = 'User {$a->user} changed from role {$a->from} to {$a->to}'; $string['return'] = 'Return'; $string['total'] = 'Totals'; $string['applyfilter'] = 'Apply filters'; $string['email'] = 'Email address'; $string['timecreated'] = 'Enrol date'; $string['confirmenrol'] = 'Confirm enrol'; $string['revokeenrol'] = 'Revoke enrol'; $string['withselectedusers'] = 'With selected users...'; $string['withselectedusers_help'] = '* Confirm enrol - To define users role as students
* Revoke enrol - To reset the students back to unstudent status'; $string['filterfieldsdescription'] = 'Profile fields that will be added to filter report form'; $string['page-report-progress-x'] = 'Any activity completion report'; $string['page-report-progress-index'] = 'Activity completion report'; $string['page-report-progress-user'] = 'User activity completion report'; $string['ilbenrol:view'] = 'View ILB Enrol Confirmation reports';