$self{texts} = {
  'Account'                     => 'Szmla',
  'Accounting Menu'             => 'Men',
  'Balance'                     => 'Egyenleg',
  'Beginning Balance'           => 'Beginning Balance',
  'Continue'                    => 'Folytats',
  'Date'                        => 'Dtum',
  'Decrease'                    => 'Decrease',
  'Deposit'                     => 'Bett',
  'Description'                 => 'Szveges lers',
  'Difference'                  => 'Eltrs',
  'Done'                        => 'Elvgezve',
  'From'                        => 'Mikortl:',
  'Include Exchangerate Difference' => 'Include Exchangerate Difference',
  'Increase'                    => 'Increase',
  'Out of balance!'             => 'Az egyenleg nem stimmel!',
  'Payment'                     => 'Kifizets',
  'Reconciliation'              => 'Egyeztets',
  'Select all'                  => 'Mindent kijell',
  'Source'                      => 'Bizonylatszm',
  'Statement Balance'           => 'Kimutats egyenlege',
  'To'                          => 'Meddig:',
  'Update'                      => 'Frissts',
};

$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',
  'folytats'                   => 'continue',
  'elvgezve'                   => 'done',
  'mindent_kijell'             => 'select_all',
  'frissts'                   => 'update',
};

1;
