$self{texts} = {
  'AP Aging'                    => 'Idade Saldos Fornecedores',
  'AR Aging'                    => 'Idade Saldos Clientes',
  'Account'                     => 'Conta',
  'Account Number'              => 'N�mero da Conta',
  'Accounting Menu'             => 'Menu de Contabilidade',
  'Accounts'                    => 'Contas',
  'Address'                     => 'Endere�o',
  'Amount'                      => 'Total',
  'Apr'                         => 'Abr',
  'April'                       => 'Abril',
  'Attachment'                  => 'Attachment',
  'Aug'                         => 'Ago',
  'August'                      => 'Agosto',
  'Balance'                     => 'Saldo',
  'Balance Sheet'               => 'Folha de Balan�o',
  'Bcc'                         => 'Bcc',
  'Cash'                        => 'Dinheiro',
  'Cc'                          => 'Cc',
  'Compare to'                  => 'Comparar com',
  'Continue'                    => 'Continuar',
  'Copies'                      => 'C�pias',
  'Credit'                      => 'Cr�dito',
  'Curr'                        => 'Moeda',
  'Customer'                    => 'Cliente',
  'Customer not on file!'       => 'Cliente inexistente!',
  'Date'                        => 'Data',
  'Debit'                       => 'D�bito',
  'Dec'                         => 'Dez',
  'December'                    => 'Dezembro',
  'Decimalplaces'               => 'Casas decimais',
  'Description'                 => 'Descri��o',
  'Due Date'                    => 'Data de Vencimento',
  'E-mail'                      => 'E-Mail',
  'E-mail address missing!'     => 'Falta Endere�o de E-mail!',
  'Feb'                         => 'Fev',
  'February'                    => 'Fevereiro',
  'From'                        => 'De',
  'GIFI'                        => 'CFOP - C�digo Fiscal da Opera��o',
  'Heading'                     => 'Cabe�alho',
  'ID'                          => 'ID',
  'In-line'                     => 'Inline',
  'Include in Report'           => 'Incluir no Relat�rio',
  'Income Statement'            => 'Estado de Receitas',
  'Invoice'                     => 'Factura',
  'Jan'                         => 'Jan',
  'January'                     => 'Janeiro',
  'Jul'                         => 'Jul',
  'July'                        => 'Julho',
  'Jun'                         => 'Jun',
  'June'                        => 'Junho',
  'Language'                    => 'L�ngua',
  'Mar'                         => 'Mar',
  'March'                       => 'Mar�o',
  'May'                         => 'Mai',
  'May '                        => 'Maio',
  'Message'                     => 'Mensagem',
  'N/A'                         => 'N/D',
  'Nothing selected!'           => 'Nada seleccionado',
  'Nov'                         => 'Nov',
  'November'                    => 'Novembro',
  'Number'                      => 'N�mero',
  'Oct'                         => 'Out',
  'October'                     => 'Outubro',
  'Order'                       => 'Encomenda',
  'PDF'                         => 'PDF',
  'Payments'                    => 'Pagamentos',
  'Postscript'                  => 'PostScript',
  'Print'                       => 'Imprimir',
  'Project'                     => 'Projecto',
  'Project not on file!'        => 'Projecto n�o existe',
  'Receipts'                    => 'Recibos',
  'Reference'                   => 'Refer�ncia',
  'Report for'                  => 'Relat�rio para',
  'Screen'                      => 'Ecran',
  'Select all'                  => 'Seleccionar todos',
  'Select from one of the names below' => 'Seleccione um dos nomes abaixo',
  'Select from one of the projects below' => 'Seleccione um dos projectos abaixo',
  'Select postscript or PDF!'   => 'Seleccione PostScript ou PDF',
  'Sep'                         => 'Set',
  'September'                   => 'Setembro',
  'Source'                      => 'Origem',
  'Standard'                    => 'Padr�o',
  'Subject'                     => 'Assunto',
  'Subtotal'                    => 'Sub-total',
  'Tax'                         => 'Imposto',
  'Tax collected'               => 'Imposto recolhido',
  'Tax paid'                    => 'Imposto pago',
  'To'                          => 'At�',
  'Total'                       => 'Total',
  'Trial Balance'               => 'Balancete',
  'Vendor'                      => 'Fornecedor',
  'Vendor not on file!'         => 'Fornecedor n�o existe',
  'for Period'                  => 'pelo per�odo',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add_transaction'             => 'add_transaction',
  'aging'                       => 'aging',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_name'                  => 'check_name',
  'check_project'               => 'check_project',
  'continue'                    => 'continue',
  'delete_schedule'             => 'delete_schedule',
  'display'                     => 'display',
  'e_mail'                      => 'e_mail',
  'generate_ap_aging'           => 'generate_ap_aging',
  'generate_ar_aging'           => 'generate_ar_aging',
  'generate_balance_sheet'      => 'generate_balance_sheet',
  'generate_income_statement'   => 'generate_income_statement',
  'generate_projects'           => 'generate_projects',
  'generate_tax_report'         => 'generate_tax_report',
  'generate_trial_balance'      => 'generate_trial_balance',
  'gl_transaction'              => 'gl_transaction',
  'js_menu'                     => 'js_menu',
  'list_accounts'               => 'list_accounts',
  'list_payments'               => 'list_payments',
  'menubar'                     => 'menubar',
  'name_selected'               => 'name_selected',
  'payment_subtotal'            => 'payment_subtotal',
  'post_as_new'                 => 'post_as_new',
  'print'                       => 'print',
  'print_and_post_as_new'       => 'print_and_post_as_new',
  'print_form'                  => 'print_form',
  'print_options'               => 'print_options',
  'project_selected'            => 'project_selected',
  'rebuild_vc'                  => 'rebuild_vc',
  'report'                      => 'report',
  'repost'                      => 'repost',
  'reprint'                     => 'reprint',
  'sales_invoice_'              => 'sales_invoice_',
  'save_schedule'               => 'save_schedule',
  'schedule'                    => 'schedule',
  'section_menu'                => 'section_menu',
  'select_all'                  => 'select_all',
  'select_name'                 => 'select_name',
  'select_project'              => 'select_project',
  'send_email'                  => 'send_email',
  'statement_details'           => 'statement_details',
  'tax_subtotal'                => 'tax_subtotal',
  'vendor_invoice_'             => 'vendor_invoice_',
  'continuar'                   => 'continue',
  'e_mail'                      => 'e_mail',
  'imprimir'                    => 'print',
  'seleccionar_todos'           => 'select_all',
};

1;