mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 13:42:49 +01:00
29 lines
679 B
PHP
29 lines
679 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'organization' => 'Organização',
|
|
'name' => 'Nome',
|
|
'website' => 'Website',
|
|
'work_phone' => 'Telefone',
|
|
'address' => 'Endereço',
|
|
'address1' => 'Rua',
|
|
'address2' => 'Bloco/apto',
|
|
'city' => 'Cidade',
|
|
'state' => 'Estado',
|
|
'postal_code' => 'CEP',
|
|
'country_id' => 'País',
|
|
'contacts' => 'Contatos',
|
|
'first_name' => 'Primeiro Nome',
|
|
'last_name' => 'Último Nome',
|
|
'phone' => 'Telefone',
|
|
'email' => 'Email',
|
|
'additional_info' => 'Informações Adicionais',
|
|
'payment_terms' => 'Termos de Pagamento',
|
|
'currency_id' => 'Moeda',
|
|
'size_id' => 'Tamanho',
|
|
'industry_id' => 'Empresa',
|
|
'private_notes' => 'Notas Privadas',
|
|
|
|
);
|