$self{texts} = {
  'Account'                     => 'Ŀ',
  'Account.'                    => 'Ŀ',
  'Add General Ledger Transaction' => 'ʽ',
  'Amount'                      => 'ܼ',
  'Are you sure you want to delete Transaction' => 'ȷҪɾĿ',
  'Batch'                       => '',
  'Cannot have a value in both Debit and Credit!' => 'м۸ڴ跽!',
  'Confirm!'                    => 'ʳɹ!',
  'Credit'                      => '',
  'Customer or Vendor not found!' => 'ͻ޷Ѱ!',
  'Date'                        => '',
  'Debit'                       => '跽',
  'Delete Transaction'          => 'ɾĿ',
  'Description'                 => '˵',
  'Edit General Ledger Transaction' => '༭',
  'Expenses'                    => '',
  'No.'                         => '',
  'Post As New Transaction'     => 'ĳ½',
  'Post Transaction'            => 'Ľ',
  'Proj. No.'                   => '̱',
  'Project'                     => '',
  'Quick Entry - Credit'        => ' - ',
  'Quick Entry - Debit'         => ' - 跽',
  'REF'                         => 'Դ',
  'Source'                      => 'Դ',
  'Source Prefix'               => 'Դ',
  'Source missing!'             => 'δָԴ!',
  'Sub'                         => '',
  'Trans No.'                   => 'ױ',
  'Transaction Date missing!'   => '©Ŀ!',
  'Type'                        => '',
  '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',
  'form_row_hidden'             => 'form_row_hidden',
  'post_transaction'            => 'post_transaction',
  'update_form'                 => 'update_form',
  'update_form2'                => 'update_form2',
  'yes_delete_transaction'      => 'yes_delete_transaction',
  'ɾĿ'                    => 'delete_transaction',
  'ĳ½'                  => 'post_as_new_transaction',
  'Ľ'                      => 'post_transaction',
  '±'                    => 'update_form',
  '_ɾĿ'                 => 'yes_delete_transaction',
}; 

1;
