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

$self{texts} = {
  'Continue'                    => 'Edasi',
  'Password'                    => 'Parool',
  'Session expired!'            => 'Sessioon aegunud!',
};

$self{subs} = {
  'getpassword'                 => 'getpassword',
  'edasi'                       => 'continue',
};

1;