$self{texts} = {
  'Accounting Menu'             => 'Menu de Contabilidade',
  'Address'                     => 'Endereo',
  'Amount'                      => 'Total',
  'Cannot post transaction!'    => 'No  possivel lanar transaco',
  'Continue'                    => 'Continuar',
  'Credit Limit'                => 'Limite de Crdito',
  'Currency'                    => 'Moeda',
  'Customer'                    => 'Cliente',
  'Customer missing!'           => 'Falta cliente!',
  'Delete'                      => 'Remover',
  'Description'                 => 'Descrio',
  'Exchange Rate'               => 'Taxa de Cmbio',
  'Exchange rate missing!'      => 'Falta a taxa de cmbio!',
  'From'                        => 'De',
  'Invoice Date'                => 'Data de Factura',
  'Invoice Number'              => 'Nmero de Factura',
  'Language'                    => 'Lngua',
  'Number'                      => 'Nmero',
  'Open'                        => 'Abrir',
  'Post'                        => 'Processar',
  'Price'                       => 'Preo',
  'Print'                       => 'Imprimir',
  'Qty'                         => 'Qtd',
  'Receipts'                    => 'Recibos',
  'Record in'                   => 'Registar em',
  'Remaining'                   => 'Sobram',
  'Screen'                      => 'Ecran',
  'Source'                      => 'Origem',
  'Subtotal'                    => 'Sub-total',
  'Tax Included'                => 'Impostos includos',
  'To'                          => 'At',
  'Total'                       => 'Total',
  'Unit'                        => 'Unidade',
  'Update'                      => 'Actualizar',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add'                         => 'add',
  'assign_number'               => 'assign_number',
  'display'                     => 'display',
  'display_frame'               => 'display_frame',
  'display_row'                 => 'display_row',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'jsmenu'                      => 'jsmenu',
  'jsmenu_frame'                => 'jsmenu_frame',
  'lookup_partsgroup'           => 'lookup_partsgroup',
  'main_groups'                 => 'main_groups',
  'menubar'                     => 'menubar',
  'mlmenu'                      => 'mlmenu',
  'open_drawer'                 => 'open_drawer',
  'openinvoices'                => 'openinvoices',
  'poledisplay'                 => 'poledisplay',
  'post'                        => 'post',
  'preview'                     => 'preview',
  'print'                       => 'print',
  'print_and_post'              => 'print_and_post',
  'print_form'                  => 'print_form',
  'print_options'               => 'print_options',
  'receipts'                    => 'receipts',
  'section_menu'                => 'section_menu',
  'continuar'                   => 'continue',
  'remover'                     => 'delete',
  'processar'                   => 'post',
  'imprimir'                    => 'print',
  'actualizar'                  => 'update',
};

1;

