$self{texts} = {
  'Add General Ledger Transaction' => 'Hinzufgen einer Buchung zum Hauptbuch',
  'Amount'                      => 'Betrag',
  'Book No.'                    => 'Book No.',
  'CS No.'                      => 'CS No.',
  'Cannot have a value in both Debit and Credit!' => 'Cannot have a value in both Debit and Credit!',
  'Customer or Vendor not found!' => 'Customer or Vendor not found!',
  'Date'                        => 'Datum',
  'Delete Transaction'          => 'Delete Transaction',
  'Description'                 => 'Beschreibung',
  'Edit General Ledger Transaction' => 'Buchung im Hauptbuch bearbeiten',
  'No.'                         => 'Nr.',
  'Post As New Transaction'     => 'Post As New Transaction',
  'Post Transaction'            => 'Post Transaction',
  'Source missing!'             => 'Source missing!',
  'Trans No.'                   => 'Trans No.',
  'Transaction Date missing!'   => 'Buchungsdatum fehlt!',
  'Update Form'                 => 'Update Form',
};

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

1;
