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

$self{texts} = {
  'Access Control'              => ' ',
  'Accounting'                  => '',
  'Add User'                    => ' ',
  'Address'                     => '',
  'Administration'              => '',
  'Administrator'               => '',
  'All Datasets up to date!'    => 'All Datasets up to date!',
  'Cannot create Lock!'         => ' !',
  'Change Admin Password'       => '  ',
  'Change Password'             => ' ',
  'Click on login name to edit!' => '     .',
  'Company'                     => '',
  'Confirm'                     => '',
  'Connect to'                  => ' ',
  'Continue'                    => '',
  'Create Chart of Accounts'    => '   ',
  'Create Dataset'              => '  ',
  'DBI not installed!'          => '   DBI!',
  'Database'                    => ' ',
  'Database Administration'     => '  ',
  'Database Driver not checked!' => '    !',
  'Database User missing!'      => '   !',
  'Dataset'                     => ' ',
  'Dataset missing!'            => '  ',
  'Dataset updated!'            => '  !',
  'Date Format'                 => ' ',
  'Delete'                      => '',
  'Delete Dataset'              => '  ',
  'Directory'                   => '',
  'Driver'                      => '',
  'Dropdown Limit'              => '  ',
  'E-mail'                      => 'E-mail',
  'Edit User'                   => ' ',
  'Existing Datasets'           => '  ',
  'Fax'                         => '',
  'Host'                        => '',
  'Hostname missing!'           => '  ',
  'Language'                    => '',
  'Lock System'                 => ' ',
  'Lockfile created!'           => '  !',
  'Lockfile removed!'           => '  !!',
  'Login'                       => '',
  'Login name missing!'         => '  !',
  'Logout'                      => '',
  'Manager'                     => '',
  'Menu Width'                  => ' ',
  'Multibyte Encoding'          => ' ',
  'Name'                        => '',
  'New Templates'               => ' ',
  'No Database Drivers available!' => '   !',
  'No Dataset selected!'        => '   ',
  'Nothing to delete!'          => '  !',
  'Number Format'               => ' ',
  'Oracle Database Administration' => '   Oracle',
  'Password'                    => '',
  'Password changed!'           => ' !',
  'Passwords do not match!'     => ' !',
  'Pg Database Administration'  => '   PostgreSQL (Pg)',
  'PgPP Database Administration' => '   PostgreSQL (PgPP)',
  'Phone'                       => '.',
  'Port'                        => '',
  'Port missing!'               => '  !',
  'Printer'                     => '',
  'Save'                        => '',
  'Session Timeout'             => '  ',
  'Session expired!'            => '   ',
  'Setup Templates'             => ' ',
  'Signature'                   => '',
  'Stylesheet'                  => '',
  'Supervisor'                  => '',
  'Templates'                   => '',
  'The following Datasets are not in use and can be deleted' => '        ',
  'The following Datasets need to be updated' => '    ',
  'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' => '    .          !',
  'To add a user to a group edit a name, change the login name and save.  A new user with the same variables will then be saved under the new login name.' => '    ,    ()  .         -     .',
  'Unlock System'               => ' ',
  'Update Dataset'              => '  ',
  'Use Templates'               => ' ',
  'User'                        => '',
  'User deleted!'               => ' ̣!',
  'User saved!'                 => ' !',
  'Version'                     => '',
  'You are logged out'          => '   ',
  'does not exist'              => ' !',
  'is already a member!'        => ' ',
  'localhost'                   => 'localhost',
  'locked!'                     => '!',
  'successfully created!'       => ' !',
  'successfully deleted!'       => ' !',
  'website'                     => ' WWW',
};

$self{subs} = {
  'add_user'                    => 'add_user',
  'adminlogin'                  => 'adminlogin',
  'change_admin_password'       => 'change_admin_password',
  'change_password'             => 'change_password',
  'check_password'              => 'check_password',
  'continue'                    => 'continue',
  'create_dataset'              => 'create_dataset',
  'dbcreate'                    => 'dbcreate',
  'dbdelete'                    => 'dbdelete',
  'dbdriver_defaults'           => 'dbdriver_defaults',
  'dbselect_source'             => 'dbselect_source',
  'dbupdate'                    => 'dbupdate',
  'delete'                      => 'delete',
  'delete_dataset'              => 'delete_dataset',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'getpassword'                 => 'getpassword',
  'list_users'                  => 'list_users',
  'lock_system'                 => 'lock_system',
  'login'                       => 'login',
  'login_name'                  => 'login_name',
  'logout'                      => 'logout',
  'oracle_database_administration' => 'oracle_database_administration',
  'pg_database_administration'  => 'pg_database_administration',
  'pgpp_database_administration' => 'pgpp_database_administration',
  'save'                        => 'save',
  'unlock_system'               => 'unlock_system',
  'update_dataset'              => 'update_dataset',
  '_'          => 'add_user',
  '__' => 'change_admin_password',
  '_'             => 'change_password',
  ''                  => 'continue',
  '__'         => 'create_dataset',
  ''                     => 'delete',
  '__'         => 'delete_dataset',
  '_'       => 'lock_system',
  ''                => 'login',
  ''                       => 'logout',
  '___oracle' => 'oracle_database_administration',
  '___postgresql_(pg)' => 'pg_database_administration',
  '___postgresql_(pgpp)' => 'pgpp_database_administration',
  ''                   => 'save',
  '_'      => 'unlock_system',
  '__'        => 'update_dataset',
};

1;

