Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.
/lang/en/ -> role.php (source)

Differences Between: [Versions 39 and 310] [Versions 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]

   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/>.
  16  
  17  /**
  18   * Strings for component 'role', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package   core_role
  21   * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['addinganewrole'] = 'Adding a new role';
  26  $string['addrole'] = 'Add a new role';
  27  $string['advancedoverride'] = 'Advanced role override';
  28  $string['allow'] = 'Allow';
  29  $string['allowassign'] = 'Allow role assignments';
  30  $string['allowed'] = 'Allowed';
  31  $string['allowoverride'] = 'Allow role overrides';
  32  $string['allowroletoassign'] = 'Allow users with role {$a->fromrole} to assign the role {$a->targetrole}';
  33  $string['allowroletooverride'] = 'Allow users with role {$a->fromrole} to override the role {$a->targetrole}';
  34  $string['allowroletoswitch'] = 'Allow users with role {$a->fromrole} to switch roles to the role {$a->targetrole}';
  35  $string['allowroletoview'] = 'Allow users with role {$a->fromrole} to view the role {$a->targetrole}';
  36  $string['allowswitch'] = 'Allow role switches';
  37  $string['allowview'] = 'Allow role to view';
  38  $string['allsiteusers'] = 'All site users';
  39  $string['analytics:listinsights'] = 'List insights';
  40  $string['analytics:listowninsights'] = 'List own insights';
  41  $string['analytics:managemodels'] = 'Manage models';
  42  $string['archetype'] = 'Role archetype';
  43  $string['archetype_help'] = 'The role archetype determines the permissions when a role is reset to default. It also determines any new permissions for the role when the site is upgraded.';
  44  $string['archetypecoursecreator'] = 'ARCHETYPE: Course creator';
  45  $string['archetypeeditingteacher'] = 'ARCHETYPE: Teacher (editing)';
  46  $string['archetypefrontpage'] = 'ARCHETYPE: Authenticated user on frontpage';
  47  $string['archetypeguest'] = 'ARCHETYPE: Guest';
  48  $string['archetypemanager'] = 'ARCHETYPE: Manager';
  49  $string['archetypestudent'] = 'ARCHETYPE: Student';
  50  $string['archetypeteacher'] = 'ARCHETYPE: Teacher (non-editing)';
  51  $string['archetypeuser'] = 'ARCHETYPE: Authenticated user';
  52  $string['assignanotherrole'] = 'Assign another role';
  53  $string['assignerror'] = 'Error while assigning the role {$a->role} to user {$a->user}.';
  54  $string['assignglobalroles'] = 'Assign system roles';
  55  $string['assignedroles'] = 'Assigned roles';
  56  $string['assignmentcontext'] = 'Assignment context';
  57  $string['assignmentoptions'] = 'Assignment options';
  58  $string['assignrolenameincontext'] = 'Assign role \'{$a->role}\' in {$a->context}';
  59  $string['assignrole'] = 'Assign role';
  60  $string['assignroles'] = 'Assign roles';
  61  $string['assignroles_help'] = 'By assigning a role to a user in a context, you are granting them the permissions contained in that role, for the current context and all lower contexts. For example, if a user is assigned the role of student in a course, they will also have the role of student for all activities and blocks within the course.';
  62  $string['assignroles_link'] = 'admin/roles/assign';
  63  $string['assignrolesin'] = 'Assign roles in {$a}';
  64  $string['assignrolesrelativetothisuser'] = 'Assign roles relative to this user';
  65  $string['backtoallroles'] = 'Back to the list of all roles';
  66  $string['backup:anonymise'] = 'Anonymise user data on backup';
  67  $string['backup:backupactivity'] = 'Backup activities';
  68  $string['backup:backupcourse'] = 'Backup courses';
  69  $string['backup:backupsection'] = 'Backup sections';
  70  $string['backup:configure'] = 'Configure backup options';
  71  $string['backup:downloadfile'] = 'Download files from backup areas';
  72  $string['backup:backuptargetimport'] = 'Backup for import';
  73  $string['backup:userinfo'] = 'Backup user data';
  74  $string['badges:awardbadge'] = 'Award badge to a user';
  75  $string['badges:createbadge'] = 'Create/duplicate badges';
  76  $string['badges:configuredetails'] = 'Set up/edit badge details';
  77  $string['badges:configurecriteria'] = 'Set up/edit criteria of earning a badge';
  78  $string['badges:configuremessages'] = 'Configure badge messages';
  79  $string['badges:deletebadge'] = 'Delete badges';
  80  $string['badges:earnbadge'] = 'Earn badge';
  81  $string['badges:manageglobalsettings'] = 'Manage badges global settings';
  82  $string['badges:manageownbadges'] = 'View and manage own earned badges';
  83  $string['badges:revokebadge'] = 'Revoke badge from a user';
  84  $string['badges:viewawarded'] = 'View users who earned a specific badge without being able to award a badge';
  85  $string['badges:viewbadges'] = 'View available badges without earning them';
  86  $string['badges:viewotherbadges'] = 'View public badges in other users\' profiles';
  87  $string['block:edit'] = 'Edit a block\'s settings';
  88  $string['block:view'] = 'View block';
  89  $string['blog:create'] = 'Create new blog entries';
  90  $string['blog:manageentries'] = 'Edit and manage entries';
  91  $string['blog:manageexternal'] = 'Edit and manage external blogs';
  92  $string['blog:search'] = 'Search blog entries';
  93  $string['blog:view'] = 'View blog entries';
  94  $string['blog:viewdrafts'] = 'View draft blog entries';
  95  $string['calendar:manageentries'] = 'Manage any calendar entries';
  96  $string['calendar:managegroupentries'] = 'Manage group calendar entries';
  97  $string['calendar:manageownentries'] = 'Manage own calendar entries';
  98  $string['capabilities'] = 'Capabilities';
  99  $string['capability'] = 'Capability';
 100  $string['category:viewcourselist'] = 'View course category and courses within it';
 101  $string['category:create'] = 'Create categories';
 102  $string['category:delete'] = 'Delete categories';
 103  $string['category:manage'] = 'Manage categories';
 104  $string['category:update'] = 'Update categories';
 105  $string['category:viewhiddencategories'] = 'See hidden categories';
 106  $string['category:visibility'] = 'See hidden categories';
 107  $string['cohort:assign'] = 'Add and remove cohort members';
 108  $string['cohort:view'] = 'View site-wide cohorts';
 109  $string['cohort:manage'] = 'Create, delete and move cohorts';
 110  $string['comment:delete'] = 'Delete comments';
 111  $string['comment:post'] = 'Post comments';
 112  $string['comment:view'] = 'View comments';
 113  $string['competency:competencymanage'] = 'Manage competency frameworks';
 114  $string['competency:competencygrade'] = 'Set competency rating';
 115  $string['competency:competencyview'] = 'View competency frameworks';
 116  $string['competency:coursecompetencygradable'] = 'Receive competency marks';
 117  $string['competency:coursecompetencyconfigure'] = 'Configure course competency settings';
 118  $string['competency:coursecompetencymanage'] = 'Manage course competencies';
 119  $string['competency:coursecompetencyview'] = 'View course competencies';
 120  $string['competency:evidencedelete'] = 'Delete evidence';
 121  $string['competency:plancomment'] = 'Comment on a learning plan';
 122  $string['competency:plancommentown'] = 'Comment on own learning plan';
 123  $string['competency:planmanage'] = 'Manage learning plans';
 124  $string['competency:planmanagedraft'] = 'Manage draft learning plans';
 125  $string['competency:planmanageown'] = 'Manage own learning plans';
 126  $string['competency:planmanageowndraft'] = 'Manage own draft learning plans';
 127  $string['competency:planrequestreview'] = 'Request review of a learning plan';
 128  $string['competency:planrequestreviewown'] = 'Request review of own learning plan';
 129  $string['competency:planreview'] = 'Review a learning plan';
 130  $string['competency:planview'] = 'View all learning plans';
 131  $string['competency:planviewdraft'] = 'View draft learning plans';
 132  $string['competency:planviewown'] = 'View own learning plans';
 133  $string['competency:planviewowndraft'] = 'View own draft learning plans';
 134  $string['competency:templatemanage'] = 'Manage learning plan templates';
 135  $string['competency:templateview'] = 'View learning plan templates';
 136  $string['competency:usercompetencycomment'] = 'Comment on a user competency';
 137  $string['competency:usercompetencycommentown'] = 'Comment on own user competency';
 138  $string['competency:usercompetencyrequestreview'] = 'Request review of a user competency';
 139  $string['competency:usercompetencyrequestreviewown'] = 'Request review of own user competency';
 140  $string['competency:usercompetencyreview'] = 'Review a user competency';
 141  $string['competency:usercompetencyview'] = 'View a user competency';
 142  $string['competency:userevidencemanage'] = 'Manage evidence of prior learning';
 143  $string['competency:userevidencemanageown'] = 'Manage own evidence of prior learning';
 144  $string['competency:userevidenceview'] = 'View evidence of prior learning of a user';
 145  $string['confirmaddadmin'] = 'Do you really want to add user <strong>{$a}</strong> as new site administrator?';
 146  $string['confirmdeladmin'] = 'Do you really want to remove user <strong>{$a}</strong> from the list of site administrators?';
 147  $string['confirmroleprevent'] = 'Do you really want to remove <strong>"{$a->role}"</strong> from the list of allowed roles for capability "{$a->cap}" in context "{$a->context}"?';
 148  $string['confirmroleunprohibit'] = 'Do you really want to remove <strong>"{$a->role}"</strong> from the list of prohibited roles for capability "{$a->cap}" in context "{$a->context}"?';
 149  $string['confirmunassign'] = 'Are you sure you wish to remove this role from this user?';
 150  $string['confirmunassigntitle'] = 'Confirm role change';
 151  $string['confirmunassignyes'] = 'Remove';
 152  $string['confirmunassignno'] = 'Cancel';
 153  $string['contentbank:access'] = 'Access the content bank';
 154  $string['contentbank:deleteanycontent'] = 'Delete any content from the content bank';
 155  $string['contentbank:deleteowncontent'] = 'Delete content from own content bank';
 156  $string['contentbank:manageanycontent'] = 'Manage any content from the content bank';
 157  $string['contentbank:manageowncontent'] = 'Manage content from own content bank';
 158  $string['contentbank:upload'] = 'Upload new content to the content bank';
 159  $string['contentbank:useeditor'] = 'Create or edit content using a content type editor';
 160  $string['context'] = 'Context';
 161  $string['course:activityvisibility'] = 'Hide/show activities';
 162  $string['course:bulkmessaging'] = 'Send a message to many people';
 163  $string['course:create'] = 'Create courses';
 164  $string['course:creategroupconversations'] = 'Create group conversations';
 165  $string['course:delete'] = 'Delete courses';
 166  $string['course:viewsuspendedusers'] = 'View suspended users';
 167  $string['course:changecategory'] = 'Change course category';
 168  $string['course:changefullname'] = 'Change course full name';
 169  $string['course:changeidnumber'] = 'Change course ID number';
 170  $string['course:changelockedcustomfields'] = 'Change locked custom fields';
 171  $string['course:changeshortname'] = 'Change course short name';
 172  $string['course:changesummary'] = 'Change course summary';
 173  $string['course:configurecustomfields'] = 'Configure custom fields';
 174  $string['course:enrolconfig'] = 'Configure enrol instances in courses';
 175  $string['course:enrolreview'] = 'Review course enrolments';
 176  $string['course:setforcedlanguage'] = 'Force course language';
 177  $string['course:ignoreavailabilityrestrictions'] = 'Ignore availability restrictions';
 178  $string['course:ignorefilesizelimits'] = 'Use files larger than any file size restrictions';
 179  $string['course:isincompletionreports'] = 'Be shown on completion reports';
 180  $string['course:manageactivities'] = 'Manage activities';
 181  $string['course:managefiles'] = 'Manage files';
 182  $string['course:managegrades'] = 'Manage grades';
 183  $string['course:managegroups'] = 'Manage groups';
 184  $string['course:managescales'] = 'Manage scales';
 185  $string['course:markcomplete'] = 'Mark users as complete in course completion';
 186  $string['course:movesections'] = 'Move sections';
 187  $string['course:overridecompletion'] = 'Override activity completion status';
 188  $string['course:renameroles'] = 'Rename roles';
 189  $string['course:recommendactivity'] = 'Recommend activities in the activity chooser';
 190  $string['course:request'] = 'Request new courses';
 191  $string['course:reset'] = 'Reset course';
 192  $string['course:reviewotherusers'] = 'Review other users';
 193  $string['course:sectionvisibility'] = 'Control section visibility';
 194  $string['course:setcurrentsection'] = 'Set current section';
 195  $string['course:tag'] = 'Change course tags';
 196  $string['course:update'] = 'Update course settings';
 197  $string['course:useremail'] = 'Enable/disable email address';
 198  $string['course:view'] = 'View courses without participation';
 199  $string['course:viewcoursegrades'] = 'View course grades';
 200  $string['course:viewhiddenactivities'] = 'View hidden activities';
 201  $string['course:viewhiddencourses'] = 'View hidden courses';
 202  $string['course:viewhiddensections'] = 'View hidden sections';
 203  $string['course:viewhiddenuserfields'] = 'View hidden user fields';
 204  $string['course:viewparticipants'] = 'View participants';
 205  $string['course:viewscales'] = 'View scales';
 206  $string['course:visibility'] = 'Hide/show courses';
 207  $string['createrolebycopying'] = 'Create a new role by copying {$a}';
 208  $string['createthisrole'] = 'Create this role';
 209  $string['currentcontext'] = 'Current context';
 210  $string['currentrole'] = 'Current role';
 211  $string['customroledescription'] = 'Custom description';
 212  $string['customroledescription_help'] = 'Descriptions of standard roles are localised automatically if the custom description is empty.';
 213  $string['customrolename'] = 'Custom full name';
 214  $string['customrolename_help'] = 'Names of standard roles are localised automatically if the custom name is empty. You must provide a full name for all custom roles.';
 215  $string['defaultrole'] = 'Default role';
 216  $string['defaultx'] = 'Default: {$a}';
 217  $string['defineroles'] = 'Define roles';
 218  $string['deletecourseoverrides'] = 'Delete all overrides in course';
 219  $string['deletelocalroles'] = 'Delete all local role assignments';
 220  $string['deleterolesure'] = '<p>Are you sure that you want to delete role "{$a->name} ({$a->shortname})"?</p><p>Currently this role is assigned to {$a->count} users.</p>';
 221  $string['deletexrole'] = 'Delete {$a} role';
 222  $string['duplicaterole'] = 'Duplicate role';
 223  $string['duplicaterolesure'] = '<p>Are you sure that you want to duplicate role "{$a->name} ({$a->shortname})"?</p>';
 224  $string['editingrolex'] = 'Editing role \'{$a}\'';
 225  $string['editrole'] = 'Edit role';
 226  $string['editxrole'] = 'Edit {$a} role';
 227  $string['errorbadrolename'] = 'Incorrect role name';
 228  $string['errorbadroleshortname'] = 'Incorrect role short name';
 229  $string['errorexistsrolename'] = 'Role name already exists';
 230  $string['errorexistsroleshortname'] = 'Role name already exists';
 231  $string['errorroleshortnametoolong'] = 'The short name must not exceed 100 characters';
 232  $string['eventcapabilityassigned'] = 'Capability assigned';
 233  $string['eventcapabilityunassigned'] = 'Capability unassigned';
 234  $string['eventroleallowassignupdated'] = 'Allow role assignment';
 235  $string['eventroleallowoverrideupdated'] = 'Allow role override';
 236  $string['eventroleallowswitchupdated'] = 'Allow role switch';
 237  $string['eventroleallowviewupdated'] = 'Allow role view';
 238  $string['eventroleassigned'] = 'Role assigned';
 239  $string['eventroledeleted'] = 'Role deleted';
 240  $string['eventroleunassigned'] = 'Role unassigned';
 241  $string['eventroleupdated'] = 'Role updated';
 242  $string['existingadmins'] = 'Current site administrators';
 243  $string['existingusers'] = '{$a} existing users';
 244  $string['explanation'] = 'Explanation';
 245  $string['export'] = 'Export';
 246  $string['extusers'] = 'Existing users';
 247  $string['extusersmatching'] = 'Existing users matching \'{$a}\'';
 248  $string['filter:manage'] = 'Manage local filter settings';
 249  $string['frontpageuser'] = 'Authenticated user on frontpage';
 250  $string['frontpageuserdescription'] = 'All logged in users in the frontpage course.';
 251  $string['globalrole'] = 'System role';
 252  $string['globalroleswarning'] = 'WARNING! Any roles you assign from this page will apply to the assigned users throughout the entire system, including the front page and all the courses.';
 253  $string['gotoassignroles'] = 'Go to Assign roles for this {$a->contextlevel}';
 254  $string['gotoassignsystemroles'] = 'Go to Assign system roles';
 255  $string['grade:edit'] = 'Edit grades';
 256  $string['grade:export'] = 'Export grades';
 257  $string['grade:hide'] = 'Hide/unhide grades or items';
 258  $string['grade:import'] = 'Import grades';
 259  $string['grade:lock'] = 'Lock grades or items';
 260  $string['grade:manage'] = 'Manage grade items';
 261  $string['grade:managegradingforms'] = 'Manage advanced grading methods';
 262  $string['grade:managesharedforms'] = 'Manage advanced grading form templates';
 263  $string['grade:sharegradingforms'] = 'Share advanced grading form as a template';
 264  $string['grade:manageletters'] = 'Manage letter grades';
 265  $string['grade:manageoutcomes'] = 'Manage grade outcomes';
 266  $string['grade:override'] = 'Override grades';
 267  $string['grade:unlock'] = 'Unlock grades or items';
 268  $string['grade:view'] = 'View own grades';
 269  $string['grade:viewall'] = 'View grades of other users';
 270  $string['grade:viewhidden'] = 'View hidden grades for owner';
 271  $string['h5p:deploy'] = 'Deploy H5P content';
 272  $string['h5p:updatelibraries'] = 'Manage H5P content types';
 273  $string['h5p:setdisplayoptions'] = 'Set H5P display options';
 274  $string['highlightedcellsshowdefault'] = 'The permissions highlighted in the table below are the defaults for the role archetype currently selected above.';
 275  $string['highlightedcellsshowinherit'] = 'The highlighted cells in the table below show the permission (if any) that will be inherited. Apart from the capabilities whose permission you actually want to alter, you should leave everything set to Inherit.';
 276  $string['checkglobalpermissions'] = 'Check system permissions';
 277  $string['checkpermissions'] = 'Check permissions';
 278  $string['checkpermissionsin'] = 'Check permissions in {$a}';
 279  $string['checksystempermissionsfor'] = 'Check system permissions for {$a->fullname}';
 280  $string['checkuserspermissionshere'] = 'Check permissions for {$a->fullname} has in this {$a->contextlevel}';
 281  $string['chooseroletoassign'] = 'Please choose a role to assign';
 282  $string['inactiveformorethan'] = 'inactive for more than {$a->timeperiod}';
 283  $string['ingroup'] = 'in the group "{$a->group}"';
 284  $string['inherit'] = 'Inherit';
 285  $string['invalidpresetfile'] = 'Invalid role definition file';
 286  $string['legacy:admin'] = 'LEGACY ROLE: Administrator';
 287  $string['legacy:coursecreator'] = 'LEGACY ROLE: Course creator';
 288  $string['legacy:editingteacher'] = 'LEGACY ROLE: Teacher (editing)';
 289  $string['legacy:guest'] = 'LEGACY ROLE: Guest';
 290  $string['legacy:student'] = 'LEGACY ROLE: Student';
 291  $string['legacy:teacher'] = 'LEGACY ROLE: Teacher (non-editing)';
 292  $string['legacytype'] = 'Legacy role type';
 293  $string['legacy:user'] = 'LEGACY ROLE: Authenticated user';
 294  $string['listallroles'] = 'List all roles';
 295  $string['localroles'] = 'Locally assigned roles';
 296  $string['mainadmin'] = 'Main administrator';
 297  $string['mainadminset'] = 'Set main admin';
 298  $string['manageadmins'] = 'Manage site administrators';
 299  $string['manager'] = 'Manager';
 300  $string['managerdescription'] = 'Managers can access courses and modify them, but usually do not participate in them.';
 301  $string['manageroles'] = 'Manage roles';
 302  $string['maybeassignedin'] = 'Context types where this role may be assigned';
 303  $string['morethan'] = 'More than {$a}';
 304  $string['multipleroles'] = 'Multiple roles';
 305  $string['my:manageblocks'] = 'Manage Dashboard page blocks';
 306  $string['my:configsyspages'] = 'Configure system templates for Dashboard pages';
 307  $string['neededroles'] = 'Roles with permission';
 308  $string['nocapabilitiesincontext'] = 'No capabilities available in this context';
 309  $string['noneinthisx'] = 'None in this {$a}';
 310  $string['noneinthisxmatching'] = 'No users matching \'{$a->search}\' in this {$a->contexttype}';
 311  $string['norole'] = 'No role';
 312  $string['noroles'] = 'No roles';
 313  $string['noroleassignments'] = 'This user does not have any role assignments anywhere in this site.';
 314  $string['novisibleroles'] = 'No roles';
 315  $string['notabletoassignroleshere'] = 'Assigning of roles in this context has not been enabled by an administrator.';
 316  $string['notabletooverrideroleshere'] = 'You are not able to override the permissions on any roles here';
 317  $string['notes:manage'] = 'Manage notes';
 318  $string['notes:view'] = 'View notes';
 319  $string['notset'] = 'Not set';
 320  $string['overrideanotherrole'] = 'Override another role';
 321  $string['overridecontext'] = 'Override context';
 322  $string['overridepermissions'] = 'Override permissions';
 323  $string['overridepermissions_help'] = 'Permissions overrides enable selected capabilities to be allowed or prevented in a specific context.';
 324  $string['overridepermissions_link'] = 'admin/roles/override';
 325  $string['overridepermissionsforrole'] = 'Override permissions for role \'{$a->role}\' in {$a->context}';
 326  $string['overridepermissionsin'] = 'Override permissions in {$a}';
 327  $string['overrideroles'] = 'Override roles';
 328  $string['overriderolesin'] = 'Override roles in {$a}';
 329  $string['overrides'] = 'Overrides';
 330  $string['overridesbycontext'] = 'Overrides (by context)';
 331  $string['permission'] = 'Permission';
 332  $string['permission_help'] = 'Permissions are capability settings. There are 4 options:
 333  
 334  * Not set
 335  * Allow - Permission is granted for the capability
 336  * Prevent - Permission is removed for the capability, even if allowed in a higher context
 337  * Prohibit - Permission is completely denied  and cannot be overridden at any lower (more specific) context';
 338  $string['permissions'] = 'Permissions';
 339  $string['permissionsforuser'] = 'Permissions for user {$a}';
 340  $string['permissionsincontext'] = 'Permissions in {$a}';
 341  $string['portfolio:export'] = 'Export to portfolios';
 342  $string['potentialusers'] = '{$a} potential users';
 343  $string['potusers'] = 'Potential users';
 344  $string['potusersmatching'] = 'Potential users matching \'{$a}\'';
 345  $string['prevent'] = 'Prevent';
 346  $string['prohibit'] = 'Prohibit';
 347  $string['prohibitedroles'] = 'Prohibited';
 348  $string['question:add'] = 'Add new questions';
 349  $string['question:config'] = 'Configure question types';
 350  $string['question:editall'] = 'Edit all questions';
 351  $string['question:editmine'] = 'Edit your own questions';
 352  $string['question:flag'] = 'Flag questions while attempting them';
 353  $string['question:managecategory'] = 'Edit question categories';
 354  $string['question:moveall'] = 'Move all questions';
 355  $string['question:movemine'] = 'Move your own questions';
 356  $string['question:useall'] = 'Use all questions';
 357  $string['question:usemine'] = 'Use your own questions';
 358  $string['question:viewall'] = 'View all questions';
 359  $string['question:viewmine'] = 'View your own questions';
 360  $string['question:tagall'] = 'Tag all questions';
 361  $string['question:tagmine'] = 'Tag your own questions';
 362  $string['rating:rate'] = 'Add ratings to items';
 363  $string['rating:view'] = 'View the total rating you received';
 364  $string['rating:viewany'] = 'View total ratings that anyone received';
 365  $string['rating:viewall'] = 'View all raw ratings given by individuals';
 366  $string['resetrole'] = 'Reset';
 367  $string['resettingrole'] = 'Resetting role \'{$a}\'';
 368  $string['restore:configure'] = 'Configure restore options';
 369  $string['restore:createuser'] = 'Create users on restore';
 370  $string['restore:restoreactivity'] = 'Restore activities';
 371  $string['restore:restoresection'] = 'Restore sections';
 372  $string['restore:restorecourse'] = 'Restore courses';
 373  $string['restore:restoretargetimport'] = 'Restore from files targeted as import';
 374  $string['restore:rolldates'] = 'Allowed to roll activity configuration dates on restore';
 375  $string['restore:uploadfile'] = 'Upload files to backup areas';
 376  $string['restore:userinfo'] = 'Restore user data';
 377  $string['restore:viewautomatedfilearea'] = 'Restore courses from automated backups';
 378  $string['risks'] = 'Risks';
 379  $string['roleallowheader'] = 'Allow role:';
 380  $string['roleallowinfo'] = 'Select a role to be added to the list of allowed roles in context "{$a->context}", capability "{$a->cap}":';
 381  $string['role:assign'] = 'Assign roles to users';
 382  $string['roleassignments'] = 'Role assignments';
 383  $string['roledefinitions'] = 'Role definitions';
 384  $string['rolefullname'] = 'Role name';
 385  $string['roleincontext'] = '{$a->role} in {$a->context}';
 386  $string['role:manage'] = 'Create and manage roles';
 387  $string['role:override'] = 'Override permissions for others';
 388  $string['role:review'] = 'Review permissions for others';
 389  $string['roleprohibitheader'] = 'Prohibit role';
 390  $string['roleprohibitinfo'] = 'Select a role to be added to the list of prohibited roles in context "{$a->context}", capability "{$a->cap}":';
 391  $string['rolerisks'] = 'Role risks';
 392  $string['roles'] = 'Roles';
 393  $string['roles_help'] = 'A role is a collection of permissions defined for the whole system that you can assign to specific users in specific contexts.';
 394  $string['roles_link'] = 'roles';
 395  $string['role:safeoverride'] = 'Override safe permissions for others';
 396  $string['roleselect'] = 'Select role';
 397  $string['rolesforuser'] = 'Roles for user {$a}';
 398  $string['roleshortname'] = 'Short name';
 399  $string['roleshortname_help'] = 'Role short name is a low level role identifier in which only ASCII alphanumeric characters are allowed. Do not change short names of standard roles.';
 400  $string['role:switchroles'] = 'Switch to other roles';
 401  $string['roletoassign'] = 'Role to assign';
 402  $string['roletooverride'] = 'Role to override';
 403  $string['safeoverridenotice'] = 'Note: Capabilities with higher risks are locked because you are only allowed to override safe capabilities.';
 404  $string['search:query'] = 'Perform site-wide searches';
 405  $string['selectanotheruser'] = 'Select another user';
 406  $string['selectauser'] = 'Select a user';
 407  $string['selectrole'] = 'Select a role';
 408  $string['showallroles'] = 'Show all roles';
 409  $string['showthisuserspermissions'] = 'Show this user\'s permissions';
 410  $string['site:accessallgroups'] = 'Access all groups';
 411  $string['siteadministrators'] = 'Site administrators';
 412  $string['site:approvecourse'] = 'Approve course creation';
 413  $string['site:backup'] = 'Backup courses';
 414  $string['site:config'] = 'Change site configuration';
 415  $string['site:configview'] = 'View the site administration tree (but not all the pages in it)';
 416  $string['site:deleteanymessage'] = 'Delete any messages on the site';
 417  $string['site:deleteownmessage'] = 'Delete messages sent by and to the user';
 418  $string['site:doanything'] = 'Allowed to do everything';
 419  $string['site:doclinks'] = 'Show links to offsite docs';
 420  $string['site:forcelanguage'] = 'Override course language';
 421  $string['site:import'] = 'Import other courses into a course';
 422  $string['site:maintenanceaccess'] = 'Access site while in maintenance mode';
 423  $string['site:manageallmessaging'] = 'Add, remove, block and unblock contacts for any user';
 424  $string['site:manageblocks'] = 'Manage blocks on a page';
 425  $string['site:messageanyuser'] = 'Bypass user privacy preferences for messaging any user';
 426  $string['site:managecontextlocks'] = 'Manage freezing of contexts';
 427  $string['site:mnetloginfromremote'] = 'Login from a remote application via MNet';
 428  $string['site:mnetlogintoremote'] = 'Roam to a remote application via MNet';
 429  $string['site:readallmessages'] = 'Read all messages on site';
 430  $string['site:restore'] = 'Restore courses';
 431  $string['site:sendmessage'] = 'Send messages to any user';
 432  $string['site:trustcontent'] = 'Trust submitted content';
 433  $string['site:uploadusers'] = 'Upload new users from file';
 434  $string['site:viewanonymousevents'] = 'View anonymous events in reports';
 435  $string['site:viewfullnames'] = 'Always see full names of users';
 436  $string['site:viewparticipants'] = 'View participants';
 437  $string['site:viewreports'] = 'View reports';
 438  $string['site:viewuseridentity'] = 'See full user identity in lists';
 439  $string['tag:edit'] = 'Edit existing tags';
 440  $string['tag:editblocks'] = 'Edit blocks in tags pages';
 441  $string['tag:manage'] = 'Manage all tags';
 442  $string['tag:flag'] = 'Flag tags as inappropriate';
 443  $string['thisusersroles'] = 'This user\'s role assignments';
 444  $string['thisnewrole'] = 'This new role';
 445  $string['unassignarole'] = 'Unassign role {$a}';
 446  $string['unassignerror'] = 'Error while unassigning the role {$a->role} from user {$a->user}.';
 447  $string['unassignconfirm'] = 'Do you really want to unassign "{$a->role}" role from user "{$a->user}"?';
 448  $string['user:changeownpassword'] = 'Change own password';
 449  $string['user:create'] = 'Create users';
 450  $string['user:delete'] = 'Delete users';
 451  $string['user:editmessageprofile'] = 'Edit user messaging profile';
 452  $string['user:editownmessageprofile'] = 'Edit own user messaging profile';
 453  $string['user:editownprofile'] = 'Edit own user profile';
 454  $string['user:editprofile'] = 'Edit user profile';
 455  $string['user:ignoreuserquota'] = 'Ignore user quota limit';
 456  $string['user:loginas'] = 'Login as other users';
 457  $string['user:manageblocks'] = 'Manage blocks on user profile of other users';
 458  $string['user:manageownblocks'] = 'Manage blocks on own public user profile';
 459  $string['user:manageownfiles'] = 'Manage files on own private file areas';
 460  $string['user:managesyspages'] = 'Configure default page layout for public user profiles';
 461  $string['user:readuserblogs'] = 'View all user blogs';
 462  $string['user:readuserposts'] = 'View all user forum posts';
 463  $string['user:update'] = 'Update user profiles';
 464  $string['user:viewalldetails'] = 'View user full information';
 465  $string['user:viewdetails'] = 'View user profiles';
 466  $string['user:viewhiddendetails'] = 'View hidden details of users';
 467  $string['user:viewlastip'] = 'View user last ip address';
 468  $string['user:viewuseractivitiesreport'] = 'See user activity reports';
 469  $string['user:viewusergrades'] = 'View user grades';
 470  $string['roleresetdefaults'] = 'Defaults';
 471  $string['roleresetrole'] = 'Use role or archetype';
 472  $string['rolerepreset'] = 'Use role preset';
 473  $string['usersfrom'] = 'Users from {$a}';
 474  $string['usersfrommatching'] = 'Users from {$a->contextname} matching \'{$a->search}\'';
 475  $string['usersinthisx'] = 'Users in this {$a}';
 476  $string['usersinthisxmatching'] = 'Users in this {$a->contexttype} matching \'{$a->search}\'';
 477  $string['userswithrole'] = 'All users with a role';
 478  $string['userswiththisrole'] = 'Users with role';
 479  $string['useshowadvancedtochange'] = 'Use \'Show advanced\' to change';
 480  $string['viewingdefinitionofrolex'] = 'Viewing the definition of role \'{$a}\'';
 481  $string['viewrole'] = 'View role details';
 482  $string['webservice:createtoken'] = 'Create a web service token';
 483  $string['webservice:managealltokens'] = 'Manage all users\' web service tokens';
 484  $string['webservice:createmobiletoken'] = 'Create a web service token for mobile access';
 485  $string['whydoesuserhavecap'] = 'Why does {$a->fullname} have capability {$a->capability} in context {$a->context}?';
 486  $string['whydoesusernothavecap'] = 'Why does {$a->fullname} not have capability {$a->capability} in context {$a->context}?';
 487  $string['xroleassignments'] = '{$a}\'s role assignments';
 488  $string['xuserswiththerole'] = 'Users with the role "{$a->role}"';
 489  $string['privacy:metadata:preference:showadvanced'] = 'Handle the toggle advanced mode button.';
 490  $string['privacy:metadata:role_assignments'] = 'Role assignments';
 491  $string['privacy:metadata:role_assignments:component'] = 'Plugin responsible for role assignment, empty when manually assigned.';
 492  $string['privacy:metadata:role_assignments:itemid'] = 'The ID of enrolment/auth instance responsible for this role assignment';
 493  $string['privacy:metadata:role_assignments:modifierid'] = 'The ID of the user who created or modified the role assignment';
 494  $string['privacy:metadata:role_assignments:roleid'] = 'The ID of the role';
 495  $string['privacy:metadata:role_assignments:tableexplanation'] = 'This table stores the assigned roles in each context.';
 496  $string['privacy:metadata:role_assignments:timemodified'] = 'The date when the role assignment was created or modified.';
 497  $string['privacy:metadata:role_assignments:userid'] = 'The ID of the user';
 498  $string['privacy:metadata:role_capabilities'] = 'Role capabilities';
 499  $string['privacy:metadata:role_capabilities:capability'] = 'The name of the capability.';
 500  $string['privacy:metadata:role_capabilities:modifierid'] = 'The ID of the user who created or modified the capability';
 501  $string['privacy:metadata:role_capabilities:permission'] = 'The permission for a capability: inherit, allow, prevent or prohibit.';
 502  $string['privacy:metadata:role_capabilities:roleid'] = 'The ID of the role';
 503  $string['privacy:metadata:role_capabilities:tableexplanation'] = 'The capabilities and override capabilities for a particular role in a particular context';
 504  $string['privacy:metadata:role_capabilities:timemodified'] = 'The date when the capability was created or modified.';
 505  $string['privacy:metadata:role_cohortroles'] = 'Roles to cohort';
 506  $string['course:togglecompletion'] = 'Manually mark activities as complete';
 507  
 508  // Deprecated since Moodle 3.8.
 509  $string['eventrolecapabilitiesupdated'] = 'Role capabilities updated';