$self{texts} = {
  'Account.'                    => 'Ŀ',
  'Are you sure you want to delete Transaction' => 'ȷҪɾĿ',
  'Batch'                       => '',
  'Cannot have a value in both Debit and Credit!' => 'м۸ڴ跽!',
  'Confirm!'                    => 'ʳɹ!',
  'Credit'                      => '',
  'Date'                        => '',
  'Debit'                       => '跽',
  'Debit and Credit out of balance!' => '跽һ',
  'Delete Transaction'          => 'ɾĿ',
  'Description'                 => '˵',
  'No.'                         => '',
  'Post As New Transaction'     => 'ĳ½',
  'Post Transaction'            => 'Ľ',
  'Project'                     => '',
  'Quick Entry'                 => '',
  'Source missing!'             => 'δָԴ!',
  'Source.'                     => 'Դ',
  'Sub'                         => '',
  'Trans No.'                   => 'ױ',
  'Transaction Date missing!'   => '©Ŀ!',
  'Update Form'                 => '±',
  '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',
  'ĳ½'                  => 'post_as_new_transaction',
  'Ľ'                      => 'post_transaction',
  '±'                    => 'update_form',
  '_ɾĿ'                 => 'yes_delete_transaction',
}; 

1;
