2007-08-20 10:52:59 +00:00
< ? PHP // $Id$
2006-11-01 09:44:01 +00:00
// role.php - created with Moodle 1.7 beta + (2006101003)
2006-08-09 05:35:55 +00:00
2006-09-14 14:49:45 +00:00
$string [ 'addrole' ] = 'Add a new role' ;
2006-08-13 09:25:45 +00:00
$string [ 'allow' ] = 'Allow' ;
2006-09-14 14:49:45 +00:00
$string [ 'allowassign' ] = 'Allow role assignments' ;
$string [ 'allowoverride' ] = 'Allow role overrides' ;
2008-04-18 08:35:16 +00:00
$string [ 'allsiteusers' ] = 'All site users' ;
2006-11-01 09:44:01 +00:00
$string [ 'assignroles' ] = 'Assign roles' ;
2007-10-26 17:00:05 +00:00
$string [ 'assignrolesin' ] = 'Assign roles in $a' ;
2008-01-09 06:50:42 +00:00
$string [ 'assignglobalroles' ] = 'Assign system roles' ;
2006-11-01 09:44:01 +00:00
$string [ 'blog:create' ] = 'Create new blog entries' ;
$string [ 'blog:manageentries' ] = 'Edit and manage entries' ;
$string [ 'blog:manageofficialtags' ] = 'Manage official tags' ;
$string [ 'blog:managepersonaltags' ] = 'Manage personal tags' ;
$string [ 'blog:view' ] = 'View blog entries' ;
2007-08-13 10:08:15 +00:00
$string [ 'block:view' ] = 'View block' ;
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' ;
$string [ 'category:update' ] = 'Update categories' ;
$string [ 'category:visibility' ] = 'See hidden categories' ;
$string [ 'course:activityvisibility' ] = 'Hide/show activities' ;
$string [ 'course:bulkmessaging' ] = 'Send a message to many people' ;
$string [ 'course:create' ] = 'Create courses' ;
$string [ 'course:delete' ] = 'Delete courses' ;
$string [ 'course:manageactivities' ] = 'Manage activities' ;
$string [ 'course:managefiles' ] = 'Manage files' ;
$string [ 'course:managegroups' ] = 'Manage groups' ;
$string [ 'course:managemetacourse' ] = 'Manage metacourse' ;
$string [ 'course:managescales' ] = 'Manage scales' ;
$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' ;
$string [ 'course:view' ] = 'View courses' ;
$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' ;
2007-11-29 14:43:04 +00:00
$string [ 'deletecourseoverrides' ] = 'Delete all overrides in course' ;
$string [ 'deletelocalroles' ] = 'Delete all local role assignments' ;
2007-09-17 17:31:48 +00:00
$string [ 'grade:edit' ] = 'Edit grades' ;
2007-07-23 19:22:48 +00:00
$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' ;
2007-10-03 20:24:59 +00:00
$string [ 'grade:manageletters' ] = 'Manage letter grades' ;
2007-08-26 05:51:21 +00:00
$string [ 'grade:manageoutcomes' ] = 'Manage grade outcomes' ;
2007-07-23 19:22:48 +00:00
$string [ 'grade:override' ] = 'Override grades' ;
$string [ 'grade:unlock' ] = 'Unlock grades or items' ;
2007-07-24 09:23:43 +00:00
$string [ 'grade:view' ] = 'View own grades' ;
$string [ 'grade:viewall' ] = 'View grades of other users' ;
$string [ 'grade:viewhidden' ] = 'View hidden grades for owner' ;
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' ;
2006-09-03 14:43:41 +00:00
$string [ 'defineroles' ] = 'Define roles' ;
2006-11-01 09:44:01 +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.' ;
2007-03-03 22:30:35 +00:00
$string [ 'duplicaterolesure' ] = 'Are you sure that you want to duplicate role \"$a->name ($a->shortname)\"?</p>' ;
$string [ 'duplicaterole' ] = 'Duplicate role' ;
2006-09-21 22:34:45 +00:00
$string [ 'editrole' ] = 'Edit role' ;
$string [ 'errorbadrolename' ] = 'Incorrect role name' ;
$string [ 'errorbadroleshortname' ] = 'Incorrect role 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' ;
2006-08-09 05:35:55 +00:00
$string [ 'existingusers' ] = '$a existing users' ;
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.' ;
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-01-31 21:05:32 +00:00
$string [ 'legacy:user' ] = 'LEGACY ROLE: Authenticated user' ;
2007-03-06 22:01:22 +00:00
$string [ 'legacytype' ] = 'Legacy role type' ;
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' ;
2006-09-14 14:49:45 +00:00
$string [ 'manageroles' ] = 'Manage roles' ;
2006-09-19 20:39:55 +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.' ;
2008-01-17 11:28:54 +00:00
$string [ 'multipleroles' ] = 'Multiple roles' ;
2007-11-19 07:13:02 +00:00
$string [ 'overridepermissions' ] = 'Override permissions' ;
$string [ 'overridepermissionsin' ] = 'Override permissions in $a' ;
2007-10-23 16:27:25 +00:00
$string [ 'morethan' ] = 'More than $a' ;
2007-05-18 11:57:46 +00:00
$string [ 'my:manageblocks' ] = 'Manage myMoodle page blocks' ;
2006-08-28 07:30:07 +00:00
$string [ 'nocapabilitiesincontext' ] = 'No capabilities available in this context' ;
2007-04-05 09:17:50 +00:00
$string [ 'notset' ] = 'Not set' ;
2006-08-09 05:35:55 +00:00
$string [ 'overrideroles' ] = 'Override roles' ;
2007-10-26 17:00:05 +00:00
$string [ 'overriderolesin' ] = 'Override roles in $a' ;
2006-09-15 06:04:10 +00:00
$string [ 'overrides' ] = 'Overrides' ;
2006-09-03 14:43:41 +00:00
$string [ 'permissions' ] = 'Permissions' ;
2006-08-09 05:35:55 +00:00
$string [ 'potentialusers' ] = '$a potential users' ;
2006-08-13 09:25:45 +00:00
$string [ 'prevent' ] = 'Prevent' ;
$string [ 'prohibit' ] = 'Prohibit' ;
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' ;
$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' ;
2007-03-14 22:07:59 +00:00
$string [ 'resetrole' ] = 'Reset to defaults' ;
$string [ 'resetrolenolegacy' ] = 'Clear permissions' ;
2007-03-06 19:19:19 +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 legacy capability ($a->legacytype).' ;
2007-03-14 22:07:59 +00:00
$string [ 'resetrolesurenolegacy' ] = 'Are you sure that you want to clear all permissions defined in this role \"$a->name ($a->shortname)\"?' ;
2006-09-19 17:34:29 +00:00
$string [ 'risks' ] = 'Risks' ;
2006-11-01 09:44:01 +00:00
$string [ 'role:assign' ] = 'Assign roles to users' ;
$string [ 'role:manage' ] = 'Create and manage roles' ;
$string [ 'role:override' ] = 'Override permissions for others' ;
2008-07-23 16:10:06 +00:00
$string [ 'role:safeoverride' ] = 'Override safe permissions for others' ;
2006-11-01 09:44:01 +00:00
$string [ 'role:switchroles' ] = 'Switch to other roles' ;
$string [ 'role:unassignself' ] = 'Unassign own roles' ;
$string [ 'role:viewhiddenassigns' ] = 'View hidden role assignments' ;
2006-09-21 16:49:15 +00:00
$string [ 'roleassignments' ] = 'Role assignments' ;
2006-11-01 09:44:01 +00:00
$string [ 'roles' ] = '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' ;
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.' ;
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' ;
2006-11-01 09:44:01 +00:00
$string [ 'site:accessallgroups' ] = 'Access all groups' ;
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' ;
2006-08-13 09:10:52 +00:00
$string [ 'site:manageblocks' ] = 'Manage site-level blocks' ;
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:manage' ] = 'Manage all tags' ;
$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' ;
2007-04-26 21:41:08 +00:00
$string [ 'user:changeownpassword' ] = 'Change own password' ;
2006-08-13 09:10:52 +00:00
$string [ 'user:create' ] = 'Create users' ;
$string [ 'user:delete' ] = 'Delete users' ;
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' ;
$string [ 'user:loginas' ] = 'Login as other users' ;
$string [ 'user:readuserblogs' ] = 'See all user blogs' ;
$string [ 'user:readuserposts' ] = 'See all user posts' ;
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' ;
2008-03-26 23:51:38 +00:00
$string [ 'userhashiddenassignments' ] = 'This user has one or more hidden role assignments in this course' ;
2008-04-18 08:35:16 +00:00
$string [ 'userswithrole' ] = 'All users with a role' ;
2006-11-01 09:44:01 +00:00
$string [ 'viewrole' ] = 'View role details' ;
2008-03-13 12:13:26 +00:00
$string [ 'xuserswiththerole' ] = 'Users with the role \"$a->role\"' ;
$string [ 'ingroup' ] = 'in the group \"$a->group\"' ;
$string [ 'inactiveformorethan' ] = 'inactive for more than $a->timeperiod' ;
2006-08-13 09:10:52 +00:00
2007-01-04 03:08:12 +00:00
// MNET
$string [ 'site:mnetlogintoremote' ] = 'Roam to a remote Moodle' ;
$string [ 'site:mnetloginfromremote' ] = 'Login from a remote Moodle' ;
2007-07-05 06:53:17 +00:00
// Notes
$string [ 'notes:view' ] = 'View notes' ;
$string [ 'notes:manage' ] = 'Manage notes' ;
2007-07-23 19:22:48 +00:00
//OBSOLETED in 1.9!
$string [ 'course:viewcoursegrades' ] = 'View course grades' ;
$string [ 'user:viewusergrades' ] = 'View user grades' ;
$string [ 'course:managegrades' ] = 'Manage grades' ;
2008-07-24 08:38:03 +00:00
//LUIS: new message system
$string [ 'user:editmessageprofile' ] = 'Edit user messaging profile' ;
$string [ 'user:editownmessageprofile' ] = 'Edit own user messaging profile' ;
2006-09-24 13:51:06 +00:00
?>