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

$self{texts} = {
  'Continue'                    => '��������',
};

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

1;