21 lines
		
	
	
		
			668 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			668 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',
 | 
						|
    'Links project' => 'Links from the project',
 | 
						|
    'Translations' => 'Translations',
 | 
						|
    'Feedback' => 'Feedback',
 | 
						|
    'Documentation version' => 'Documentation version',
 | 
						|
    'Documentation' => 'Documentation',
 | 
						|
    'Categories' => 'Categories',
 | 
						|
    'Setting up automatic translation' => 'Setting up automatic translation',
 | 
						|
];
 |