mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
Merged from 1.9
Improvements to the tabs for assigning and overriding roles. MDL-12120 Tabs are now all on the top row Tabs have clearer titles Other help texts improved
This commit is contained in:
parent
b8faa9a7d1
commit
21090e447a
7 changed files with 54 additions and 56 deletions
|
@ -84,9 +84,12 @@ $string['legacy:teacher'] = 'LEGACY ROLE: Teacher (non-editing)';
|
|||
$string['legacy:user'] = 'LEGACY ROLE: Authenticated user';
|
||||
$string['legacytype'] = 'Legacy role type';
|
||||
$string['listallroles'] = 'List all roles';
|
||||
$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['overridepermissions'] = 'Override permissions';
|
||||
$string['overridepermissionsin'] = 'Override permissions in $a';
|
||||
$string['morethan'] = 'More than $a';
|
||||
$string['my:manageblocks'] = 'Manage myMoodle page blocks';
|
||||
$string['nocapabilitiesincontext'] = 'No capabilities available in this context';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue