2006-11-01 09:44:01 +00:00
< ? PHP // $Id$
// 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' ;
2006-11-01 09:44:01 +00:00
$string [ 'assignroles' ] = 'Assign roles' ;
$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' ;
$string [ 'calendar:manageentries' ] = 'Manage any calendar entries' ;
$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:managegrades' ] = 'Manage grades' ;
$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:viewcoursegrades' ] = 'View course grades' ;
$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' ;
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' ;
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' ;
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-11-01 09:44:01 +00:00
$string [ 'question:export' ] = 'Export questions' ;
$string [ 'question:import' ] = 'Import questions' ;
$string [ 'question:manage' ] = 'Manage questions' ;
$string [ 'question:managecategory' ] = 'Manage question category' ;
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' ;
$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' ;
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' ;
$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' ;
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' ;
2006-08-13 09:10:52 +00:00
$string [ 'user:create' ] = 'Create users' ;
$string [ 'user:delete' ] = 'Delete users' ;
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' ;
$string [ 'user:viewusergrades' ] = 'View user grades' ;
2006-11-01 09:44:01 +00:00
$string [ 'viewrole' ] = 'View role details' ;
$string [ 'xuserswiththerole' ] = 'Users with the role \"$a->role\": $a->number' ;
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' ;
2006-09-24 13:51:06 +00:00
?>