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

17 lines
906 B
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$
// questionnaire.php - created with Moodle 1.6 development (2005060201)
$string['alreadyfilled'] = 'شما قبلا این پرسشنامه را پر کرده اید ،متشکریم';
$string['modulename'] = 'پرسشنامه';
$string['modulenameplural'] = 'پرسشنامه ها';
$string['mustcomplete'] = '<b>شما باید پرسشنامه را کامل کنید <i>now</i> تا نتایج ذخیره شوند. در مواقع دیگر مجاز به کامل کردن آن نیستید</b><br /><br />';
$string['notavail'] = 'پرسشنامه قابل دسترسی نیست، دوباره تلاش کنید.';
$string['qmanage'] = 'مدیریت بررسی ها';
$string['qmanagetitle'] = 'مدیریت ارزیابی phpESP';
$string['qtype'] = 'نوع';
$string['questionnaireid'] = 'بررسی کردن';
$string['respondenttype'] = 'نوع پاسخ داده شده';
?>