moodle/lang/af/choice.php

22 lines
901 B
PHP

<?PHP // $Id$
#------------------------------------------------------------
$string['modulename'] = "Keuse Vraag";
$string['modulenameplural'] = "Keuse Vrae";
#------------------------------------------------------------
$string['answered'] = "Beantwoord";
$string['choice'] = "Keuse \$a";
$string['choicename'] = "Keuse naam";
$string['choicetext'] = "Keuse teks";
$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)";
?>