mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
a08fe5809a
Thanks to Arfan Hidayat, http://www.kursusmaya.com, ivanh@telkom.net!
18 lines
533 B
PHP
18 lines
533 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.0.6.4 (2002112400)
|
|
|
|
|
|
$string['answered'] = "Jawaban";
|
|
$string['choice'] = "Pilihan \$a";
|
|
$string['choicename'] = "Nama pilihan";
|
|
$string['choicetext'] = "Teks pilihan";
|
|
$string['modulename'] = "Pilihan";
|
|
$string['modulenameplural'] = "Pilihan";
|
|
$string['notanswered'] = "Belum dijawab";
|
|
$string['responses'] = "Tanggapan";
|
|
$string['responsesto'] = "Tanggapan ke \$a";
|
|
$string['savemychoice'] = "Simpan pilihan saya";
|
|
$string['viewallresponses'] = "Lihat \$a tanggapan";
|
|
|
|
?>
|