$self{texts} = {
  'Address'                     => 'Endereo',
  'Bcc'                         => 'Bcc',
  'Cc'                          => 'Cc',
  'Continue'                    => 'Continuar',
  'Customer Number'             => 'Nmero do Cliente',
  'Customer not on file!'       => 'Cliente no est no arquivo!',
  'Date'                        => 'Data',
  'Day(s)'                      => 'Dia(s)',
  'Delete Schedule'             => 'Apagar a Programao',
  'Description'                 => 'Descrio',
  'E-mail'                      => 'E-Mail',
  'E-mail message'              => 'Mensagem do e-mail',
  'Employee Number'             => 'Nmero do Empregado',
  'Every'                       => 'Cada',
  'For'                         => 'Para',
  'Include Payment'             => 'Incluir Pagamento',
  'Message'                     => 'Mensagem',
  'Month(s)'                    => 'Ms(es)',
  'Next Date'                   => 'Prxima Data',
  'Number'                      => 'Nmero',
  'PDF'                         => 'PDF',
  'Postscript'                  => 'Postscript',
  'Print'                       => 'Imprimir',
  'Project not on file!'        => 'Projeto no est no arquivo!',
  'Recurring Transaction'       => 'Transao Recorrente',
  'Reference'                   => 'Referncia',
  'Repeat'                      => 'Repetir',
  'Save Schedule'               => 'Salvar a Programao',
  'Select from one of the names below' => 'Selecione um dos nomes abaixo',
  'Select from one of the projects below' => 'Selecione um dos projetos abaixo',
  'Startdate'                   => 'Data inicial',
  'Subject'                     => 'Assunto',
  'To'                          => 'At',
  'Vendor Number'               => 'ID do Fornecedor',
  'Vendor not on file!'         => 'Fornecedor no est no arquivo!',
  'Warning!'                    => 'Cuidado!',
  'Week(s)'                     => 'Semana(s)',
  'Year(s)'                     => 'Ano(s)',
  'You are posting an existing transaction!' => 'Voc est lanando uma transao existente!',
  'You are printing and posting an existing transaction!' => 'Voc est imprimindo lanando uma transao existente!',
  'You are printing and saving an existing order' => 'Voc est imprimindo e salvando um pedido existente!',
  'You are printing and saving an existing quotation' => 'Voc est imprimindo e salvando uma cotao existente!',
  'You are saving an existing order' => 'Voc est salvando um pedido existente!',
  'You are saving an existing quotation' => 'Voc est salvando uma cotao existente!',
  'for'                         => 'para',
  'sent'                        => 'enviado',
  'time(s)'                     => 'vz(es)',
};

$self{subs} = {
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_name'                  => 'check_name',
  'check_project'               => 'check_project',
  'continue'                    => 'continue',
  'credit_invoice_'             => 'credit_invoice_',
  'debit_invoice_'              => 'debit_invoice_',
  'delete_schedule'             => 'delete_schedule',
  'gl_transaction'              => 'gl_transaction',
  'islocked'                    => 'islocked',
  'name_selected'               => 'name_selected',
  'post_as_new'                 => 'post_as_new',
  'print_and_post_as_new'       => 'print_and_post_as_new',
  'project_selected'            => 'project_selected',
  'rebuild_formnames'           => 'rebuild_formnames',
  'rebuild_vc'                  => 'rebuild_vc',
  'repost'                      => 'repost',
  'reprint'                     => 'reprint',
  'sales_invoice_'              => 'sales_invoice_',
  'save_schedule'               => 'save_schedule',
  'schedule'                    => 'schedule',
  'select_name'                 => 'select_name',
  'select_project'              => 'select_project',
  'vendor_invoice_'             => 'vendor_invoice_',
  'continuar'                   => 'continue',
  'apagar_a_programao'        => 'delete_schedule',
  'salvar_a_programao'        => 'save_schedule',
};

1;

