14 lines
		
	
	
		
			343 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			343 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
return [
 | 
						|
    'Dashboard' => 'Dashboard',
 | 
						|
    'User group' => 'User group',
 | 
						|
    'Users' => 'Users',
 | 
						|
    'AdminPanel' => 'Admin Panel',
 | 
						|
    'Projects' => 'Projects',
 | 
						|
    'Project' => 'Project',
 | 
						|
    'Sections' => 'Sections',
 | 
						|
    'About project' => 'About the project',
 | 
						|
    'Languages' => 'Languages',
 | 
						|
    'Last update' => 'Last update',
 | 
						|
];
 |