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("_HITS","Kunjungan");
- define("_BROWSERS","Browser");
- define("_OPERATINGSYS","Sistem Operasi");
- define("_UNKNOWN","Tidak Jelas");
- define("_OTHER","Lainnya/Tidak Dikenal");
- define("_MISCSTATS","Rupa-rupa");
- define("_REGUSERS","User yang Terdaftar:");
- define("_ACTIVEAUTHORS","Redaktur:");
- define("_STORIESPUBLISHED","Berita:");
- define("_SACTIVETOPICS","Topik Berita:");
- define("_COMMENTSPOSTED","Komentar:");
- define("_SSPECIALSECT","Kategori Artikel:");
- define("_ARTICLESSEC","Artikel:");
- define("_LINKSINLINKS","Situs pada Direktori:");
- define("_LINKSCAT","Kategori pada Direktori:");
- define("_NEWSWAITING","Berita dalam Daftar Tunggu:");
- define("_NUKEVERSION","PHP-Nuke Versi:");
- define("_SEARCHENGINES","Mesin Pencari");
- define("_BOTS","Robots/Spiders");
- define("_STATS","Statistik pengunjung");
- define("_RETURNBASICSTATS","Kembali ke Statistik Umum");
- define("_BACKTODETSTATS","Kembali ke Statistik Detil");
- define("_BACKTOMAIN","Kembali ke Halaman Utama");
- define("_TODAYIS","Hari ini");
- define("_MOSTMONTH","Bulan Tersibuk");
- define("_MOSTDAY","Hari Tersibuk");
- define("_MOSTHOUR","Jam Tersibuk");
- define("_YEARLYSTATS","Statistik Tahunan");
- define("_MONTLYSTATS","Statistik Bulanan");
- define("_SPAGESVIEWS","Tampilan Halaman");
- define("_DAILYSTATS","Statistik Harian untuk");
- define("_HOURLYSTATS","Statistik Jam untuk");
- define("_VIEWDETAILED","Statistik lebih detail");
-
- ?>
-