e735f7e592506bab97bba40bb0bf7822a32cb4b1
[moodle.git] / admin / tool / cohortroles / lang / en / tool_cohortroles.php
1 <?php
2 // This file is part of Moodle - http://moodle.org/
3 //
4 // Moodle is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version.
8 //
9 // Moodle is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 // GNU General Public License for more details.
13 //
14 // You should have received a copy of the GNU General Public License
15 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
17 /**
18  * Strings for component 'tool_userroles', language 'en'
19  *
20  * @package    tool_cohortroles
21  * @copyright  2015 Damyon Wiese
22  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23  */
25 $string['acohortroleassignmentssaved'] = '{$a} cohort role assignments were saved.';
26 $string['assign'] = 'Assign';
27 $string['assignroletocohort'] = 'Assign role to users in the context of all members of these cohorts';
28 $string['backgroundsync'] = 'Note: Roles assigned on this page will not take affect immediately, the changes to role assignments will be made by a background task.';
29 $string['cohortroleassignmentremoved'] = 'The cohort role assignment was removed.';
30 $string['cohortroleassignmentnotremoved'] = 'The cohort role assignment was not removed.';
31 $string['cohortroles'] = 'Cohort roles';
32 $string['existingcohortroles'] = 'Existing cohort role assignments';
33 $string['managecohortroles'] = 'Assign user roles for entire cohort';
34 $string['noassignableroles'] = 'No roles can be assigned at a user context level. <a href="../../roles/manage.php">Manage roles</a>';
35 $string['nocohortroleassignmentssaved'] = 'No cohort role assignments were saved.';
36 $string['onecohortroleassignmentsaved'] = 'One cohort role assignment was saved.';
37 $string['pluginname'] = 'Cohort roles management';
38 $string['removecohortroleassignment'] = 'Remove cohort role assignment';
39 $string['removecohortroleassignmentconfirm'] = 'Are you sure you want to remove this cohort role assignment? This role will be removed for this user in all other user contexts.';
40 $string['selectcohorts'] = 'Select cohorts';
41 $string['selectrole'] = 'Select role';
42 $string['selectusers'] = 'Select users to assign role';
43 $string['taskname'] = 'Sync cohort role assignments';
44 $string['thisuserroles'] = 'Roles assigned relative to this user';