mirror of
https://github.com/moodle/moodle.git
synced 2025-01-24 17:18:28 +01:00
22 lines
846 B
PHP
22 lines
846 B
PHP
|
<?PHP // $Id$
|
|||
|
// choice.php - created with Moodle 1.0.8.1 (2003011200)
|
|||
|
|
|||
|
|
|||
|
$string['answered'] = "Udzielono odpowiedzi";
|
|||
|
$string['choice'] = "Wyb<EFBFBD>r \$a";
|
|||
|
$string['choicename'] = "Nazwa";
|
|||
|
$string['choicetext'] = "Tre<EFBFBD><EFBFBD>";
|
|||
|
$string['modulename'] = "G<EFBFBD>osowanie";
|
|||
|
$string['modulenameplural'] = "G<EFBFBD>osowania";
|
|||
|
$string['notanswered'] = "Jeszcze nie udzielno odpowiedzi";
|
|||
|
$string['publish'] = "Publikuj rezultaty";
|
|||
|
$string['publishanonymous'] = "Publikuj rezultaty anonimowo, nie pokazuj nazw student<6E>w.";
|
|||
|
$string['publishnames'] = "Publikuj pe<70>ne wyniki, pokazuj<75>c nazwy student<6E>w i ich odpowiedzi";
|
|||
|
$string['publishnot'] = "Nie publikuj studentom rezultat<61>w ";
|
|||
|
$string['responses'] = "Odpowiedzi";
|
|||
|
$string['responsesto'] = "Odpowiedzi do \$a";
|
|||
|
$string['savemychoice'] = "Zapisz m<>j g<>os";
|
|||
|
$string['viewallresponses'] = "Zobacz \$a odpowiedzi";
|
|||
|
|
|||
|
?>
|