2006-08-09 05:35:55 +00:00
< ? php // $Id$
// role.php
$string [ 'assignroles' ] = 'Assign roles' ;
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' ;
2006-08-13 09:25:45 +00:00
$string [ 'capability' ] = 'Capability' ;
2006-09-15 06:04:10 +00:00
$string [ 'capabilities' ] = 'Capabilities' ;
2006-08-09 05:35:55 +00:00
$string [ 'currentrole' ] = 'Current role' ;
$string [ 'currentcontext' ] = 'Current context' ;
2006-09-03 14:43:41 +00:00
$string [ 'defineroles' ] = 'Define roles' ;
2006-09-21 22:34:45 +00:00
$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>' ;
$string [ 'editrole' ] = 'Edit role' ;
$string [ 'errorbadrolename' ] = 'Incorrect role name' ;
$string [ 'errorexistsrolename' ] = 'Role name already exists' ;
$string [ 'errorbadroleshortname' ] = 'Incorrect role name' ;
$string [ 'errorexistsroleshortname' ] = 'Role name already exists' ;
2006-08-09 05:35:55 +00:00
$string [ 'existingusers' ] = '$a existing users' ;
2006-08-13 09:25:45 +00:00
$string [ 'inherit' ] = 'Inherit' ;
2006-09-21 22:34:45 +00:00
$string [ 'listallroles' ] = 'List all 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.' ;
2006-08-28 07:30:07 +00:00
$string [ 'nocapabilitiesincontext' ] = 'No capabilities available in this context' ;
2006-08-09 05:35:55 +00:00
$string [ 'overrideroles' ] = 'Override roles' ;
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' ;
2006-09-19 17:34:29 +00:00
$string [ 'risks' ] = 'Risks' ;
2006-09-21 16:49:15 +00:00
$string [ 'roleassignments' ] = 'Role assignments' ;
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' ;
2006-09-14 14:49:45 +00:00
$string [ 'roles' ] = 'Roles' ;
2006-09-19 17:34:29 +00:00
$string [ 'selectrole' ] = 'Select a role' ;
2006-09-21 22:34:45 +00:00
$string [ 'viewrole' ] = 'View role details' ;
2006-09-28 06:04:39 +00:00
$string [ 'xuserswiththerole' ] = 'Users with the role \"$a->role\": $a->number' ;
2006-08-09 05:35:55 +00:00
2006-08-13 09:10:52 +00:00
$string [ 'site:doanything' ] = 'Allowed to do everything' ;
$string [ 'legacy:guest' ] = 'LEGACY ROLE: Guest' ;
$string [ 'legacy:student' ] = 'LEGACY ROLE: Student' ;
$string [ 'legacy:teacher' ] = 'LEGACY ROLE: Teacher (non-editing)' ;
$string [ 'legacy:editingteacher' ] = 'LEGACY ROLE: Teacher (editing)' ;
$string [ 'legacy:coursecreator' ] = 'LEGACY ROLE: Course Creator' ;
$string [ 'legacy:admin' ] = 'LEGACY ROLE: Administrator' ;
2006-09-24 13:51:06 +00:00
$string [ 'site:approvecourse' ] = 'Approve course creation' ;
2006-08-13 09:10:52 +00:00
$string [ 'site:config' ] = 'Change site configuration' ;
$string [ 'site:import' ] = 'Import other courses into a course' ;
$string [ 'site:backup' ] = 'Backup courses' ;
$string [ 'site:restore' ] = 'Restore courses' ;
$string [ 'site:manageblocks' ] = 'Manage site-level blocks' ;
$string [ 'site:accessallgroups' ] = 'Access all groups' ;
2006-09-24 13:51:06 +00:00
$string [ 'site:readallmessages' ] = 'Read all messages on site' ;
2006-08-13 09:10:52 +00:00
$string [ 'site:viewfullnames' ] = 'Always see full names of users' ;
2006-09-19 17:34:29 +00:00
$string [ 'site:trustcontent' ] = 'Trust submitted content' ;
2006-09-11 08:24:40 +00:00
$string [ 'site:doclinks' ] = 'Show links to offsite docs' ;
$string [ 'site:viewreports' ] = 'View reports' ;
2006-09-24 13:51:06 +00:00
$string [ 'site:viewparticipants' ] = 'View participants' ;
2006-09-24 14:20:44 +00:00
$string [ 'site:uploadusers' ] = 'Upload new users from file' ;
2006-08-13 09:10:52 +00:00
$string [ 'user:create' ] = 'Create users' ;
$string [ 'user:delete' ] = 'Delete users' ;
$string [ 'user:update' ] = 'Update user profiles' ;
$string [ 'user:viewdetails' ] = 'View user profiles' ;
2006-09-11 08:24:40 +00:00
$string [ 'user:readuserposts' ] = 'See all user posts' ;
$string [ 'user:readuserblogs' ] = 'See all user blogs' ;
$string [ 'user:viewuseractivitiesreport' ] = 'See user activity reports' ;
$string [ 'user:viewusergrades' ] = 'View user grades' ;
2006-09-24 13:51:06 +00:00
$string [ 'user:viewhiddendetails' ] = 'View hidden details of users' ;
$string [ 'user:editprofile' ] = 'Edit user profile' ;
2006-08-13 09:10:52 +00:00
$string [ 'role:assign' ] = 'Assign roles to users' ;
$string [ 'role:manage' ] = 'Create and manage roles' ;
2006-09-11 08:24:40 +00:00
$string [ 'role:unassignself' ] = 'Unassign own roles' ;
$string [ 'role:override' ] = 'Override permissions for others' ;
2006-09-24 13:51:06 +00:00
$string [ 'role:viewhiddenassigns' ] = 'View hidden role assignments' ;
$string [ 'role:switchroles' ] = 'Switch to other roles' ;
2006-08-13 09:10:52 +00:00
$string [ 'blog:view' ] = 'View blog entries' ;
$string [ 'blog:create' ] = 'Create new blog entries' ;
$string [ 'blog:manageofficialtags' ] = 'Manage official tags' ;
$string [ 'blog:managepersonaltags' ] = 'Manage personal tags' ;
$string [ 'blog:manageentries' ] = 'Edit and manage entries' ;
$string [ 'calendar:manageownentries' ] = 'Manage own calendar entries' ;
$string [ 'calendar:manageentries' ] = 'Manage any calendar entries' ;
$string [ 'category:create' ] = 'Create categories' ;
$string [ 'category:delete' ] = 'Delete categories' ;
$string [ 'category:update' ] = 'Update categories' ;
$string [ 'category:visibility' ] = 'See hidden categories' ;
$string [ 'course:create' ] = 'Create courses' ;
$string [ 'course:delete' ] = 'Delete courses' ;
$string [ 'course:update' ] = 'Update course settings' ;
$string [ 'course:view' ] = 'View courses' ;
$string [ 'course:visibility' ] = 'Hide/show courses' ;
$string [ 'course:manageactivities' ] = 'Manage activities' ;
$string [ 'course:activityvisibility' ] = 'Hide/show activities' ;
$string [ 'course:viewhiddenactivities' ] = 'View hidden activities' ;
$string [ 'course:viewparticipants' ] = 'View participants' ;
$string [ 'course:viewscales' ] = 'View scales' ;
$string [ 'course:managescales' ] = 'Manage scales' ;
$string [ 'course:managegroups' ] = 'Manage groups' ;
2006-09-11 08:24:40 +00:00
$string [ 'course:managefiles' ] = 'Manage files' ;
2006-09-19 20:39:55 +00:00
$string [ 'course:managemetacourse' ] = 'Manage metacourse' ;
2006-09-11 08:24:40 +00:00
$string [ 'course:managequestions' ] = 'Manage questions' ;
$string [ 'course:reset' ] = 'Reset course' ;
$string [ 'course:sectionvisibility' ] = 'Control section visibility' ;
$string [ 'course:viewhiddensections' ] = 'View hidden sections' ;
2006-09-24 13:51:06 +00:00
$string [ 'course:viewhiddenuserfields' ] = 'View hidden user fields' ;
$string [ 'course:viewhiddencourses' ] = 'View hidden courses' ;
2006-09-11 08:24:40 +00:00
$string [ 'course:setcurrentsection' ] = 'Set current section' ;
$string [ 'course:viewcoursegrades' ] = 'View course grades' ;
$string [ 'course:managegrades' ] = 'Manage grades' ;
2006-09-24 13:51:06 +00:00
$string [ 'course:useremail' ] = 'Can enable/disable email address' ;
2006-09-11 08:24:40 +00:00
$string [ 'question:import' ] = 'Import questions' ;
$string [ 'question:export' ] = 'Export questions' ;
$string [ 'question:managecategory' ] = 'Manage question category' ;
$string [ 'question:manage' ] = 'Manage questions' ;
2006-08-13 09:10:52 +00:00
2006-09-24 13:51:06 +00:00
?>