$self{texts} = {
  'AR Transactions'             => 'b',
  'Amount'                      => 'B',
  'Apr'                         => '|',
  'April'                       => '|',
  'Are you sure you want to delete Transaction' => 'zTwnR',
  'Aug'                         => 'K',
  'August'                      => 'K',
  'Cannot post payment for a closed period!' => 'Lw|p',
  'Cannot post transaction for a closed period!' => 'LkNLw|p!',
  'Closed'                      => 'w',
  'Confirm!'                    => 'T{!',
  'Continue'                    => '~',
  'Credit Limit'                => 'HB',
  'Curr'                        => 'O',
  'Currency'                    => 'O',
  'Customer'                    => 'Ȥ',
  'Date'                        => '',
  'Date Paid'                   => 'Iڤ',
  'Dec'                         => 'QG',
  'December'                    => 'QG',
  'Due Date'                    => '',
  'Due Date missing!'           => '|!',
  'Exchangerate'                => 'ײv',
  'Exchangerate for payment missing!' => 'Lڶײv',
  'Exchangerate missing!'       => 'Lײv',
  'Feb'                         => 'G',
  'February'                    => 'G',
  'From'                        => 'q',
  'ID'                          => 's',
  'Include in Report'           => '@',
  'Invoice'                     => 'o',
  'Invoice Date'                => 'o',
  'Invoice Date missing!'       => 'Lo!',
  'Invoice Number'              => 'os',
  'Invoice Number missing!'     => 'Los!',
  'Jan'                         => '@',
  'January'                     => '@',
  'Jul'                         => 'C',
  'July'                        => 'C',
  'Jun'                         => '',
  'June'                        => '',
  'Mar'                         => 'T',
  'March'                       => 'T',
  'May'                         => '',
  'May '                        => '',
  'Notes'                       => 'Ƶ',
  'Nov'                         => 'Q@',
  'November'                    => 'Q@',
  'Oct'                         => 'Q',
  'October'                     => 'Q',
  'Open'                        => '}',
  'Order'                       => 'q',
  'Order Number'                => 'qs',
  'Paid'                        => 'wI',
  'Payment date missing!'       => 'Iڤ!',
  'Remaining'                   => '|l',
  'Sep'                         => 'E',
  'September'                   => 'E',
  'Source'                      => 'ӷ',
  'Subtotal'                    => 'pp',
  'Tax'                         => '|',
  'Tax Included'                => ']A|',
  'To'                          => '',
  'Total'                       => '`p',
};

$self{subs} = {
  'add'                         => 'add',
  'ar_subtotal'                 => 'ar_subtotal',
  'ar_transactions'             => 'ar_transactions',
  'continue'                    => 'continue',
  'create_links'                => 'create_links',
  'delete_transaction'          => 'delete_transaction',
  'display_form'                => 'display_form',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'payments'                    => 'payments',
  'post_as_new_transaction'     => 'post_as_new_transaction',
  'post_transaction'            => 'post_transaction',
  'process_payments'            => 'process_payments',
  'search'                      => 'search',
  'update_form'                 => 'update_form',
  'yes_delete_transaction'      => 'yes_delete_transaction',
  '~'                        => 'continue',
  'delete_transaction'          => 'delete_transaction',
  'post_as_new_transaction'     => 'post_as_new_transaction',
  'post_transaction'            => 'post_transaction',
  'process_payments'            => 'process_payments',
  'update_form'                 => 'update_form',
  'yes_delete_transaction'      => 'yes_delete_transaction',
}; 

1;
