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

$self{texts} = {
  'AP'                          => '',
  'AP Aging'                    => 'Creditor Aging',
  'AP Transaction'              => ' ',
  'AR'                          => '',
  'AR Aging'                    => 'Debtor Aging',
  'AR Transaction'              => ' ',
  'Accounting Menu'             => ' ',
  'Add Account'                 => ' ',
  'Add Customer'                => ' ',
  'Add Employee'                => ' ',
  'Add Group'                   => ' ',
  'Add Project'                 => ' ',
  'Add Service'                 => ' ',
  'Add Transaction'             => ' ',
  'Add Vendor'                  => ' ',
  'Administration'              => '',
  'All Items'                   => ' ',
  'Assemblies'                  => '',
  'Assembly'                    => '',
  'Audit Control'               => '',
  'Backup'                      => ' ',
  'Balance Sheet'               => '',
  'Cannot create Lock!'         => 'Cannot create Lock!',
  'Cash'                        => '',
  'Change Password'             => ' ',
  'Chart of Accounts'           => '  ',
  'Check'                       => '',
  'Company'                     => '',
  'Components'                  => '',
  'Confirm!'                    => '!',
  'Connect to'                  => ' ',
  'Continue'                    => '',
  'Create Chart of Accounts'    => 'Create Chart of Accounts',
  'Create Dataset'              => 'Create Dataset',
  'Customers'                   => '',
  'DBI not installed!'          => 'DBI   !',
  'Dataset missing!'            => 'Dataset missing!',
  'Deductions'                  => '',
  'Defaults'                    => '',
  'Delete'                      => '',
  'Departments'                 => '',
  'Description'                 => '',
  'Directory'                   => 'Directory',
  'Driver'                      => 'Driver',
  'Employees'                   => '',
  'Existing Datasets'           => 'Existing Datasets',
  'HR'                          => '',
  'History'                     => '',
  'Host'                        => 'Host',
  'Language'                    => '',
  'List Accounts'               => ' ',
  'Lock System'                 => 'Lock System',
  'Lockfile created!'           => 'Lockfile created!',
  'Lockfile removed!'           => 'Lockfile removed!',
  'Login'                       => '',
  'Logout'                      => '',
  'Multibyte Encoding'          => 'Multibyte Encoding',
  'Non-taxable'                 => '  ',
  'Open'                        => '',
  'Outstanding'                 => '',
  'Password changed!'           => 'Password changed!',
  'Port'                        => 'Port',
  'Preferences'                 => '',
  'Print'                       => '',
  'Projects'                    => '',
  'Receipt'                     => '',
  'Sale'                        => '',
  'Search'                      => '',
  'Service'                     => '',
  'Templates'                   => 'Templates',
  'Unlock System'               => 'Unlock System',
  'Vendor Invoice'              => 'Creditor Invoice',
  'Vendors'                     => 'Creditors',
  'does not exist'              => 'does not exist',
  'website'                     => 'website',
};

$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',
  '_'              => 'change_password',
  ''                    => 'delete',
  ''                    => 'login',
  ''                     => 'logout',
  ''                    => 'continue',
};
  
1;
