From: danstowell Date: Mon, 25 Sep 2006 17:21:07 +0000 (+0000) Subject: Updated IMS Enterprise enrolment to Moodle 1.7 role infrastructure - MDL-6656 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f775a510d69e83cbb2b7f95d6d037713486408c3;p=moodle.git Updated IMS Enterprise enrolment to Moodle 1.7 role infrastructure - MDL-6656 --- diff --git a/lang/en_utf8/enrol_imsenterprise.php b/lang/en_utf8/enrol_imsenterprise.php index b5ddaebc3c..d526b0b3de 100644 --- a/lang/en_utf8/enrol_imsenterprise.php +++ b/lang/en_utf8/enrol_imsenterprise.php @@ -10,6 +10,7 @@ $string['miscsettings'] = 'Miscellaneous'; // Labels in the config page $string['description'] = 'This method will repeatedly check for and process a specially-formatted text file in the location that you specify. The file must follow the IMS Enterprise specifications containing person, group, and membership XML elements.'; +$string['imsrolesdescription'] = 'The IMS Enterprise specification includes 8 distinct role types. Please choose how you want them to be assigned in Moodle, including whether any of them should be ignored.'; $string['createnewusers'] = 'Create user accounts for users not yet registered in Moodle'; $string['deleteusers'] = 'Delete user accounts when specified in IMS data'; $string['fixcaseusernames'] = 'Change usernames to lower case';