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;
|