]> git.wh0rd.org - tt-rss.git/blame - errors.php
update_feeds.php: update up to DAEMON_FEED_LIMIT on one run
[tt-rss.git] / errors.php
CommitLineData
1d3a17c7 1<?php
1025ad87 2
d1db26aa 3 $ERRORS[0] = __("Unknown error");
af106b0e 4
d1db26aa 5 $ERRORS[1] = __("This program requires XmlHttpRequest " .
d3f24242 6 "to function properly. Your browser doesn't seem to support it.");
af106b0e 7
d1db26aa 8 $ERRORS[2] = __("This program requires cookies " .
d3f24242 9 "to function properly. Your browser doesn't seem to support them.");
af106b0e 10
d1db26aa 11 $ERRORS[3] = __("Backend sanity check failed");
af106b0e 12
d1db26aa 13 $ERRORS[4] = __("Frontend sanity check failed.");
af106b0e 14
d1db26aa 15 $ERRORS[5] = __("Incorrect database schema version. &lt;a href='update.php'&gt;Please update&lt;/a&gt;.");
af106b0e 16
d1db26aa 17 $ERRORS[6] = __("Request not authorized.");
af106b0e 18
d1db26aa 19 $ERRORS[7] = __("No operation to perform.");
af106b0e 20
d1db26aa 21 $ERRORS[8] = __("Could not display feed: query failed. Please check label match syntax or local configuration.");
af106b0e 22
d1db26aa 23 $ERRORS[8] = __("Denied. Your access level is insufficient to access this page.");
af106b0e 24
d1db26aa 25 $ERRORS[9] = __("Configuration check failed");
aec3ce39 26
d1db26aa 27 $ERRORS[10] = __("Your version of MySQL is not currently supported. Please see
d3f24242 28 official site for more information.");
7a09510c 29
81352b54 30 $ERRORS[11] = "[This error is not returned by server]";
af106b0e 31?>