$self{charset} = 'UTF-8';

$self{texts} = {
  'Continue'                    => '繼續',
  'Password'                    => '密碼',
  'Session expired!'            => '使用期(Session)已過!',
};

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

1;