2 // enrol_database.php - created with Moodle 1.7 beta + (2006101003)
5 $string['autocreate'] = 'Courses can be created automatically if there are enrolments to a course that doesn\'t yet exist in Moodle.';
6 $string['autocreation_settings'] = 'Autocreation Settings';
7 $string['category'] = 'The category for auto-created courses.';
8 $string['course_fullname'] = 'The name of the field where the course fullname is stored.';
9 $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.';
10 $string['course_shortname'] = 'The name of the field where the course shortname is stored.';
11 $string['course_table'] = 'Then name of the table where we expect to find the course details in (short name, fullname, ID, etc.)';
12 $string['dbtype'] = 'Database type';
13 $string['dbhost'] = 'Server IP name or number';
14 $string['dbuser'] = 'Server user';
15 $string['dbpass'] = 'Server password';
16 $string['dbname'] = 'Database name';
17 $string['dbtable'] = 'Database table';
18 $string['defaultcourseroleid'] = 'The role that will be assigned by default if no other role is specified.';
19 $string['description'] = 'You can use a external database (of nearly any kind) to control your enrolments. It is assumed your external database contains a field containing a course ID, and a field containing a user ID. These are compared against fields that you choose in the local course and user tables.';
20 $string['disableunenrol'] = 'If set to yes users previously enrolled by the external database plugin will not be unenrolled by the same plugin regardless of the database contents.';
21 $string['enrolname'] = 'External Database';
22 $string['enrol_database_autocreation_settings'] = 'Auto-creation of new courses';
23 $string['general_options'] = 'General Options';
24 $string['host'] = 'Database server hostname.';
25 $string['ignorehiddencourse'] = 'If set to yes users will not be enroled on courses that are set to be unavailable to students.';
26 $string['localcoursefield'] = 'The name of the field in the course table that we are using to match entries in the remote database (eg idnumber).';
27 $string['localrolefield'] = 'The name of the field in the roles table that we are using to match entries in the remote database (eg shortname).';
28 $string['localuserfield'] = 'The name of the field in the user table that we are using to match entries in the remote database (eg idnumber).';
29 $string['local_fields_mapping'] = 'Moodle (local) database fields';
30 $string['name'] = 'The specific database to use.';
31 $string['pass'] = 'Password to access the server.';
32 $string['remote_fields_mapping'] = 'Enrolment (remote) database fields.';
33 $string['remotecoursefield'] = 'The name of the field in the remote table that we are using to match entries in the course table.';
34 $string['remoterolefield'] = 'The name of the field in the remote table that we are using to match entries in the roles table.';
35 $string['remoteuserfield'] = 'The name of the field in the remote table that we are using to match entries in the user table.';
36 $string['server_settings'] = 'External Database Server Settings';
37 $string['student_coursefield'] = 'The name of the field in the student enrolment table that we expect to find the course ID in.';
38 $string['student_l_userfield'] = 'The name of the field in the local user table that we use to match the user to a remote record for students (eg idnumber).';
39 $string['student_r_userfield'] = 'The name of the field in the remote student enrolment table that we expect to find the user ID in.';
40 $string['student_table'] = 'The name of the table where student enrolments are stored.';
41 $string['teacher_coursefield'] = 'The name of the field in the teacher enrolment table that we expect to find the course ID in.';
42 $string['teacher_l_userfield'] = 'The name of the field in the local user table that we use to match the user to a remote record for teachers (eg idnumber).';
43 $string['teacher_r_userfield'] = 'The name of the field in the remote teacher enrolment table that we expect to find the user ID in.';
44 $string['teacher_table'] = 'The name of the table where teacher enrolments are stored.';
45 $string['template'] = 'Optional: auto-created courses can copy their settings from a template course. Type here the shortname of the template course.';
46 $string['type'] = 'Database server type.';
47 $string['user'] = 'Username to access the server.';