|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 // This file is part of Moodle - http://moodle.org/ 00004 // 00005 // Moodle is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License as published by 00007 // the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // Moodle is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU General Public License 00016 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00017 00026 $string['dbencoding'] = 'Database encoding'; 00027 $string['dbhost'] = 'Database host'; 00028 $string['dbhost_desc'] = 'Type database server IP address or host name'; 00029 $string['dbname'] = 'Database name'; 00030 $string['dbpass'] = 'Database password'; 00031 $string['dbsetupsql'] = 'Database setup command'; 00032 $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>'; 00033 $string['dbsybasequoting'] = 'Use sybase quotes'; 00034 $string['dbsybasequoting_desc'] = 'Sybase style single quote escaping - needed for Oracle, MS SQL and some other databases. Do not use for MySQL!'; 00035 $string['dbtype'] = 'Database driver'; 00036 $string['dbtype_desc'] = 'ADOdb database driver name, type of the external database engine.'; 00037 $string['dbuser'] = 'Database user'; 00038 $string['debugdb'] = 'Debug ADOdb'; 00039 $string['debugdb_desc'] = 'Debug ADOdb connection to external database - use when getting empty page during login. Not suitable for production sites!'; 00040 $string['defaultcategory'] = 'Default new course category'; 00041 $string['defaultcategory_desc'] = 'The default category for auto-created courses. Used when no new category id specified or not found.'; 00042 $string['defaultrole'] = 'Default role'; 00043 $string['defaultrole_desc'] = 'The role that will be assigned by default if no other role is specified in external table.'; 00044 $string['ignorehiddencourses'] = 'Ignore hidden courses'; 00045 $string['ignorehiddencourses_desc'] = 'If enabled users will not be enrolled on courses that are set to be unavailable to students.'; 00046 $string['localcoursefield'] = 'Local course field'; 00047 $string['localrolefield'] = 'Local role field'; 00048 $string['localuserfield'] = 'Local user field'; 00049 $string['newcoursetable'] = 'Remote new courses table'; 00050 $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.'; 00051 $string['newcoursecategory'] = 'New course category id field'; 00052 $string['newcoursefullname'] = 'New course full name field'; 00053 $string['newcourseidnumber'] = 'New course ID number field'; 00054 $string['newcourseshortname'] = 'New course short name field'; 00055 $string['pluginname'] = 'External database'; 00056 $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.'; 00057 $string['remotecoursefield'] = 'Remote course field'; 00058 $string['remotecoursefield_desc'] = 'The name of the field in the remote table that we are using to match entries in the course table.'; 00059 $string['remoteenroltable'] = 'Remote user enrolment table'; 00060 $string['remoteenroltable_desc'] = 'Specify the name of the table that contains list of user enrolments. Empty means no user enrolment sync.'; 00061 $string['remoterolefield'] = 'Remote role field'; 00062 $string['remoterolefield_desc'] = 'The name of the field in the remote table that we are using to match entries in the roles table.'; 00063 $string['remoteuserfield'] = 'Remote user field'; 00064 $string['settingsheaderdb'] = 'External database connection'; 00065 $string['settingsheaderlocal'] = 'Local field mapping'; 00066 $string['settingsheaderremote'] = 'Remote enrolment sync'; 00067 $string['settingsheadernewcourses'] = 'Creation of new courses'; 00068 $string['remoteuserfield_desc'] = 'The name of the field in the remote table that we are using to match entries in the user table.'; 00069 $string['templatecourse'] = 'New course template'; 00070 $string['templatecourse_desc'] = 'Optional: auto-created courses can copy their settings from a template course. Type here the shortname of the template course.';