$self{texts} = {
  'AP Transaction'              => 'I',
  'AR Transaction'              => '',
  'Account'                     => 'b',
  'Accounting Menu'             => '|p',
  'Add Cash Transfer Transaction' => 'sW{ಾb',
  'Add General Ledger Transaction' => 'sW`b',
  'Address'                     => 'a}',
  'All'                         => '',
  'Amount'                      => '`p',
  'Apr'                         => '|',
  'April'                       => '|',
  'Are you sure you want to delete Transaction' => 'zO_TwnR',
  'Asset'                       => '겣',
  'Aug'                         => 'K',
  'August'                      => 'K',
  'Balance'                     => 'lB',
  'Cannot delete transaction!'  => 'R',
  'Cannot post transaction for a closed period!' => 'bwɬq[J!',
  'Cannot post transaction!'    => '[J',
  'Confirm!'                    => 'Jb\!',
  'Continue'                    => '~',
  'Contra'                      => 'ۤ',
  'Credit'                      => 'U',
  'Current'                     => '{',
  'Customer not on file!'       => 'Ȥ᥼s',
  'Date'                        => '',
  'Debit'                       => 'ɤ',
  'Dec'                         => 'QG',
  'December'                    => 'QG',
  'Delete'                      => 'R',
  'Department'                  => '',
  'Description'                 => '',
  'Edit Cash Transfer Transaction' => 's{ಾ',
  'Edit General Ledger Transaction' => 's`b',
  'Equity'                      => 'v',
  'Expense'                     => 'O',
  'Feb'                         => 'G',
  'February'                    => 'G',
  'From'                        => 'q',
  'GL Transaction'              => 'GL',
  'General Ledger'              => '`b',
  'ID'                          => 's',
  'Include in Report'           => '@',
  'Income'                      => 'J',
  'Jan'                         => '@',
  'January'                     => '@',
  'Jul'                         => 'C',
  'July'                        => 'C',
  'Jun'                         => '',
  'June'                        => '',
  'Liability'                   => 't',
  'Mar'                         => 'T',
  'March'                       => 'T',
  'May'                         => '',
  'May '                        => '',
  'Notes'                       => 'Ƶ',
  'Nov'                         => 'Q@',
  'November'                    => 'Q@',
  'Number'                      => 's',
  'Oct'                         => 'Q',
  'October'                     => 'Q',
  'Out of balance transaction!' => 'ե',
  'Post'                        => '[J',
  'Post as new'                 => 's[J',
  'Project'                     => '',
  'Project not on file!'        => 'פLɮ',
  'Reference'                   => 'ѦҸ',
  'Reference missing!'          => 'ѦҸ',
  'Reports'                     => '',
  'Select from one of the names below' => 'UCmWܤ@',
  'Select from one of the projects below' => 'UCפܤ@',
  'Sep'                         => 'E',
  'September'                   => 'E',
  'Source'                      => 'ӷ',
  'Subtotal'                    => 'pp',
  'To'                          => '',
  'Transaction Date missing!'   => '!',
  'Transaction deleted!'        => 'xR',
  'Transaction posted!'         => 'x[J',
  'Update'                      => 's',
  'Vendor not on file!'         => 'ɮרS',
  'Warning!'                    => 'ĵi',
  'Yes'                         => 'O',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add'                         => 'add',
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_name'                  => 'check_name',
  'check_project'               => 'check_project',
  'continue'                    => 'continue',
  'delete'                      => 'delete',
  'display'                     => 'display',
  'display_form'                => 'display_form',
  'display_rows'                => 'display_rows',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'generate_report'             => 'generate_report',
  'gl_subtotal'                 => 'gl_subtotal',
  'gl_transaction'              => 'gl_transaction',
  'menubar'                     => 'menubar',
  'name_selected'               => 'name_selected',
  'post'                        => 'post',
  'post_adjustment'             => 'post_adjustment',
  'post_as_new'                 => 'post_as_new',
  'project_selected'            => 'project_selected',
  'sales_invoice_'              => 'sales_invoice_',
  'search'                      => 'search',
  'section_menu'                => 'section_menu',
  'select_name'                 => 'select_name',
  'select_project'              => 'select_project',
  'update'                      => 'update',
  'vendor_invoice_'             => 'vendor_invoice_',
  'yes'                         => 'yes',
  'i'                    => 'ap_transaction',
  ''                    => 'ar_transaction',
  '~'                        => 'continue',
  'r'                        => 'delete',
  'gl'                      => 'gl_transaction',
  '[j'                        => 'post',
  's[j'                  => 'post_as_new',
  'sales_invoice_'              => 'sales_invoice_',
  's'                        => 'update',
  'vendor_invoice_'             => 'vendor_invoice_',
  'o'                          => 'yes',
};

1;
