|
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['auth_fcconnfail'] = 'Connection failed with Errno: {$a->no} and Error String: {$a->str}'; 00027 $string['auth_fccreators'] = 'List of groups whose members are allowed to create new courses. Separate multiple groups with \';\'. Names must be spelled exactly as on FirstClass server. System is case-sensitive.'; 00028 $string['auth_fccreators_key'] = 'Creators'; 00029 $string['auth_fcdescription'] = 'This method uses a FirstClass server to check whether a given username and password is valid.'; 00030 $string['auth_fcfppport'] = 'Server port (3333 is the most common)'; 00031 $string['auth_fcfppport_key'] = 'Port'; 00032 $string['auth_fcchangepasswordurl'] = 'Password-change URL'; 00033 $string['auth_fcpasswd'] = 'Password for the account above.'; 00034 $string['auth_fcpasswd_key'] = 'Password'; 00035 $string['auth_fcuserid'] = 'Userid for FirstClass account with privilege \'Subadministrator\' set.'; 00036 $string['auth_fcuserid_key'] = 'User ID'; 00037 $string['auth_fchost'] = 'The FirstClass server address. Use the IP number or DNS name.'; 00038 $string['auth_fchost_key'] = 'Host'; 00039 $string['pluginname'] = 'FirstClass server';