home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / news / language / lang-english.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  5.3 KB  |  115 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("_SEND","Send");
  21. define("_URL","URL");
  22. define("_PRINTER","Printer Friendly Page");
  23. define("_FRIEND","Send to a Friend");
  24. define("_YOURNAME","Your Name");
  25. define("_OK","Ok!");
  26. define("_RELATED","Related Links");
  27. define("_MOREABOUT","More about");
  28. define("_NEWSBY","News by");
  29. define("_MOSTREAD","Most read story about");
  30. define("_READMORE","Read More...");
  31. define("_BYTESMORE","bytes more");
  32. define("_COMMENTSQ","comments?");
  33. define("_COMMENT","comment");
  34. define("_CONFIGURE","Configure");
  35. define("_LOGINCREATE","Login/Create an Account");
  36. define("_THRESHOLD","Threshold");
  37. define("_NOCOMMENTS","No Comments");
  38. define("_NESTED","Nested");
  39. define("_FLAT","Flat");
  40. define("_THREAD","Thread");
  41. define("_OLDEST","Oldest First");
  42. define("_NEWEST","Newest First");
  43. define("_HIGHEST","Highest Scores First");
  44. define("_COMMENTSWARNING","The comments are owned by the poster. We aren't responsible for their content.");
  45. define("_SCORE","Score:");
  46. define("_USERINFO","User Info");
  47. define("_READREST","Read the rest of this comment...");
  48. define("_REPLY","Reply to This");
  49. define("_REPLYMAIN","Post Comment");
  50. define("_NOSUBJECT","No Subject");
  51. define("_NOANONCOMMENTS","No Comments Allowed for Anonymous, please <a href=\"modules.php?name=Your_Account&op=new_user\">register</a>");
  52. define("_PARENT","Parent");
  53. define("_ROOT","Root");
  54. define("_UCOMMENT","Comment");
  55. define("_ALLOWEDHTML","Allowed HTML:");
  56. define("_POSTANON","Post Anonymously");
  57. define("_EXTRANS","Extrans (html tags to text)");
  58. define("_HTMLFORMATED","HTML Formated");
  59. define("_PLAINTEXT","Plain Old Text");
  60. define("_ONN","on...");
  61. define("_SUBJECT","Subject");
  62. define("_COMMENTREPLY","Comment Post");
  63. define("_COMREPLYPRE","Comment Post Preview");
  64. 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");
  65. define("_SENDAMSG","Send a Message");
  66. define("_YOUSENDSTORY","You will send the story");
  67. define("_TOAFRIEND","to a specified friend:");
  68. define("_FYOURNAME","Your Name:");
  69. define("_FYOUREMAIL","Your E-mail:");
  70. define("_FFRIENDNAME","Your Friend's Name:");
  71. define("_FFRIENDEMAIL","Your Friend's E-mail:");
  72. define("_INTERESTING","Interesting Article at");
  73. define("_HELLO","Hello");
  74. define("_YOURFRIEND","Your Friend");
  75. define("_CONSIDERED","considered the following article interesting and wanted to send it to you.");
  76. define("_FDATE","Date:");
  77. define("_FTOPIC","Topic:");
  78. define("_YOUCANREAD","You can read interesting articles at");
  79. define("_FSTORY","Story");
  80. define("_HASSENT","Has been sent to");
  81. define("_THANKS","Thanks!");
  82. define("_RECOMMEND","Recommend this Site to a Friend");
  83. define("_PDATE","Date:");
  84. define("_PTOPIC","Topic:");
  85. define("_COMESFROM","This article comes from");
  86. define("_THEURL","The URL for this story is:");
  87. define("_PREVIEW","Preview");
  88. define("_NEWUSER","New User");
  89. define("_OPTIONS","Options");
  90. define("_REFRESH","Refresh");
  91. define("_ADD","Add");
  92. define("_NOCOMMENTSACT","Sorry, Comments are not available for this article.");
  93. define("_ARTICLEPOLL","Article's Poll");
  94. define("_RATEARTICLE","Article Rating");
  95. define("_RATETHISARTICLE","Please take a second and vote for this article:");
  96. define("_CASTMYVOTE","Cast my Vote!");
  97. define("_AVERAGESCORE","Average Score");
  98. define("_BAD","Bad");
  99. define("_REGULAR","Regular");
  100. define("_GOOD","Good");
  101. define("_VERYGOOD","Very Good");
  102. define("_EXCELLENT","Excellent");
  103. define("_ARTICLERATING","Article Rating");
  104. define("_THANKSVOTEARTICLE","Thanks for voting for this article!");
  105. define("_ALREADYVOTEDARTICLE","Sorry, you already voted for this article recently!");
  106. define("_BACKTOARTICLEPAGE","Back to Article's Page");
  107. define("_DIDNTRATE","You didn't selected any score for the article!");
  108. define("_NOINFO4TOPIC","Sorry, there isn't information for the selected topic.");
  109. define("_GOTONEWSINDEX","Go to News Index");
  110. define("_SELECTNEWTOPIC","Select a New Topic");
  111. define("_GOTOHOME","Go to Home");
  112. define("_SEARCHONTOPIC","Search on This Topic");
  113. define("_SEARCHDIS","Search Discussion");
  114.  
  115. ?>