. /** * Strings for component 'tool_userroles', language 'en' * * @package tool_cohortroles * @copyright 2015 Damyon Wiese * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['acohortroleassignmentssaved'] = '{$a} cohort role assignments were saved.'; $string['assign'] = 'Assign'; $string['assignroletocohort'] = 'Assign user-context roles to all cohort members'; $string['backgroundsync'] = 'Note: New cohort role assignments will not take effect immediately. Role assignment changes will be made by a scheduled task.'; $string['cohortroleassignmentremoved'] = 'The cohort role assignment was removed.'; $string['cohortroleassignmentnotremoved'] = 'The cohort role assignment was not removed.'; $string['cohortroles'] = 'Cohort roles'; $string['existingcohortroles'] = 'Existing cohort role assignments'; $string['managecohortroles'] = 'Assign user roles to cohort'; $string['noassignableroles'] = 'There are currently no roles that can be assigned in the user context. Manage roles'; $string['nocohortroleassignmentssaved'] = 'No cohort role assignments were saved.'; $string['onecohortroleassignmentsaved'] = 'One cohort role assignment was saved.'; $string['pluginname'] = 'Cohort roles management'; $string['removecohortroleassignment'] = 'Remove cohort role assignment'; $string['removecohortroleassignmentconfirm'] = 'Are you sure you want to remove this cohort role assignment? This role will be removed for this user in all other user contexts.'; $string['selectcohorts'] = 'Select cohorts'; $string['selectrole'] = 'Select role'; $string['selectusers'] = 'Select users to assign role'; $string['taskname'] = 'Sync cohort role assignments'; $string['thisuserroles'] = 'Roles assigned relative to this user'; $string['privacy:metadata:tool_cohortroles'] = 'The Cohort roles management plugin stores user cohort role mappings.'; $string['privacy:metadata:tool_cohortroles:id'] = 'The ID of the cohort role mapping record'; $string['privacy:metadata:tool_cohortroles:cohortid'] = 'The ID of the cohort'; $string['privacy:metadata:tool_cohortroles:roleid'] = 'The ID of the role'; $string['privacy:metadata:tool_cohortroles:userid'] = 'The ID of the user'; $string['privacy:metadata:tool_cohortroles:timecreated'] = 'The time when the cohort role mapping was created'; $string['privacy:metadata:tool_cohortroles:timemodified'] = 'The time when the cohort role mapping was modified'; $string['privacy:metadata:tool_cohortroles:usermodified'] = 'The ID of the user who last modified the cohort role mapping';