mirror of
https://github.com/moodle/moodle.git
synced 2025-01-24 17:18:28 +01:00
22 lines
846 B
PHP
Executable File
22 lines
846 B
PHP
Executable File
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.0.8.1 (2003011200)
|
|
|
|
|
|
$string['answered'] = "Udzielono odpowiedzi";
|
|
$string['choice'] = "Wyb鏎 \$a";
|
|
$string['choicename'] = "Nazwa";
|
|
$string['choicetext'] = "Tre嗆";
|
|
$string['modulename'] = "G這sowanie";
|
|
$string['modulenameplural'] = "G這sowania";
|
|
$string['notanswered'] = "Jeszcze nie udzielno odpowiedzi";
|
|
$string['publish'] = "Publikuj rezultaty";
|
|
$string['publishanonymous'] = "Publikuj rezultaty anonimowo, nie pokazuj nazw student闚.";
|
|
$string['publishnames'] = "Publikuj pe軟e wyniki, pokazuj帷 nazwy student闚 i ich odpowiedzi";
|
|
$string['publishnot'] = "Nie publikuj studentom rezultat闚 ";
|
|
$string['responses'] = "Odpowiedzi";
|
|
$string['responsesto'] = "Odpowiedzi do \$a";
|
|
$string['savemychoice'] = "Zapisz m鎩 g這s";
|
|
$string['viewallresponses'] = "Zobacz \$a odpowiedzi";
|
|
|
|
?>
|