$self{texts} = {
  'Account'                     => 'Hesap',
  'Accounting Menu'             => 'Muhasebe Mens',
  'Balance'                     => 'Balance',
  'Beginning Balance'           => 'Beginning Balance',
  'Continue'                    => 'Devam',
  'Date'                        => 'Tarih',
  'Decrease'                    => 'Decrease',
  'Deposit'                     => 'Deposit',
  'Description'                 => 'Aklama',
  'Difference'                  => 'Difference',
  'Done'                        => 'Done',
  'From'                        => 'Balang',
  'Include Exchangerate Difference' => 'Include Exchangerate Difference',
  'Increase'                    => 'Increase',
  'Out of balance!'             => 'Out of balance!',
  'Payment'                     => 'deme',
  'Reconciliation'              => 'Reconciliation',
  'Select all'                  => 'Select all',
  'Source'                      => 'Kaynak',
  'Statement Balance'           => 'Statement Balance',
  'To'                          => 'Biti',
  'Update'                      => 'Update',
};

$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',
  'devam'                       => 'continue',
  'done'                        => 'done',
  'select_all'                  => 'select_all',
  'update'                      => 'update',
};

1;
