| Línea 31... |
Línea 31... |
| 31 |
$string['dbname_desc'] = 'Leave empty if using a DSN name in database host.';
|
31 |
$string['dbname_desc'] = 'Leave empty if using a DSN name in database host.';
|
| 32 |
$string['dbpass'] = 'Database password';
|
32 |
$string['dbpass'] = 'Database password';
|
| 33 |
$string['dbsetupsql'] = 'Database setup command';
|
33 |
$string['dbsetupsql'] = 'Database setup command';
|
| 34 |
$string['dbsetupsql_desc'] = 'SQL command for special database setup, often used to setup communication encoding - example for MySQL and PostgreSQL: <em>SET NAMES \'utf8\'</em>';
|
34 |
$string['dbsetupsql_desc'] = 'SQL command for special database setup, often used to setup communication encoding - example for MySQL and PostgreSQL: <em>SET NAMES \'utf8\'</em>';
|
| 35 |
$string['dbsybasequoting'] = 'Use sybase quotes';
|
35 |
$string['dbsybasequoting'] = 'Use sybase quotes';
|
| 36 |
$string['dbsybasequoting_desc'] = 'Sybase style single quote escaping - needed for Oracle, MS SQL and some other databases. Do not use for MySQL!';
|
36 |
$string['dbsybasequoting_desc'] = 'Sybase style single quote escaping - needed for MS SQL and some other databases. Do not use for MySQL!';
|
| 37 |
$string['dbtype'] = 'Database driver';
|
37 |
$string['dbtype'] = 'Database driver';
|
| 38 |
$string['dbtype_desc'] = 'ADOdb database driver name, type of the external database engine.';
|
38 |
$string['dbtype_desc'] = 'ADOdb database driver name, type of the external database engine.';
|
| 39 |
$string['dbuser'] = 'Database user';
|
39 |
$string['dbuser'] = 'Database user';
|
| 40 |
$string['debugdb'] = 'Debug ADOdb';
|
40 |
$string['debugdb'] = 'Debug ADOdb';
|
| 41 |
$string['debugdb_desc'] = 'Debug ADOdb connection to external database - use when getting empty page during login. Not suitable for production sites!';
|
41 |
$string['debugdb_desc'] = 'Debug ADOdb connection to external database - use when getting empty page during login. Not suitable for production sites!';
|
| Línea 47... |
Línea 47... |
| 47 |
$string['ignorehiddencourses_desc'] = 'If enabled users will not be enrolled on courses that are set to be unavailable to students.';
|
47 |
$string['ignorehiddencourses_desc'] = 'If enabled users will not be enrolled on courses that are set to be unavailable to students.';
|
| 48 |
$string['localcategoryfield'] = 'Local category field';
|
48 |
$string['localcategoryfield'] = 'Local category field';
|
| 49 |
$string['localcoursefield'] = 'Local course field';
|
49 |
$string['localcoursefield'] = 'Local course field';
|
| 50 |
$string['localrolefield'] = 'Local role field';
|
50 |
$string['localrolefield'] = 'Local role field';
|
| 51 |
$string['localuserfield'] = 'Local user field';
|
51 |
$string['localuserfield'] = 'Local user field';
|
| - |
|
52 |
$string['newcourseenddate'] = 'New course end date field';
|
| - |
|
53 |
$string['newcourseenddate_desc'] = 'Specify a date in the format yyyy-mm-dd or Unix time, or leave blank for the course end date to be calculated from the configured course duration.';
|
| 52 |
$string['newcoursetable'] = 'Remote new courses table';
|
54 |
$string['newcoursetable'] = 'Remote new courses table';
|
| 53 |
$string['newcoursetable_desc'] = 'Specify of the name of the table that contains list of courses that should be created automatically. Empty means no courses are created.';
|
55 |
$string['newcoursetable_desc'] = 'Specify of the name of the table that contains list of courses that should be created automatically. Empty means no courses are created.';
|
| 54 |
$string['newcoursecategory'] = 'New course category field';
|
56 |
$string['newcoursecategory'] = 'New course category field';
|
| 55 |
$string['newcoursefullname'] = 'New course full name field';
|
57 |
$string['newcoursefullname'] = 'New course full name field';
|
| 56 |
$string['newcourseidnumber'] = 'New course ID number field';
|
58 |
$string['newcourseidnumber'] = 'New course ID number field';
|
| - |
|
59 |
$string['newcoursestartdate'] = 'New course start date field';
|
| - |
|
60 |
$string['newcoursestartdate_desc'] = 'Specify a date in the format yyyy-mm-dd or Unix time, or leave blank for the course start date to be set to the current date.';
|
| 57 |
$string['newcourseshortname'] = 'New course short name field';
|
61 |
$string['newcourseshortname'] = 'New course short name field';
|
| 58 |
$string['pluginname'] = 'External database';
|
62 |
$string['pluginname'] = 'External database';
|
| 59 |
$string['pluginname_desc'] = 'You can use an external database (of nearly any kind) to control your enrolments. It is assumed your external database contains at least 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.';
|
63 |
$string['pluginname_desc'] = 'You can use an external database (of nearly any kind) to control your enrolments. It is assumed your external database contains at least 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.';
|
| 60 |
$string['remotecoursefield'] = 'Remote course field';
|
64 |
$string['remotecoursefield'] = 'Remote course field';
|
| 61 |
$string['remotecoursefield_desc'] = 'The name of the field in the remote table that we are using to match entries in the course table.';
|
65 |
$string['remotecoursefield_desc'] = 'The name of the field in the remote table that we are using to match entries in the course table.';
|