Common subdirectories: /root/moodle/lang/en_utf8/CVS and /var/www/html/lang/en_utf8/CVS Common subdirectories: /root/moodle/lang/en_utf8/docs and /var/www/html/lang/en_utf8/docs diff /root/moodle/lang/en_utf8/enrol_database.php /var/www/html/lang/en_utf8/enrol_database.php 7,9c7,17 < $string['category'] = 'The category for auto-created courses.'; < $string['course_fullname'] = 'The name of the field where the course fullname is stored.'; < $string['course_id'] = 'The name of the field where the course ID is stored. The values of this field are used to match those in the \"enrol_db_l_coursefield\" field in Moodle\'s course table.'; --- > // sub -- Changed 'category' string. > $string['category'] = 'The default category for auto-created courses, if enrol_db_remotecategoryfield is empty or no valid category was found.'; > // MOD -- Added string > $string['remotecategoryfield'] = 'Optional: Name of the remote table column that stores category names.'; > // End MOD > // MOD -- Added string > $string['hide'] = 'Should automatically created courses be hidden from students?'; > // End MOD > // MOD $string['course_fullname'] = 'The name of the field where the course fullname is stored.'; > $string['course_fullname'] = 'Course Full Name:'; > $string['course_id'] = 'Course Identifier:'; 11a20,21 > $string['data_mapping'] = 'Data Mapping'; // MOD > $string['data_mapping_explanation'] = 'For each field below, specify the remote table column that will be mapped to the corresponding local table columns.'; // MOD 26,29c36,39 < $string['localcoursefield'] = 'The name of the field in the course table that we are using to match entries in the remote database (eg idnumber).'; < $string['localrolefield'] = 'The name of the field in the roles table that we are using to match entries in the remote database (eg shortname).'; < $string['localuserfield'] = 'The name of the field in the user table that we are using to match entries in the remote database (eg idnumber).'; < $string['local_fields_mapping'] = 'Moodle (local) database fields'; --- > $string['local_field'] = 'Local Field'; // MOD > $string['map_course'] = 'Maps to local course table.'; // MOD > $string['map_user'] = 'Maps to local user table.'; // MOD > $string['map_role'] = 'Maps to local role table.'; // MOD 32,35c42,43 < $string['remote_fields_mapping'] = 'Enrolment (remote) database fields.'; < $string['remotecoursefield'] = 'The name of the field in the remote table that we are using to match entries in the course table.'; < $string['remoterolefield'] = 'The name of the field in the remote table that we are using to match entries in the roles table.'; < $string['remoteuserfield'] = 'The name of the field in the remote table that we are using to match entries in the user table.'; --- > $string['remote_field'] = 'Remote Field'; // MOD > $string['role'] = 'Role:'; // MOD 37d44 < $string['student_coursefield'] = 'The name of the field in the student enrolment table that we expect to find the course ID in.'; 47a55 > $string['user_label'] = 'User:'; // MOD Common subdirectories: /root/moodle/lang/en_utf8/fonts and /var/www/html/lang/en_utf8/fonts Common subdirectories: /root/moodle/lang/en_utf8/help and /var/www/html/lang/en_utf8/help diff /root/moodle/lang/en_utf8/report_security.php /var/www/html/lang/en_utf8/report_security.php 1c1 < $string['check_defaultuserrole_name'] = 'Registered user role'; 56c56 < $string['check_defaultuserrole_ok'] = 'Default role for all users definition is OK.'; --- > $string['check_defaultuserrole_ok'] = 'Registered user role definition is OK.'; 127d126 < $string['check_riskadmin_unassign'] = 'url\">$a->fullname ($a->email) review role assignment';