From 03a0a07347952131078998748cf6d44ea198e7fd Mon Sep 17 00:00:00 2001 From: Thiago Coutinho Date: Thu, 20 Mar 2014 10:45:59 -0300 Subject: [PATCH] Update texts.php --- app/lang/pt_BR/texts.php | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/app/lang/pt_BR/texts.php b/app/lang/pt_BR/texts.php index 345e6aef71..523f0a85b5 100644 --- a/app/lang/pt_BR/texts.php +++ b/app/lang/pt_BR/texts.php @@ -1 +1,28 @@ -Test + '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', + +);