moodle/lang/no/choice.php
2003-12-16 13:52:51 +00:00

22 lines
832 B
PHP
Executable File

<?PHP // $Id$
// choice.php - created with Moodle 1.1.1 (2003091111)
$string['answered'] = 'Besvart';
$string['choice'] = 'Svaralternativ \$a';
$string['choicename'] = 'Navn på spørsmål';
$string['choicetext'] = 'Spørsmålsformulering';
$string['modulename'] = 'Spørsmål';
$string['modulenameplural'] = 'Spørsmål';
$string['notanswered'] = 'Ikke besvart ennå';
$string['publish'] = 'Vis resultater';
$string['publishanonymous'] = 'Vis anonyme resultater uten å 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';
$string['responsesto'] = 'Svar til \$a';
$string['savemychoice'] = 'Lagre mitt svar';
$string['viewallresponses'] = 'Vis \$a svar';
?>