mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 23:18:43 +01:00
22 lines
835 B
PHP
22 lines
835 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005010100)
|
|
|
|
|
|
$string['answered'] = 'Beantwoord';
|
|
$string['choice'] = 'Keuse $a';
|
|
$string['choicename'] = 'Keuse naam';
|
|
$string['choicetext'] = 'Keuse teks';
|
|
$string['modulename'] = 'Keuse Vraag';
|
|
$string['modulenameplural'] = 'Keuse Vrae';
|
|
$string['notanswered'] = 'Nog nie beantwoord';
|
|
$string['publish'] = 'Publiseer resultate';
|
|
$string['publishanonymous'] = 'Publiseer anonieme resultate, moenie studente name wys nie';
|
|
$string['publishnames'] = 'Publiseer resultate, wys name en hul keuses';
|
|
$string['publishnot'] = 'Moenie resultate aan studente publiseer nie';
|
|
$string['responses'] = 'Terugvoer';
|
|
$string['responsesto'] = 'Terugvoer aan $a';
|
|
$string['savemychoice'] = 'Stoor my keuse';
|
|
$string['viewallresponses'] = 'Kyk na terugvoer ($a)';
|
|
|
|
?>
|