$self{texts} = {
  'Accounting Menu'             => 'Men� Comptable',
  'Amount'                      => 'Total',
  'Continue'                    => 'Continuar',
  'Credit Limit'                => 'L�mit de Cr�dit',
  'Currency'                    => 'Moneda',
  'Customer'                    => 'Client',
  'Delete'                      => 'Esborrar',
  'Description'                 => 'Descripci�',
  'Exchange Rate'               => 'Taxa de Canvi',
  'From'                        => 'De',
  'Language'                    => 'Idioma',
  'Number'                      => 'N�mero',
  'Open'                        => 'Obert',
  'Price'                       => 'Preu',
  'Qty'                         => 'Quantitat',
  'Record in'                   => 'Registar en',
  'Remaining'                   => 'Remanent',
  'Screen'                      => 'Pantalla',
  'Source'                      => 'Font',
  'Subtotal'                    => 'Subtotal',
  'Tax Included'                => 'Impostos Inclosos',
  'To'                          => 'Fins',
  'Total'                       => 'Total',
  'Unit'                        => 'Unitat',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add'                         => 'add',
  'display'                     => 'display',
  'display_row'                 => 'display_row',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'js_menu'                     => 'js_menu',
  'lookup_partsgroup'           => 'lookup_partsgroup',
  'menubar'                     => 'menubar',
  'openinvoices'                => 'openinvoices',
  'post'                        => 'post',
  'print'                       => 'print',
  'print_and_post'              => 'print_and_post',
  'print_form'                  => 'print_form',
  'print_options'               => 'print_options',
  'receipts'                    => 'receipts',
  'section_menu'                => 'section_menu',
  'continuar'                   => 'continue',
  'esborrar'                    => 'delete',
};

1;