1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Update texts.php

This commit is contained in:
Thiago Coutinho 2014-03-20 10:45:59 -03:00
parent 1f00b20b98
commit 03a0a07347

View File

@ -1 +1,28 @@
Test
<?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',
);