akaunting/resources/lang/en-GB/companies.php
2019-11-16 10:21:14 +03:00

16 lines
407 B
PHP

<?php
return [
'domain' => 'Domain',
'logo' => 'Logo',
'manage' => 'Manage Companies',
'all' => 'All Companies',
'error' => [
'not_user_company' => 'Error: You are not allowed to change this company!',
'delete_active' => 'Error: Can not delete active company, please, change it first!',
],
];