$self{charset} = 'ISO-8859-5';

$self{texts} = {
  'AP'                          => '',
  'AP Aging'                    => '  ',
  'AP Transaction'              => ' ',
  'AR'                          => '',
  'AR Aging'                    => '  ',
  'AR Transaction'              => ' ',
  'Accounting Menu'             => ' ',
  'Add Account'                 => ' ',
  'Add Assembly'                => ' ',
  'Add Customer'                => ' ',
  'Add Employee'                => ' ',
  'Add GIFI'                    => ' GIFI',
  'Add Group'                   => ' ',
  'Add Labor/Overhead'          => ' / ',
  'Add Part'                    => ' ',
  'Add Pricegroup'              => '  ',
  'Add Project'                 => ' ',
  'Add Service'                 => ' ',
  'Add Transaction'             => ' ',
  'Add Vendor'                  => ' ',
  'Administration'              => '',
  'All Items'                   => ' ',
  'Assemblies'                  => '',
  'Assembly'                    => '',
  'Audit Control'               => '',
  'Backup'                      => ' ',
  'Balance Sheet'               => '',
  'Bin List'                    => ' Bin',
  'Bin Lists'                   => ' Bin',
  'Cannot create Lock!'         => ' !',
  'Cash'                        => '',
  'Change Password'             => ' ',
  'Chart of Accounts'           => ' ',
  'Check'                       => '',
  'Company'                     => '',
  'Components'                  => '',
  'Confirm'                     => '',
  'Confirm!'                    => '!',
  'Connect to'                  => ' ',
  'Continue'                    => '',
  'Create Chart of Accounts'    => '   ',
  'Create Dataset'              => '  ',
  'Customers'                   => '',
  'DBI not installed!'          => '   DBI!',
  'Dataset'                     => ' ',
  'Dataset missing!'            => '  ',
  'Deductions'                  => '',
  'Defaults'                    => '  ',
  'Delete'                      => '',
  'Departments'                 => '',
  'Description'                 => '',
  'Directory'                   => '',
  'Driver'                      => '',
  'Employees'                   => '',
  'Existing Datasets'           => '  ',
  'General Ledger'              => ' ',
  'Goods & Services'            => '  ',
  'Groups'                      => '',
  'HR'                          => '',
  'History'                     => '',
  'Host'                        => '',
  'Income Statement'            => '  /',
  'LaTeX Templates'             => ' LaTeX',
  'Labor/Overhead'              => '/ ',
  'Language'                    => '',
  'List Accounts'               => ' ',
  'List GIFI'                   => ' GIFI',
  'Lock System'                 => ' ',
  'Lockfile created!'           => '  !',
  'Lockfile removed!'           => '  !!',
  'Login'                       => '',
  'Logout'                      => '',
  'Multibyte Encoding'          => ' ',
  'Non-taxable'                 => '  ',
  'Open'                        => '',
  'Order Entry'                 => '',
  'Outstanding'                 => '',
  'POS'                         => '',
  'POS Invoice'                 => ' ',
  'Packing List'                => ' ',
  'Packing Lists'               => ' ',
  'Part'                        => '',
  'Parts'                       => '',
  'Password'                    => '',
  'Password changed!'           => ' !',
  'Passwords do not match!'     => ' !',
  'Payment'                     => '',
  'Payments'                    => '',
  'Pick List'                   => '  ',
  'Pick Lists'                  => '  ',
  'Port'                        => '',
  'Preferences'                 => '',
  'Pricegroups'                 => ' ',
  'Print'                       => '',
  'Projects'                    => '',
  'Purchase Order'              => ' ',
  'Purchase Orders'             => ' ',
  'Quotation'                   => '',
  'Quotations'                  => '',
  'RFQ'                         => '  ',
  'RFQs'                        => '  ',
  'Receipt'                     => '',
  'Receipts'                    => '',
  'Receive'                     => '',
  'Reconciliation'              => '',
  'Reports'                     => '',
  'SIC'                         => 'SIC',
  'Sale'                        => '',
  'Sales Invoice'               => ' ',
  'Sales Invoices'              => ' ',
  'Sales Order'                 => ' ',
  'Sales Orders'                => ' ',
  'Save to File'                => '  ',
  'Search'                      => '',
  'Send by E-Mail'              => '  E-Mail',
  'Service'                     => '',
  'Services'                    => '',
  'Session expired!'            => '   ',
  'Ship'                        => '',
  'Shipping'                    => '',
  'Statement'                   => '',
  'Stock Assembly'              => ' ',
  'Stylesheet'                  => '',
  'System'                      => '',
  'Tax collected'               => ' ',
  'Tax paid'                    => ' ',
  'Templates'                   => '',
  'Text Templates'              => ' TXT',
  'Transactions'                => '',
  'Transfer'                    => '',
  'Translations'                => '',
  'Trial Balance'               => ' ',
  'Type of Business'            => ' ',
  'Unlock System'               => ' ',
  'User'                        => '',
  'Vendor Invoice'              => ' ',
  'Vendor Invoices'             => ' ',
  'Vendors'                     => '',
  'Version'                     => '',
  'Warehouses'                  => '',
  'Work Order'                  => ' ',
  'Work Orders'                 => ' ',
  'Yearend'                     => ' ',
  'Yes'                         => '',
  'You are logged out'          => '   ',
  'does not exist'              => ' !',
  'locked!'                     => '!',
  'website'                     => ' WWW',
};

$self{subs} = {
  'Oracle'                      => 'Oracle',
  'Pg'                          => 'Pg',
  'PgPP'                        => 'PgPP',
  'Sybase'                      => 'Sybase',
  'add_dataset'                 => 'add_dataset',
  'adminlogin'                  => 'adminlogin',
  'change_password'             => 'change_password',
  'check_password'              => 'check_password',
  'continue'                    => 'continue',
  'create_config'               => 'create_config',
  'create_dataset'              => 'create_dataset',
  'dbcreate'                    => 'dbcreate',
  'dbdriver_defaults'           => 'dbdriver_defaults',
  'dbselect_source'             => 'dbselect_source',
  'delete'                      => 'delete',
  'do_change_password'          => 'do_change_password',
  'do_delete'                   => 'do_delete',
  'do_lock_system'              => 'do_lock_system',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'getpassword'                 => 'getpassword',
  'list_datasets'               => 'list_datasets',
  'lock_dataset'                => 'lock_dataset',
  'lock_system'                 => 'lock_system',
  'login'                       => 'login',
  'logout'                      => 'logout',
  'unlock_dataset'              => 'unlock_dataset',
  'unlock_system'               => 'unlock_system',
  'yes'                         => 'yes',
  ''                          => 'yes',
  '_'             => 'change_password',
  ''                => 'login',
  ''                  => 'continue',
  '_'      => 'unlock_system',
  ''                     => 'delete',
  ''                       => 'logout',
  '_'       => 'lock_system',
};
  
1;
