$self{texts} = {
  'AP'                          => '',
  'AR'                          => '',
  'Account'                     => '',
  'Account Number'              => ' ',
  'Account Number missing!'     => '   !',
  'Account Type'                => ' ',
  'Account Type missing!'       => '   !',
  'Account deleted!'            => ' !',
  'Account saved!'              => ' !',
  'Add Account'                 => ' ',
  'Add GIFI'                    => ' GIFI',
  'Address'                     => '',
  'Asset'                       => '',
  'Audit Control'               => '',
  'Backup sent to'              => '   ',
  'Books are open'              => ' ',
  'Business Number'             => '',
  'COGS'                        => 'COGS',
  'Cannot delete account!'      => '  !',
  'Cannot delete default account!' => '   !',
  'Cannot save account!'        => '  !',
  'Cannot save preferences!'    => '  !',
  'Cannot set account for more than one of AR, AP or IC' => '    ,    AR, AP  IC',
  'Character Set'               => '',
  'Chart of Accounts'           => ' ',
  'Close Books up to'           => '  ',
  'Company'                     => '',
  'Continue'                    => '',
  'Copy to COA'                 => '  ',
  'Credit'                      => '',
  'Date Format'                 => ' ',
  'Debit'                       => '',
  'Delete'                      => '',
  'Delete Account'              => ' ',
  'Description'                 => '',
  'Dropdown Limit'              => '  ',
  'E-mail'                      => 'E-mail',
  'Edit'                        => '',
  'Edit Account'                => ' ',
  'Edit GIFI'                   => ' GIFI',
  'Edit Preferences for'        => '  ',
  'Edit Template'               => ' ',
  'Enforce transaction reversal for all dates' => '  ',
  'Enter up to 3 letters separated by a colon (i.e CAD:USD:EUR) for your native and foreign currencies' => '        ,   (. RUR:USD:EUR)',
  'Equity'                      => '',
  'Expense'                     => '',
  'Expense Account'             => ' ',
  'Expense/Asset'               => '/',
  'Fax'                         => '',
  'Foreign Exchange Gain'       => '  ',
  'Foreign Exchange Loss'       => '  ',
  'GIFI'                        => 'GIFI',
  'GIFI deleted!'               => 'GIFI ',
  'GIFI missing!'               => ' GIFI',
  'GIFI saved!'                 => 'GIFI !',
  'Heading'                     => '',
  'Include in drop-down menus'  => '   ',
  'Include this account on the customer/vendor forms to flag customer/vendor as taxable?' => '     /    ,   .',
  'Income'                      => '',
  'Income Account'              => ' ',
  'Inventory'                   => '',
  'Inventory Account'           => ' ',
  'Is this a summary account to record' => '  ?',
  'Language'                    => '',
  'Last Invoice Number'         => '  ',
  'Last Numbers & Default Accounts' => '     ',
  'Last Purchase Order Number'  => '   ',
  'Last Sales Order Number'     => '   ',
  'Liability'                   => '',
  'Link'                        => '',
  'Name'                        => '',
  'No'                          => '',
  'No email address for'        => '  e-mail ',
  'Number'                      => '',
  'Number Format'               => ' ',
  'Parts Inventory'             => '',
  'Password'                    => '',
  'Payables'                    => '  ',
  'Payment'                     => '',
  'Phone'                       => '.',
  'Preferences saved!'          => ' !',
  'Rate'                        => '',
  'Receivables'                 => ' ',
  'Sales'                       => '',
  'Save'                        => '',
  'Service Items'               => ' ',
  'Ship via'                    => ' ',
  'Signature'                   => '',
  'Stylesheet'                  => '',
  'Tax'                         => '',
  'Tax Accounts'                => ' ',
  'Template saved!'             => ' !',
  'Transaction reversal enforced for all dates' => '    ',
  'Transaction reversal enforced up to' => '  ',
  'Transactions exist; cannot delete account!' => ' ,   !',
  'Weight Unit'                 => ' ',
  'Year End'                    => '  ',
  'Yes'                         => '',
  'account cannot be set to any other type of account' => '       ',
  'does not exist'              => ' ',
};

$self{subs} = {
  'add'                         => 'add',
  'add_gifi'                    => 'add_gifi',
  'audit_control'               => 'audit_control',
  'backup'                      => 'backup',
  'config'                      => 'config',
  'continue'                    => 'continue',
  'copy_to_coa'                 => 'copy_to_coa',
  'delete'                      => 'delete',
  'delete_account'              => 'delete_account',
  'delete_gifi'                 => 'delete_gifi',
  'display_form'                => 'display_form',
  'display_stylesheet'          => 'display_stylesheet',
  'doclose'                     => 'doclose',
  'edit'                        => 'edit',
  'edit_gifi'                   => 'edit_gifi',
  'edit_template'               => 'edit_template',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'gifi_footer'                 => 'gifi_footer',
  'gifi_header'                 => 'gifi_header',
  'list'                        => 'list',
  'list_gifi'                   => 'list_gifi',
  'save'                        => 'save',
  'save_account'                => 'save_account',
  'save_gifi'                   => 'save_gifi',
  'save_preferences'            => 'save_preferences',
  'save_template'               => 'save_template',
  '_'                  => 'add_account',
  ''                  => 'continue',
  '__'            => 'copy_to_coa',
  ''                     => 'delete',
  ''                    => 'edit',
  '_'               => 'edit_account',
  ''                   => 'save',
};

1;
