home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / search / language / lang-vietnamese.php < prev   
Encoding:
PHP Script  |  2002-09-16  |  4.9 KB  |  106 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("_ALLTOPICS","Tất cả chủ đề");
  21. define("_NOCOMMENTS","Kh├┤ng b├¼nh luận");
  22. define("_UCOMMENT","Lời b├¼nh");
  23. define("_REVIEWS","Reviews");
  24. define("_SEARCHUSERS","T├¼m trong CSDL của th├ánh vi├¬n");
  25. define("_SEARCHSECTIONS","Search in Special Sections");
  26. define("_SEARCHREVIEWS","Search in Reviews");
  27. define("_SEARCHIN","T├¼m trong");
  28. define("_ARTICLES","Articles");
  29. define("_ALLAUTHORS","Tất cả t├íc giả");
  30. define("_ALL","Tất cả");
  31. define("_WEEK","tuần");
  32. define("_WEEKS","tuần");
  33. define("_MONTH","tháng");
  34. define("_MONTHS","tháng");
  35. define("_SEARCHON","T├¼m theo:");
  36. define("_SSTORIES","Bài");
  37. define("_SSECTIONS","Sections");
  38. define("_SUSERS","Th├ánh vi├¬n");
  39. define("_NOMATCHES","No matches found to your query");
  40. define("_PREVMATCHES","previous matches");
  41. define("_NEXTMATCHES","next matches");
  42. define("_INSECTION","Article in the Section");
  43. define("_NONAME","Kh├┤ng c├│ t├¬n n├áo được nhập");
  44. define("_SCOMMENTS","Lời b├¼nh");
  45. define("_SEARCHRESULTS","Kết quả t├¼m kiếm");
  46. define("_CONTRIBUTEDBY","Contributed by");
  47. define("_UCOMMENTS","Comments");
  48. define("_MATCHTITLE","Match on Title");
  49. define("_MATCHTEXT","Match on Article's text");
  50. define("_MATCHBOTH","Match on Title and Article's text");
  51. define("_SREPLY","Reply");
  52. define("_SREPLIES","Replies");
  53. define("_ATTACHART","Attached to Article");
  54. define("_PAGES","Trang");
  55. define("_REVIEWSCORE","Score for this Review");
  56. define("_PAGE","Trang");
  57. define("_DOWNLOADS","Downloads");
  58. define("_WEBLINKS","Web Links");
  59. define("_FINDMORE","... more");
  60. define("_DIDNOTFIND","Didn't find what you're looking for?");
  61. define("_ENCYCLOPEDIA","Encyclopedia");
  62. define("_SEARCHINSTORY","Search All Comments in Story:");define("_ALLTOPICS","Tất cả chủ đề");
  63. define("_NOCOMMENTS","Kh├┤ng b├¼nh luận");
  64. define("_UCOMMENT","Lời b├¼nh");
  65. define("_REVIEWS","Reviews");
  66. define("_SEARCHUSERS","T├¼m trong CSDL của th├ánh vi├¬n");
  67. define("_SEARCHSECTIONS","Search in Special Sections");
  68. define("_SEARCHREVIEWS","Search in Reviews");
  69. define("_SEARCHIN","T├¼m trong");
  70. define("_ARTICLES","Articles");
  71. define("_ALLAUTHORS","Tất cả t├íc giả");
  72. define("_ALL","Tất cả");
  73. define("_WEEK","tuần");
  74. define("_WEEKS","tuần");
  75. define("_MONTH","tháng");
  76. define("_MONTHS","tháng");
  77. define("_SEARCHON","T├¼m theo:");
  78. define("_SSTORIES","Bài");
  79. define("_SSECTIONS","Sections");
  80. define("_SUSERS","Th├ánh vi├¬n");
  81. define("_NOMATCHES","No matches found to your query");
  82. define("_PREVMATCHES","previous matches");
  83. define("_NEXTMATCHES","next matches");
  84. define("_INSECTION","Article in the Section");
  85. define("_NONAME","Kh├┤ng c├│ t├¬n n├áo được nhập");
  86. define("_SCOMMENTS","Lời b├¼nh");
  87. define("_SEARCHRESULTS","Kết quả t├¼m kiếm");
  88. define("_CONTRIBUTEDBY","Contributed by");
  89. define("_UCOMMENTS","Ph├¬ b├¼nh");
  90. define("_MATCHTITLE","Match on Title");
  91. define("_MATCHTEXT","Match on Article's text");
  92. define("_MATCHBOTH","Match on Title and Article's text");
  93. define("_SREPLY","Trả lời");
  94. define("_SREPLIES","Trả lời");
  95. define("_ATTACHART","Attached to Article");
  96. define("_PAGES","Trang");
  97. define("_REVIEWSCORE","Score for this Review");
  98. define("_PAGE","Trang");
  99. define("_DOWNLOADS","Downloads");
  100. define("_WEBLINKS","Li├¬n kết");
  101. define("_FINDMORE","... th├¬m");
  102. define("_DIDNOTFIND","Kh├┤ng t├¼m được c├íi m├á bạn muốn?");
  103. define("_ENCYCLOPEDIA","Encyclopedia");
  104. define("_SEARCHINSTORY","Search All Comments in Story:");
  105.  
  106. ?>