mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
22 lines
868 B
PHP
22 lines
868 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.0.8.1 (2003011200)
|
|
|
|
|
|
$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['publish'] = "Publiceer de resultaten";
|
|
$string['publishanonymous'] = "Publiceer anonieme resultaten, laat de namen van de studenten niet zien";
|
|
$string['publishnames'] = "Publiceer volledige resultaten, laat namen en de bijbehorende keuzes zien";
|
|
$string['publishnot'] = "Publiceer geen resultaten voor de leerlingen";
|
|
$string['responses'] = "Antwoorden";
|
|
$string['responsesto'] = "Antwoorden op \$a";
|
|
$string['savemychoice'] = "Bewaar mijn antwoord";
|
|
$string['viewallresponses'] = "Bekijk \$a antwoorden";
|
|
|
|
?>
|