mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 08:38:23 +01:00
24 lines
1.0 KiB
PHP
24 lines
1.0 KiB
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.2 development (2004020300)
|
|
|
|
|
|
$string['answered'] = 'Beantwoord';
|
|
$string['choice'] = 'Keuze $a';
|
|
$string['choicename'] = 'Naam keuze ';
|
|
$string['choicetext'] = 'Keuzetekst';
|
|
$string['modulename'] = 'Keuze';
|
|
$string['modulenameplural'] = 'Keuzes';
|
|
$string['mustchooseone'] = 'Je moet een antwoord kiezen voor je kunt bewaren. er is niets bewaard.';
|
|
$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['showunanswered'] = 'Toon een kolom voor onbeantwoord';
|
|
$string['viewallresponses'] = 'Bekijk $a antwoorden';
|
|
|
|
?>
|