moodle/lang/no/choice.php

18 lines
591 B
PHP
Raw Normal View History

<?PHP
#------------------------------------------------------------
$string['modulename'] = "Sp<EFBFBD>rsm<EFBFBD>l";
$string['modulenameplural'] = "Sp<EFBFBD>rsm<EFBFBD>l";
#------------------------------------------------------------
$string['answered'] = "Svart";
$string['choice'] = "Sp<EFBFBD>rsm<EFBFBD>l \$a";
$string['choicename'] = "Sp<EFBFBD>rsm<EFBFBD>l navn";
$string['choicetext'] = "Sp<EFBFBD>rsm<EFBFBD>l tekst";
$string['notanswered'] = "Ikke svart enn<6E>";
$string['responses'] = "Svar";
$string['responsesto'] = "Svar til \$a";
$string['savemychoice'] = "Lagre mitt sp<73>rsm<73>l";
$string['viewallresponses'] = "Vis \$a svar";
?>