mirror of
https://github.com/moodle/moodle.git
synced 2025-02-05 07:39:09 +01:00
24 lines
992 B
PHP
24 lines
992 B
PHP
|
<?PHP // $Id$
|
|||
|
// choice.php - created with Moodle 1.2 Beta (2004022400)
|
|||
|
|
|||
|
|
|||
|
$string['answered'] = 'Zodpov<6F>zeno';
|
|||
|
$string['choice'] = 'Hlasov<6F>n<EFBFBD> $a';
|
|||
|
$string['choicename'] = 'N<>zev hlasov<6F>n<EFBFBD>';
|
|||
|
$string['choicetext'] = 'Text hlasov<6F>n<EFBFBD>';
|
|||
|
$string['modulename'] = 'Hlasov<6F>n<EFBFBD>';
|
|||
|
$string['modulenameplural'] = 'Hlasov<6F>n<EFBFBD>';
|
|||
|
$string['mustchooseone'] = 'P<>ed ulo<6C>en<65>m mus<75>te vybrat odpov<6F><76>. <20><>dn<64> zm<7A>ny nebyly ulo<6C>eny.';
|
|||
|
$string['notanswered'] = 'Dosud nezodpov<6F>zeno';
|
|||
|
$string['publish'] = 'Zve<76>ejnit v<>sledky';
|
|||
|
$string['publishanonymous'] = 'Zve<76>ejnit v<>sledky anonymn<6D>, nezobrazovat jm<6A>na student<6E>';
|
|||
|
$string['publishnames'] = 'Zve<76>ejnit v<>sledky v<>etn<74> jmen student<6E> a jejich volby';
|
|||
|
$string['publishnot'] = 'Nezobrazovat v<>sledky student<6E>m';
|
|||
|
$string['responses'] = 'Odpov<6F>d<EFBFBD>';
|
|||
|
$string['responsesto'] = 'Odpov<6F>di na $a';
|
|||
|
$string['savemychoice'] = 'Ulo<6C>it mou volbu';
|
|||
|
$string['showunanswered'] = 'Zobrazit sloupec \"Dosud nezodpov<6F>zeno\"';
|
|||
|
$string['viewallresponses'] = 'Zobrazit $a odpov<6F>d<EFBFBD>';
|
|||
|
|
|||
|
?>
|