home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / journal / language / lang-english.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  6.6 KB  |  114 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("_USERSJOURNAL","Users Journal");
  21. define("_YOUMUSTBEMEMBER","You must be a registered <a href=\"module.php?name=Your_Account\">member</a> of this site before you can add a journal entry.");
  22. define("_ADDJOURNAL","Add Journal Entry");
  23. define("_ADDENTRY","Add New Entry");
  24. define("_YOURLAST20","Your Last 20 Entries");
  25. define("_LISTALLENTRIES","List All Your Entries");
  26. define("_TITLE","Title");
  27. define("_BODY","Body");
  28. define("_WRAP","Wrap paragraphs in <p> and </p> tags. HTML is Allowed.");
  29. define("_LITTLEGRAPH","Graphic");
  30. define("_OPTIONAL","(optional)");
  31. define("_PUBLIC","Public");
  32. define("_TYPOS","(Did you test it for typos?)");
  33. define("_LEAVECOMMENT","Leave a comment on Journal Entry");
  34. define("_COMMENTBOX","Comment Box");
  35. define("_POSTCOMMENT","Post Comment");
  36. define("_COMMENTSNOTE","Note: Your name will appear next to your comments. This is <i>not</i> anonymous! The journal owner also has the capability to delete your comment.");
  37. define("_COMMENTDELETED","The comment has been removed from the database");
  38. define("_RETURNJOURNAL","Return to Your Journal Entry");
  39. define("_COMMENTPOSTED","Your comment has been posted to the bottom of the journal entry");
  40. define("_RETURNJOURNAL2","Return to the journal entry");
  41. define("_THANKS","THANK YOU!");
  42. define("_ABOUTTODELETE","You are about to delete a journal entry!");
  43. define("_SUREDELJOURNAL","Are you sure you want to delete this journal entry?");
  44. define("_YOUCANTSAVE","You can <b>not</b> recall an entry once it is removed! All posted comments will be removed as well!");
  45. define("_YOUWRONG","There appears to be something wrong with your <a href=\"modules.php?name=Your_Account\">username</a> and the recorded author of this article.<br>For security reasons, the journal entry will not be deleted from the database.<br>Please ensure that you are <a href=\"modules.php?name=Your_Account\">logged</a> into this site under the same name as that of the author.");
  46. define("_ENTRYREMOVED","Journal entry has removed from the database");
  47. define("_ANERROR","An error occured. Please return to the <a href=\"modules.php?name=Journal\">Journal Homepage</a>.");
  48. define("_ISPRIVATE","This is a private journal entry, you do not have the proper authority to view it.");
  49. define("_LASTUPDATED","Last updated on");
  50. define("_WRITECOMMENT","Write a Comment");
  51. define("_VIEWMORE","View More");
  52. define("_USERPROFILE","User Profile");
  53. define("_SENDMESSAGE","Send a Message");
  54. define("_CREATEACCOUNT","Create an Account");
  55. define("_REGUSERSCOMM","<a href=\"modules.php?name=Your_Account\">Registered</a> users may write comments here");
  56. define("_COMMENTBY","Comment By");
  57. define("_DELCOMMENT","Delete this Comment");
  58. define("_NOTYOURS","Journal Entry does not belong to user <b>$username</b>.<br>You <b>can not</b> update this journal entry.");
  59. define("_UPDATEOK","Update Successful!");
  60. define("_UPDATED","--- Journal entry Updated! ---");
  61. define("_JOURNALFOR","Journal for");
  62. define("_LAST20FOR","Last 20 Journal Entries for");
  63. define("_CLICKTOVIEW","(click to view)");
  64. define("_TIME","Time");
  65. define("_COMPLETELIST","Complete List for");
  66. define("_COMMENT","comment");
  67. define("_PUBLICENTRIES","Public Entries");
  68. define("_PRIVATEENTRIES","Private Entries");
  69. define("_TOTALENTRIES","Total Entries");
  70. define("_JOURNALDIR","Journal Directory");
  71. define("_YOURJOURNAL","Your Journal");
  72. define("_MEMBERSCAN","Site member's automatically have the option to create their own journals and post comments.");
  73. define("_20ACTIVE","The last 20 active journals");
  74. define("_VIEWJOURNAL","View<br>Journal");
  75. define("_MEMBER","Member");
  76. define("_MEMBERPROFILE","Member's<br>Profile");
  77. define("_CREATEACCOUNT2","Create an<br>Account");
  78. define("_PRIVMSGJ","Private<br>Message");
  79. define("_PRIVMSGJ2","Private Message");
  80. define("_ALPHABETICAL","Alphabetical Listing of Journal Authors");
  81. define("_VIEWJOURNAL2","View Journal");
  82. define("_USERPROFILE2","User Profile");
  83. define("_20AUTHORS","Last 20 Active Authors");
  84. define("_LISTALLJOURNALS","List All Journals");
  85. define("_SEARCHMEMBER","Search a Member");
  86. define("_EDITJOURNAL","Edit Journal Entry");
  87. define("_NOTYOURS2","This Journal entry does not belong to user <b>$username</b>.<br>You <b>can not</b> update this journal entry.");
  88. define("_MODIFYENTRY","Modify Entry");
  89. define("_ENTRYADDED","Journal Entry Added!");
  90. define("_JOURNALSEARCH","Journal Search");
  91. define("_IN","in");
  92. define("_SEARCHRESULTS","Search Results");
  93. define("_BODYTEXT","Body Text");
  94. define("_UCOMMENTS","Comments");
  95. define("_READ","Read");
  96. define("_PUBLICFOR","public entries were found in your search for");
  97. define("_VIEW","View");
  98. define("_PROFILE","Profile");
  99. define("_SENDJFRIEND","Send this Journal to a Friend");
  100. define("_YOUSENDJOURNAL","You'll send this Journal entry to a friend. Please fill the following required information:");
  101. define("_FYOURNAME","Your Name");
  102. define("_FYOUREMAIL","Your Email");
  103. define("_FFRIENDNAME","Your Friend's Name");
  104. define("_FFRIENDEMAIL","Your Friend's Email");
  105. define("_SEND","Send");
  106. define("_INTERESTING","Interesting text at");
  107. define("_HELLO","Hello");
  108. define("_YOURFRIEND","Your friend");
  109. define("_CONSIDERED","considered the following journal entry in our site of your interest.");
  110. define("_AREMORE","There are many more Journals in our site. You're invited to check them out!");
  111. define("_FSENT","The message has been sent. Thank you!");
  112. define("_URL","Url");
  113.  
  114. ?>