$self{texts} = {
  'Account'                     => 'Ŀ',
  'Balance'                     => '',
  'Cleared Balance'             => 'Cleared Balance',
  'Continue'                    => '',
  'Date'                        => '',
  'Deposit'                     => '',
  'Description'                 => '˵',
  'Difference'                  => '',
  'Done'                        => '',
  'Exchangerate Difference'     => 'Exchangerate Difference',
  'From'                        => '',
  'Out of balance!'             => 'ڲ!',
  'Payment'                     => 'ʽ',
  'Reconciliation'              => 'ͣ',
  'Select all'                  => 'ѡȫ',
  'Source'                      => 'Դ',
  'Statement Balance'           => 'Ŀ',
  'Update'                      => '',
  'to'                          => '',
};

$self{subs} = {
  'continue'                    => 'continue',
  'display_form'                => 'display_form',
  'done'                        => 'done',
  'get_payments'                => 'get_payments',
  'reconciliation'              => 'reconciliation',
  'select_all'                  => 'select_all',
  'update'                      => 'update',
  ''                        => 'continue',
  ''                        => 'done',
  'ѡȫ'                    => 'select_all',
  ''                        => 'update',
};

1;
