|
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['authpluginnotfound'] = 'Authentication plugin {$a} not found.'; 00027 $string['blocknotexist'] = '{$a} block doesn\'t exist'; 00028 $string['cannotbenull'] = '{$a} cannot be null!'; 00029 $string['cannotdowngrade'] = 'Cannot downgrade {$a->plugin} from {$a->oldversion} to {$a->newversion}.'; 00030 $string['cannotfindadmin'] = 'Could not find an admin user!'; 00031 $string['cannotinitpage'] = 'Cannot fully initialize page: invalid {$a->name} id {$a->id}'; 00032 $string['cannotsetuptable'] = '{$a} tables could NOT be set up successfully!'; 00033 $string['codingerror'] = 'Coding error detected, it must be fixed by a programmer: {$a}'; 00034 $string['configmoodle'] = 'Moodle has not been configured yet. You need to edit config.php first.'; 00035 $string['erroroccur'] = 'An error has occurred during this process'; 00036 $string['invalidarraysize'] = 'Incorrect size of arrays in params of {$a}'; 00037 $string['invalideventdata'] = 'Incorrect eventadata submitted: {$a}'; 00038 $string['invalidparameter'] = 'Invalid parameter value detected'; 00039 $string['invalidresponse'] = 'Invalid response value detected'; 00040 $string['missingconfigversion'] = 'Config table does not contain version, can not continue, sorry.'; 00041 $string['modulenotexist'] = '{$a} module doesn\'t exist'; 00042 $string['morethanonerecordinfetch'] = 'Found more than one record in fetch() !'; 00043 $string['mustbeoveride'] = 'Abstract {$a} method must be overridden.'; 00044 $string['noactivityname'] = 'Page object derived from page_generic_activity but did not define $this->activityname'; 00045 $string['noadminrole'] = 'No admin role could be found'; 00046 $string['noblocks'] = 'No blocks installed!'; 00047 $string['nocate'] = 'No categories!'; 00048 $string['nomodules'] = 'No modules found!!'; 00049 $string['nopageclass'] = 'Imported {$a} but found no page classes'; 00050 $string['noreports'] = 'No reports accessible'; 00051 $string['notables'] = 'No tables!'; 00052 $string['phpvaroff'] = 'The PHP server variable \'{$a->name}\' should be Off - {$a->link}'; 00053 $string['phpvaron'] = 'The PHP server variable \'{$a->name}\' is not turned On - {$a->link}'; 00054 $string['sessionmissing'] = '{$a} object missing from session'; 00055 $string['sqlrelyonobsoletetable'] = 'This SQL relies on obsolete table(s): {$a}! Your code must be fixed by a developer.'; 00056 $string['withoutversion'] = 'Main version.php file is missing, not readable or broken.'; 00057 $string['xmlizeunavailable'] = 'xmlize functions are not available';