2004-03-07 14:00:43 +00:00
|
|
|
|
<?PHP // $Id$
|
2004-09-04 00:42:37 +00:00
|
|
|
|
// choice.php - created with Moodle 1.4 (2004083100)
|
2004-03-07 14:00:43 +00:00
|
|
|
|
|
|
|
|
|
|
2004-09-04 00:42:37 +00:00
|
|
|
|
$string['allowupdate'] = 'Umo<6D>nit aktualizaci ankety';
|
2004-03-07 14:00:43 +00:00
|
|
|
|
$string['answered'] = 'Zodpov<6F>zeno';
|
2004-09-04 00:42:37 +00:00
|
|
|
|
$string['choice'] = 'Anketa $a';
|
|
|
|
|
$string['choiceclose'] = 'Do';
|
|
|
|
|
$string['choicename'] = 'N<>zev ankety';
|
|
|
|
|
$string['choiceopen'] = 'Od';
|
|
|
|
|
$string['choicetext'] = 'Text ankety';
|
|
|
|
|
$string['havetologin'] = 'P<>ed odesl<73>n<EFBFBD>m va<76><61> odpov<6F>di se mus<75>te p<>ihl<68>sit';
|
|
|
|
|
$string['modulename'] = 'Anketa';
|
|
|
|
|
$string['modulenameplural'] = 'Ankety';
|
2004-03-07 14:00:43 +00:00
|
|
|
|
$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';
|
2004-07-15 12:18:09 +00:00
|
|
|
|
$string['notopenyet'] = 'Je mi l<>to, tato <20>innost nen<65> a<> do $a dostupn<70>';
|
|
|
|
|
$string['privacy'] = 'D<>v<EFBFBD>rnost v<>sledk<64>';
|
2004-03-07 14:00:43 +00:00
|
|
|
|
$string['publish'] = 'Zve<76>ejnit v<>sledky';
|
2004-07-15 12:18:09 +00:00
|
|
|
|
$string['publishafteranswer'] = 'Uk<55>zat v<>sledky student<6E>m pot<6F>, co odpov<6F>';
|
2004-09-04 00:42:37 +00:00
|
|
|
|
$string['publishafterclose'] = 'Uk<55>zat v<>sledky student<6E>m a<> po uzav<61>en<65> ankety';
|
2004-07-15 12:18:09 +00:00
|
|
|
|
$string['publishalways'] = 'V<>dy zobrazovat v<>sledky student<6E>m';
|
2004-03-07 14:00:43 +00:00
|
|
|
|
$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';
|
2004-09-04 00:42:37 +00:00
|
|
|
|
$string['savemychoice'] = 'Ulo<6C>it mou odpov<6F><76>';
|
|
|
|
|
$string['showunanswered'] = 'Zobrazit sloupec \'Dosud nezodpov<6F>zeno\'';
|
|
|
|
|
$string['timerestrict'] = 'Omezit odpov<6F>d<EFBFBD>n<EFBFBD> na dobu';
|
2004-03-07 14:00:43 +00:00
|
|
|
|
$string['viewallresponses'] = 'Zobrazit $a odpov<6F>d<EFBFBD>';
|
|
|
|
|
|
|
|
|
|
?>
|