$self{texts} = {
  'Account'                     => 'Hesap',
  'Accounting Menu'             => 'Muhasebe Mens',
  'Balance'                     => 'Kalan',
  'Beginning Balance'           => 'Al Bakiyesi',
  'Continue'                    => 'Devam',
  'Date'                        => 'Tarih',
  'Decrease'                    => 'Eksilme',
  'Deposit'                     => 'Depozito',
  'Description'                 => 'Aklama',
  'Difference'                  => 'Fark',
  'Done'                        => 'Tamam',
  'From'                        => 'Balang',
  'Include Exchange Rate Difference' => 'Include Exchange Rate Difference',
  'Increase'                    => 'Art',
  'Out of balance!'             => 'Eit deil!',
  'Payment'                     => 'deme',
  'Reconciliation'              => 'Konsolidasyon',
  'Select all'                  => 'Hepsini se',
  'Source'                      => 'Kaynak',
  'Statement Balance'           => 'Tablo',
  'To'                          => 'Biti',
  'Update'                      => 'Gncelle',
};

$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',
  'tamam'                       => 'done',
  'hepsini_se'                 => 'select_all',
  'gncelle'                    => 'update',
};

1;
