~ubuntu-branches/ubuntu/breezy/moodle/breezy

« back to all changes in this revision

Viewing changes to lang/hu/questionnaire.php

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2005-10-13 02:00:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013020059-y2qcyo41t7nqppcg
Tags: 1.5.2-1ubuntu1
* Resync with debian (security update)
* changed dependencys to php5
* changed apache dependency to apache2 
* References
  CAN-2005-2247

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?PHP // $Id$ 
 
2
      // questionnaire.php - created with Moodle 1.4 (2004083100)
 
3
 
 
4
 
 
5
$string['alreadyfilled'] = 'Ezt a k�rd��vet m�r kit�lt�tte. K�sz�nj�k.';
 
6
$string['modulename'] = 'K�rd��v';
 
7
$string['modulenameplural'] = 'K�rd��vek';
 
8
$string['mustcomplete'] = '<b>Eredm�nyeinek r�gz�t�s�hez t�ltse ki <i>most</i> ezt a k�rd��vet. M�skor m�r nem lesz r� lehet�s�ge.</b><br /><br />';
 
9
$string['notavail'] = 'A k�rd��v m�g nem el�rhet�. Pr�b�lja meg k�s�bb.';
 
10
$string['qmanage'] = 'Felm�r�sek kezel�se';
 
11
$string['qmanagetitle'] = 'Felm�r�s phpESP-kezel�se';
 
12
$string['qtype'] = 'T�pus';
 
13
$string['questionnaireid'] = 'Felm�r�s';
 
14
$string['respondenttype'] = 'V�laszad� t�pusa';
 
15
 
 
16
?>