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