mirror of
https://github.com/moodle/moodle.git
synced 2025-01-24 09:08:22 +01:00
22 lines
885 B
PHP
22 lines
885 B
PHP
|
<?PHP // $Id$
|
|||
|
// choice.php - created with Moodle 1.0.8 beta test (2003010400)
|
|||
|
|
|||
|
|
|||
|
$string['answered'] = "Megv<EFBFBD>laszolva";
|
|||
|
$string['choice'] = "\$a egyszer<65> v<>laszt<7A>s";
|
|||
|
$string['choicename'] = "Egyszer<EFBFBD> v<>laszt<7A>s neve";
|
|||
|
$string['choicetext'] = "Egyszer<EFBFBD> v<>laszt<7A>s sz<73>vege";
|
|||
|
$string['modulename'] = "Egyszer<EFBFBD> v<>laszt<7A>s";
|
|||
|
$string['modulenameplural'] = "Egyszer<EFBFBD> v<>laszt<7A>sok";
|
|||
|
$string['notanswered'] = "M<EFBFBD>g nincs v<>lasz";
|
|||
|
$string['publish'] = "A v<>laszok publik<69>l<EFBFBD>sa";
|
|||
|
$string['publishanonymous'] = "A v<>laszok anonim publik<69>l<EFBFBD>sa, a tanul<75>k neve ne szerepeljen";
|
|||
|
$string['publishnames'] = "A teljes v<>laszok publik<69>l<EFBFBD>sa nevekkel egy<67>tt";
|
|||
|
$string['publishnot'] = "Tanul<EFBFBD>k r<>sz<73>re nincs publik<69>ci<63>";
|
|||
|
$string['responses'] = "V<EFBFBD>laszok";
|
|||
|
$string['responsesto'] = "\$a v<>laszai";
|
|||
|
$string['savemychoice'] = "V<EFBFBD>lasz ment<6E>se";
|
|||
|
$string['viewallresponses'] = "\$a v<>laszainak megtekint<6E>se";
|
|||
|
|
|||
|
?>
|