11 lines
		
	
	
		
			321 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			321 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
return [
 | 
						|
    "Menu" => "Menu",
 | 
						|
    'Projects' => 'Projects',
 | 
						|
    'Project' => 'Project',
 | 
						|
    'About project' => 'About the project',
 | 
						|
    'Page without translation' => 'Page without translation',
 | 
						|
    'Powered by service' => 'Powered by the My Projects website engine',
 | 
						|
    'Choose language' => 'Choose language',
 | 
						|
];
 |