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

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

1;