Merge branch 'install_21_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_21...
[moodle.git] / lang / en / debug.php
blobf951261939d5480ddeab284e340318787d3ebb09
1 <?php
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.
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/>.
18 /**
19 * Strings for component 'debug', language 'en', branch 'MOODLE_20_STABLE'
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
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, execution can not continue.';
39 $string['invalidresponse'] = 'Invalid response value detected, execution can not continue.';
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['noactivityname'] = 'Page object derived from page_generic_activity but did not define $this->activityname';
45 $string['noadminrole'] = 'No admin role could be found';
46 $string['noblocks'] = 'No blocks installed!';
47 $string['nocate'] = 'No categories!';
48 $string['nomodules'] = 'No modules found!!';
49 $string['nopageclass'] = 'Imported {$a} but found no page classes';
50 $string['noreports'] = 'No reports accessible';
51 $string['notables'] = 'No tables!';
52 $string['phpvaroff'] = 'The PHP server variable \'{$a->name}\' should be Off - {$a->link}';
53 $string['phpvaron'] = 'The PHP server variable \'{$a->name}\' is not turned On - {$a->link}';
54 $string['sessionmissing'] = '{$a} object missing from session';
55 $string['sqlrelyonobsoletetable'] = 'This SQL relies on obsolete table(s): {$a}! Your code must be fixed by a developer.';
56 $string['withoutversion'] = 'Main version.php file is missing, not readable or broken.';
57 $string['xmlizeunavailable'] = 'xmlize functions are not available';