2010-04-10 14:01:45 +00:00
< ? php
2006-11-01 09:44:01 +00:00
2010-04-10 14:01:45 +00:00
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'role' , language 'en' , branch 'MOODLE_20_STABLE'
*
* @ package role
* @ copyright 1999 onwards Martin Dougiamas { @ link http :// moodle . com }
* @ license http :// www . gnu . org / copyleft / gpl . html GNU GPL v3 or later
*/
2006-08-09 05:35:55 +00:00
2008-11-14 11:46:01 +00:00
$string [ 'addinganewrole' ] = 'Adding a new role' ;
2010-04-10 14:01:45 +00:00
$string [ 'addingrolebycopying' ] = 'Adding a new role based on {$a}' ;
2006-09-14 14:49:45 +00:00
$string [ 'addrole' ] = 'Add a new role' ;
2010-04-10 14:01:45 +00:00
$string [ 'advancedoverride' ] = 'Advanced role override' ;
2006-08-13 09:25:45 +00:00
$string [ 'allow' ] = 'Allow' ;
2006-09-14 14:49:45 +00:00
$string [ 'allowassign' ] = 'Allow role assignments' ;
2008-11-12 10:13:43 +00:00
$string [ 'allowed' ] = 'Allowed' ;
2006-09-14 14:49:45 +00:00
$string [ 'allowoverride' ] = 'Allow role overrides' ;
2010-04-10 14:01:45 +00:00
$string [ 'allowroletoassign' ] = 'Allow users with role {$a->fromrole} to assign the role {$a->targetrole}' ;
$string [ 'allowroletooverride' ] = 'Allow users with role {$a->fromrole} to override the role {$a->targetrole}' ;
$string [ 'allowroletoswitch' ] = 'Allow users with role {$a->fromrole} to switch roles to the role {$a->targetrole}' ;
2009-03-25 02:17:14 +00:00
$string [ 'allowswitch' ] = 'Allow role switches' ;
2008-04-18 08:35:16 +00:00
$string [ 'allsiteusers' ] = 'All site users' ;
2010-03-31 07:41:31 +00:00
$string [ 'archetype' ] = 'Role archetype' ;
$string [ 'archetypecoursecreator' ] = 'ARCHETYPE: Course Creator' ;
$string [ 'archetypeeditingteacher' ] = 'ARCHETYPE: Teacher (editing)' ;
$string [ 'archetypefrontpage' ] = 'ARCHETYPE: Authenticated user on frontpage' ;
$string [ 'archetypeguest' ] = 'ARCHETYPE: Guest' ;
$string [ 'archetypemanager' ] = 'ARCHETYPE: Manager' ;
$string [ 'archetypestudent' ] = 'ARCHETYPE: Student' ;
$string [ 'archetypeteacher' ] = 'ARCHETYPE: Teacher (non-editing)' ;
$string [ 'archetypeuser' ] = 'ARCHETYPE: Authenticated user' ;
2010-04-10 14:01:45 +00:00
$string [ 'assignanotherrole' ] = 'Assign another role' ;
$string [ 'assignerror' ] = 'Error while assigning the role {$a->role} to user {$a->user}.' ;
$string [ 'assignglobalroles' ] = 'Assign system roles' ;
$string [ 'assignmentcontext' ] = 'Assignment context' ;
$string [ 'assignmentoptions' ] = 'Assignment options' ;
$string [ 'assignrolenameincontext' ] = 'Assign role \'{$a->role}\' in {$a->context}' ;
$string [ 'assignroles' ] = 'Assign roles' ;
$string [ 'assignrolesin' ] = 'Assign roles in {$a}' ;
$string [ 'assignrolesrelativetothisuser' ] = 'Assign roles relative to this user' ;
2008-10-30 06:26:18 +00:00
$string [ 'backtoallroles' ] = 'Back to the list of all roles' ;
2010-02-19 19:27:12 +00:00
$string [ 'backup:backupcourse' ] = 'Backup courses' ;
$string [ 'backup:downloadfile' ] = 'Download files from backup areas' ;
2009-11-20 00:32:16 +00:00
$string [ 'backup:userinfo' ] = 'Backup user data' ;
2010-04-10 14:01:45 +00:00
$string [ 'block:edit' ] = 'Edit a block\'s settings' ;
$string [ 'block:view' ] = 'View block' ;
2009-10-02 07:05:02 +00:00
$string [ 'blog:associatecourse' ] = 'Associate blog entries with courses' ;
$string [ 'blog:associatemodule' ] = 'Associate blog entries with activity modules' ;
2006-11-01 09:44:01 +00:00
$string [ 'blog:create' ] = 'Create new blog entries' ;
$string [ 'blog:manageentries' ] = 'Edit and manage entries' ;
2009-10-02 07:05:02 +00:00
$string [ 'blog:manageexternal' ] = 'Edit and manage external blogs' ;
2006-11-01 09:44:01 +00:00
$string [ 'blog:manageofficialtags' ] = 'Manage official tags' ;
$string [ 'blog:managepersonaltags' ] = 'Manage personal tags' ;
2009-10-02 07:05:02 +00:00
$string [ 'blog:search' ] = 'Search blog entries' ;
2006-11-01 09:44:01 +00:00
$string [ 'blog:view' ] = 'View blog entries' ;
2009-10-02 07:05:02 +00:00
$string [ 'blog:viewdrafts' ] = 'View draft blog entries' ;
2006-11-01 09:44:01 +00:00
$string [ 'calendar:manageentries' ] = 'Manage any calendar entries' ;
2007-10-30 16:19:47 +00:00
$string [ 'calendar:managegroupentries' ] = 'Manage group calendar entries' ;
2006-11-01 09:44:01 +00:00
$string [ 'calendar:manageownentries' ] = 'Manage own calendar entries' ;
2006-09-15 06:04:10 +00:00
$string [ 'capabilities' ] = 'Capabilities' ;
2006-11-01 09:44:01 +00:00
$string [ 'capability' ] = 'Capability' ;
$string [ 'category:create' ] = 'Create categories' ;
$string [ 'category:delete' ] = 'Delete categories' ;
course categories: Fix many bugs with category editing and permissions. Clean up code.
Bugs: MDL-17479, MDL-16426, MDL-16063, MDL-16013, MDL-15658, MDL-15556, MDL-15161, MDL-14925, MDL-13742, MDL-11557.
* Simplify category editing permissions to just moodle/category:manage and moodle/category:seehiddencategories.
* Enforce those correctly. (Note MDL 17502 is still outstanding.)
* Don't screw up category sort order when you just edit name or description.
* Niceties like where redirects go when you cancel or submit forms.
* Make sure a global course creator can see the site admin block.
* Don't allow a category to be made the child of one of its children!
* General code cleanup to bring key files more in line with best pracitice.
Apologies for the fact it is one big patch, rather than a series of smaller patches. However, categoryedit.php, category.php and index.php where in pretty bad shape and needed significant cleaning up. categoryedit.php, in particular, was almost completely rewritten.
Merged from MOODLE_19_STABLE.
2008-12-04 08:53:10 +00:00
$string [ 'category:manage' ] = 'Manage categories' ;
2006-11-01 09:44:01 +00:00
$string [ 'category:update' ] = 'Update categories' ;
course categories: Fix many bugs with category editing and permissions. Clean up code.
Bugs: MDL-17479, MDL-16426, MDL-16063, MDL-16013, MDL-15658, MDL-15556, MDL-15161, MDL-14925, MDL-13742, MDL-11557.
* Simplify category editing permissions to just moodle/category:manage and moodle/category:seehiddencategories.
* Enforce those correctly. (Note MDL 17502 is still outstanding.)
* Don't screw up category sort order when you just edit name or description.
* Niceties like where redirects go when you cancel or submit forms.
* Make sure a global course creator can see the site admin block.
* Don't allow a category to be made the child of one of its children!
* General code cleanup to bring key files more in line with best pracitice.
Apologies for the fact it is one big patch, rather than a series of smaller patches. However, categoryedit.php, category.php and index.php where in pretty bad shape and needed significant cleaning up. categoryedit.php, in particular, was almost completely rewritten.
Merged from MOODLE_19_STABLE.
2008-12-04 08:53:10 +00:00
$string [ 'category:viewhiddencategories' ] = 'See hidden categories' ;
2006-11-01 09:44:01 +00:00
$string [ 'category:visibility' ] = 'See hidden categories' ;
2009-07-24 02:44:44 +00:00
$string [ 'comment:delete' ] = 'Delete comments' ;
$string [ 'comment:post' ] = 'Post comments' ;
$string [ 'comment:view' ] = 'Read comments' ;
2010-04-10 14:01:45 +00:00
$string [ 'confirmaddadmin' ] = 'Do you really want to add user <strong>{$a}</strong> as new site administrator?' ;
$string [ 'confirmdeladmin' ] = 'Do you really want to remove user <strong>{$a}</strong> from the list of site administrators?' ;
$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}?' ;
$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}?' ;
2008-09-10 05:34:09 +00:00
$string [ 'context' ] = 'Context' ;
2006-11-01 09:44:01 +00:00
$string [ 'course:activityvisibility' ] = 'Hide/show activities' ;
$string [ 'course:bulkmessaging' ] = 'Send a message to many people' ;
2010-04-10 14:01:45 +00:00
$string [ 'course:create' ] = 'Create courses' ;
$string [ 'course:delete' ] = 'Delete courses' ;
$string [ 'course:changecategory' ] = 'Change course category' ;
2008-10-08 13:23:35 +00:00
$string [ 'course:changefullname' ] = 'Change course full name' ;
$string [ 'course:changeidnumber' ] = 'Change course ID number' ;
2010-04-10 14:01:45 +00:00
$string [ 'course:changeshortname' ] = 'Change course short name' ;
2009-10-02 07:05:02 +00:00
$string [ 'course:changesummary' ] = 'Change course summary' ;
2006-11-01 09:44:01 +00:00
$string [ 'course:manageactivities' ] = 'Manage activities' ;
$string [ 'course:managefiles' ] = 'Manage files' ;
2010-04-10 14:01:45 +00:00
$string [ 'course:managegrades' ] = 'Manage grades' ;
2006-11-01 09:44:01 +00:00
$string [ 'course:managegroups' ] = 'Manage groups' ;
$string [ 'course:managemetacourse' ] = 'Manage metacourse' ;
$string [ 'course:managescales' ] = 'Manage scales' ;
2010-03-31 07:41:31 +00:00
$string [ 'course:participate' ] = 'Participate in courses' ;
2008-12-10 02:57:41 +00:00
$string [ 'course:request' ] = 'Request new courses' ;
2006-11-01 09:44:01 +00:00
$string [ 'course:reset' ] = 'Reset course' ;
$string [ 'course:sectionvisibility' ] = 'Control section visibility' ;
$string [ 'course:setcurrentsection' ] = 'Set current section' ;
$string [ 'course:update' ] = 'Update course settings' ;
$string [ 'course:useremail' ] = 'Enable/disable email address' ;
2010-03-31 07:41:31 +00:00
$string [ 'course:view' ] = 'View courses without participation' ;
2010-04-10 14:01:45 +00:00
$string [ 'course:viewcoursegrades' ] = 'View course grades' ;
2006-11-01 09:44:01 +00:00
$string [ 'course:viewhiddenactivities' ] = 'View hidden activities' ;
$string [ 'course:viewhiddencourses' ] = 'View hidden courses' ;
$string [ 'course:viewhiddensections' ] = 'View hidden sections' ;
$string [ 'course:viewhiddenuserfields' ] = 'View hidden user fields' ;
$string [ 'course:viewparticipants' ] = 'View participants' ;
$string [ 'course:viewscales' ] = 'View scales' ;
$string [ 'course:visibility' ] = 'Hide/show courses' ;
2008-10-30 10:49:15 +00:00
$string [ 'createhiddenassign' ] = 'Create hidden role assignments' ;
2010-04-10 14:01:45 +00:00
$string [ 'createrolebycopying' ] = 'Create a new role by copying {$a}' ;
2008-11-20 09:57:20 +00:00
$string [ 'createthisrole' ] = 'Create this role' ;
2006-08-09 05:35:55 +00:00
$string [ 'currentcontext' ] = 'Current context' ;
2006-11-01 09:44:01 +00:00
$string [ 'currentrole' ] = 'Current role' ;
2006-09-28 07:07:54 +00:00
$string [ 'defaultrole' ] = 'Default role' ;
2010-04-10 14:01:45 +00:00
$string [ 'defaultx' ] = 'Default: {$a}' ;
2006-09-03 14:43:41 +00:00
$string [ 'defineroles' ] = 'Define roles' ;
2008-11-05 08:17:30 +00:00
$string [ 'deletecourseoverrides' ] = 'Delete all overrides in course' ;
$string [ 'deletelocalroles' ] = 'Delete all local role assignments' ;
2010-04-10 14:01:45 +00:00
$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.' ;
$string [ 'deletexrole' ] = 'Delete {$a} role' ;
2007-03-03 22:30:35 +00:00
$string [ 'duplicaterole' ] = 'Duplicate role' ;
2010-04-10 14:01:45 +00:00
$string [ 'duplicaterolesure' ] = 'Are you sure that you want to duplicate role "{$a->name} ({$a->shortname})"?</p>' ;
$string [ 'editingrolex' ] = 'Editing role \'{$a}\'' ;
2006-09-21 22:34:45 +00:00
$string [ 'editrole' ] = 'Edit role' ;
2010-04-10 14:01:45 +00:00
$string [ 'editxrole' ] = 'Edit {$a} role' ;
2008-11-20 09:57:20 +00:00
$string [ 'enrolmentoptions' ] = 'Enrolment options' ;
2006-09-21 22:34:45 +00:00
$string [ 'errorbadrolename' ] = 'Incorrect role name' ;
2008-11-20 08:28:33 +00:00
$string [ 'errorbadroleshortname' ] = 'Incorrect role short name' ;
2006-11-01 09:44:01 +00:00
$string [ 'errorexistsrolename' ] = 'Role name already exists' ;
2006-09-21 22:34:45 +00:00
$string [ 'errorexistsroleshortname' ] = 'Role name already exists' ;
2010-03-31 07:41:31 +00:00
$string [ 'existingadmins' ] = 'Current site administrators' ;
2010-04-10 14:01:45 +00:00
$string [ 'existingusers' ] = '{$a} existing users' ;
2008-11-12 10:13:43 +00:00
$string [ 'explainpermission' ] = 'Explain permission' ;
2008-10-28 06:49:58 +00:00
$string [ 'explainpermissionsinfo' ] = '<p>To use this table:</p><ol><li>First look to see if there are any Prohibits. If there are, has_capability will return false.</li><li>Otherwise, read across the rows, left-to-right, top-to-bottom, and find the first cell where the number of Prevents and Allows are different. If there are more Allows than Prevents in that cell, then has_capability will return true, otherwise it will return false.</li><li>If no cell has different numbers of Prevents and Allows, then has_capability will return false.</li></ol>' ;
2010-04-10 14:01:45 +00:00
$string [ 'explanation' ] = 'Explanation' ;
2008-10-30 10:49:15 +00:00
$string [ 'extusers' ] = 'Existing users' ;
2010-04-10 14:01:45 +00:00
$string [ 'extusersmatching' ] = 'Existing users matching \'{$a}\'' ;
2009-04-13 06:54:11 +00:00
$string [ 'filter:manage' ] = 'Manage local filter settings' ;
2010-03-31 07:41:31 +00:00
$string [ 'frontpageuser' ] = 'Authenticated user on frontpage' ;
$string [ 'frontpageuserdescription' ] = 'All logged in users in the frontpage course.' ;
2008-01-09 07:36:29 +00:00
$string [ 'globalrole' ] = 'System role' ;
2008-01-09 06:50:42 +00:00
$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.' ;
2010-04-10 14:01:45 +00:00
$string [ 'gotoassignroles' ] = 'Go to Assign roles for this {$a->contextlevel}' ;
2008-11-24 06:33:35 +00:00
$string [ 'gotoassignsystemroles' ] = 'Go to Assign system roles' ;
2008-11-05 08:17:30 +00:00
$string [ 'grade:edit' ] = 'Edit grades' ;
$string [ 'grade:export' ] = 'Export grades' ;
$string [ 'grade:hide' ] = 'Hide/unhide grades or items' ;
$string [ 'grade:import' ] = 'Import grades' ;
$string [ 'grade:lock' ] = 'Lock grades or items' ;
$string [ 'grade:manage' ] = 'Manage grade items' ;
$string [ 'grade:manageletters' ] = 'Manage letter grades' ;
$string [ 'grade:manageoutcomes' ] = 'Manage grade outcomes' ;
$string [ 'grade:override' ] = 'Override grades' ;
$string [ 'grade:unlock' ] = 'Unlock grades or items' ;
$string [ 'grade:view' ] = 'View own grades' ;
$string [ 'grade:viewall' ] = 'View grades of other users' ;
$string [ 'grade:viewhidden' ] = 'View hidden grades for owner' ;
2008-10-30 10:49:15 +00:00
$string [ 'hidden' ] = 'Hidden' ;
2008-11-20 09:57:20 +00:00
$string [ 'highlightedcellsshowdefault' ] = 'The highlighted cells in the table below show the default permission for this type of role, based on the \'Legacy role type above\'.' ;
2010-04-10 14:01:45 +00:00
$string [ 'highlightedcellsshowinherit' ] = 'The highlighted cells in the table below show the permission (if any) that will be inherited. Apart from the capabilties whose permission you actually want to alter, you should leave everything set to Inherit.' ;
$string [ 'checkglobalpermissions' ] = 'Check system permissions' ;
$string [ 'checkpermissions' ] = 'Check permissions' ;
$string [ 'checkpermissionsin' ] = 'Check permissions in {$a}' ;
$string [ 'checksystempermissionsfor' ] = 'Check system permissions for {$a->fullname}' ;
$string [ 'checkuserspermissionshere' ] = 'Check permissions for {$a->fullname} has in this {$a->contextlevel}' ;
$string [ 'chooseroletoassign' ] = 'Please choose a role to assign' ;
$string [ 'inactiveformorethan' ] = 'inactive for more than {$a->timeperiod}' ;
$string [ 'ingroup' ] = 'in the group "{$a->group}"' ;
2006-08-13 09:25:45 +00:00
$string [ 'inherit' ] = 'Inherit' ;
2006-11-01 09:44:01 +00:00
$string [ 'legacy:admin' ] = 'LEGACY ROLE: Administrator' ;
$string [ 'legacy:coursecreator' ] = 'LEGACY ROLE: Course Creator' ;
$string [ 'legacy:editingteacher' ] = 'LEGACY ROLE: Teacher (editing)' ;
$string [ 'legacy:guest' ] = 'LEGACY ROLE: Guest' ;
$string [ 'legacy:student' ] = 'LEGACY ROLE: Student' ;
$string [ 'legacy:teacher' ] = 'LEGACY ROLE: Teacher (non-editing)' ;
2007-03-06 22:01:22 +00:00
$string [ 'legacytype' ] = 'Legacy role type' ;
2010-04-10 14:01:45 +00:00
$string [ 'legacy:user' ] = 'LEGACY ROLE: Authenticated user' ;
2006-09-21 22:34:45 +00:00
$string [ 'listallroles' ] = 'List all roles' ;
2007-11-19 07:13:02 +00:00
$string [ 'localroles' ] = 'Locally assigned roles' ;
2010-03-31 07:41:31 +00:00
$string [ 'manageadmins' ] = 'Manage site administrators' ;
$string [ 'manager' ] = 'Manager' ;
$string [ 'managerdescription' ] = 'Managers can access course and modify them, they usually do not participate in courses.' ;
2010-04-10 14:01:45 +00:00
$string [ 'manageroles' ] = 'Manage roles' ;
2008-11-06 07:34:01 +00:00
$string [ 'maybeassignedin' ] = 'Context types where this role may be assigned' ;
2010-04-10 14:01:45 +00:00
$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 [ 'morethan' ] = 'More than {$a}' ;
2008-11-05 08:17:30 +00:00
$string [ 'multipleroles' ] = 'Multiple roles' ;
2007-05-18 11:57:46 +00:00
$string [ 'my:manageblocks' ] = 'Manage myMoodle page blocks' ;
2010-04-10 14:01:45 +00:00
$string [ 'neededroles' ] = 'Roles with permission' ;
2006-08-28 07:30:07 +00:00
$string [ 'nocapabilitiesincontext' ] = 'No capabilities available in this context' ;
2010-04-10 14:01:45 +00:00
$string [ 'noneinthisx' ] = 'None in this {$a}' ;
$string [ 'noneinthisxmatching' ] = 'No users matching \'{$a->search}\' in this {$a->contexttype}' ;
2008-11-24 06:33:35 +00:00
$string [ 'noroleassignments' ] = 'This user does not have any role assignments anywhere in this site.' ;
2008-11-06 07:34:01 +00:00
$string [ 'notabletoassignroleshere' ] = 'You are not able to assign any roles here' ;
$string [ 'notabletooverrideroleshere' ] = 'You are not able to override the permissions on any roles here' ;
2008-11-24 06:33:35 +00:00
$string [ 'notes:manage' ] = 'Manage notes' ;
$string [ 'notes:view' ] = 'View notes' ;
2007-04-05 09:17:50 +00:00
$string [ 'notset' ] = 'Not set' ;
2008-11-05 08:17:30 +00:00
$string [ 'overrideanotherrole' ] = 'Override another role' ;
2008-10-28 06:49:58 +00:00
$string [ 'overridecontext' ] = 'Override context' ;
2008-11-05 08:17:30 +00:00
$string [ 'overridepermissions' ] = 'Override permissions' ;
2010-04-10 14:01:45 +00:00
$string [ 'overridepermissionsforrole' ] = 'Override permissions for role \'{$a->role}\' in {$a->context}' ;
$string [ 'overridepermissionsin' ] = 'Override permissions in {$a}' ;
2006-08-09 05:35:55 +00:00
$string [ 'overrideroles' ] = 'Override roles' ;
2010-04-10 14:01:45 +00:00
$string [ 'overriderolesin' ] = 'Override roles in {$a}' ;
2006-09-15 06:04:10 +00:00
$string [ 'overrides' ] = 'Overrides' ;
2008-11-12 10:13:43 +00:00
$string [ 'overridesbycontext' ] = 'Overrides (by context)' ;
2008-11-14 05:46:27 +00:00
$string [ 'permission' ] = 'Permission' ;
2006-09-03 14:43:41 +00:00
$string [ 'permissions' ] = 'Permissions' ;
2010-04-10 14:01:45 +00:00
$string [ 'permissionsforuser' ] = 'Permissions for user {$a}' ;
$string [ 'permissionsincontext' ] = 'Permissions in {$a}' ;
2008-08-12 13:31:02 +00:00
$string [ 'portfolio:export' ] = 'Export to portfolios' ;
2010-04-10 14:01:45 +00:00
$string [ 'potentialusers' ] = '{$a} potential users' ;
$string [ 'potusers' ] = 'Potential users' ;
$string [ 'potusersmatching' ] = 'Potential users matching \'{$a}\'' ;
2006-08-13 09:25:45 +00:00
$string [ 'prevent' ] = 'Prevent' ;
$string [ 'prohibit' ] = 'Prohibit' ;
2010-04-10 14:01:45 +00:00
$string [ 'prohibitedroles' ] = 'Prohibited' ;
2007-08-20 10:52:59 +00:00
$string [ 'question:add' ] = 'Add new questions' ;
2007-04-27 10:37:39 +00:00
$string [ 'question:config' ] = 'Configure question types' ;
2007-08-20 10:52:59 +00:00
$string [ 'question:editall' ] = 'Edit all questions' ;
$string [ 'question:editmine' ] = 'Edit your own questions' ;
2008-08-29 10:08:27 +00:00
$string [ 'question:flag' ] = 'Flag questions while attempting them' ;
2007-08-20 10:52:59 +00:00
$string [ 'question:managecategory' ] = 'Edit question categories' ;
$string [ 'question:moveall' ] = 'Move all questions' ;
$string [ 'question:movemine' ] = 'Move your own questions' ;
$string [ 'question:useall' ] = 'Use all questions' ;
$string [ 'question:usemine' ] = 'Use your own questions' ;
$string [ 'question:viewall' ] = 'View all questions' ;
$string [ 'question:viewmine' ] = 'View your own questions' ;
2010-04-22 15:32:14 +00:00
$string [ 'rating:rate' ] = 'Add ratings to items' ;
$string [ 'rating:view' ] = 'View the total rating you received' ;
$string [ 'rating:viewany' ] = 'View total ratings that anyone received' ;
$string [ 'rating:viewall' ] = 'View all raw ratings given by individuals' ;
2007-03-14 22:07:59 +00:00
$string [ 'resetrole' ] = 'Reset to defaults' ;
$string [ 'resetrolenolegacy' ] = 'Clear permissions' ;
2010-04-10 14:01:45 +00:00
$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}).' ;
$string [ 'resetrolesurenolegacy' ] = 'Are you sure that you want to clear all permissions defined in this role "{$a->name} ({$a->shortname})"?' ;
2009-12-30 17:35:36 +00:00
$string [ 'restore:createuser' ] = 'Create users on restore' ;
2010-02-19 19:27:12 +00:00
$string [ 'restore:restorecourse' ] = 'Restore courses' ;
$string [ 'restore:restoretargetimport' ] = 'Restore from files targeted as import' ;
$string [ 'restore:rolldates' ] = 'Allowed to roll activity configuration dates on restore' ;
$string [ 'restore:uploadfile' ] = 'Upload files to backup areas' ;
2009-11-20 00:32:16 +00:00
$string [ 'restore:userinfo' ] = 'Restore user data' ;
2006-09-19 17:34:29 +00:00
$string [ 'risks' ] = 'Risks' ;
2010-04-10 14:01:45 +00:00
$string [ 'roleallowheader' ] = 'Allow role:' ;
$string [ 'roleallowinfo' ] = 'Select a role to be added to the list of allowed roles in context {$a->context}, capability {$a->cap}:' ;
2006-11-01 09:44:01 +00:00
$string [ 'role:assign' ] = 'Assign roles to users' ;
2010-04-10 14:01:45 +00:00
$string [ 'roleassignments' ] = 'Role assignments' ;
$string [ 'roledefinitions' ] = 'Role definitions' ;
2006-11-01 09:44:01 +00:00
$string [ 'role:manage' ] = 'Create and manage roles' ;
$string [ 'role:override' ] = 'Override permissions for others' ;
2010-04-22 15:32:14 +00:00
$string [ 'role:review' ] = 'Review permissions for others' ;
2010-04-10 14:01:45 +00:00
$string [ 'roleprohibitheader' ] = 'Prohibit role' ;
$string [ 'roleprohibitinfo' ] = 'Select a role to be added to the list of prohibited roles in context {$a->context}, capability {$a->cap}:' ;
$string [ 'roles' ] = 'Roles' ;
2008-07-23 16:10:06 +00:00
$string [ 'role:safeoverride' ] = 'Override safe permissions for others' ;
2010-04-10 14:01:45 +00:00
$string [ 'roleselect' ] = 'Select role' ;
2006-11-01 09:44:01 +00:00
$string [ 'role:switchroles' ] = 'Switch to other roles' ;
2006-08-28 07:12:10 +00:00
$string [ 'roletoassign' ] = 'Role to assign' ;
2006-09-15 06:04:10 +00:00
$string [ 'roletooverride' ] = 'Role to override' ;
2010-04-10 14:01:45 +00:00
$string [ 'role:unassignself' ] = 'Unassign own roles' ;
$string [ 'role:viewhiddenassigns' ] = 'View hidden role assignments' ;
2008-07-23 16:10:06 +00:00
$string [ 'safeoverridenotice' ] = 'Note: Capabilities with higher risks are locked because you are only allowed to override safe capabilities.' ;
2008-11-12 10:13:43 +00:00
$string [ 'selectanotheruser' ] = 'Select another user' ;
2010-04-10 14:01:45 +00:00
$string [ 'selectauser' ] = 'Select a user' ;
2006-09-19 17:34:29 +00:00
$string [ 'selectrole' ] = 'Select a role' ;
2006-10-02 08:40:39 +00:00
$string [ 'showallroles' ] = 'Show all roles' ;
2008-11-12 10:13:43 +00:00
$string [ 'showthisuserspermissions' ] = 'Show this user\'s permissions' ;
2006-11-01 09:44:01 +00:00
$string [ 'site:accessallgroups' ] = 'Access all groups' ;
2010-04-10 14:01:45 +00:00
$string [ 'siteadministrators' ] = 'Site administrators' ;
2006-09-24 13:51:06 +00:00
$string [ 'site:approvecourse' ] = 'Approve course creation' ;
2006-11-01 09:44:01 +00:00
$string [ 'site:backup' ] = 'Backup courses' ;
2006-08-13 09:10:52 +00:00
$string [ 'site:config' ] = 'Change site configuration' ;
2006-11-01 09:44:01 +00:00
$string [ 'site:doanything' ] = 'Allowed to do everything' ;
$string [ 'site:doclinks' ] = 'Show links to offsite docs' ;
2006-08-13 09:10:52 +00:00
$string [ 'site:import' ] = 'Import other courses into a course' ;
2007-07-23 19:50:20 +00:00
$string [ 'site:langeditlocal' ] = 'Customize local translation' ;
$string [ 'site:langeditmaster' ] = 'Edit master language packages' ;
2009-07-30 03:44:10 +00:00
$string [ 'site:manageblocks' ] = 'Manage blocks on a page' ;
2008-11-24 06:33:35 +00:00
$string [ 'site:mnetloginfromremote' ] = 'Login from a remote Moodle' ;
2010-04-10 14:01:45 +00:00
$string [ 'site:mnetlogintoremote' ] = 'Roam to a remote Moodle' ;
2006-09-24 13:51:06 +00:00
$string [ 'site:readallmessages' ] = 'Read all messages on site' ;
2006-11-01 09:44:01 +00:00
$string [ 'site:restore' ] = 'Restore courses' ;
2007-11-21 07:53:42 +00:00
$string [ 'site:sendmessage' ] = 'Send messages to any user' ;
2006-09-19 17:34:29 +00:00
$string [ 'site:trustcontent' ] = 'Trust submitted content' ;
2006-09-24 14:20:44 +00:00
$string [ 'site:uploadusers' ] = 'Upload new users from file' ;
2006-11-01 09:44:01 +00:00
$string [ 'site:viewfullnames' ] = 'Always see full names of users' ;
$string [ 'site:viewparticipants' ] = 'View participants' ;
$string [ 'site:viewreports' ] = 'View reports' ;
2007-07-31 08:09:04 +00:00
$string [ 'tag:create' ] = 'Create new tags' ;
$string [ 'tag:edit' ] = 'Edit existing tags' ;
2007-08-11 03:25:23 +00:00
$string [ 'tag:editblocks' ] = 'Edit blocks in tags pages' ;
2010-04-10 14:01:45 +00:00
$string [ 'tag:manage' ] = 'Manage all tags' ;
2008-11-24 06:33:35 +00:00
$string [ 'thisusersroles' ] = 'This user\'s role assignments' ;
2010-04-10 14:01:45 +00:00
$string [ 'unassignerror' ] = 'Error while unassigning the role {$a->role} from user {$a->user}.' ;
2006-08-13 09:10:52 +00:00
$string [ 'user:create' ] = 'Create users' ;
$string [ 'user:delete' ] = 'Delete users' ;
2008-11-24 06:33:35 +00:00
$string [ 'user:editmessageprofile' ] = 'Edit user messaging profile' ;
$string [ 'user:editownmessageprofile' ] = 'Edit own user messaging profile' ;
2007-04-26 21:41:08 +00:00
$string [ 'user:editownprofile' ] = 'Edit own user profile' ;
2006-11-01 09:44:01 +00:00
$string [ 'user:editprofile' ] = 'Edit user profile' ;
2010-04-10 14:01:45 +00:00
$string [ 'userhashiddenassignments' ] = 'This user has one or more hidden role assignments in this course' ;
$string [ 'user:changeownpassword' ] = 'Change own password' ;
2006-11-01 09:44:01 +00:00
$string [ 'user:loginas' ] = 'Login as other users' ;
$string [ 'user:readuserblogs' ] = 'See all user blogs' ;
$string [ 'user:readuserposts' ] = 'See all user posts' ;
2010-04-10 14:01:45 +00:00
$string [ 'usersfrom' ] = 'Users from {$a}' ;
$string [ 'usersfrommatching' ] = 'Users from {$a->contextname} matching \'{$a->search}\'' ;
$string [ 'usersinthisx' ] = 'Users in this {$a}' ;
$string [ 'usersinthisxmatching' ] = 'Users in this {$a->contexttype} matching \'{$a->search}\'' ;
$string [ 'userswithrole' ] = 'All users with a role' ;
$string [ 'userswiththisrole' ] = 'Users with role' ;
2006-08-13 09:10:52 +00:00
$string [ 'user:update' ] = 'Update user profiles' ;
$string [ 'user:viewdetails' ] = 'View user profiles' ;
2006-11-01 09:44:01 +00:00
$string [ 'user:viewhiddendetails' ] = 'View hidden details of users' ;
2006-09-11 08:24:40 +00:00
$string [ 'user:viewuseractivitiesreport' ] = 'See user activity reports' ;
2010-04-10 14:01:45 +00:00
$string [ 'user:viewusergrades' ] = 'View user grades' ;
2008-11-14 05:46:27 +00:00
$string [ 'useshowadvancedtochange' ] = 'Use \'Show advanced\' to change' ;
2010-04-10 14:01:45 +00:00
$string [ 'viewingdefinitionofrolex' ] = 'Viewing the definition of role \'{$a}\'' ;
2006-11-01 09:44:01 +00:00
$string [ 'viewrole' ] = 'View role details' ;
2010-01-12 10:34:52 +00:00
$string [ 'webservice:createtoken' ] = 'Create a web service token' ;
2010-04-10 14:01:45 +00:00
$string [ 'whydoesuserhavecap' ] = 'Why does {$a->fullname} have capability {$a->capability} in context {$a->context}?' ;
$string [ 'whydoesusernothavecap' ] = 'Why does {$a->fullname} not have capability {$a->capability} in context {$a->context}?' ;
$string [ 'xroleassignments' ] = '{$a}\'s role assignments' ;
$string [ 'xuserswiththerole' ] = 'Users with the role "{$a->role}"' ;