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("_PAGE","Trang");
- define("_DEACTIVATE","Tắt hoạt động");
- define("_ACTIVATE","Hoạt động");
- define("_PUBLISHEDON","Xuất bản vào");
- define("_PAGESLIST","Trang kê khai");
- define("_LISTOFCONTENT","Kê khai các nội dung có trong");
- define("_YOURADMINLIST","Bạn là Người Quản ly: dưới đây là những trang không hoạt động:");
- define("_COPYRIGHT","Bản quyền © bởi");
- define("_COPYRIGHT2","Tác giả giữ bản quyền.");
- define("_CONTENTCATEGORIES","Những nội dung được sắp đặt trong danh mục");
- define("_NONCLASSCONT","Nội dung không được sắp đặt");
-
-
- ?>