mirror of
				https://github.com/slawkens/myaac.git
				synced 2025-11-04 09:46:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			347 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			347 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/**
 | 
						|
 * english language file
 | 
						|
 * main.php
 | 
						|
 *
 | 
						|
 * @author Slawkens <slawkens@gmail.com>
 | 
						|
 */
 | 
						|
$locale['name']     = 'English';
 | 
						|
$locale['lang']		= 'en';
 | 
						|
$locale['encoding'] = 'utf-8';
 | 
						|
$locale['direction']= 'ltr';
 | 
						|
 | 
						|
$locale['error404'] = 'The requested page was not found.';
 | 
						|
$locale['news'] = 'Latest news';
 | 
						|
$locale['loaded_in_ms'] = 'in $TIME$ ms'; |