mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
18 lines
587 B
PHP
Executable File
18 lines
587 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ålsnavn";
|
|
$string['choicetext'] = "Spørsmålstekst";
|
|
$string['notanswered'] = "Ikke svart enda";
|
|
$string['responses'] = "Svar";
|
|
$string['responsesto'] = "Svar til \$a";
|
|
$string['savemychoice'] = "Lagre mitt svar";
|
|
$string['viewallresponses'] = "Vis \$a svar";
|
|
?>
|