MDL-21781 fixed incorrect options in user selectors
[moodle.git] / lang / en / cohort.php
1 <?php
3 // This file is part of Moodle - http://moodle.org/
4 //
5 // Moodle is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, either version 3 of the License, or
8 // (at your option) any later version.
9 //
10 // Moodle is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 // GNU General Public License for more details.
14 //
15 // You should have received a copy of the GNU General Public License
16 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
18 /**
19  * Strings for component 'cohort', language 'en', branch 'MOODLE_20_STABLE'
20  *
21  * @package    moodlecore
22  * @subpackage cohort
23  * @copyright  2010 Petr Skoda (info@skodak.org)
24  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25  */
27 $string['addcohort'] = 'Add new cohort';
28 $string['assign'] = 'Assign';
29 $string['assignto'] = 'Cohort \'{$a}\' members';
30 $string['cohort'] = 'Cohort';
31 $string['cohorts'] = 'Cohorts';
32 $string['cohortsin'] = '{$a}: available cohorts';
33 $string['cohort:assign'] = 'Assign cohort members';
34 $string['cohort:manage'] = 'Manager cohorts';
35 $string['cohort:view'] = 'Use cohorts and view members';
36 $string['component'] = 'Source';
37 $string['currentusers'] = 'Current users';
38 $string['currentusersmatching'] = 'Current users matching';
39 $string['delcohort'] = 'Delete cohort';
40 $string['delconfirm'] = 'Do you really want to delete cohort \'{$a}\'?';
41 $string['description'] = 'Description';
42 $string['duplicateidnumber'] = 'Cohort with the same ID number already exists';
43 $string['editcohort'] = 'Edit cohort';
44 $string['idnumber'] = 'Cohort ID';
45 $string['memberscount'] = 'Cohort size';
46 $string['name'] = 'Name';
47 $string['nocomponent'] = 'Created manually';
48 $string['potusers'] = 'Potential users';
49 $string['potusersmatching'] = 'Potential matching users';