$self{texts} = {
  'Account'                     => 'Konto',
  'Accounting Menu'             => 'Konto-meny',
  'Balance'                     => 'Balans',
  'Beginning Balance'           => 'Beginning Balance',
  'Continue'                    => 'Fortstt',
  'Date'                        => 'Datum',
  'Decrease'                    => 'Decrease',
  'Deposit'                     => 'Skerhet',
  'Description'                 => 'Beskrivning',
  'Difference'                  => 'Differens',
  'Done'                        => 'Klart',
  'From'                        => 'Frn',
  'Include Exchangerate Difference' => 'Include Exchangerate Difference',
  'Increase'                    => 'Increase',
  'Out of balance!'             => 'Ej i balans',
  'Payment'                     => 'Betalning',
  'Reconciliation'              => 'Bankuppgrelse',
  'Select all'                  => 'Vlj alla',
  'Source'                      => 'Klla',
  'Statement Balance'           => 'Anmrkning status',
  'To'                          => 'Till',
  'Update'                      => 'Uppdatera',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'continue'                    => 'continue',
  'display'                     => 'display',
  'display_form'                => 'display_form',
  'done'                        => 'done',
  'get_payments'                => 'get_payments',
  'reconciliation'              => 'reconciliation',
  'section_menu'                => 'section_menu',
  'select_all'                  => 'select_all',
  'update'                      => 'update',
  'fortstt'                    => 'continue',
  'klart'                       => 'done',
  'vlj_alla'                   => 'select_all',
  'uppdatera'                   => 'update',
};

1;
