summaryrefslogtreecommitdiff
path: root/locale/hu/pw
blob: cb1ef45dc40e9689346186adb1a01b3929325a5e (plain)
  1. $self{charset} = 'ISO-8859-2';
  2. $self{texts} = {
  3. 'Continue' => 'Folytatás',
  4. 'Password' => 'Jelszó',
  5. 'Session expired!' => 'Lejárt az idő!',
  6. };
  7. $self{subs} = {
  8. 'getpassword' => 'getpassword',
  9. 'folytatás' => 'continue',
  10. };
  11. 1;