2008-04-09 08:21:51 +00:00
< ? php
2010-04-10 14:01:45 +00:00
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'debug' , language 'en' , branch 'MOODLE_20_STABLE'
*
* @ package debug
* @ copyright 1999 onwards Martin Dougiamas { @ link http :// moodle . com }
* @ license http :// www . gnu . org / copyleft / gpl . html GNU GPL v3 or later
2008-04-09 08:21:51 +00:00
*/
2010-04-10 14:01:45 +00:00
$string [ 'authpluginnotfound' ] = 'Authentication plugin {$a} not found.' ;
$string [ 'blocknotexist' ] = '{$a} block doesn\'t exist' ;
$string [ 'cannotbenull' ] = '{$a} cannot be null!' ;
$string [ 'cannotdowngrade' ] = 'Cannot downgrade {$a->plugin} from {$a->oldversion} to {$a->newversion}.' ;
2008-05-07 06:19:59 +00:00
$string [ 'cannotfindadmin' ] = 'Could not find an admin user!' ;
2010-04-10 14:01:45 +00:00
$string [ 'cannotinitpage' ] = 'Cannot fully initialize page: invalid {$a->name} id {$a->id}' ;
$string [ 'cannotsetuptable' ] = '{$a} tables could NOT be set up successfully!' ;
$string [ 'codingerror' ] = 'Coding error detected, it must be fixed by a programmer: {$a}' ;
2008-04-09 08:21:51 +00:00
$string [ 'configmoodle' ] = 'Moodle has not been configured yet. You need to edit config.php first.' ;
2008-04-10 14:18:40 +00:00
$string [ 'erroroccur' ] = 'An error has occurred during this process' ;
2010-04-10 14:01:45 +00:00
$string [ 'fixsetting' ] = 'Please fix your settings in config.php: <p>You have:</p> <p>$CFG->dirroot = \'{$a->current}\';</p> <p>but it should be:</p> <p>$CFG->dirroot = \'{$a->found}\';</p>' ;
$string [ 'invalidarraysize' ] = 'Incorrect size of arrays in params of {$a}' ;
$string [ 'invalideventdata' ] = 'Incorrect eventadata submitted: {$a}' ;
2009-09-15 20:08:47 +00:00
$string [ 'invalidparameter' ] = 'Invalid parameter value detected, execution can not continue.' ;
2010-02-22 07:07:44 +00:00
$string [ 'invalidresponse' ] = 'Invalid response value detected, execution can not continue.' ;
2008-08-16 12:16:01 +00:00
$string [ 'missingconfigversion' ] = 'Config table does not contain version, can not continue, sorry.' ;
2010-04-10 14:01:45 +00:00
$string [ 'modulenotexist' ] = '{$a} module doesn\'t exist' ;
2008-05-20 02:55:58 +00:00
$string [ 'morethanonerecordinfetch' ] = 'Found more than one record in fetch() !' ;
2010-04-10 14:01:45 +00:00
$string [ 'mustbeoveride' ] = 'Abstract {$a} method must be overriden.' ;
$string [ 'noactivityname' ] = 'Page object derived from page_generic_activity but did not define $this->activityname' ;
2008-05-20 02:55:58 +00:00
$string [ 'noadminrole' ] = 'No admin role could be found' ;
2008-05-15 03:07:56 +00:00
$string [ 'noblocks' ] = 'No blocks installed!' ;
2008-05-21 07:53:57 +00:00
$string [ 'nocate' ] = 'No categories!' ;
2008-04-30 04:09:29 +00:00
$string [ 'nomodules' ] = 'No modules found!!' ;
2010-04-10 14:01:45 +00:00
$string [ 'nopageclass' ] = 'Imported {$a} but found no page classes' ;
$string [ 'noreports' ] = 'No reports accessible' ;
$string [ 'notables' ] = 'No Tables!' ;
$string [ 'phpvaroff' ] = 'The PHP server variable \'{$a->name}\' should be Off - {$a->link}' ;
$string [ 'phpvaron' ] = 'The PHP server variable \'{$a->name}\' is not turned On - {$a->link}' ;
$string [ 'sessionmissing' ] = '{$a} object missing from session' ;
$string [ 'sqlrelyonobsoletetable' ] = 'This SQL relies on obsolete table(s): {$a}! Your code must be fixed by a developer.' ;
2008-08-16 12:16:01 +00:00
$string [ 'withoutversion' ] = 'Main version.php file is missing, not readable or broken.' ;
2008-05-29 02:50:10 +00:00
$string [ 'xmlizeunavailable' ] = 'xmlize functions are not available' ;