2006-08-19 09:04:45 +02:00
|
|
|
<?php
|
2006-03-31 07:18:55 +02:00
|
|
|
$ERRORS[0] = "Unknown error";
|
|
|
|
|
|
|
|
$ERRORS[1] = "This program requires XmlHttpRequest " .
|
|
|
|
"to function properly. Your browser doesn't seem to support it.";
|
|
|
|
|
|
|
|
$ERRORS[2] = "This program requires cookies " .
|
|
|
|
"to function properly. Your browser doesn't seem to support them.";
|
|
|
|
|
|
|
|
$ERRORS[3] = "Backend sanity check failed";
|
|
|
|
|
|
|
|
$ERRORS[4] = "Frontend sanity check failed.";
|
|
|
|
|
|
|
|
$ERRORS[5] = "Incorrect database schema version.";
|
|
|
|
|
|
|
|
$ERRORS[6] = "Request not authorized.";
|
|
|
|
|
|
|
|
$ERRORS[7] = "No operation to perform.";
|
|
|
|
|
|
|
|
$ERRORS[8] = "Could not display feed: query failed. Please check label match syntax or local configuration.";
|
|
|
|
|
|
|
|
$ERRORS[8] = "Denied. Your access level is insufficient to access this page.";
|
|
|
|
|
|
|
|
$ERRORS[9] = "Configuration check failed";
|
2006-08-13 06:46:40 +02:00
|
|
|
|
|
|
|
$ERRORS[10] = "Your version of MySQL is not currently supported. Please see
|
|
|
|
official site for more information.";
|
2006-03-31 07:18:55 +02:00
|
|
|
?>
|