akaunting/resources/lang/pt-PT/companies.php

15 lines
439 B
PHP
Raw Normal View History

2018-06-20 12:36:35 +03:00
<?php
return [
'domain' => 'Domínio',
2020-03-17 16:39:03 +03:00
'logo' => 'Logótipo',
2018-06-20 12:36:35 +03:00
'error' => [
2020-03-17 16:39:03 +03:00
'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!',
2018-06-20 12:36:35 +03:00
],
];