mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 06:39:04 +01:00
18 lines
619 B
PHP
18 lines
619 B
PHP
|
<?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";
|
|||
|
?>
|