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

$self{texts} = {
  'AP'                          => 'Fornecedores',
  'AR'                          => 'Clientes',
  'Account'                     => 'Conta',
  'Amount'                      => 'Total',
  'Bcc'                         => 'Bcc',
  'Cc'                          => 'Cc',
  'Company'                     => 'Companhia',
  'Continue'                    => 'Continuar',
  'Credit Limit'                => 'Limite de Crédito',
  'Curr'                        => 'Moeda',
  'Currency'                    => 'Moeda',
  'Customer'                    => 'Cliente',
  'Date Paid'                   => 'Data de pagamento',
  'Description'                 => 'Descrição',
  'Discount'                    => 'Desconto',
  'Due Date'                    => 'Data de Vencimento',
  'E-mail'                      => 'E-Mail',
  'Exch'                        => 'Câmbio',
  'Fax'                         => 'Fax',
  'Include in Report'           => 'Incluir no Relatório',
  'Invoice'                     => 'Factura',
  'Invoice Date'                => 'Data de Factura',
  'Invoice Number'              => 'Número de Factura',
  'Language'                    => 'Língua',
  'Name'                        => 'Nome',
  'Notes'                       => 'Notas',
  'Order Date'                  => 'Data da Encomenda',
  'Order Number'                => 'Encomenda Número',
  'Paid'                        => 'Total Pago',
  'Payment'                     => 'Pagamento',
  'Phone'                       => 'Tel',
  'Qty'                         => 'Qtd',
  'Source'                      => 'Origem',
  'Tax'                         => 'Imposto',
  'Terms'                       => 'Termos: A pronto',
  'Total'                       => 'Total',
  'Unit'                        => 'Unidade',
  'Updated'                     => 'Actualizado',
  'Vendor'                      => '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;

