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