[ Index ]
 

Code source de PHP NUKE 7.9

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/Search/language/ -> lang-vietnamese.php (source)

   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&#7845;t c&#7843; ch&#7911; &#273;&#7873;");
  21  define("_NOCOMMENTS","Không bình lu&#7853;n");
  22  define("_UCOMMENT","L&#7901;i bình");
  23  define("_REVIEWS","Reviews");
  24  define("_SEARCHUSERS","Tìm trong CSDL c&#7911;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&#7845;t c&#7843; tác gi&#7843;");
  30  define("_ALL","T&#7845;t c&#7843;");
  31  define("_WEEK","tu&#7847;n");
  32  define("_WEEKS","tu&#7847;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 &#273;&#432;&#7907;c nh&#7853;p");
  44  define("_SCOMMENTS","L&#7901;i bình");
  45  define("_SEARCHRESULTS","K&#7871;t qu&#7843; tìm ki&#7871;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&#7845;t c&#7843; ch&#7911; &#273;&#7873;");
  63  define("_NOCOMMENTS","Không bình lu&#7853;n");
  64  define("_UCOMMENT","L&#7901;i bình");
  65  define("_REVIEWS","Reviews");
  66  define("_SEARCHUSERS","Tìm trong CSDL c&#7911;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&#7845;t c&#7843; tác gi&#7843;");
  72  define("_ALL","T&#7845;t c&#7843;");
  73  define("_WEEK","tu&#7847;n");
  74  define("_WEEKS","tu&#7847;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 &#273;&#432;&#7907;c nh&#7853;p");
  86  define("_SCOMMENTS","L&#7901;i bình");
  87  define("_SEARCHRESULTS","K&#7871;t qu&#7843; tìm ki&#7871;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&#7843; l&#7901;i");
  94  define("_SREPLIES","Tr&#7843; l&#7901;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&#7871;t");
 101  define("_FINDMORE","... thêm");
 102  define("_DIDNOTFIND","Không tìm &#273;&#432;&#7907;c cái mà b&#7841;n mu&#7889;n?");
 103  define("_ENCYCLOPEDIA","Encyclopedia");
 104  define("_SEARCHINSTORY","Search All Comments in Story:");
 105  define("_SEARCHCHARACTERS","<center><b>Search System Error</b><br><br>Your query should be at least 3 characters long to be processed.<br>Please, fix the problem and try again...</center>");
 106  
 107  ?>


Généré le : Sun Apr 1 11:11:59 2007 par Balluche grâce à PHPXref 0.7