$self{texts} = {
  'Continue'                    => 'Fortsett',
  'Password'                    => 'Passord',
};

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

1;