moodle/lang/tr/choice.php

18 lines
619 B
PHP
Raw Normal View History

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