mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'w28_MDL-8249_m24_roletranslations' of git://github.com/skodak/moodle
Conflicts: lib/db/upgrade.php version.php
This commit is contained in:
commit
e1980f8bb9
37 changed files with 631 additions and 422 deletions
|
@ -147,6 +147,10 @@ $string['createrolebycopying'] = 'Create a new role by copying {$a}';
|
|||
$string['createthisrole'] = 'Create this role';
|
||||
$string['currentcontext'] = 'Current context';
|
||||
$string['currentrole'] = 'Current role';
|
||||
$string['customroledescription'] = 'Custom description';
|
||||
$string['customroledescription_help'] = 'Descriptions of standard roles are localised automatically if the custom description is empty.';
|
||||
$string['customrolename'] = 'Custom full name';
|
||||
$string['customrolename_help'] = 'Names of standard roles are localised automatically if the custom name is empty. You must provide full name for all custom roles.';
|
||||
$string['defaultrole'] = 'Default role';
|
||||
$string['defaultx'] = 'Default: {$a}';
|
||||
$string['defineroles'] = 'Define roles';
|
||||
|
@ -312,6 +316,7 @@ $string['roles_link'] = 'roles';
|
|||
$string['role:safeoverride'] = 'Override safe permissions for others';
|
||||
$string['roleselect'] = 'Select role';
|
||||
$string['roleshortname'] = 'Short name';
|
||||
$string['roleshortname_help'] = 'Role short name is a low level role identifier, only ASCII alphanumeric characters are allowed. Do not change short names of standard roles.';
|
||||
$string['role:switchroles'] = 'Switch to other roles';
|
||||
$string['roletoassign'] = 'Role to assign';
|
||||
$string['roletooverride'] = 'Role to override';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue