2018-08-06 10:37:04 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'domain' => 'Domēns',
|
|
|
|
'logo' => 'Logo',
|
2020-02-18 17:13:54 +03:00
|
|
|
|
2018-08-06 10:37:04 +03:00
|
|
|
'error' => [
|
2020-02-18 17:13:54 +03:00
|
|
|
'not_user_company' => 'Error: You are not allowed to change this company!',
|
|
|
|
'delete_active' => 'Error: Can not delete the active company. Please, switch to another first!',
|
|
|
|
'disable_active' => 'Error: Can not disable the active company. Please, switch to another first!',
|
2018-08-06 10:37:04 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
];
|