2 // enrol_imsenterprise.php - created with Moodle 1.7 beta + (2006101003)
5 $string['aftersaving...'] = 'Once you have saved your settings, you may wish to';
6 $string['allowunenrol'] = 'Allow the IMS data to <strong>unenrol</strong> students/teachers';
7 $string['basicsettings'] = 'Basic settings';
8 $string['coursesettings'] = 'Course data options';
9 $string['createnewcategories'] = 'Create new (hidden) course categories if not found in Moodle';
10 $string['createnewcourses'] = 'Create new (hidden) courses if not found in Moodle';
11 $string['createnewusers'] = 'Create user accounts for users not yet registered in Moodle';
12 $string['cronfrequency'] = 'Frequency of processing';
13 $string['deleteusers'] = 'Delete user accounts when specified in IMS data';
14 $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 <a href=\'../help.php?module=enrol/imsenterprise&file=formatoverview.html\'>IMS Enterprise specifications</a> containing person, group, and membership XML elements.';
15 $string['doitnow'] = 'perform an IMS Enterprise import right now';
16 $string['enrolname'] = 'IMS Enterprise file';
17 $string['filelockedmail'] = 'The text file you are using for IMS-file-based enrolments ($a) can not be deleted by the cron process. This usually means the permissions are wrong on it. Please fix the permissions so that Moodle can delete the file, otherwise it might be processed repeatedly.';
18 $string['filelockedmailsubject'] = 'Important error: Enrolment file';
19 $string['fixcasepersonalnames'] = 'Change personal names to Title Case';
20 $string['fixcaseusernames'] = 'Change usernames to lower case';
21 $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.';
22 $string['location'] = 'File location';
23 $string['logtolocation'] = 'Log file output location (blank for no logging)';
24 $string['mailadmins'] = 'Notify admin by email';
25 $string['mailusers'] = 'Notify users by email';
26 $string['miscsettings'] = 'Miscellaneous';
27 $string['processphoto'] = 'Add user photo data to profile';
28 $string['processphotowarning'] = 'Warning: Image processing is likely to add a significant burden to the server. You are recommended not to activate this option if large numbers of students are expected to be processed.';
29 $string['restricttarget'] = 'Only process data if the following target is specified';
30 $string['sourcedidfallback'] = 'Use the "sourcedid" for a person\'s userid if the "userid" field is not found';
31 $string['truncatecoursecodes'] = 'Truncate course codes to this length';
32 $string['usecapitafix'] = 'Tick this box if using "Capita" (their XML format is slightly wrong)';
33 $string['usersettings'] = 'User data options';
34 $string['zeroisnotruncation'] = '0 indicates no truncation';