From f775a510d69e83cbb2b7f95d6d037713486408c3 Mon Sep 17 00:00:00 2001 From: danstowell Date: Mon, 25 Sep 2006 17:21:07 +0000 Subject: [PATCH] Updated IMS Enterprise enrolment to Moodle 1.7 role infrastructure - MDL-6656 --- lang/en_utf8/enrol_imsenterprise.php | 1 + 1 file changed, 1 insertion(+) 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'; -- 2.39.5