15 lines
450 B
PHP
15 lines
450 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'domain' => 'Lén',
|
|
'logo' => 'Firmamerki',
|
|
|
|
'error' => [
|
|
'not_user_company' => 'Villa: Þú hefur ekki heimild til að stjórna þessu fyrirtæki!',
|
|
'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!',
|
|
],
|
|
|
|
];
|