mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
17 lines
706 B
PHP
17 lines
706 B
PHP
<?PHP // $Id$
|
|
// questionnaire.php - created with Moodle 1.4 (2004083100)
|
|
|
|
|
|
$string['alreadyfilled'] = 'Ju¿ wype³ni³e¶ ten kwestionariusz. Dziêkujemy.';
|
|
$string['modulename'] = 'Kwestionariusz';
|
|
$string['modulenameplural'] = 'Kwestionariusze';
|
|
$string['mustcomplete'] = '<b>Musisz <i>teraz</i> wype³niæ ten kwestionariusz aby zapisaæ Twoje wyniki. Nie bêdziesz móg³ zrobiæ tego pó¼niej<br><br>';
|
|
$string['notavail'] = 'Ten kwestionariusz nie jest jeszcze dostêpny. Spróbuj pó¼niej.';
|
|
$string['qmanage'] = 'Zarz±dzaj ankietami';
|
|
$string['qmanagetitle'] = 'Survey Management phpESP';
|
|
$string['qtype'] = 'Typ';
|
|
$string['questionnaireid'] = 'Ankieta';
|
|
$string['respondenttype'] = 'Typ respondenta';
|
|
|
|
?>
|