mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +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
|
@ -45,12 +45,12 @@ $string['clamfailureonupload'] = 'On clam AV failure';
|
|||
$string['cleanup'] = 'Cleanup';
|
||||
$string['componentinstalled'] = 'Component Installed';
|
||||
$string['confeditorhidebuttons'] = 'Select the buttons that should be hidden in the HTML editor.';
|
||||
$string['configallowassign'] = 'Allow the roles on the left side to assign the roles in each column';
|
||||
$string['configallowassign'] = 'You can allow people who have the roles on the left side to assign some of the column roles to other people';
|
||||
$string['configallowcategorythemes'] = 'If you enable this, then themes can be set at the category level. This will affect all child categories and courses unless they have specifically set their own theme. WARNING: Enabling category themes may affect performance.';
|
||||
$string['configallowcoursethemes'] = 'If you enable this, then courses will be allowed to set their own themes. Course themes override all other theme choices (site, user, or session themes)';
|
||||
$string['configallowemailaddresses'] = 'If you want to restrict all new email addresses to particular domains, then list them here separated by spaces. All other domains will be rejected. eg <strong>ourcollege.edu.au .gov.au</strong>';
|
||||
$string['configallowobjectembed'] = 'As a default security measure, normal users are not allowed to embed multimedia (like Flash) within texts using explicit EMBED and OBJECT tags in their HTML (although it can still be done safely using the mediaplugins filter). If you wish to allow these tags then enable this option.';
|
||||
$string['configallowoverride'] = 'Allow the roles on the left side to override the roles in each column';
|
||||
$string['configallowoverride'] = 'You can allow people with the roles on the left side to override some of the column roles';
|
||||
$string['configallowunenroll'] = 'If this is set \'Yes\', then students are allowed to unenroll themselves from courses whenever they like. Otherwise they are not allowed, and this process will be solely controlled by the teachers and administrators.';
|
||||
$string['configallowuserblockhiding'] = 'Do you want to allow users to hide/show side blocks throughout this site? This feature uses Javascript and cookies to remember the state of each collapsible block, and only affects the user\'s own view.';
|
||||
$string['configallowusermailcharset'] = 'Enabling this, every user in the site will be able to specify his own charset for email.';
|
||||
|
@ -677,4 +677,4 @@ $string['uuupdatetype'] = 'Existing user details';
|
|||
$string['validateerror'] = 'This value was not valid:';
|
||||
$string['xmlstrictheaders'] = 'XML strict headers';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
@ -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