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","lần");
- define("_BROWSERS","Tr├¼nh duyệt");
- define("_OPERATINGSYS","Hệ điều h├ánh");
- define("_UNKNOWN","Kh├┤ng r├╡");
- define("_OTHER","Khác / Không rõ");
- define("_MISCSTATS","Thống k├¬ linh tinh");
- define("_REGUSERS","Thành viên:");
- define("_ACTIVEAUTHORS","Active Authors:");
- define("_STORIESPUBLISHED","Stories Published:");
- define("_SACTIVETOPICS","Active Topics:");
- define("_COMMENTSPOSTED","Lời b├¼nh được gửi:");
- define("_SSPECIALSECT","Special Sections:");
- define("_ARTICLESSEC","Articles in Sections:");
- define("_LINKSINLINKS","Links in Web Links:");
- define("_LINKSCAT","Categories in Links:");
- define("_NEWSWAITING","News Waiting to be Published:");
- define("_NUKEVERSION","PHP-Nuke Version:");
- define("_SEARCHENGINES","M├íy t├¼m kiếm");
- define("_BOTS","Robots/Spiders");
- define("_STATS","Thống k├¬ lượng truy cập");
- define("_RETURNBASICSTATS","Quay lại thống k├¬ cơ bản");
- define("_BACKTODETSTATS","Quay lại thống k├¬ chi tiết");
- define("_BACKTOMAIN","Quay lại trang ch├¡nh");
- define("_TODAYIS","Hôm nay là");
- define("_MOSTMONTH","Th├íng bận nhất");
- define("_MOSTDAY","Ng├áy bạn nhất");
- define("_MOSTHOUR","Giờ bận nhất");
- define("_YEARLYSTATS","Thống k├¬ h├áng năm");
- define("_MONTLYSTATS","Thống k├¬ h├áng th├íng cho năm");
- define("_SPAGESVIEWS","Lượt xem");
- define("_DAILYSTATS","Thống k├¬ h├áng ng├áy cho");
- define("_HOURLYSTATS","Thống k├¬ h├áng giờ cho ng├áy");
- define("_VIEWDETAILSTATS","Xem thống k├¬ chi tiết");
-
- ?>