2017-09-14 22:21:00 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'domain' => 'Domain',
|
|
|
|
'logo' => 'Logo',
|
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!',
|
2020-01-07 17:15:00 +03:00
|
|
|
'delete_active' => 'Error: Can not delete the active company. Please, switch to another first!',
|
2020-02-13 16:09:24 +03:00
|
|
|
'disable_active' => 'Error: Can not disable the active company. Please, switch to another first!',
|
2017-09-14 22:21:00 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
];
|