mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
901f9f74e1
Great!
18 lines
539 B
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";
|
|
|
|
?>
|