akaunting/resources/lang/lv-LV/companies.php
2022-06-01 10:15:55 +03:00

15 lines
431 B
PHP

<?php
return [
'domain' => 'Domēns',
'logo' => 'Logo',
'error' => [
'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!',
],
];