moodle/lang/hu/choice.php

22 lines
885 B
PHP

<?PHP // $Id$
// choice.php - created with Moodle 1.0.8 beta test (2003010400)
$string['answered'] = "Megválaszolva";
$string['choice'] = "\$a egyszerû választás";
$string['choicename'] = "Egyszerû választás neve";
$string['choicetext'] = "Egyszerû választás szövege";
$string['modulename'] = "Egyszerû választás";
$string['modulenameplural'] = "Egyszerû választások";
$string['notanswered'] = "Még nincs válasz";
$string['publish'] = "A válaszok publikálása";
$string['publishanonymous'] = "A válaszok anonim publikálása, a tanulók neve ne szerepeljen";
$string['publishnames'] = "A teljes válaszok publikálása nevekkel együtt";
$string['publishnot'] = "Tanulók részére nincs publikáció";
$string['responses'] = "Válaszok";
$string['responsesto'] = "\$a válaszai";
$string['savemychoice'] = "Válasz mentése";
$string['viewallresponses'] = "\$a válaszainak megtekintése";
?>