moodle/lang/nl/choice.php
2003-01-05 04:14:45 +00:00

18 lines
538 B
PHP

<?PHP // $Id$
// choice.php - created with Moodle 1.0.7 (2002121000)
$string['answered'] = "Beantwoord";
$string['choice'] = "Keuze \$a";
$string['choicename'] = "Naam keuze ";
$string['choicetext'] = "Keuzetekst";
$string['modulename'] = "Keuze";
$string['modulenameplural'] = "Keuzes";
$string['notanswered'] = "Nog niet beantwoord";
$string['responses'] = "Antwoorden";
$string['responsesto'] = "Antwoorden op \$a";
$string['savemychoice'] = "Bewaar mijn antwoord";
$string['viewallresponses'] = "Bekijk \$a antwoorden";
?>