2008-04-09 08:21:51 +00:00
< ? php
/*
* debug information for developer only
*/
2008-05-15 03:07:56 +00:00
$string [ 'cannotdowngrade' ] = 'Cannot downgrade from $a[0] to $a[1].' ;
2008-04-09 08:21:51 +00:00
$string [ 'cannotupgradecapabilities' ] = 'Had trouble upgrading the core capabilities for the Roles System' ;
$string [ 'cannotupdateversion' ] = 'Upgrade failed! (Could not update version in config table)' ;
$string [ 'cannotupdaterelease' ] = 'ERROR: Could not update release version in database!!' ;
$string [ 'cannotsetupsite' ] = 'Serious Error! Could not set up the site!' ;
2008-05-07 06:19:59 +00:00
$string [ 'cannotfindadmin' ] = 'Could not find an admin user!' ;
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 03:44:09 +00:00
$string [ 'dbnotinsert' ] = 'Database error - Cannot insert ($a)' ;
2008-04-10 14:18:40 +00:00
$string [ 'dbnotupdate' ] = 'Database error - Cannot update ($a)' ;
2008-04-09 08:21:51 +00:00
$string [ 'dbnotsupport' ] = 'Error: Your database ($a) is not yet fully supported by Moodle or install.xml is not present. See the lib/db directory.' ;
$string [ 'dbnotsetup' ] = 'Error: Main databases NOT set up successfully' ;
2008-04-10 14:18:40 +00:00
$string [ 'doesnotworkwitholdversion' ] = 'This script does not work with this old version of Moodle' ;
$string [ 'erroroccur' ] = 'An error has occurred during this process' ;
2008-04-09 08:21:51 +00:00
$string [ 'fixsetting' ] = 'Please fix your settings in config.php: <p>You have:</p> <p>\$CFG->dirroot = \"$a[0]\";</p> <p>but it should be:</p> <p>\$CFG->dirroot = \"$a[1]\"</p>' ;
2008-05-15 03:07:56 +00:00
$string [ 'noblocks' ] = 'No blocks installed!' ;
$string [ 'noblockbase' ] = 'Class block_base is not defined or file not found for /blocks/moodleblock.class.php' ;
$string [ 'nocaps' ] = 'Error: no capabilitites defined!' ;
2008-04-10 03:44:09 +00:00
$string [ 'notables' ] = 'No Tables!' ;
2008-05-14 08:18:15 +00:00
$string [ 'noreports' ] = 'No reports accessible' ;
2008-04-30 04:09:29 +00:00
$string [ 'nomodules' ] = 'No modules found!!' ;
2008-04-09 08:21:51 +00:00
$string [ 'phpvaroff' ] = 'The PHP server variable \'$a[0]\' should be Off - $a[1]' ;
$string [ 'phpvaron' ] = 'The PHP server variable \'$a[0]\' is not turned On - $a[1]' ;
2008-05-19 18:02:33 +00:00
$string [ 'prefixcannotbeempty' ] = 'Table prefix \"$a[0]\" cannot be empty for your target DB ($a[1])' ; // obsoleted 2.0
$string [ 'prefixlimit' ] = 'Table prefix \"$a\" maximum allowed length for Oracle DBs is 2cc.' ; // obsoleted in 2.0
2008-04-09 08:21:51 +00:00
$string [ 'withoutversion' ] = 'Main version.php was not readable or specified' ;
2008-05-08 08:43:17 +00:00
$string [ 'sessionmissing' ] = '$a object missing from session' ;
2008-05-07 06:02:51 +00:00
$string [ 'siteisnotdefined' ] = 'Site is not defined!' ;
2008-04-09 08:21:51 +00:00
?>