16 lines
		
	
	
		
			407 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			407 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'domain'                => 'Domain',
 | |
|     'logo'                  => 'Logo',
 | |
|     'manage'                => 'Manage Companies',
 | |
|     'all'                   => 'All Companies',
 | |
| 
 | |
|     'error' => [
 | |
|         'not_user_company'  => 'Error: You are not allowed to change this company!',
 | |
|         'delete_active'     => 'Error: Can not delete active company, please, change it first!',
 | |
|     ],
 | |
| 
 | |
| ];
 |