$self{texts} = {
  'Account'                     => 'Ŀ',
  'Accounting Menu'             => 'ѡ',
  'Balance'                     => '',
  'Continue'                    => '',
  'Date'                        => '',
  'Decrease'                    => '',
  'Deposit'                     => '',
  'Description'                 => '˵',
  'Difference'                  => '',
  'Done'                        => '',
  'From'                        => '',
  'Include Exchange Rate Difference' => 'ʲ',
  'Increase'                    => '',
  'Out of balance!'             => 'ڲ!',
  'Outstanding'                 => 'δ',
  'Payment'                     => 'ʽ',
  'R'                           => 'R',
  'Reconciliation'              => 'ͣ',
  'Reconciliation Report'       => 'ͣ',
  'Select all'                  => 'ѡȫ',
  'Source'                      => 'Դ',
  'Statement Balance'           => 'Ŀ',
  'To'                          => '',
  'Update'                      => '',
};

$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',
  ''                        => 'update',
}; 

1;
