blob: cb1ef45dc40e9689346186adb1a01b3929325a5e (
plain)
- $self{charset} = 'ISO-8859-2';
- $self{texts} = {
- 'Continue' => 'Folytat�s',
- 'Password' => 'Jelsz�',
- 'Session expired!' => 'Lej�rt az id�!',
- };
- $self{subs} = {
- 'getpassword' => 'getpassword',
- 'folytat�s' => 'continue',
- };
- 1;
|