blob: 1130cc69ee5b5ee0b70557956084eb3db64d9d3e (
plain)
- $self{charset} = 'UTF-8';
- $self{texts} = {
- 'Continue' => 'Jätka',
- 'Password' => 'Parool',
- 'Session expired!' => 'Sessioon aegunud!',
- };
- $self{subs} = {
- 'getpassword' => 'getpassword',
- 'jätka' => 'continue',
- };
- 1;
|