mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
22 lines
824 B
PHP
22 lines
824 B
PHP
|
<?PHP // $Id$
|
|||
|
// choice.php - created with Moodle 1.0.8.1 (2003011200)
|
|||
|
|
|||
|
|
|||
|
$string['answered'] = "Besvaret";
|
|||
|
$string['choice'] = "Sp<EFBFBD>rgsm<EFBFBD>l \$a";
|
|||
|
$string['choicename'] = "Sp<EFBFBD>rgsm<EFBFBD>l navn";
|
|||
|
$string['choicetext'] = "Sp<EFBFBD>rgsm<EFBFBD>l tekst";
|
|||
|
$string['modulename'] = "Sp<EFBFBD>rgsm<EFBFBD>l";
|
|||
|
$string['modulenameplural'] = "Sp<EFBFBD>rgsm<EFBFBD>l";
|
|||
|
$string['notanswered'] = "Ikke besvaret endnu";
|
|||
|
$string['publish'] = "Vis resultater";
|
|||
|
$string['publishanonymous'] = "Vis anonyme resultater uden at angive de studerendes navne";
|
|||
|
$string['publishnames'] = "Vis alle resultataer, med navne og sp<73>rgsm<73>l";
|
|||
|
$string['publishnot'] = "Vis ikke resultaterne til de studerende";
|
|||
|
$string['responses'] = "Besvarelser";
|
|||
|
$string['responsesto'] = "Besvarelser til\$a";
|
|||
|
$string['savemychoice'] = "Gem mit sp<73>rgsm<73>l";
|
|||
|
$string['viewallresponses'] = "Se \$a besvarelser";
|
|||
|
|
|||
|
?>
|