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ý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";
|
|
?>
|