mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 22:29:18 +01:00
33 lines
1.9 KiB
PHP
Executable File
33 lines
1.9 KiB
PHP
Executable File
<?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 پاسخ";
|
|
?>
|