$self{texts} = {
  'Continue'                    => 'Fortst',
  'Password'                    => 'Adgangskode',
};

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

1;

