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","Trang trước");
- define("_NEXT","Trang sau");
- define("_SEARCHRESULTS","Kết quả tìm kiếm");
- define("_PAGE","Trang");
- define("_RETURNTO","Trở lại");
- define("_DEACTIVATE","Bất động");
- define("_ACTIVATE","Hoạt động");
- define("_ENCYCLOPEDIA","Bách khoa toàn thư");
- define("_NOCONTENTFORLETTER","Xin lỗi, không có nội dung cho thư");
- define("_ENCYSELECTLETTER","Please select a letter from the following list to consult terms:");
- define("_COPYRIGHT","Bản quyền");
- define("_YOURADMINENCY","Bạn là Người Quản Ly, Bách khoa toàn thư không hoạt động!");
- define("_ENCYNOTACTIVE","Xin lỗi, Báck khoa toàn thư này không cho phép sử dụng bây giờ.");
- define("_AVAILABLEENCYLIST","Danh sách các bách khoa toàn thư có trong");
- define("_YOURADMININACTIVELIST","Bạn là Người Quản ly: dưới đây là danh sách các bách khoa toàn thư không hoạt động:");
- define("_NORESULTSTEXT","No Results in Term's Text...");
- define("_NORESULTSTITLE","No Results in Term's Title...");
- define("_SEARCHRESULTSFOR","Kết quả tìm kiếm cho:");
- define("_SEARCHNOTCOMPLETE","Search options aren't complete. Please try again.");
- define("_RESULTSINTERMTITLE","Results in the term's title:");
- define("_RESULTSINTERMTEXT","Results in the term's text:");
-
- ?>