moodle/lang/no/choice.php
2004-01-07 12:37:05 +00:00

22 lines
839 B
PHP
Executable File

<?PHP // $Id$
// choice.php - created with Moodle 1.2 development (2003122600)
$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';
?>