mirror of
				https://git.tt-rss.org/fox/tt-rss.git
				synced 2025-11-04 05:41:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			964 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			964 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
	$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. <a href='update.php'>Please update</a>.");
 | 
						|
 | 
						|
	$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");
 | 
						|
 | 
						|
	$ERRORS[10] = _("Your version of MySQL is not currently supported. Please see 
 | 
						|
		official site for more information.");
 | 
						|
?>
 |