$self{texts} = {
  'AP'                          => '',
  'AR'                          => '',
  'Account'                     => '',
  'Accounting Menu'             => ' ̦',
  'Address'                     => '',
  'All'                         => 'Ӧ',
  'Amount'                      => '',
  'Amount Due'                  => ' ',
  'Cannot process payment for a closed period!' => '   Ԧ   Ҧ!',
  'Continue'                    => '',
  'Currency'                    => '',
  'Customer'                    => '̦',
  'Customer not on file!'       => '̦   !',
  'Date'                        => '',
  'Date missing!'               => '  !',
  'Deposit'                     => '/',
  'Description'                 => '',
  'Exchange Rate'               => ' ',
  'Exchange rate missing!'      => '   !',
  'Invoice'                     => '-',
  'Invoices'                    => '-',
  'Number'                      => '',
  'PDF'                         => 'PDF  ',
  'Payment'                     => 'Ԧ',
  'Payment posted!'             => 'Ԧ !',
  'Post'                        => '',
  'Postscript'                  => 'Postscript',
  'Print'                       => '',
  'Project not on file!'        => '   !',
  'Receipt'                     => 'æ',
  'Screen'                      => '',
  'Select from one of the names below' => 'Ҧ    ',
  'Select from one of the projects below' => 'Ҧ    Ԧ',
  'Source'                      => '',
  'Update'                      => '',
  'Vendor'                      => '',
  'Vendor not on file!'         => '    ',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_form'                  => 'check_form',
  'check_name'                  => 'check_name',
  'check_project'               => 'check_project',
  'continue'                    => 'continue',
  'customer_details'            => 'customer_details',
  'display'                     => 'display',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'gl_transaction'              => 'gl_transaction',
  'list_invoices'               => 'list_invoices',
  'menubar'                     => 'menubar',
  'name_selected'               => 'name_selected',
  'payment'                     => 'payment',
  'post'                        => 'post',
  'print'                       => 'print',
  'project_selected'            => 'project_selected',
  'sales_invoice_'              => 'sales_invoice_',
  'section_menu'                => 'section_menu',
  'select_name'                 => 'select_name',
  'select_project'              => 'select_project',
  'update'                      => 'update',
  'vendor_details'              => 'vendor_details',
  'vendor_invoice_'             => 'vendor_invoice_',
  ''                  => 'continue',
  ''                   => 'post',
  ''                 => 'print',
  ''                    => 'update',
};

1;
