MDL-22773 Database module export: include internal fields
[moodle.git] / lang / en / role.php
blob29fe2ed14b563b1e7bf67de550f188e7ede3eac8
1 <?php
3 // This file is part of Moodle - http://moodle.org/
4 //
5 // Moodle is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, either version 3 of the License, or
8 // (at your option) any later version.
9 //
10 // Moodle is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
15 // You should have received a copy of the GNU General Public License
16 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
18 /**
19 * Strings for component 'role', language 'en', branch 'MOODLE_20_STABLE'
21 * @package role
22 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
23 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26 $string['addinganewrole'] = 'Adding a new role';
27 $string['addingrolebycopying'] = 'Adding a new role based on {$a}';
28 $string['addrole'] = 'Add a new role';
29 $string['advancedoverride'] = 'Advanced role override';
30 $string['allow'] = 'Allow';
31 $string['allowassign'] = 'Allow role assignments';
32 $string['allowed'] = 'Allowed';
33 $string['allowoverride'] = 'Allow role overrides';
34 $string['allowroletoassign'] = 'Allow users with role {$a->fromrole} to assign the role {$a->targetrole}';
35 $string['allowroletooverride'] = 'Allow users with role {$a->fromrole} to override the role {$a->targetrole}';
36 $string['allowroletoswitch'] = 'Allow users with role {$a->fromrole} to switch roles to the role {$a->targetrole}';
37 $string['allowswitch'] = 'Allow role switches';
38 $string['allsiteusers'] = 'All site users';
39 $string['archetype'] = 'Role archetype';
40 $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.';
41 $string['archetypecoursecreator'] = 'ARCHETYPE: Course creator';
42 $string['archetypeeditingteacher'] = 'ARCHETYPE: Teacher (editing)';
43 $string['archetypefrontpage'] = 'ARCHETYPE: Authenticated user on frontpage';
44 $string['archetypeguest'] = 'ARCHETYPE: Guest';
45 $string['archetypemanager'] = 'ARCHETYPE: Manager';
46 $string['archetypestudent'] = 'ARCHETYPE: Student';
47 $string['archetypeteacher'] = 'ARCHETYPE: Teacher (non-editing)';
48 $string['archetypeuser'] = 'ARCHETYPE: Authenticated user';
49 $string['assignanotherrole'] = 'Assign another role';
50 $string['assignerror'] = 'Error while assigning the role {$a->role} to user {$a->user}.';
51 $string['assignglobalroles'] = 'Assign system roles';
52 $string['assignedroles'] = 'Assigned roles';
53 $string['assignmentcontext'] = 'Assignment context';
54 $string['assignmentoptions'] = 'Assignment options';
55 $string['assignrolenameincontext'] = 'Assign role \'{$a->role}\' in {$a->context}';
56 $string['assignrole'] = 'Assign role';
57 $string['assignroles'] = 'Assign roles';
58 $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.';
59 $string['assignroles_link'] = 'admin/roles/assign';
60 $string['assignrolesin'] = 'Assign roles in {$a}';
61 $string['assignrolesrelativetothisuser'] = 'Assign roles relative to this user';
62 $string['backtoallroles'] = 'Back to the list of all roles';
63 $string['backup:anonymise'] = 'Anonymise user data on backup';
64 $string['backup:backupactivity'] = 'Backup activities';
65 $string['backup:backupcourse'] = 'Backup courses';
66 $string['backup:backupsection'] = 'Backup sections';
67 $string['backup:configure'] = 'Configure backup options';
68 $string['backup:downloadfile'] = 'Download files from backup areas';
69 $string['backup:backuptargethub'] = 'Backup for hub';
70 $string['backup:backuptargetimport'] = 'Backup for import';
71 $string['backup:userinfo'] = 'Backup user data';
72 $string['block:edit'] = 'Edit a block\'s settings';
73 $string['block:view'] = 'View block';
74 $string['blog:associatecourse'] = 'Associate blog entries with courses';
75 $string['blog:associatemodule'] = 'Associate blog entries with activity modules';
76 $string['blog:create'] = 'Create new blog entries';
77 $string['blog:manageentries'] = 'Edit and manage entries';
78 $string['blog:manageexternal'] = 'Edit and manage external blogs';
79 $string['blog:manageofficialtags'] = 'Manage official tags';
80 $string['blog:managepersonaltags'] = 'Manage personal tags';
81 $string['blog:search'] = 'Search blog entries';
82 $string['blog:view'] = 'View blog entries';
83 $string['blog:viewdrafts'] = 'View draft blog entries';
84 $string['calendar:manageentries'] = 'Manage any calendar entries';
85 $string['calendar:managegroupentries'] = 'Manage group calendar entries';
86 $string['calendar:manageownentries'] = 'Manage own calendar entries';
87 $string['capabilities'] = 'Capabilities';
88 $string['capability'] = 'Capability';
89 $string['category:create'] = 'Create categories';
90 $string['category:delete'] = 'Delete categories';
91 $string['category:manage'] = 'Manage categories';
92 $string['category:update'] = 'Update categories';
93 $string['category:viewhiddencategories'] = 'See hidden categories';
94 $string['category:visibility'] = 'See hidden categories';
95 $string['cohort:assign'] = 'Add and remove cohort members';
96 $string['cohort:view'] = 'View site-wide cohorts';
97 $string['cohort:manage'] = 'Create, delete and move cohorts';
98 $string['comment:delete'] = 'Delete comments';
99 $string['comment:post'] = 'Post comments';
100 $string['comment:view'] = 'Read comments';
101 $string['community:add'] = 'Use the community block to search hubs and find courses';
102 $string['community:download'] = 'Download a course from the community block';
103 $string['confirmaddadmin'] = 'Do you really want to add user <strong>{$a}</strong> as new site administrator?';
104 $string['confirmdeladmin'] = 'Do you really want to remove user <strong>{$a}</strong> from the list of site administrators?';
105 $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}?';
106 $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}?';
107 $string['confirmunassign'] = 'Are you sure you wish to remove this role from this user?';
108 $string['confirmunassigntitle'] = 'Confirm role change';
109 $string['confirmunassignyes'] = 'Remove';
110 $string['confirmunassignno'] = 'Cancel';
111 $string['context'] = 'Context';
112 $string['course:activityvisibility'] = 'Hide/show activities';
113 $string['course:bulkmessaging'] = 'Send a message to many people';
114 $string['course:create'] = 'Create courses';
115 $string['course:delete'] = 'Delete courses';
116 $string['course:changecategory'] = 'Change course category';
117 $string['course:changefullname'] = 'Change course full name';
118 $string['course:changeidnumber'] = 'Change course ID number';
119 $string['course:changeshortname'] = 'Change course short name';
120 $string['course:changesummary'] = 'Change course summary';
121 $string['course:enrolconfig'] = 'Configure enrol instances in courses';
122 $string['course:enrolreview'] = 'Review course enrolments';
123 $string['course:ignorefilesizelimits'] = 'Use files larger than any file size restrictions';
124 $string['course:manageactivities'] = 'Manage activities';
125 $string['course:managefiles'] = 'Manage files';
126 $string['course:managegrades'] = 'Manage grades';
127 $string['course:managegroups'] = 'Manage groups';
128 $string['course:managescales'] = 'Manage scales';
129 $string['course:markcomplete'] = 'Mark users as complete in course completion';
130 $string['course:publish'] = 'Publish a course into hub';
131 $string['course:request'] = 'Request new courses';
132 $string['course:reset'] = 'Reset course';
133 $string['course:sectionvisibility'] = 'Control section visibility';
134 $string['course:setcurrentsection'] = 'Set current section';
135 $string['course:update'] = 'Update course settings';
136 $string['course:useremail'] = 'Enable/disable email address';
137 $string['course:view'] = 'View courses without participation';
138 $string['course:viewcoursegrades'] = 'View course grades';
139 $string['course:viewhiddenactivities'] = 'View hidden activities';
140 $string['course:viewhiddencourses'] = 'View hidden courses';
141 $string['course:viewhiddensections'] = 'View hidden sections';
142 $string['course:viewhiddenuserfields'] = 'View hidden user fields';
143 $string['course:viewparticipants'] = 'View participants';
144 $string['course:viewscales'] = 'View scales';
145 $string['course:visibility'] = 'Hide/show courses';
146 $string['createrolebycopying'] = 'Create a new role by copying {$a}';
147 $string['createthisrole'] = 'Create this role';
148 $string['currentcontext'] = 'Current context';
149 $string['currentrole'] = 'Current role';
150 $string['customroledescription'] = 'Custom description';
151 $string['customroledescription_help'] = 'Descriptions of standard roles are localised automatically if the custom description is empty.';
152 $string['customrolename'] = 'Custom full name';
153 $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.';
154 $string['defaultrole'] = 'Default role';
155 $string['defaultx'] = 'Default: {$a}';
156 $string['defineroles'] = 'Define roles';
157 $string['deletecourseoverrides'] = 'Delete all overrides in course';
158 $string['deletelocalroles'] = 'Delete all local role assignments';
159 $string['deleterolesure'] = 'Are you sure that you want to delete role "{$a->name} ({$a->shortname})"?</p><p>Currently this role is assigned to {$a->count} users.';
160 $string['deletexrole'] = 'Delete {$a} role';
161 $string['duplicaterole'] = 'Duplicate role';
162 $string['duplicaterolesure'] = 'Are you sure that you want to duplicate role "{$a->name} ({$a->shortname})"?</p>';
163 $string['editingrolex'] = 'Editing role \'{$a}\'';
164 $string['editrole'] = 'Edit role';
165 $string['editxrole'] = 'Edit {$a} role';
166 $string['errorbadrolename'] = 'Incorrect role name';
167 $string['errorbadroleshortname'] = 'Incorrect role short name';
168 $string['errorexistsrolename'] = 'Role name already exists';
169 $string['errorexistsroleshortname'] = 'Role name already exists';
170 $string['existingadmins'] = 'Current site administrators';
171 $string['existingusers'] = '{$a} existing users';
172 $string['explanation'] = 'Explanation';
173 $string['extusers'] = 'Existing users';
174 $string['extusersmatching'] = 'Existing users matching \'{$a}\'';
175 $string['filter:manage'] = 'Manage local filter settings';
176 $string['frontpageuser'] = 'Authenticated user on frontpage';
177 $string['frontpageuserdescription'] = 'All logged in users in the frontpage course.';
178 $string['globalrole'] = 'System role';
179 $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.';
180 $string['gotoassignroles'] = 'Go to Assign roles for this {$a->contextlevel}';
181 $string['gotoassignsystemroles'] = 'Go to Assign system roles';
182 $string['grade:edit'] = 'Edit grades';
183 $string['grade:export'] = 'Export grades';
184 $string['grade:hide'] = 'Hide/unhide grades or items';
185 $string['grade:import'] = 'Import grades';
186 $string['grade:lock'] = 'Lock grades or items';
187 $string['grade:manage'] = 'Manage grade items';
188 $string['grade:managegradingforms'] = 'Manage advanced grading methods';
189 $string['grade:managesharedforms'] = 'Manage advanced grading form templates';
190 $string['grade:sharegradingforms'] = 'Share advanced grading form as a template';
191 $string['grade:manageletters'] = 'Manage letter grades';
192 $string['grade:manageoutcomes'] = 'Manage grade outcomes';
193 $string['grade:override'] = 'Override grades';
194 $string['grade:unlock'] = 'Unlock grades or items';
195 $string['grade:view'] = 'View own grades';
196 $string['grade:viewall'] = 'View grades of other users';
197 $string['grade:viewhidden'] = 'View hidden grades for owner';
198 $string['hidden'] = 'Hidden';
199 $string['highlightedcellsshowdefault'] = 'The permissions selected in the table below are the defaults for the role archetype selected above.';
200 $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.';
201 $string['checkglobalpermissions'] = 'Check system permissions';
202 $string['checkpermissions'] = 'Check permissions';
203 $string['checkpermissionsin'] = 'Check permissions in {$a}';
204 $string['checksystempermissionsfor'] = 'Check system permissions for {$a->fullname}';
205 $string['checkuserspermissionshere'] = 'Check permissions for {$a->fullname} has in this {$a->contextlevel}';
206 $string['chooseroletoassign'] = 'Please choose a role to assign';
207 $string['inactiveformorethan'] = 'inactive for more than {$a->timeperiod}';
208 $string['ingroup'] = 'in the group "{$a->group}"';
209 $string['inherit'] = 'Inherit';
210 $string['legacy:admin'] = 'LEGACY ROLE: Administrator';
211 $string['legacy:coursecreator'] = 'LEGACY ROLE: Course creator';
212 $string['legacy:editingteacher'] = 'LEGACY ROLE: Teacher (editing)';
213 $string['legacy:guest'] = 'LEGACY ROLE: Guest';
214 $string['legacy:student'] = 'LEGACY ROLE: Student';
215 $string['legacy:teacher'] = 'LEGACY ROLE: Teacher (non-editing)';
216 $string['legacytype'] = 'Legacy role type';
217 $string['legacy:user'] = 'LEGACY ROLE: Authenticated user';
218 $string['listallroles'] = 'List all roles';
219 $string['localroles'] = 'Locally assigned roles';
220 $string['mainadmin'] = 'Main administrator';
221 $string['mainadminset'] = 'Set main admin';
222 $string['manageadmins'] = 'Manage site administrators';
223 $string['manager'] = 'Manager';
224 $string['managerdescription'] = 'Managers can access course and modify them, they usually do not participate in courses.';
225 $string['manageroles'] = 'Manage roles';
226 $string['maybeassignedin'] = 'Context types where this role may be assigned';
227 $string['morethan'] = 'More than {$a}';
228 $string['multipleroles'] = 'Multiple roles';
229 $string['my:manageblocks'] = 'Manage My Moodle page blocks';
230 $string['my:configsyspages'] = 'Configure system templates for My Moodle pages';
231 $string['neededroles'] = 'Roles with permission';
232 $string['nocapabilitiesincontext'] = 'No capabilities available in this context';
233 $string['noneinthisx'] = 'None in this {$a}';
234 $string['noneinthisxmatching'] = 'No users matching \'{$a->search}\' in this {$a->contexttype}';
235 $string['noroles'] = 'No roles';
236 $string['noroleassignments'] = 'This user does not have any role assignments anywhere in this site.';
237 $string['notabletoassignroleshere'] = 'You are not able to assign any roles here';
238 $string['notabletooverrideroleshere'] = 'You are not able to override the permissions on any roles here';
239 $string['notes:manage'] = 'Manage notes';
240 $string['notes:view'] = 'View notes';
241 $string['notset'] = 'Not set';
242 $string['overrideanotherrole'] = 'Override another role';
243 $string['overridecontext'] = 'Override context';
244 $string['overridepermissions'] = 'Override permissions';
245 $string['overridepermissions_help'] = 'Permissions overrides enable selected capabilities to be allowed or prevented in a specific context.';
246 $string['overridepermissions_link'] = 'admin/roles/override';
247 $string['overridepermissionsforrole'] = 'Override permissions for role \'{$a->role}\' in {$a->context}';
248 $string['overridepermissionsin'] = 'Override permissions in {$a}';
249 $string['overrideroles'] = 'Override roles';
250 $string['overriderolesin'] = 'Override roles in {$a}';
251 $string['overrides'] = 'Overrides';
252 $string['overridesbycontext'] = 'Overrides (by context)';
253 $string['permission'] = 'Permission';
254 $string['permission_help'] = 'Permissions are capability settings. There are 4 options:
256 * Not set
257 * Allow - Permission is granted for the capability
258 * Prevent - Permission is removed for the capability, even if allowed in a higher context
259 * Prohibit - Permission is completely denied and cannot be overridden at any lower (more specific) context';
260 $string['permissions'] = 'Permissions';
261 $string['permissionsforuser'] = 'Permissions for user {$a}';
262 $string['permissionsincontext'] = 'Permissions in {$a}';
263 $string['portfolio:export'] = 'Export to portfolios';
264 $string['potentialusers'] = '{$a} potential users';
265 $string['potusers'] = 'Potential users';
266 $string['potusersmatching'] = 'Potential users matching \'{$a}\'';
267 $string['prevent'] = 'Prevent';
268 $string['prohibit'] = 'Prohibit';
269 $string['prohibitedroles'] = 'Prohibited';
270 $string['question:add'] = 'Add new questions';
271 $string['question:config'] = 'Configure question types';
272 $string['question:editall'] = 'Edit all questions';
273 $string['question:editmine'] = 'Edit your own questions';
274 $string['question:flag'] = 'Flag questions while attempting them';
275 $string['question:managecategory'] = 'Edit question categories';
276 $string['question:moveall'] = 'Move all questions';
277 $string['question:movemine'] = 'Move your own questions';
278 $string['question:useall'] = 'Use all questions';
279 $string['question:usemine'] = 'Use your own questions';
280 $string['question:viewall'] = 'View all questions';
281 $string['question:viewmine'] = 'View your own questions';
282 $string['rating:rate'] = 'Add ratings to items';
283 $string['rating:view'] = 'View the total rating you received';
284 $string['rating:viewany'] = 'View total ratings that anyone received';
285 $string['rating:viewall'] = 'View all raw ratings given by individuals';
286 $string['resetrole'] = 'Reset to defaults';
287 $string['resetrolenolegacy'] = 'Clear permissions';
288 $string['resetrolesure'] = 'Are you sure that you want to reset role "{$a->name} ({$a->shortname})" to defaults?<p></p>The defaults are taken from the selected archetype ({$a->legacytype}).';
289 $string['resetrolesurenolegacy'] = 'Are you sure that you want to clear all permissions defined in this role "{$a->name} ({$a->shortname})"?';
290 $string['restore:configure'] = 'Configure restore options';
291 $string['restore:createuser'] = 'Create users on restore';
292 $string['restore:restoreactivity'] = 'Restore activities';
293 $string['restore:restoresection'] = 'Restore sections';
294 $string['restore:restorecourse'] = 'Restore courses';
295 $string['restore:restoretargethub'] = 'Restore from files targeted as hub';
296 $string['restore:restoretargetimport'] = 'Restore from files targeted as import';
297 $string['restore:rolldates'] = 'Allowed to roll activity configuration dates on restore';
298 $string['restore:uploadfile'] = 'Upload files to backup areas';
299 $string['restore:userinfo'] = 'Restore user data';
300 $string['restore:viewautomatedfilearea'] = 'Restore courses from automated backups';
301 $string['risks'] = 'Risks';
302 $string['roleallowheader'] = 'Allow role:';
303 $string['roleallowinfo'] = 'Select a role to be added to the list of allowed roles in context {$a->context}, capability {$a->cap}:';
304 $string['role:assign'] = 'Assign roles to users';
305 $string['roleassignments'] = 'Role assignments';
306 $string['roledefinitions'] = 'Role definitions';
307 $string['rolefullname'] = 'Role name';
308 $string['roleincontext'] = '{$a->role} in {$a->context}';
309 $string['role:manage'] = 'Create and manage roles';
310 $string['role:override'] = 'Override permissions for others';
311 $string['role:review'] = 'Review permissions for others';
312 $string['roleprohibitheader'] = 'Prohibit role';
313 $string['roleprohibitinfo'] = 'Select a role to be added to the list of prohibited roles in context {$a->context}, capability {$a->cap}:';
314 $string['roles'] = 'Roles';
315 $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.';
316 $string['roles_link'] = 'roles';
317 $string['role:safeoverride'] = 'Override safe permissions for others';
318 $string['roleselect'] = 'Select role';
319 $string['rolesforuser'] = 'Roles for user {$a}';
320 $string['roleshortname'] = 'Short name';
321 $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.';
322 $string['role:switchroles'] = 'Switch to other roles';
323 $string['roletoassign'] = 'Role to assign';
324 $string['roletooverride'] = 'Role to override';
325 $string['safeoverridenotice'] = 'Note: Capabilities with higher risks are locked because you are only allowed to override safe capabilities.';
326 $string['selectanotheruser'] = 'Select another user';
327 $string['selectauser'] = 'Select a user';
328 $string['selectrole'] = 'Select a role';
329 $string['showallroles'] = 'Show all roles';
330 $string['showthisuserspermissions'] = 'Show this user\'s permissions';
331 $string['site:accessallgroups'] = 'Access all groups';
332 $string['siteadministrators'] = 'Site administrators';
333 $string['site:approvecourse'] = 'Approve course creation';
334 $string['site:backup'] = 'Backup courses';
335 $string['site:config'] = 'Change site configuration';
336 $string['site:doanything'] = 'Allowed to do everything';
337 $string['site:doclinks'] = 'Show links to offsite docs';
338 $string['site:import'] = 'Import other courses into a course';
339 $string['site:manageblocks'] = 'Manage blocks on a page';
340 $string['site:mnetloginfromremote'] = 'Login from a remote application via MNet';
341 $string['site:mnetlogintoremote'] = 'Roam to a remote application via MNet';
342 $string['site:readallmessages'] = 'Read all messages on site';
343 $string['site:restore'] = 'Restore courses';
344 $string['site:sendmessage'] = 'Send messages to any user';
345 $string['site:trustcontent'] = 'Trust submitted content';
346 $string['site:uploadusers'] = 'Upload new users from file';
347 $string['site:viewfullnames'] = 'Always see full names of users';
348 $string['site:viewparticipants'] = 'View participants';
349 $string['site:viewreports'] = 'View reports';
350 $string['site:viewuseridentity'] = 'See full user identity in lists';
351 $string['tag:create'] = 'Create new tags';
352 $string['tag:edit'] = 'Edit existing tags';
353 $string['tag:editblocks'] = 'Edit blocks in tags pages';
354 $string['tag:manage'] = 'Manage all tags';
355 $string['thisusersroles'] = 'This user\'s role assignments';
356 $string['unassignarole'] = 'Unassign role {$a}';
357 $string['unassignerror'] = 'Error while unassigning the role {$a->role} from user {$a->user}.';
358 $string['unassignconfirm'] = 'Do you really want to unassign "{$a->role}" role from user "{$a->user}"?';
359 $string['user:changeownpassword'] = 'Change own password';
360 $string['user:create'] = 'Create users';
361 $string['user:delete'] = 'Delete users';
362 $string['user:editmessageprofile'] = 'Edit user messaging profile';
363 $string['user:editownmessageprofile'] = 'Edit own user messaging profile';
364 $string['user:editownprofile'] = 'Edit own user profile';
365 $string['user:editprofile'] = 'Edit user profile';
366 $string['user:loginas'] = 'Login as other users';
367 $string['user:manageblocks'] = 'Manage blocks on user profile of other users';
368 $string['user:manageownblocks'] = 'Manage blocks on own public user profile';
369 $string['user:manageownfiles'] = 'Manage files on own private file areas';
370 $string['user:managesyspages'] = 'Configure default page layout for public user profiles';
371 $string['user:readuserblogs'] = 'See all user blogs';
372 $string['user:readuserposts'] = 'See all user posts';
373 $string['user:update'] = 'Update user profiles';
374 $string['user:viewalldetails'] = 'View user full information';
375 $string['user:viewdetails'] = 'View user profiles';
376 $string['user:viewhiddendetails'] = 'View hidden details of users';
377 $string['user:viewuseractivitiesreport'] = 'See user activity reports';
378 $string['user:viewusergrades'] = 'View user grades';
379 $string['usersfrom'] = 'Users from {$a}';
380 $string['usersfrommatching'] = 'Users from {$a->contextname} matching \'{$a->search}\'';
381 $string['usersinthisx'] = 'Users in this {$a}';
382 $string['usersinthisxmatching'] = 'Users in this {$a->contexttype} matching \'{$a->search}\'';
383 $string['userswithrole'] = 'All users with a role';
384 $string['userswiththisrole'] = 'Users with role';
385 $string['useshowadvancedtochange'] = 'Use \'Show advanced\' to change';
386 $string['viewingdefinitionofrolex'] = 'Viewing the definition of role \'{$a}\'';
387 $string['viewrole'] = 'View role details';
388 $string['webservice:createtoken'] = 'Create a web service token';
389 $string['webservice:createmobiletoken'] = 'Create a web service token for mobile access';
390 $string['whydoesuserhavecap'] = 'Why does {$a->fullname} have capability {$a->capability} in context {$a->context}?';
391 $string['whydoesusernothavecap'] = 'Why does {$a->fullname} not have capability {$a->capability} in context {$a->context}?';
392 $string['xroleassignments'] = '{$a}\'s role assignments';
393 $string['xuserswiththerole'] = 'Users with the role "{$a->role}"';