blob: 0d69e34a8c747a13b95fb563ccc841e01abce910 (
plain)
- $self{texts} = {
- 'Continue' => 'Fortsätt',
- 'Password' => 'Lösenord',
- 'Session expired!' => 'Sessionen avslutad',
- };
- $self{subs} = {
- 'getpassword' => 'getpassword',
- 'fortsätt' => 'continue',
- };
- 1;
|