$self{texts} = {
  'AP Transaction'              => ' ',
  'AR Transaction'              => ' ',
  'Account'                     => '',
  'Add Cash Transfer Transaction' => '   ',
  'Add General Ledger Transaction' => ' ',
  'Address'                     => '',
  'All'                         => '',
  'Amount'                      => '',
  'Apr'                         => '',
  'April'                       => '',
  'Are you sure you want to delete Transaction' => ' ,     ?',
  'Asset'                       => '',
  'Aug'                         => '',
  'August'                      => '',
  'Balance'                     => '',
  'Cannot delete transaction!'  => '  !',
  'Cannot post transaction for a closed period!' => '     !',
  'Cannot post transaction!'    => '  !',
  'Confirm!'                    => '!',
  'Continue'                    => '',
  'Credit'                      => '',
  'Customer not on file!'       => '   !',
  'Date'                        => '',
  'Debit'                       => '',
  'Dec'                         => '',
  'December'                    => '',
  'Delete'                      => '',
  'Description'                 => '',
  'Edit Cash Transfer Transaction' => '   ',
  'Edit General Ledger Transaction' => '   ',
  'Equity'                      => '',
  'Expense'                     => '',
  'FX'                          => 'FX',
  'Feb'                         => '',
  'February'                    => '',
  'From'                        => '',
  'GIFI'                        => 'GIFI',
  'GL Transaction'              => '',
  'General Ledger'              => ' ',
  'ID'                          => '',
  'Include in Report'           => '  ',
  'Income'                      => '',
  'Jan'                         => '',
  'January'                     => '',
  'Jul'                         => '',
  'July'                        => '',
  'Jun'                         => '',
  'June'                        => '',
  'Liability'                   => '',
  'Mar'                         => '',
  'March'                       => '',
  'May'                         => '',
  'May '                        => '',
  'Notes'                       => '',
  'Nov'                         => '',
  'November'                    => '',
  'Oct'                         => '',
  'October'                     => '',
  'Out of balance transaction!' => 'Out of balance transaction!',
  'Post'                        => '',
  'Post as new'                 => '  ',
  'Project'                     => '',
  'R'                           => 'R',
  'Reference'                   => '',
  'Reference missing!'          => ' !',
  'Reports'                     => '',
  'Sales Invoice'               => ' ',
  'Select from one of the names below' => '    ',
  'Sep'                         => '',
  'September'                   => '',
  'Source'                      => '',
  'Subtotal'                    => '',
  'Transaction Date missing!'   => '  !',
  'Transaction deleted!'        => ' !',
  'Transaction posted!'         => ' !',
  'Update'                      => '',
  'Vendor Invoice'              => ' ',
  'Vendor not on file!'         => '   !',
  'Warning!'                    => 'Warning!',
  'Yes'                         => '',
  'to'                          => '',
};

$self{subs} = {
  'add'                         => 'add',
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_name'                  => 'check_name',
  'continue'                    => 'continue',
  'delete'                      => 'delete',
  'display_form'                => 'display_form',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'form_row'                    => 'form_row',
  'generate_report'             => 'generate_report',
  'gl_subtotal'                 => 'gl_subtotal',
  'gl_transaction'              => 'gl_transaction',
  'name_selected'               => 'name_selected',
  'post'                        => 'post',
  'post_adjustment'             => 'post_adjustment',
  'post_as_new'                 => 'post_as_new',
  'sales_invoice'               => 'sales_invoice',
  'search'                      => 'search',
  'select_name'                 => 'select_name',
  'update'                      => 'update',
  'vendor_invoice'              => 'vendor_invoice',
  'yes'                         => 'yes',
  '_'            => 'ap_transaction',
  '_'            => 'ar_transaction',
  ''                  => 'continue',
  ''                     => 'delete',
  ''                    => 'gl_transaction',
  ''                    => 'post',
  '__'          => 'post_as_new',
  '_'          => 'sales_invoice',
  ''                    => 'update',
  '_'          => 'vendor_invoice',
  ''                          => 'yes',
};

1;
