$self{texts} = {
  'Continue'                    => '继续',
  'Password'                    => '密码',
};

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

1;
