You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.8 KiB
40 lines
1.8 KiB
<?php
|
|
// This file is part of Moodle - http://moodle.org/
|
|
//
|
|
// Moodle is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// Moodle is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
/**
|
|
* 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'] = '<strong>ALERT</strong>
|
|
<p>Users transferred by this plugin may be confused with users who are already in the destination course, preventing any subsequent separation</p><strong>Be careful</strong>';
|
|
$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';
|
|
|