akaunting/resources/lang/pt-PT/companies.php
2020-03-17 16:39:03 +03:00

15 lines
439 B
PHP

<?php
return [
'domain' => 'Domínio',
'logo' => 'Logótipo',
'error' => [
'not_user_company' => 'Erro: Não tem permissão para alterar esta empresa!',
'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!',
],
];