2004-10-03 17:25:55 +00:00
|
|
|
|
<?PHP // $Id$
|
2005-05-23 14:10:13 +00:00
|
|
|
|
// hotpot.php - created with Moodle 1.5 ALPHA (2005051500)
|
2005-05-08 17:22:24 +00:00
|
|
|
|
|
|
|
|
|
|
2005-05-23 14:10:13 +00:00
|
|
|
|
$string['abandoned'] = 'abgebrochen';
|
|
|
|
|
$string['allattempts'] = 'alle Versuche';
|
|
|
|
|
$string['allmycourses'] = 'alle meine Kurse';
|
|
|
|
|
$string['average'] = 'Durchschnitt';
|
|
|
|
|
$string['bestattempt'] = 'bester Versuch';
|
|
|
|
|
$string['checks'] = '<27>berpr<70>fungen';
|
|
|
|
|
$string['clues'] = 'F<>lligkeiten';
|
|
|
|
|
$string['copiedtoclipboard'] = 'Der Inhalt der Seite wurde in die Zwischenablage kopiert';
|
|
|
|
|
$string['copytoclipboard'] = 'Kopie in Zwischenablage';
|
|
|
|
|
$string['correct'] = 'richtig';
|
|
|
|
|
$string['deleteabandoned'] = 'Abgebrochene l<>schen';
|
|
|
|
|
$string['deleteabandonedcheck'] = 'Wollen Sie wirklich <20>a abgebrochene Versuche l<>schen?';
|
|
|
|
|
$string['deletedattempts'] = '<27>a Versuche wurden gel<65>scht';
|
|
|
|
|
$string['deletedresponses'] = '<27>a Antworten wurden gel<65>scht';
|
|
|
|
|
$string['enterafilename'] = 'Geben Sie bitte einen Dateinamen ein';
|
|
|
|
|
$string['filetype'] = 'Dateityp';
|
|
|
|
|
$string['forceplugins'] = 'Erforderlicher Media Plugin';
|
|
|
|
|
$string['giveup'] = 'Aufh<66>ren/abbrechen';
|
|
|
|
|
$string['hints'] = 'Hinweise';
|
|
|
|
|
$string['ignored'] = 'ignoriert';
|
|
|
|
|
$string['inprogress'] = 'in Bearbeitung';
|
|
|
|
|
$string['location'] = 'Dateispeicherort';
|
|
|
|
|
$string['modulename'] = 'Hot Potatoe Test';
|
|
|
|
|
$string['modulenameplural'] = 'Hot Potatoe Tests';
|
2005-05-08 17:22:24 +00:00
|
|
|
|
$string['navigation'] = 'Navigation';
|
2005-05-23 14:10:13 +00:00
|
|
|
|
$string['navigation_bar'] = 'moodle Navigation';
|
|
|
|
|
$string['navigation_buttons'] = 'Hot Potatoe Test Buttons';
|
|
|
|
|
$string['navigation_frame'] = 'moodle Navigationsframe';
|
|
|
|
|
$string['navigation_give_up'] = 'Ein einzelner \"Abbrechen\" Button';
|
|
|
|
|
$string['navigation_iframe'] = 'Eingebetter <FRAME>';
|
2005-05-08 17:22:24 +00:00
|
|
|
|
$string['navigation_none'] = 'Keine';
|
|
|
|
|
$string['noactivity'] = 'Keine Aktivit<69>t';
|
2005-05-23 14:10:13 +00:00
|
|
|
|
$string['noresponses'] = 'Es wurden keine Informationen zu individuellen Fragen und Antworten gefunden.';
|
|
|
|
|
$string['outputformat'] = 'Ausgabeformat';
|
|
|
|
|
$string['outputformat_best'] = 'beste';
|
|
|
|
|
$string['outputformat_flash'] = 'Flash';
|
|
|
|
|
$string['outputformat_mobile'] = 'mobil';
|
|
|
|
|
$string['outputformat_v3'] = 'v3';
|
|
|
|
|
$string['outputformat_v4'] = 'v4';
|
|
|
|
|
$string['outputformat_v5'] = 'v5';
|
|
|
|
|
$string['outputformat_v6'] = 'v6';
|
|
|
|
|
$string['outputformat_v6_plus'] = 'v6+';
|
2005-05-08 17:22:24 +00:00
|
|
|
|
$string['penalties'] = 'Strafen';
|
|
|
|
|
$string['questionshort'] = 'Q-$a';
|
2005-05-23 14:10:13 +00:00
|
|
|
|
$string['quiztype'] = 'Testtyp';
|
|
|
|
|
$string['resultssaved'] = 'Testergebnisse wurden gespeichert';
|
|
|
|
|
$string['score'] = 'Punkte';
|
|
|
|
|
$string['selectattempt'] = 'W<>hlen Sie einen Versuch aus';
|
|
|
|
|
$string['showhtmlsource'] = 'HTML-Quelle anzeigen';
|
|
|
|
|
$string['shownextquiz'] = 'N<>chsten Test anzeigen?';
|
|
|
|
|
$string['showxmlsource'] = 'XML-Quelle anzeigen';
|
|
|
|
|
$string['showxmltree'] = 'XML-Tree anzeigen';
|
|
|
|
|
$string['thiscourse'] = 'dieser Kurs';
|
|
|
|
|
$string['weighting'] = 'Gewichtung';
|
|
|
|
|
$string['wrong'] = 'falsch';
|
2004-10-03 17:25:55 +00:00
|
|
|
|
|
|
|
|
|
?>
|