$self{texts} = {
  'Account'                     => '',
  'Accounting Menu'             => '|p',
  'Balance'                     => 'l',
  'Beginning Balance'           => '쵲l',
  'Continue'                    => '~',
  'Date'                        => '',
  'Decrease'                    => 'p',
  'Deposit'                     => 's/q',
  'Description'                 => '',
  'Difference'                  => 'tB',
  'Done'                        => '',
  'From'                        => 'q',
  'Increase'                    => 'W[',
  'Out of balance!'             => 'l',
  'Payment'                     => 'Iڤ覡',
  'R'                           => 'R',
  'Reconciliation'              => 'ֹ䲼λȦ뵲',
  'Select all'                  => '',
  'Source'                      => 'ӷ',
  'Statement Balance'           => '뵲浲l',
  'To'                          => '',
  'Update'                      => 's',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'continue'                    => 'continue',
  'display'                     => 'display',
  'display_form'                => 'display_form',
  'done'                        => 'done',
  'get_payments'                => 'get_payments',
  'menubar'                     => 'menubar',
  'reconciliation'              => 'reconciliation',
  'section_menu'                => 'section_menu',
  'select_all'                  => 'select_all',
  'update'                      => 'update',
  '~'                        => 'continue',
  ''                        => 'done',
  ''                        => 'select_all',
  's'                        => 'update',
}; 

1;
