$self{texts} = {
  'Account.'                    => 'ʻ',
  'Add General Ledger Transaction' => '',
  'Are you sure you want to delete Transaction' => 'ȷҪɾĿ',
  'Batch'                       => 'Batch',
  'Cannot have a value in both Debit and Credit!' => 'Cannot have a value in both Debit and Credit!',
  'Confirm!'                    => 'ʳɹ!',
  'Credit'                      => '',
  'Date'                        => '',
  'Debit'                       => '跽',
  'Debit and Credit out of balance!' => 'Debit and Credit out of balance!',
  'Delete Transaction'          => 'Delete Transaction',
  'Description'                 => '˵',
  'Edit General Ledger Transaction' => '༭',
  'No.'                         => '',
  'Post As New Transaction'     => 'ĳĿ',
  'Post Transaction'            => 'Ŀ',
  'Source missing!'             => 'Դ',
  'Source.'                     => 'Դ',
  'Trans No.'                   => 'Trans No.',
  'Transaction Date missing!'   => '©Ŀ!',
  'Update Form'                 => '',
  'Yes Delete Transaction'      => 'Yes Delete Transaction',
};

$self{subs} = {
  'add'                         => 'add',
  'delete_transaction'          => 'delete_transaction',
  'display_form'                => 'display_form',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'form_row'                    => 'form_row',
  'post_transaction'            => 'post_transaction',
  'update_form'                 => 'update_form',
  'yes_delete_transaction'      => 'yes_delete_transaction',
  'delete_transaction'          => 'delete_transaction',
  'ĳĿ'                  => 'post_as_new_transaction',
  'Ŀ'                      => 'post_transaction',
  ''                        => 'update_form',
  'yes_delete_transaction'      => 'yes_delete_transaction',
};

1;
