. /** * 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 Split Course'; $string['title'] = 'ILB Split Course Report'; $string['alert'] = 'ALERT
Users transferred by this plugin may be confused with users who are already in the destination course, preventing any subsequent separation
Be careful'; $string['nouserstosplit'] = 'No users to split'; $string['role_option'] = '{$a->totalusers} enrolled users as {$a->localname}'; $string['target_course'] = 'Target course'; $string['split'] = 'Split'; $string['splitqty'] = 'Split quantity'; $string['invalidenrolid'] = 'Invalid enrol ID'; $string['noenroltarget'] = 'No enrol method in target course that can receipt these users'; $string['nouserstransfered'] = 'No user has been transferred'; $string['userstransfered'] = 'Users has been transferred'; $string['page-report-ilbsplit-x'] = 'Page to split users into different courses'; $string['page-report-ilbsplit-index'] = 'Page index to split users into different courses';