first commit
This commit is contained in:
13
resources/lang/en-GB/companies.php
Normal file
13
resources/lang/en-GB/companies.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'domain' => 'Domain',
|
||||
'logo' => 'Logo',
|
||||
'manage' => 'Manage Companies',
|
||||
'all' => 'All Companies',
|
||||
'error' => [
|
||||
'delete_active' => 'Error: Can not delete active company, please, change it first!',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user