mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
16aefd75fb
Yakov Alperin and http://elearning.microtest.ru
22 lines
752 B
PHP
22 lines
752 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.0.8.1 (2003011200)
|
|
|
|
|
|
$string['answered'] = "Ïîëó÷åíî îòâåòîâ";
|
|
$string['choice'] = "Âàðèàíò \$a";
|
|
$string['choicename'] = "Íàçâàíèå îïðîñà";
|
|
$string['choicetext'] = "Òåêñò îïðîñà";
|
|
$string['modulename'] = "Îïðîñ";
|
|
$string['modulenameplural'] = "Îïðîñû";
|
|
$string['notanswered'] = "Íå ïîëó÷åíî îòâåòîâ";
|
|
$string['publish'] = "Ðåçóëüòàòû";
|
|
$string['publishanonymous'] = "Àíîíèìíî";
|
|
$string['publishnames'] = "Ïîëíûé âàðèàíò (èìåíà è îöåíêè)";
|
|
$string['publishnot'] = "Íå ïîêàçûâàòü ñòóäåíòàì";
|
|
$string['responses'] = "Îòâåò";
|
|
$string['responsesto'] = "Îòâåò íà \$a";
|
|
$string['savemychoice'] = "Ñîõðàíèòü ìîé îòâåò";
|
|
$string['viewallresponses'] = "Ïîñìîòðåòü \$a îòâåòû";
|
|
|
|
?>
|