$self{charset} = 'UTF-8';

$self{texts} = {
  'AP'                          => 'Contas a Pagar',
  'AR'                          => 'Contas a Receber',
  'Account'                     => 'Conta',
  'Amount'                      => 'Total',
  'BIC'                         => 'BIC',
  'Bcc'                         => 'Bcc',
  'Business'                    => 'Negócio',
  'Cc'                          => 'Cc',
  'City'                        => 'Cidade',
  'Company'                     => 'Empresa',
  'Company Name'                => 'Nome da Empresa',
  'Continue'                    => 'Continuar',
  'Country'                     => 'País',
  'Credit Limit'                => 'Limite de Crédito',
  'Curr'                        => 'Moeda',
  'Currency'                    => 'Moeda',
  'Customer'                    => 'Cliente',
  'Customer Number'             => 'Número do Cliente',
  'Date Paid'                   => 'Data de pagamento',
  'Description'                 => 'Descrição',
  'Discount'                    => 'Desconto',
  'Due Date'                    => 'Data de Vencimento',
  'E-mail'                      => 'E-Mail',
  'Enddate'                     => 'Data Final',
  'Exch'                        => 'Câmbio',
  'Fax'                         => 'Fax',
  'IBAN'                        => 'IBAN',
  'Include in Report'           => 'Incluir no Relatório',
  'Invoice'                     => 'Fatura',
  'Invoice Date'                => 'Data da Fatura',
  'Invoice Number'              => 'Número da Fatura',
  'Language'                    => 'Idioma',
  'Memo'                        => 'Memorando',
  'Method'                      => 'Método',
  'Name'                        => 'Nome',
  'Notes'                       => 'Notas',
  'Order Date'                  => 'Data do Pedido',
  'Order Number'                => 'Número do Pedido',
  'Outstanding'                 => 'Pendente',
  'Paid'                        => 'Total Efetuado',
  'Payment'                     => 'Pagamento',
  'Phone'                       => 'Fone',
  'Posting failed!'             => 'O lançamento falhou!',
  'Pricegroup'                  => 'Grupo de Preço',
  'Qty'                         => 'Qtd',
  'SIC'                         => 'SIC',
  'Salesperson'                 => 'Vendedor',
  'Source'                      => 'Fonte',
  'Startdate'                   => 'Data Inicial',
  'State'                       => 'Estado',
  'Tax'                         => 'Imposto',
  'Terms'                       => 'Crédito Líquido',
  'Total'                       => 'Total',
  'Unit'                        => 'Unidade',
  'Updated'                     => 'Atualizado',
  'Vendor'                      => 'Fornecedor',
  'Vendor Number'               => 'ID do Fornecedor',
};

$self{subs} = {
  'continue'                    => 'continue',
  'ex_payment'                  => 'ex_payment',
  'export'                      => 'export',
  'export_payments'             => 'export_payments',
  'im_customer'                 => 'im_customer',
  'im_order'                    => 'im_order',
  'im_payment'                  => 'im_payment',
  'im_purchase_order'           => 'im_purchase_order',
  'im_sales_invoice'            => 'im_sales_invoice',
  'im_sales_order'              => 'im_sales_order',
  'im_vc'                       => 'im_vc',
  'im_vendor'                   => 'im_vendor',
  'import'                      => 'import',
  'import_customers'            => 'import_customers',
  'import_orders'               => 'import_orders',
  'import_payments'             => 'import_payments',
  'import_sales_invoices'       => 'import_sales_invoices',
  'import_vc'                   => 'import_vc',
  'import_vendors'              => 'import_vendors',
  'xrefhdr'                     => 'xrefhdr',
  'continuar'                   => 'continue',
};

1;

