akaunting/resources/lang/en-GB/companies.php
2020-01-07 17:15:00 +03:00

14 lines
320 B
PHP

<?php
return [
'domain' => 'Domain',
'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!',
],
];