mirror of
https://github.com/moodle/moodle.git
synced 2025-02-20 16:15:54 +01:00
62 lines
2.6 KiB
PHP
62 lines
2.6 KiB
PHP
<?PHP // $Id$
|
|
// hotpot.php - created with Moodle 1.5.2 + (2005060221)
|
|
|
|
|
|
$string['abandoned'] = 'abgebrochen';
|
|
$string['allattempts'] = 'alle Versuche';
|
|
$string['allmycourses'] = 'alle meine Kurse';
|
|
$string['average'] = 'Durchschnitt';
|
|
$string['bestattempt'] = 'bester Versuch';
|
|
$string['checks'] = 'Überprü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 $a abgebrochene Versuche löschen?';
|
|
$string['deletedattempts'] = '$a Versuche wurden gelöscht';
|
|
$string['deletedresponses'] = '$a Antworten wurden gelöscht';
|
|
$string['enterafilename'] = 'Geben Sie bitte einen Dateinamen ein';
|
|
$string['filetype'] = 'Dateityp';
|
|
$string['forceplugins'] = 'Erforderliche Media-Plugins';
|
|
$string['giveup'] = 'Abbrechen';
|
|
$string['hints'] = 'Hinweise';
|
|
$string['ignored'] = 'ignoriert';
|
|
$string['inprogress'] = 'in Bearbeitung';
|
|
$string['location'] = 'Dateispeicherort';
|
|
$string['modulename'] = 'Hot Potatoe Test';
|
|
$string['modulenameplural'] = 'Hot Potatoe Tests';
|
|
$string['navigation'] = 'Navigation';
|
|
$string['navigation_bar'] = 'Moodle Navigation';
|
|
$string['navigation_buttons'] = 'Hot Potatoe Test-Knöpfe';
|
|
$string['navigation_frame'] = 'Moodle Navigationsleiste';
|
|
$string['navigation_give_up'] = 'Ein einzelner \"Abbrechen\" Button';
|
|
$string['navigation_iframe'] = 'Eingebetter <IFRAME>';
|
|
$string['navigation_none'] = 'Keine';
|
|
$string['noactivity'] = 'Keine Aktivität';
|
|
$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+';
|
|
$string['penalties'] = 'Strafen';
|
|
$string['questionshort'] = 'Q-$a';
|
|
$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';
|
|
|
|
?>
|