mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-12991 Updated groups UI so that it categorises members and potential members into roles (Teacher, Student, etc)
This commit is contained in:
parent
ca2d0fc0e0
commit
e254aa344c
5 changed files with 246 additions and 83 deletions
|
@ -90,6 +90,7 @@ $string['localroles'] = 'Locally assigned roles';
|
|||
$string['manageroles'] = 'Manage roles';
|
||||
$string['metaassignerror'] = 'Can not assign this role to user \"$a\" because Manage metacourse capability is needed.';
|
||||
$string['metaunassignerror'] = 'Role of user \"$a\" was automatically reassigned, please unassign the role in child courses instead.';
|
||||
$string['multipleroles'] = 'Multiple roles';
|
||||
$string['overridepermissions'] = 'Override permissions';
|
||||
$string['overridepermissionsin'] = 'Override permissions in $a';
|
||||
$string['morethan'] = 'More than $a';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue