moodle/lang/tr/choice.php

18 lines
619 B
PHP

<?PHP // $Id$
#------------------------------------------------------------
$string['modulename'] = "Choice";
$string['modulenameplural'] = "Choices";
#------------------------------------------------------------
$string['answered'] = "Yanýtlandý";
$string['choice'] = "Seçenek \$a";
$string['choicename'] = "Seçenek Adý";
$string['choicetext'] = "Seçenek Metni";
$string['notanswered'] = "Henüz Yanýtlanmadý";
$string['responses'] = "Yanýtlar";
$string['responsesto'] = "\$a 'e Yanýt";
$string['savemychoice'] = "Seçeneklerimi Kaydet";
$string['viewallresponses'] = "\$a 'in Yanýtlarýný Göster";
?>