$self{texts} = {
  'Address'                     => 'Endereo',
  'Continue'                    => 'Continuar',
  'Customer not on file!'       => 'Cliente inexistente!',
  'Select from one of the names below' => 'Seleccione um dos nomes abaixo',
  'Vendor not on file!'         => 'Fornecedor no existe',
};

$self{subs} = {
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_name'                  => 'check_name',
  'continue'                    => 'continue',
  'gl_transaction'              => 'gl_transaction',
  'name_selected'               => 'name_selected',
  'sales_invoice'               => 'sales_invoice',
  'select_name'                 => 'select_name',
  'vendor_invoice'              => 'vendor_invoice',
  'continuar'                   => 'continue',
};

1;
