$self{texts} = {
  'Account'                     => '',
  'Address'                     => 'a}',
  'Amount'                      => 'B',
  'Amount Due'                  => 'B',
  'Amount does not equal applied!' => 'JBPo',
  'Amount missing!'             => 'SBJ',
  'Applied'                     => 'wI',
  'Cannot post payment!'        => 'L',
  'Cannot process payment for a closed period!' => 'Lkbw|pBz榬!',
  'Check'                       => '䲼',
  'Check printed!'              => 'wL䲼',
  'Check printing failed!'      => 'LkL䲼',
  'Continue'                    => '~',
  'Currency'                    => 'O',
  'Customer'                    => 'Ȥ',
  'Customer not on file!'       => 'Ȥᤣbɮפ',
  'Date'                        => '',
  'Date missing!'               => 'S',
  'Exchangerate'                => 'ײv',
  'From'                        => 'q',
  'Invoice'                     => 'o',
  'Invoices'                    => 'o',
  'Nothing applied!'            => 'L榬',
  'Paid in full'                => 'ƤI',
  'Payment'                     => 'Iڤ覡',
  'Payment posted!'             => 'IڶwL',
  'Post'                        => 'L',
  'Print'                       => 'L',
  'Printer'                     => 'L',
  'Receipt'                     => '',
  'Receipt printed!'            => 'wL',
  'Receipt printing failed!'    => 'LkL',
  'Reference'                   => 'Ѧҵ',
  'Screen'                      => 'ù',
  'Select from one of the names below' => 'UCW٤ܤ@',
  'Update'                      => 's',
  'Vendor'                      => '',
  'Vendor not on file!'         => 'Ӥbɮפ',
  'to'                          => '',
};

$self{subs} = {
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_form'                  => 'check_form',
  'check_name'                  => 'check_name',
  'continue'                    => 'continue',
  'customer_details'            => 'customer_details',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'gl_transaction'              => 'gl_transaction',
  'list_invoices'               => 'list_invoices',
  'name_selected'               => 'name_selected',
  'payment'                     => 'payment',
  'post'                        => 'post',
  'print'                       => 'print',
  'sales_invoice'               => 'sales_invoice',
  'select_name'                 => 'select_name',
  'update'                      => 'update',
  'vendor_details'              => 'vendor_details',
  'vendor_invoice'              => 'vendor_invoice',
  '~'                        => 'continue',
  'l'                        => 'post',
  'l'                        => 'print',
  's'                        => 'update',
};

1;
