mirror of
https://github.com/moodle/moodle.git
synced 2025-02-03 22:59:04 +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<4A> wype<70>ni<6E>e<EFBFBD> ten kwestionariusz. Dzi<7A>kujemy.';
|
|||
|
$string['modulename'] = 'Kwestionariusz';
|
|||
|
$string['modulenameplural'] = 'Kwestionariusze';
|
|||
|
$string['mustcomplete'] = '<b>Musisz <i>teraz</i> wype<70>ni<6E> ten kwestionariusz aby zapisa<73> Twoje wyniki. Nie b<>dziesz m<>g<EFBFBD> zrobi<62> tego p<><70>niej<br><br>';
|
|||
|
$string['notavail'] = 'Ten kwestionariusz nie jest jeszcze dost<73>pny. Spr<70>buj p<><70>niej.';
|
|||
|
$string['qmanage'] = 'Zarz<72>dzaj ankietami';
|
|||
|
$string['qmanagetitle'] = 'Survey Management phpESP';
|
|||
|
$string['qtype'] = 'Typ';
|
|||
|
$string['questionnaireid'] = 'Ankieta';
|
|||
|
$string['respondenttype'] = 'Typ respondenta';
|
|||
|
|
|||
|
?>
|