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