blob: 951795a1c1f65092e76310e810247f3ca67df208 (
plain)
- $self{charset} = 'BIG5';
- $self{texts} = {
- 'Continue' => '繼續',
- 'Password' => '密碼',
- 'Session expired!' => '使用期(Session)已過!',
- };
- $self{subs} = {
- 'getpassword' => 'getpassword',
- '繼續' => 'continue',
- };
- 1;
|