25 lines
		
	
	
		
			823 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			823 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php declare(strict_types=1);
 | 
						|
 | 
						|
return [
 | 
						|
    'Role' => 'User group',
 | 
						|
    'User' => 'Users',
 | 
						|
 | 
						|
    'Allowed to watch'  => 'Allowed to watch',
 | 
						|
    'Allowed to create' => 'Allowed to create',
 | 
						|
    'Allowed to edit'   => 'Allowed to edit',
 | 
						|
    'Allowed to delete' => 'Allowed to delete',
 | 
						|
 | 
						|
    'Setting up automatic translation' => 'Setting up automatic translation',
 | 
						|
 | 
						|
    'Administrative panel allowed' => 'Administrative panel allowed',
 | 
						|
    'AdminPanel'                   => 'Administrative panel allowed',
 | 
						|
 | 
						|
    'Project'        => 'Projects',
 | 
						|
    'ProjectContent' => 'About the project',
 | 
						|
    'ProjectLink'    => 'Links from the project',
 | 
						|
    'ProjectTranslation' => 'Translations',
 | 
						|
    'ProjectFeedback'    => 'Feedback',
 | 
						|
    'Documentation'      => 'Documentation',
 | 
						|
    'DocumentationCategory' => 'Documentation category',
 | 
						|
];
 |