home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / surveys / language / lang-vietnamese.php < prev   
Encoding:
PHP Script  |  2002-09-16  |  3.8 KB  |  74 lines

  1. <?php
  2.  
  3. /**************************************************************************/
  4. /* PHP-NUKE: Advanced Content Management System                           */
  5. /* ============================================                           */
  6. /*                                                                        */
  7. /* This is the language module with all the system messages               */
  8. /*                                                                        */
  9. /* If you made a translation, please go to the site and send to me        */
  10. /* the translated file. Please keep the original text order by modules,   */
  11. /* and just one message per line, also double check your translation!     */
  12. /*                                                                        */
  13. /* You need to change the second quoted phrase, not the capital one!      */
  14. /*                                                                        */
  15. /* If you need to use double quotes (") remember to add a backslash (\),  */
  16. /* so your entry will look like: This is \"double quoted\" text.          */
  17. /* And, if you use HTML code, please double check it.                     */
  18. /**************************************************************************/
  19.  
  20. define("_YOURNAME","T├¬n bạn");
  21. define("_OK","Ok!");
  22. define("_COMMENT","comment");
  23. define("_CONFIGURE","Cấu h├¼nh");
  24. define("_LOGINCREATE","Đăng nhập/Tạo 1 t├ái khỏan");
  25. define("_THRESHOLD","Đoạn");
  26. define("_NOCOMMENTS","Kh├┤ng b├¼nh luận");
  27. define("_NESTED","Nối mạng");
  28. define("_FLAT","Ngang phẳng");
  29. define("_THREAD","Đoạn");
  30. define("_OLDEST","Cũ nhất trước");
  31. define("_NEWEST","Mới nhất trước");
  32. define("_HIGHEST","Cao điểm nhất trước");
  33. define("_COMMENTSWARNING","Lời b├¼nh l├á sở hữu của người gửi. Ch├║ng t├┤i kh├┤ng chịu tr├ích nhiệm về mặt nội dung.");
  34. define("_SCORE","Điểm:");
  35. define("_USERINFO","Th├┤ng tin th├ánh vi├¬n");
  36. define("_READREST","Read the rest of this comment...");
  37. define("_REPLY","Reply to This");
  38. define("_REPLYMAIN","Gửi lời b├¼nh");
  39. define("_NOSUBJECT","No Subject");
  40. define("_NOANONCOMMENTS","No Comments Allowed for Anonymous, please <a href=\"modules.php?name=Your_Account\">register</a>");
  41. define("_PARENT","Parent");
  42. define("_ROOT","Root");
  43. define("_UCOMMENT","Comment");
  44. define("_ALLOWEDHTML","Allowed HTML:");
  45. define("_POSTANON","Post Anonymously");
  46. define("_EXTRANS","Extrans (html tags to text)");
  47. define("_HTMLFORMATED","HTML Formated");
  48. define("_PLAINTEXT","Plain Old Text");
  49. define("_ONN","on...");
  50. define("_SUBJECT","Subject");
  51. define("_SURVEYCOM","Survey Comment Post");
  52. define("_SURVEYCOMPRE","Survey Comment Post Preview");
  53. define("_NOTRIGHT","Something is not right with passing a variable to this function. This message is just to keep things from messing up down the road");
  54. define("_DIRECTCOM","Direct Survey Comment...");
  55. define("_SENDAMSG","Send a Message");
  56. define("_PASTSURVEYS","Past Surveys");
  57.  
  58.  
  59.  
  60. define("_LVOTES","votes");
  61. define("_TOTALVOTES","Tổng phiếu:");
  62. define("_VOTING","Buồng bỏ phiếu");
  63. define("_OTHERPOLLS","Tất cả c├íc thăm d├▓");
  64. define("_CURRENTSURVEY","Current Survey");
  65. define("_CURRENTPOLLRESULTS","Kết quả thăm d├▓ hiện thời");
  66. define("_PREVIEW","Xem trước");
  67. define("_REFRESH","Xem lại");
  68. define("_SURVEYS","Surveys");
  69. define("_ATTACHEDTOARTICLE","- Attached to article:");
  70. define("_SURVEYSATTACHED","Surveys Attached to Articles");
  71. define("_LAST5POLLS", "Last 5 Surveys at");
  72. define("_MOREPOLLS", "...more polls");
  73.  
  74. ?>