moodle/lang/no/choice.php

18 lines
591 B
PHP
Executable File

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