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