$self{texts} = {
  'AP Transaction'              => 'Ib',
  'AR Transaction'              => 'b',
  'Account'                     => '',
  'Add Cash Transfer Transaction' => 'sW{',
  'Add General Ledger Transaction' => 'sW`b',
  'Address'                     => 'a}',
  'All'                         => '',
  'Amount'                      => 'B',
  'Apr'                         => '|',
  'April'                       => '|',
  'Are you sure you want to delete Transaction' => 'zTwnR',
  'Asset'                       => '겣',
  'Aug'                         => 'K',
  'August'                      => 'K',
  'Balance'                     => 'l',
  'Cannot delete transaction!'  => 'R',
  'Cannot post transaction for a closed period!' => 'LkNLw|p!',
  'Cannot post transaction!'    => 'L',
  'Confirm!'                    => 'T{!',
  'Continue'                    => '~',
  'Credit'                      => 'U',
  'Customer not on file!'       => 'Ȥᤣbɮפ',
  'Date'                        => '',
  'Debit'                       => 'ɤ',
  'Dec'                         => 'QG',
  'December'                    => 'QG',
  'Delete'                      => 'R',
  'Description'                 => '',
  'Edit Cash Transfer Transaction' => 'ק{',
  'Edit General Ledger Transaction' => 's`b',
  'Equity'                      => 'ѪFvq',
  'Expense'                     => 'O',
  'FX'                          => 'FX',
  'Feb'                         => 'G',
  'February'                    => 'G',
  'From'                        => 'q',
  'GIFI'                        => 'GIFI',
  'GL Transaction'              => '`',
  'General Ledger'              => '`',
  'ID'                          => 's',
  'Include in Report'           => '@',
  'Income'                      => 'q',
  'Jan'                         => '@',
  'January'                     => '@',
  'Jul'                         => 'C',
  'July'                        => 'C',
  'Jun'                         => '',
  'June'                        => '',
  'Liability'                   => 't',
  'Mar'                         => 'T',
  'March'                       => 'T',
  'May'                         => '',
  'May '                        => '',
  'Notes'                       => 'Ƶ',
  'Nov'                         => 'Q@',
  'November'                    => 'Q@',
  'Oct'                         => 'Q',
  'October'                     => 'Q',
  'Post'                        => 'L',
  'Post as new'                 => '@sL',
  'Project'                     => 'p',
  'R'                           => 'R',
  'Reference'                   => 'Ѧҵ',
  'Reference missing!'          => 'LѦҵ',
  'Reports'                     => '',
  'Sales Invoice'               => 'Po',
  'Select from one of the names below' => 'UCW٤ܤ@',
  'Sep'                         => 'E',
  'September'                   => 'E',
  'Source'                      => 'ӷ',
  'Subtotal'                    => 'pp',
  'Transaction Date missing!'   => '|!',
  'Transaction deleted!'        => 'wR',
  'Transaction posted!'         => 'wL',
  'Update'                      => 's',
  'Vendor Invoice'              => 'ӵo',
  'Vendor not on file!'         => 'Ӥbɮפ',
  'Yes'                         => 'O',
  '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_as_new'                 => 'post_as_new',
  'sales_invoice'               => 'sales_invoice',
  'search'                      => 'search',
  'select_name'                 => 'select_name',
  'update'                      => 'update',
  'vendor_invoice'              => 'vendor_invoice',
  'yes'                         => 'yes',
  'ib'                  => 'ap_transaction',
  'b'                  => 'ar_transaction',
  '~'                        => 'continue',
  'r'                        => 'delete',
  '`'                    => 'gl_transaction',
  'l'                        => 'post',
  '@sl'                => 'post_as_new',
  'po'                    => 'sales_invoice',
  's'                        => 'update',
  'ӵo'                  => 'vendor_invoice',
  'o'                          => 'yes',
};

1;
