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

29 lines
1.3 KiB
PHP

<?PHP // $Id$
// resource.php - created with Moodle 1.0.6.4 (2002112400)
$string['addresource'] = "Tambah bacaan";
$string['editingaresource'] = "Ubah bacaan";
$string['example'] = "Contoh";
$string['examplereference'] = "Tobin, K. & Tippins, D (1993) Constructivism as a Referent for Teaching and Learning. In: K. Tobin (Ed) The Practice of Constructivism in Science Education, pp 3-21, Lawrence-Erlbaum, Hillsdale, NJ.";
$string['exampleurl'] = "http://www.example.com/somedirectory/somefile.html";
$string['filename'] = "Nama File";
$string['fulltext'] = "Teks lengkap";
$string['htmlfragment'] = "fragmen HTML";
$string['modulename'] = "Bacaan";
$string['modulenameplural'] = "Bacaan";
$string['neverseen'] = "Belum pernah dibaca";
$string['note'] = "Catatan";
$string['notefile'] = "Untuk upload beberapa file untuk kursus (sehingga akan terlihat pada daftar) gunakan
<A HREF=\$a >Pengatur File</A>.";
$string['notypechosen'] = "Anda perlu memilih tipenya. Gunakan tombol kembali untuk kembali dan mengulangi.";
$string['resourcetype'] = "Tipe bacaan";
$string['resourcetype1'] = "Referensi";
$string['resourcetype2'] = "Halaman Web";
$string['resourcetype3'] = "File yang diUpload";
$string['resourcetype4'] = "Teks biasa";
$string['resourcetype5'] = "Link Web";
$string['resourcetype6'] = "teks HTML";
?>