2019-12-25 14:24:22 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'domain' => 'Lén',
|
|
|
|
'logo' => 'Firmamerki',
|
|
|
|
|
|
|
|
'error' => [
|
|
|
|
'not_user_company' => 'Villa: Þú hefur ekki heimild til að stjórna þessu fyrirtæki!',
|
2020-06-04 14:09:57 +03:00
|
|
|
'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!',
|
2019-12-25 14:24:22 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
];
|