Merge branch 'MDL-48860_27' of git://github.com/timhunt/moodle into MOODLE_27_STABLE
[moodle.git] / lang / en / cohort.php
blobb7d94e65186c84a22c080d8b76b9495173a206aa
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.
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'
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
27 $string['addcohort'] = 'Add new cohort';
28 $string['anycohort'] = 'Any';
29 $string['assign'] = 'Assign';
30 $string['assignto'] = 'Cohort \'{$a}\' members';
31 $string['backtocohorts'] = 'Back to cohorts';
32 $string['bulkadd'] = 'Add to cohort';
33 $string['bulknocohort'] = 'No available cohorts found';
34 $string['cohort'] = 'Cohort';
35 $string['cohorts'] = 'Cohorts';
36 $string['cohortsin'] = '{$a}: available cohorts';
37 $string['cohort:assign'] = 'Assign cohort members';
38 $string['cohort:manage'] = 'Manage cohorts';
39 $string['cohort:view'] = 'Use cohorts and view members';
40 $string['component'] = 'Source';
41 $string['currentusers'] = 'Current users';
42 $string['currentusersmatching'] = 'Current users matching';
43 $string['delcohort'] = 'Delete cohort';
44 $string['delconfirm'] = 'Do you really want to delete cohort \'{$a}\'?';
45 $string['description'] = 'Description';
46 $string['duplicateidnumber'] = 'Cohort with the same ID number already exists';
47 $string['editcohort'] = 'Edit cohort';
48 $string['eventcohortcreated'] = 'Cohort created';
49 $string['eventcohortdeleted'] = 'Cohort deleted';
50 $string['eventcohortmemberadded'] = 'User added to a cohort';
51 $string['eventcohortmemberremoved'] = 'User removed from a cohort';
52 $string['eventcohortupdated'] = 'Cohort updated';
53 $string['external'] = 'External cohort';
54 $string['idnumber'] = 'Cohort ID';
55 $string['memberscount'] = 'Cohort size';
56 $string['name'] = 'Name';
57 $string['nocomponent'] = 'Created manually';
58 $string['potusers'] = 'Potential users';
59 $string['potusersmatching'] = 'Potential matching users';
60 $string['removeuserwarning'] = 'Removing users from a cohort may result in unenrolling of users from multiple courses which includes deleting of user settings, grades, group membership and other user information from affected courses.';
61 $string['selectfromcohort'] = 'Select members from cohort';
62 $string['unknowncohort'] = 'Unknown cohort ({$a})!';
63 $string['useradded'] = 'User added to cohort "{$a}"';
64 $string['search'] = 'Search';
65 $string['searchcohort'] = 'Search cohort';