moodle/lang/no_gr/choice.php

23 lines
908 B
PHP
Raw Normal View History

<?php
$string['answered'] = 'Besvart';
$string['choice'] = 'Svaralternativ $a';
$string['choicename'] = 'Overskrift til sp<73>rsm<73>let';
$string['choicetext'] = 'Sp<53>rsm<73>lsformulering';
$string['modulename'] = 'Sp<53>rsm<73>l';
$string['modulenameplural'] = 'Sp<53>rsm<73>l';
$string['mustchooseone'] = 'Du m<> velge et svar f<>r du lagrer. Ingenting ble lagret.';
$string['notanswered'] = 'Ikke besvart enn<6E>';
$string['publish'] = 'Vis resultater';
$string['publishanonymous'] = 'Vis anonyme resultater uten <20> vise elevenes navn';
$string['publishnames'] = 'Vis for elevene komplette resultater inkludert deres navn og hva de har svart';
$string['publishnot'] = 'Ikke vis resultater til elevene';
$string['responses'] = 'Svar';
$string['responsesto'] = 'Svar p<> $a';
$string['savemychoice'] = 'Lagre mitt svar';
$string['showunanswered'] = 'Vis kolonnen med \'ikke svart\'';
$string['viewallresponses'] = 'Vis $a svar';
?>