summaryrefslogtreecommitdiff
path: root/locale/tw_utf/pw
blob: 16ab032c77a3c210e34d16fae7e0ba601f0d7c3b (plain)
  1. $self{charset} = 'UTF-8';
  2. $self{texts} = {
  3. 'Continue' => '繼續',
  4. 'Password' => '密碼',
  5. 'Session expired!' => '使用期(Session)已過!',
  6. };
  7. $self{subs} = {
  8. 'getpassword' => 'getpassword',
  9. '繼續' => 'continue',
  10. };
  11. 1;