moodle/lang/de_du/choice.php
moodler b282f78294 Personal form of German.
Adapted from "de" translation by Franz Horvath

Note this is the first lannguage to use the new "parentlanguage" string

In this case of course the parent is "de".

de_du probably needs some non-du string strings removed from it
2003-06-12 03:32:05 +00:00

22 lines
868 B
PHP

<?PHP // $Id$
// choice.php - created with Moodle 1.0.8 dev (2002122301)
$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['publish'] = "Ergebnisse veröffentlichen";
$string['publishanonymous'] = "Anonyme Ergebnisse veröffentlichen, Namen der Teilnehmer nicht zeigen";
$string['publishnames'] = "Ergebnisse vollständig veröffentlichen, Namen und deren Wahl anzeigen";
$string['publishnot'] = "Keine Ergebnisse den Teilnehmern veröffentlichen";
$string['responses'] = "Antworten ";
$string['responsesto'] = "Antworten zu \$a";
$string['savemychoice'] = "Meine Wahl speichern";
$string['viewallresponses'] = "Zeige \$a Antworten";
?>