$self{texts} = {
  'AR Outstanding'              => 'Contas a Receber Destacadas',
  'AR Transaction'              => 'Transao - Contas a Receber',
  'AR Transactions'             => 'Transaes - Contas a Receber',
  'Account'                     => 'Conta',
  'Accounting Menu'             => 'Menu de Contabilidade',
  'Address'                     => 'Endereo',
  'Amount'                      => 'Total',
  'Amount Due'                  => 'Total Devido',
  'Apr'                         => 'Abr',
  'April'                       => 'Abril',
  'Are you sure you want to delete Transaction' => 'Tem certeza que quer APAGAR a Transao',
  'Aug'                         => 'Ago',
  'August'                      => 'Agosto',
  'Cannot delete transaction!'  => 'No pode apagar transao!',
  'Cannot post payment for a closed period!' => 'No pode lanar pagamento em perodo fechado!',
  'Cannot post transaction for a closed period!' => 'No pode lanar transao para um perodo j encerrado!',
  'Cannot post transaction!'    => 'No pode lanar transao!',
  'Check'                       => 'Cheque',
  'Closed'                      => 'Fechado',
  'Confirm!'                    => 'Confirmar!',
  'Continue'                    => 'Continuar',
  'Credit Limit'                => 'Limite de Crdito',
  'Curr'                        => 'Moeda',
  'Currency'                    => 'Moeda',
  'Current'                     => 'Corrente',
  'Customer'                    => 'Cliente',
  'Customer missing!'           => 'Cliente faltando!',
  'Customer not on file!'       => 'Cliente no est no arquivo!',
  'Date'                        => 'Data',
  'Date Paid'                   => 'Data de pagamento',
  'Dec'                         => 'Dez',
  'December'                    => 'Dezembro',
  'Delete'                      => 'Apagar',
  'Department'                  => 'Departamento',
  'Description'                 => 'Descrio',
  'Due Date'                    => 'Data de Vencimento',
  'Due Date missing!'           => 'Data de Vencimento faltando!',
  'Exch'                        => 'Cmbio',
  'Exchange Rate'               => 'Taxa de cmbio',
  'Exchange rate for payment missing!' => 'Falta a taxa de cmbio para o pagamento!',
  'Exchange rate missing!'      => 'Falta a taxa de cmbio!',
  'Feb'                         => 'Fev',
  'February'                    => 'Fevereiro',
  'From'                        => 'De',
  'ID'                          => 'ID',
  'Include in Report'           => 'Incluir no Relatrio',
  'Invoice'                     => 'Fatura',
  'Invoice Date'                => 'Data de Fatura',
  'Invoice Date missing!'       => 'Data de Factura no encontrada!',
  'Invoice Number'              => 'Nmero de Fatura',
  'Jan'                         => 'Jan',
  'January'                     => 'Janeiro',
  'Jul'                         => 'Jul',
  'July'                        => 'Julho',
  'Jun'                         => 'Jun',
  'June'                        => 'Junho',
  'Manager'                     => 'Gerente',
  'Mar'                         => 'Mar',
  'March'                       => 'Maro',
  'May'                         => 'Mai',
  'May '                        => 'Maio',
  'Memo'                        => 'Memorando',
  'Notes'                       => 'Notas',
  'Nov'                         => 'Nov',
  'November'                    => 'Novembro',
  'Number'                      => 'Nmero',
  'Oct'                         => 'Out',
  'October'                     => 'Outubro',
  'Open'                        => 'Abrir',
  'Order'                       => 'Pedido',
  'Order Number'                => 'Pedido Nmero',
  'PDF'                         => 'PDF',
  'Paid'                        => 'Total Efetuado',
  'Payment date missing!'       => 'Data de pagamento faltando!',
  'Payments'                    => 'Pagamentos',
  'Post'                        => 'Lanar',
  'Post as new'                 => 'Lanar como novo',
  'Postscript'                  => 'Postscript',
  'Print'                       => 'Imprimir',
  'Printed'                     => 'Impresso',
  'Project not on file!'        => 'Projeto no est no arquivo!',
  'Queue'                       => 'Fila',
  'Queued'                      => 'Enfileirado',
  'Receipt'                     => 'Recibo',
  'Remaining'                   => 'Restante',
  'Salesperson'                 => 'Vendedor',
  'Screen'                      => 'Tela',
  'Select from one of the names below' => 'Selecione um dos nomes abaixo',
  'Select from one of the projects below' => 'Selecione um dos projetos abaixo',
  'Select postscript or PDF!'   => 'Selecionar Postscript ou PDF',
  'Sep'                         => 'Set',
  'September'                   => 'Setembro',
  'Ship via'                    => 'Transportar via',
  'Shipping Point'              => 'Ponto de Transporte',
  'Source'                      => 'Fonte',
  'Subtotal'                    => 'Sub-total',
  'Tax'                         => 'Imposto',
  'Tax Included'                => 'Impostos includos',
  'Till'                        => 'At',
  'To'                          => 'Para',
  'Total'                       => 'Total',
  'Transaction deleted!'        => 'Transao apagada!',
  'Transaction posted!'         => 'Transao lanada',
  'Update'                      => 'Atualizar',
  'Vendor not on file!'         => 'Distribuidor no est no arquivo!',
  'Yes'                         => 'Sim',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add'                         => 'add',
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_subtotal'                 => 'ar_subtotal',
  'ar_transaction'              => 'ar_transaction',
  'ar_transactions'             => 'ar_transactions',
  'check_name'                  => 'check_name',
  'check_project'               => 'check_project',
  'continue'                    => 'continue',
  'create_links'                => 'create_links',
  'customer_details'            => 'customer_details',
  'delete'                      => 'delete',
  'display'                     => 'display',
  'display_form'                => 'display_form',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'gl_transaction'              => 'gl_transaction',
  'menubar'                     => 'menubar',
  'name_selected'               => 'name_selected',
  'payment_selected'            => 'payment_selected',
  'post'                        => 'post',
  'post_as_new'                 => 'post_as_new',
  'print'                       => 'print',
  'print_and_post'              => 'print_and_post',
  'print_check'                 => 'print_check',
  'print_options'               => 'print_options',
  'print_receipt'               => 'print_receipt',
  'print_transaction'           => 'print_transaction',
  'project_selected'            => 'project_selected',
  'sales_invoice_'              => 'sales_invoice_',
  'search'                      => 'search',
  'section_menu'                => 'section_menu',
  'select_name'                 => 'select_name',
  'select_payment'              => 'select_payment',
  'select_project'              => 'select_project',
  'update'                      => 'update',
  'vendor_details'              => 'vendor_details',
  'vendor_invoice_'             => 'vendor_invoice_',
  'yes'                         => 'yes',
  'transao___contas_a_receber' => 'ar_transaction',
  'continuar'                   => 'continue',
  'apagar'                      => 'delete',
  'lanar'                      => 'post',
  'lanar_como_novo'            => 'post_as_new',
  'imprimir'                    => 'print',
  'print_and_post'              => 'print_and_post',
  'sales_invoice.'              => 'sales_invoice.',
  'atualizar'                   => 'update',
  'sim'                         => 'yes',
};

1;
