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