moodle/lang/no/choice.php

24 lines
985 B
PHP
Raw Normal View History

2003-12-16 13:52:51 +00:00
<?PHP // $Id$
2004-03-29 11:49:49 +00:00
// choice.php - created with Moodle 1.2 (2004032000)
2003-12-16 13:52:51 +00:00
$string['answered'] = 'Besvart';
$string['choice'] = 'Svaralternativ $a';
2004-03-29 11:49:49 +00:00
$string['choicename'] = 'Overskrift til sp<73>rsm<73>let';
2003-12-16 13:52:51 +00:00
$string['choicetext'] = 'Sp<53>rsm<73>lsformulering';
$string['modulename'] = 'Sp<53>rsm<73>l';
$string['modulenameplural'] = 'Sp<53>rsm<73>l';
2004-03-29 11:49:49 +00:00
$string['mustchooseone'] = 'Du m<> velge et svar f<>r du lagrer. Ingenting ble lagret.';
2003-12-16 13:52:51 +00:00
$string['notanswered'] = 'Ikke besvart enn<6E>';
$string['publish'] = 'Vis resultater';
$string['publishanonymous'] = 'Vis anonyme resultater uten <20> vise studentenes navn';
$string['publishnames'] = 'Vis for studentene komplette resultater inkludert deres navn og hva de har svart';
$string['publishnot'] = 'Ikke vis resultater til studentene';
$string['responses'] = 'Svar';
2004-03-29 11:49:49 +00:00
$string['responsesto'] = 'Svar p<> $a';
2003-12-16 13:52:51 +00:00
$string['savemychoice'] = 'Lagre mitt svar';
2004-03-29 11:49:49 +00:00
$string['showunanswered'] = 'Vis kolonnen med \'ikke svart\'';
$string['viewallresponses'] = 'Vis $a svar';
2003-12-16 13:52:51 +00:00
?>