moodle/lang/id/choice.php
2002-11-29 04:58:27 +00:00

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