2017-09-14 22:21:00 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'domain' => 'Domain',
|
|
|
|
'logo' => 'Logo',
|
|
|
|
'manage' => 'Manage Companies',
|
|
|
|
'all' => 'All Companies',
|
2019-11-16 10:21:14 +03:00
|
|
|
|
2017-09-14 22:21:00 +03:00
|
|
|
'error' => [
|
2019-11-16 10:21:14 +03:00
|
|
|
'not_user_company' => 'Error: You are not allowed to change this company!',
|
2017-09-14 22:21:00 +03:00
|
|
|
'delete_active' => 'Error: Can not delete active company, please, change it first!',
|
|
|
|
],
|
|
|
|
|
|
|
|
];
|