mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 09:52:54 +01:00
17 lines
748 B
PHP
17 lines
748 B
PHP
<?PHP // $Id$
|
|
// questionnaire.php - created with Moodle 1.4.4 + (2004083140)
|
|
|
|
|
|
$string['alreadyfilled'] = 'Bo soru formunu bizim için zaten doldurdunuz. Teþekkür ederiz.';
|
|
$string['modulename'] = 'Soru Formu';
|
|
$string['modulenameplural'] = 'Soru Formlarý';
|
|
$string['mustcomplete'] = '<b>Bu soru formunu sonuçlarýnýzýn kaydedilmesi için <i>þimdi</i> tamamlamanýz gerekiyor. Baþka bir zaman bu soru formunu dolduramazsýnýz.</b><br /><br />';
|
|
$string['notavail'] = 'Bu soru formuna þu anda eriþemezsiniz. Daha sonra tekrar deneyiniz.';
|
|
$string['qmanage'] = 'Anketleri Yönet';
|
|
$string['qmanagetitle'] = 'phpESP Anket Yönetimi';
|
|
$string['qtype'] = 'Tip';
|
|
$string['questionnaireid'] = 'Anket';
|
|
$string['respondenttype'] = 'Cevap verme tipi';
|
|
|
|
?>
|