moodle/lang/fa_utf8/choice.php
koenr d76f642325 new farsi-utf8 language pack
was rather dirty, hope everything that shouldn't be in there is out!
tried to make it XHTML-compliant at the same time
2005-03-30 15:59:14 +00:00

20 lines
1.0 KiB
PHP

<?PHP // $Id$
#------------------------------------------------------------
$string['modulename'] = "&#1587;&#1574;&#1608;&#1575;&#1604; &#1711;&#1586;&#1610;&#1606;&#1607; &#1575;&#1610;";
$string['modulenameplural'] = "سوالهاي گزينه اي";
#------------------------------------------------------------
$string['answered'] = "پاسخ داده شد";
$string['choice'] = "گزينه \$a";
$string['choicename'] = "نام";
$string['choicetext'] = "متن گزينه";
$string['notanswered'] = "هنوز جواب نداده است";
$string['publish'] = "انتشار نتايج";
$string['publishanonymous'] = "نتايج بدون اسم دانشجويان نمايش داده شود";
$string['publishnames'] = "نتايج بطور کامل منتشر شوند";
$string['publishnot'] = "نتايج منتشر نشود";
$string['responses'] = "پاسخها";
$string['responsesto'] = "پاسخ به \$a";
$string['savemychoice'] = "انتخاب من را ذخيره کن";
$string['viewallresponses'] = "ديدن \$a پاسخ";
?>