/language/english/main.php

https://gitlab.com/VoyaTrax/vtforum · PHP · 203 lines · 173 code · 15 blank · 15 comment · 6 complexity · 7979db83f7154c5a95371df941e7dded MD5 · raw file

  1. <?php
  2. // $Id: main.php,v 1.2 2003/12/17 09:42:25 gij Exp $
  3. //%%%%%% Module Name phpBB %%%%%
  4. define("_MD_VTFORUM_UPDATE","Update");
  5. define("_MD_VTFORUM_UPDATED","Updated");
  6. //functions.php
  7. define("_MD_VTFORUM_ERROR","Error");
  8. define("_MD_VTFORUM_NOPOSTS","No Posts");
  9. define("_MD_VTFORUM_GO","Go");
  10. //index.php
  11. define("_MD_VTFORUM_FORUM","Forum");
  12. define("_MD_VTFORUM_WELCOME","Welcome to %s Forum.");
  13. define("_MD_VTFORUM_TOPICS","Topics");
  14. define("_MD_VTFORUM_POSTS","Posts");
  15. define("_MD_VTFORUM_LASTPOST","Last Post");
  16. define("_MD_VTFORUM_MODERATOR","Moderator");
  17. define("_MD_VTFORUM_NEWPOSTS","New posts");
  18. define("_MD_VTFORUM_NONEWPOSTS","No new posts");
  19. define("_MD_VTFORUM_PRIVATEFORUM","Private forum");
  20. define("_MD_VTFORUM_BY","by"); // Posted by
  21. define("_MD_VTFORUM_TOSTART","To start viewing messages, select the forum that you want to visit from the selection below.");
  22. define("_MD_VTFORUM_TOTALTOPICSC","Total Topics: ");
  23. define("_MD_VTFORUM_TOTALPOSTSC","Total Posts: ");
  24. define("_MD_VTFORUM_TIMENOW","The time now is %s");
  25. define("_MD_VTFORUM_LASTVISIT","You last visited: %s");
  26. define("_MD_VTFORUM_ADVSEARCH","Advanced Search");
  27. define("_MD_VTFORUM_POSTEDON","Posted on: ");
  28. define("_MD_VTFORUM_SUBJECT","Subject");
  29. //page_header.php
  30. define("_MD_VTFORUM_MODERATEDBY","Moderated by");
  31. define("_MD_VTFORUM_SEARCH","Search");
  32. define("_MD_VTFORUM_SEARCHRESULTS","Search Results");
  33. define("_MD_VTFORUM_FORUMINDEX","Forum Index");
  34. define("_MD_VTFORUM_ALLTOPICSINDEX","Topic Index");
  35. define("_MD_VTFORUM_POSTNEW","Post New Message");
  36. define("_MD_VTFORUM_REGTOPOST","Register To Post");
  37. //search.php
  38. define("_MD_VTFORUM_KEYWORDS","Keywords:");
  39. define("_MD_VTFORUM_SEARCHANY","Search for ANY of the terms");
  40. define("_MD_VTFORUM_SEARCHALL","Search for ALL of the terms");
  41. define("_MD_VTFORUM_SEARCHALLFORUMS","Search All Forums");
  42. define("_MD_VTFORUM_FORUMC","Forum");
  43. define("_MD_VTFORUM_SORTBY","Sort by");
  44. define("_MD_VTFORUM_DATE","Date");
  45. define("_MD_VTFORUM_TOPIC","Topic");
  46. define("_MD_VTFORUM_USERNAME","Username");
  47. define("_MD_VTFORUM_SEARCHIN","Search in");
  48. define("_MD_VTFORUM_BODY","Body");
  49. define("_MD_VTFORUM_NOMATCH","No records match that query. Please broaden your search.");
  50. define("_MD_VTFORUM_POSTTIME","Post Time");
  51. //viewforum.php
  52. define("_MD_VTFORUM_LATESTPOST","latest");
  53. define("_MD_VTFORUM_REPLIES","Replies");
  54. define("_MD_VTFORUM_POSTER","Poster");
  55. define("_MD_VTFORUM_VIEWS","Views");
  56. define("_MD_VTFORUM_MORETHAN","New posts [ Popular ]");
  57. define("_MD_VTFORUM_MORETHAN2","No New posts [ Popular ]");
  58. define("_MD_VTFORUM_TOPICSTICKY","Topic is Sticky");
  59. define("_MD_VTFORUM_TOPICLOCKED","Topic is Locked");
  60. define("_MD_VTFORUM_LEGEND","Legend");
  61. define("_MD_VTFORUM_NEXTPAGE","Next Page");
  62. define("_MD_VTFORUM_SORTEDBY","Sorted by");
  63. define("_MD_VTFORUM_FORUMNAME","forum name");
  64. define("_MD_VTFORUM_TOPICTITLE","topic title");
  65. define("_MD_VTFORUM_NUMBERREPLIES","number of replies");
  66. define("_MD_VTFORUM_TOPICPOSTER","topic poster");
  67. define("_MD_VTFORUM_LASTPOSTTIME","last post time");
  68. define("_MD_VTFORUM_ASCENDING","Ascending order");
  69. define("_MD_VTFORUM_DESCENDING","Descending order");
  70. define("_MD_VTFORUM_FROMLASTDAYS","From last %s days");
  71. define("_MD_VTFORUM_THELASTYEAR","From the last year");
  72. define("_MD_VTFORUM_BEGINNING","From the beginning");
  73. define("_MD_VTFORUM_WHRSOLVED","Status:");
  74. define("_MD_VTFORUM_SOLVEDNO","UnSolved");
  75. define("_MD_VTFORUM_SOLVEDYES","Solved");
  76. define("_MD_VTFORUM_SOLVEDBOTH","Both");
  77. //viewtopic.php
  78. define("_MD_VTFORUM_AUTHOR","Author");
  79. define("_MD_VTFORUM_LOCKTOPIC","Lock this topic");
  80. define("_MD_VTFORUM_UNLOCKTOPIC","Unlock this topic");
  81. define("_MD_VTFORUM_STICKYTOPIC","Make this topic Sticky");
  82. define("_MD_VTFORUM_UNSTICKYTOPIC","Make this topic UnSticky");
  83. define("_MD_VTFORUM_MOVETOPIC","Move this topic");
  84. define("_MD_VTFORUM_DELETETOPIC","Delete this topic");
  85. define("_MD_VTFORUM_TOP","Top");
  86. define("_MD_VTFORUM_PARENT","Parent");
  87. define("_MD_VTFORUM_PREVTOPIC","Previous Topic");
  88. define("_MD_VTFORUM_NEXTTOPIC","Next Topic");
  89. define("_MD_VTFORUM_MARK_TURNON","mark this topic");
  90. define("_MD_VTFORUM_MARK_TURNOFF","unmark this topic");
  91. //forumform.inc
  92. define("_MD_VTFORUM_ABOUTPOST","About Posting");
  93. define("_MD_VTFORUM_ANONCANPOST","<b>Anonymous</b> users can post new topics and replies to this forum");
  94. define("_MD_VTFORUM_PRIVATE","This is a <b>Private</b> forum.<br />Only users with special access can post new topics and replies to this forum");define("_MD_VTFORUM_REGCANPOST","All <b>Registered</b> users can post new topics and replies to this forum");
  95. define("_MD_VTFORUM_MODSCANPOST","Only <B>Moderators and Administrators</b> can post new topics and replies to this forum");
  96. define("_MD_VTFORUM_PREVPAGE","Previous Page");
  97. define("_MD_VTFORUM_QUOTE","Quote");
  98. // ERROR messages
  99. define("_MD_VTFORUM_ERRORFORUM","ERROR: Forum not selected!");
  100. define("_MD_VTFORUM_ERRORPOST","ERROR: Post not selected!");
  101. define("_MD_VTFORUM_NORIGHTTOPOST","You don't have the right to post in this forum.");
  102. define("_MD_VTFORUM_NORIGHTTOACCESS","You don't have the right to access this forum.");
  103. define("_MD_VTFORUM_ERRORTOPIC","ERROR: Topic not selected!");
  104. define("_MD_VTFORUM_ERRORCONNECT","ERROR: Could not connect to the forums database.");
  105. define("_MD_VTFORUM_ERROREXIST","ERROR: The forum you selected does not exist. Please go back and try again.");
  106. define("_MD_VTFORUM_ERROROCCURED","An Error Occured");
  107. define("_MD_VTFORUM_COULDNOTQUERY","Could not query the forums database.");
  108. define("_MD_VTFORUM_FORUMNOEXIST","Error - The forum/topic you selected does not exist. Please go back and try again.");
  109. define("_MD_VTFORUM_USERNOEXIST","That user does not exist. Please go back and search again.");
  110. define("_MD_VTFORUM_COULDNOTREMOVE","Error - Could not remove posts from the database!");
  111. define("_MD_VTFORUM_COULDNOTREMOVETXT","Error - Could not remove post texts!");
  112. //reply.php
  113. define("_MD_VTFORUM_ON","on"); //Posted on
  114. define("_MD_VTFORUM_USERWROTE","%s wrote:"); // %s is username
  115. //post.php
  116. define("_MD_VTFORUM_FORMTITLEINPREVIEW","Post from preview");
  117. define("_MD_VTFORUM_EDITNOTALLOWED","You're not allowed to edit this post!");
  118. define("_MD_VTFORUM_EDITEDBY","Edited by");
  119. define("_MD_VTFORUM_ANONNOTALLOWED","Anonymous user not allowed to post.<br>Please register.");
  120. define("_MD_VTFORUM_THANKSSUBMIT","Thanks for your submission!");
  121. define("_MD_VTFORUM_THANKSEDIT","The post is modified");
  122. define("_MD_VTFORUM_REPLYPOSTED","A reply to your topic has been posted.");
  123. define("_MD_VTFORUM_HELLO","Hello %s,");
  124. define("_MD_VTFORUM_URRECEIVING","You are receiving this email because a message you posted on %s forums has been replied to."); // %s is your site name
  125. define("_MD_VTFORUM_CLICKBELOW","Click on the link below to view the thread:");
  126. define("_MD_VTFORUM_FMT_GUESTSPOSTHEADER","Post from %s as a guest\n---\n\n");
  127. //forumform.inc
  128. define("_MD_VTFORUM_YOURNAME","Your Name:");
  129. define("_MD_VTFORUM_LOGOUT","Logout");
  130. define("_MD_VTFORUM_REGISTER","Register");
  131. define("_MD_VTFORUM_SUBJECTC","Subject:");
  132. define("_MD_VTFORUM_EDITMODEC","Mode:");
  133. define("_MD_VTFORUM_ALERTEDIT","<div style='background:#FE0000;color:#FFFFFF;font-size:120%;font-weight:bold;padding:3px;'>You are now editing your topic</div>");
  134. define("_MD_VTFORUM_GUESTNAMEC","Your Name:");
  135. define("_MD_VTFORUM_UNAMEC","User:");
  136. define("_MD_VTFORUM_FMT_UNAME","%s");
  137. define("_MD_VTFORUM_MESSAGEICON","Message Icon:");
  138. define("_MD_VTFORUM_SOLVEDCHECKBOX","Solved");
  139. define("_MD_VTFORUM_MESSAGEC","Message:");
  140. define("_MD_VTFORUM_ALLOWEDHTML","Allowed HTML:");
  141. define("_MD_VTFORUM_OPTIONS","Options:");
  142. define("_MD_VTFORUM_POSTANONLY","Post Anonymously");
  143. define("_MD_VTFORUM_DISABLESMILEY","Disable Smiley");
  144. define("_MD_VTFORUM_DISABLEHTML","Disable html");
  145. define("_MD_VTFORUM_NEWPOSTNOTIFY", "Notify me of new posts in this thread");
  146. define("_MD_VTFORUM_ATTACHSIG","Attach Signature");
  147. define("_MD_VTFORUM_POST","Post");
  148. define("_MD_VTFORUM_SUBMIT","Submit");
  149. define("_MD_VTFORUM_CANCELPOST","Cancel Post");
  150. // forumuserpost.php
  151. define("_MD_VTFORUM_ADD","Add");
  152. define("_MD_VTFORUM_REPLY","Reply");
  153. // topicmanager.php
  154. define("_MD_VTFORUM_YANTMOTFTYCPTF","You are not the moderator of this forum therefore you cannot perform this function.");
  155. define("_MD_VTFORUM_TTHBRFTD","The topic has been removed from the database.");
  156. define("_MD_VTFORUM_RETURNTOTHEFORUM","Return to the forum");
  157. define("_MD_VTFORUM_RTTFI","Return to the forum index");
  158. define("_MD_VTFORUM_EPGBATA","Error - Please go back and try again.");
  159. define("_MD_VTFORUM_TTHBM","The topic has been moved.");
  160. define("_MD_VTFORUM_VTUT","View the updated topic");
  161. define("_MD_VTFORUM_TTHBL","The topic has been locked.");
  162. define("_MD_VTFORUM_TTHBS","The topic has been Stickyed.");
  163. define("_MD_VTFORUM_TTHBUS","The topic has been unStickyed.");
  164. define("_MD_VTFORUM_VIEWTHETOPIC","View the topic");
  165. define("_MD_VTFORUM_TTHBU","The topic has been unlocked.");
  166. define("_MD_VTFORUM_OYPTDBATBOTFTTY","Once you press the delete button at the bottom of this form the topic you have selected, and all its related posts, will be <b>permanently</b> removed.");
  167. define("_MD_VTFORUM_OYPTMBATBOTFTTY","Once you press the move button at the bottom of this form the topic you have selected, and its related posts, will be moved to the forum you have selected.");
  168. define("_MD_VTFORUM_OYPTLBATBOTFTTY","Once you press the lock button at the bottom of this form the topic you have selected will be locked. You may unlock it at a later time if you like.");
  169. define("_MD_VTFORUM_OYPTUBATBOTFTTY","Once you press the unlock button at the bottom of this form the topic you have selected will be unlocked. You may lock it again at a later time if you like.");
  170. define("_MD_VTFORUM_OYPTSBATBOTFTTY","Once you press the Sticky button at the bottom of this form the topic you have selected will be Stickyed. You may unSticky it again at a later time if you like.");
  171. define("_MD_VTFORUM_OYPTTBATBOTFTTY","Once you press the unSticky button at the bottom of this form the topic you have selected will be unStickyed. You may Sticky it again at a later time if you like.");
  172. define("_MD_VTFORUM_MOVETOPICTO","Move Topic To:");
  173. define("_MD_VTFORUM_NOFORUMINDB","No Forums in DB");
  174. define("_MD_VTFORUM_DATABASEERROR","Database Error");
  175. define("_MD_VTFORUM_DELTOPIC","Delete Topic");
  176. // delete.php
  177. define("_MD_VTFORUM_DELNOTALLOWED","Sorry, but you're not allowed to delete this post.");
  178. define("_MD_VTFORUM_AREUSUREDEL","Are you sure you want to delete this post and all its child posts?");
  179. define("_MD_VTFORUM_POSTSDELETED","Selected post and all its child posts deleted.");
  180. // definitions moved from global.
  181. define("_MD_VTFORUM_THREAD","Thread");
  182. define("_MD_VTFORUM_FROM","From");
  183. define("_MD_VTFORUM_JOINED","Joined");
  184. define("_MD_VTFORUM_ONLINE","Online");
  185. define("_MD_VTFORUM_BOTTOM","Bottom");
  186. ?>