moodle/lang/de/choice.php

18 lines
539 B
PHP

<?PHP // $Id$
// choice.php - created with Moodle 1.0.6 dev (2002100200)
$string['answered'] = "Beantwortet";
$string['choice'] = "Wahl \$a";
$string['choicename'] = "Wahlname";
$string['choicetext'] = "Wahltext";
$string['modulename'] = "Wahl ";
$string['modulenameplural'] = "Wahlen ";
$string['notanswered'] = "Noch nicht beantwortet";
$string['responses'] = "Antworten ";
$string['responsesto'] = "Antworten zu \$a";
$string['savemychoice'] = "Meine Wahl speichern";
$string['viewallresponses'] = "Zeige \$a Antworten";
?>