mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 02:49:53 +01:00
was rather dirty, hope everything that shouldn't be in there is out! tried to make it XHTML-compliant at the same time
20 lines
1.0 KiB
PHP
20 lines
1.0 KiB
PHP
<?PHP // $Id$
|
|
|
|
#------------------------------------------------------------
|
|
$string['modulename'] = "سئوال گزينه اي";
|
|
$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 پاسخ";
|
|
?>
|