$self{texts} = {
  'Address'                     => 'Endere�o',
  'Bcc'                         => 'Bcc',
  'Cc'                          => 'Cc',
  'Continue'                    => 'Continuar',
  'Customer not on file!'       => 'Cliente n�o est� no arquivo!',
  'Date'                        => 'Data',
  'Day(s)'                      => 'Dia(s)',
  'Delete Schedule'             => 'Apagar a Programa��o',
  'Description'                 => 'Descri��o',
  'E-mail'                      => 'E-Mail',
  'E-mail message'              => 'Mensagem do e-mail',
  'Every'                       => 'Cada',
  'For'                         => 'Para',
  'Include Payment'             => 'Incluir Pagamento',
  'Message'                     => 'Mensagem',
  'Month(s)'                    => 'M�s(es)',
  'Next Date'                   => 'Pr�xima Data',
  'Number'                      => 'N�mero',
  'Print'                       => 'Imprimir',
  'Project not on file!'        => 'Projeto n�o est� no arquivo!',
  'Recurring Transaction'       => 'Transa��o Recorrente',
  'Reference'                   => 'Refer�ncia',
  'Repeat'                      => 'Repetir',
  'Save Schedule'               => 'Salvar a Programa��o',
  '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 not on file!'         => 'Fornecedor n�o est� no arquivo!',
  'Warning!'                    => 'Cuidado!',
  'Week(s)'                     => 'Semana(s)',
  'Year(s)'                     => 'Ano(s)',
  'You are posting an existing transaction!' => 'Voc� est� lan�ando uma transa��o existente!',
  'You are printing and posting an existing transaction!' => 'Voc� est� imprimindo lan�ando uma transa��o 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 cota��o existente!',
  'You are saving an existing order' => 'Voc� est� salvando um pedido existente!',
  'You are saving an existing quotation' => 'Voc� est� salvando uma cota��o existente!',
  'for'                         => 'para',
  'sent'                        => 'enviado',
  'time(s)'                     => 'v�z(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',
  'delete_schedule'             => 'delete_schedule',
  'gl_transaction'              => 'gl_transaction',
  '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_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_programa��o'        => 'delete_schedule',
  'salvar_a_programa��o'        => 'save_schedule',
};

1;