[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Summary view] [Print] [Text view]
1 <?php 2 3 // This file is part of Moodle - http://moodle.org/ 4 // 5 // Moodle is free software: you can redistribute it and/or modify 6 // it under the terms of the GNU General Public License as published by 7 // the Free Software Foundation, either version 3 of the License, or 8 // (at your option) any later version. 9 // 10 // Moodle is distributed in the hope that it will be useful, 11 // but WITHOUT ANY WARRANTY; without even the implied warranty of 12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 // GNU General Public License for more details. 14 // 15 // You should have received a copy of the GNU General Public License 16 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 17 18 /** 19 * Strings for component 'debug', language 'en', branch 'MOODLE_20_STABLE' 20 * 21 * @package debug 22 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} 23 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 */ 25 26 $string['authpluginnotfound'] = 'Authentication plugin {$a} not found.'; 27 $string['blocknotexist'] = '{$a} block doesn\'t exist'; 28 $string['cannotbenull'] = '{$a} cannot be null!'; 29 $string['cannotdowngrade'] = 'Cannot downgrade {$a->plugin} from {$a->oldversion} to {$a->newversion}.'; 30 $string['cannotfindadmin'] = 'Could not find an admin user!'; 31 $string['cannotinitpage'] = 'Cannot fully initialize page: invalid {$a->name} id {$a->id}'; 32 $string['cannotsetuptable'] = '{$a} tables could NOT be set up successfully!'; 33 $string['codingerror'] = 'Coding error detected, it must be fixed by a programmer: {$a}'; 34 $string['configmoodle'] = 'Moodle has not been configured yet. You need to edit config.php first.'; 35 $string['erroroccur'] = 'An error has occurred during this process'; 36 $string['invalidarraysize'] = 'Incorrect size of arrays in params of {$a}'; 37 $string['invalideventdata'] = 'Incorrect eventadata submitted: {$a}'; 38 $string['invalidparameter'] = 'Invalid parameter value detected'; 39 $string['invalidresponse'] = 'Invalid response value detected'; 40 $string['missingconfigversion'] = 'Config table does not contain version, can not continue, sorry.'; 41 $string['modulenotexist'] = '{$a} module doesn\'t exist'; 42 $string['morethanonerecordinfetch'] = 'Found more than one record in fetch() !'; 43 $string['mustbeoveride'] = 'Abstract {$a} method must be overridden.'; 44 $string['noadminrole'] = 'No admin role could be found'; 45 $string['noblocks'] = 'No blocks installed!'; 46 $string['nocate'] = 'No categories!'; 47 $string['nomodules'] = 'No modules found!!'; 48 $string['nopageclass'] = 'Imported {$a} but found no page classes'; 49 $string['noreports'] = 'No reports accessible'; 50 $string['notables'] = 'No tables!'; 51 $string['phpvaroff'] = 'The PHP server variable \'{$a->name}\' should be Off - {$a->link}'; 52 $string['phpvaron'] = 'The PHP server variable \'{$a->name}\' is not turned On - {$a->link}'; 53 $string['sessionmissing'] = '{$a} object missing from session'; 54 $string['sqlrelyonobsoletetable'] = 'This SQL relies on obsolete table(s): {$a}! Your code must be fixed by a developer.'; 55 $string['withoutversion'] = 'Main version.php file is missing, not readable or broken.'; 56 $string['xmlizeunavailable'] = 'xmlize functions are not available';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |