mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 14:19:07 +01:00
6b95e6b1c2
Thanks to Andriy Olefirenko
24 lines
908 B
PHP
24 lines
908 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.3.1 + (2004052501)
|
|
|
|
|
|
$string['answered'] = 'Îòðèìàíî â³äïîâ³äåé';
|
|
$string['choice'] = 'Âàð³àíò $a';
|
|
$string['choicename'] = 'Íàçâà îïèòóâàííÿ';
|
|
$string['choicetext'] = 'Òåêñò îïèòóâàííÿ';
|
|
$string['modulename'] = 'Îïèòóâàííÿ';
|
|
$string['modulenameplural'] = 'Îïèòóâàííÿ';
|
|
$string['mustchooseone'] = 'Âè ïîâèíí³ îáðàòè â³äïîâ³äü ïåðåä òèì, ÿê çáåð³ãàòè. ͳ÷îãî íå áóëî çáåðåæåíî.';
|
|
$string['notanswered'] = 'Íå îòðèìàíî â³äïîâ³äåé';
|
|
$string['publish'] = 'Ðåçóëüòàòè';
|
|
$string['publishanonymous'] = 'Àíîí³ìíî';
|
|
$string['publishnames'] = 'Ïîâíèé âàð³àíò (³ìåíà é îö³íêè)';
|
|
$string['publishnot'] = 'Íå ïîêàçóâàòè ñòóäåíòàì';
|
|
$string['responses'] = '³äïîâ³äü';
|
|
$string['responsesto'] = '³äïîâ³äü íà $a';
|
|
$string['savemychoice'] = 'Çáåðåãòè â³äïîâ³äü';
|
|
$string['showunanswered'] = 'Ïîêàçàòè ';
|
|
$string['viewallresponses'] = 'Ïîäèâèòèñÿ $a â³äïîâ³ä³';
|
|
|
|
?>
|