moodle/lang/fa_utf8/choice.php
2005-06-04 20:05:32 +00:00

34 lines
2.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?PHP // $Id$
// choice.php - created with Moodle 1.6 development (2005060201)
$string['allowupdate'] = 'امکان بروز رسانی انتخاب';
$string['answered'] = 'پاسخ داده شد';
$string['choice'] = 'گزینه $a';
$string['choiceclose'] = 'تا';
$string['choicename'] = 'نام';
$string['choiceopen'] = 'آزاد';
$string['choicetext'] = 'متن سوال';
$string['havetologin'] = 'قبل از تایید انتخاب باید وارد شوید';
$string['modulename'] = 'گزینه';
$string['modulenameplural'] = 'گزینه ها';
$string['mustchooseone'] = 'باید قبل از ذخیره سازی یک جواب انتخاب کنید. هیچ چیز ذخیره نشده است.';
$string['notanswered'] = 'هنوز پاسخ داده نشده است';
$string['notopenyet'] = 'متاسفانه این موضوع در دسترس نیست تا$a';
$string['privacy'] = 'اختصاصی بودن نتایج';
$string['publish'] = 'نتایج انتشار';
$string['publishafteranswer'] = 'نمایش نتایج به دانشجویان پس از پاخ دهی';
$string['publishafterclose'] = 'نشان دادن نتایج به دانشجوان در صورت بسته شدن انتخاب';
$string['publishalways'] = 'نمایش همیشگی نتایج به دانشجویان';
$string['publishanonymous'] = 'انتشار نتایج برای همه، نمایش ندادن نام دانشجویان';
$string['publishnames'] = 'انتشار کامل نتایج و نمایش نام ها و گزینه ها';
$string['publishnot'] = 'نتایج را برای دانشجویان منتشر نکن';
$string['responses'] = 'جواب ها';
$string['responsesto'] = 'پاسخ ها به $a';
$string['savemychoice'] = 'ذخیره انتخاب';
$string['showunanswered'] = 'نمایش ستون های بی جواب';
$string['timerestrict'] = 'محدود کردن پاسخ دهی در این بازه زمانی';
$string['viewallresponses'] = 'نمایش $a پاسخ ها';
?>