2003-11-05 10:21:34 +00:00
|
|
|
|
<?PHP // $Id$
|
|
|
|
|
// choice.php - created with Moodle 1.1.1 (2003091111)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$string['answered'] = "Besvarade";
|
|
|
|
|
$string['choice'] = "Opinionsunders<EFBFBD>kning \$a";
|
|
|
|
|
$string['choicename'] = "Opinionsunders<EFBFBD>kningens namn";
|
|
|
|
|
$string['choicetext'] = "Opinionsunders<EFBFBD>kningens text";
|
|
|
|
|
$string['modulename'] = "Opinionsunders<EFBFBD>kning";
|
|
|
|
|
$string['modulenameplural'] = "Opinionsunders<EFBFBD>kningar";
|
|
|
|
|
$string['notanswered'] = "Inte <20>nnu besvarad";
|
|
|
|
|
$string['publish'] = "Publicera resultaten";
|
|
|
|
|
$string['publishanonymous'] = "Publicera anonyma resultat, visa inte de l<>randes namn.";
|
|
|
|
|
$string['publishnames'] = "Publicera hela resultat, inklusive de l<>randes namn och val.";
|
|
|
|
|
$string['publishnot'] = "Publicera inte resultaten f<>r studenterna/eleverna/deltagarna/de l<>rande.";
|
|
|
|
|
$string['responses'] = "Svar";
|
|
|
|
|
$string['responsesto'] = "Svar till \$a";
|
|
|
|
|
$string['savemychoice'] = "Spara min opinionsunders<72>kning";
|
|
|
|
|
$string['viewallresponses'] = "Visa \$a svar";
|
|
|
|
|
|
|
|
|
|
?>
|