home *** CD-ROM | disk | FTP | other *** search
- <?php
-
- /**************************************************************************/
- /* PHP-NUKE: Advanced Content Management System */
- /* ============================================ */
- /* */
- /* This is the language module with all the system messages */
- /* */
- /* If you made a translation, please go to the site and send to me */
- /* the translated file. Please keep the original text order by modules, */
- /* and just one message per line, also double check your translation! */
- /* */
- /* You need to change the second quoted phrase, not the capital one! */
- /* */
- /* If you need to use double quotes (") remember to add a backslash (\), */
- /* so your entry will look like: This is \"double quoted\" text. */
- /* And, if you use HTML code, please double check it. */
- /**************************************************************************/
-
- define("_PREVIOUS","Sebelumnya");
- define("_NEXT","Berikutnya");
- define("_SEARCHRESULTS","Hasil Pencarian");
- define("_PAGE","Halaman");
- define("_RETURNTO","Kembali ke");
- define("_DEACTIVATE","Nonaktifkan");
- define("_ACTIVATE","Aktifkan");
- define("_ENCYCLOPEDIA","Ensiklopedia");
- define("_NOCONTENTFORLETTER","Maaf, aksara ini belum terisi");
- define("_ENCYSELECTLETTER","Silakan pilih satu aksara dari daftar berikut untuk melihat kata yang anda inginkan menurut huruf awalnya:");
- define("_COPYRIGHT","Hak cipta © oleh $sitename. Dilindungi undang-undang.");
- define("_YOURADMINENCY","Anda Administrator, ensiklopedia belum aktif!");
- define("_ENCYNOTACTIVE","Maaf, ensiklopedia ini belum aktif.");
- define("_AVAILABLEENCYLIST","Daftar Ensiklopedia pada");
- define("_YOURADMININACTIVELIST","Anda Administrator: berikut adalah Ensiklopedia yang belum aktif:");
- define("_NORESULTSTEXT","Tidak ada hasil pada deskripsi...");
- define("_NORESULTSTITLE","Tidak ada hasil pada judul...");
- define("_SEARCHRESULTSFOR","Hasil pencarian untuk:");
- define("_SEARCHNOTCOMPLETE","Pilihan pencarian belum lengkap. Silakan coba lagi.");
- define("_RESULTSINTERMTITLE","Hasil pada judul:");
- define("_RESULTSINTERMTEXT","Hasil pada deskripsi:");
-
- ?>
-