/upload/language/lang_english/lang_main.php

http://torrentpier2.googlecode.com/ · PHP · 3016 lines · 2372 code · 413 blank · 231 comment · 8 complexity · 893c7202780109644c2088373e57dd08 MD5 · raw file

Large files are truncated click here to view the full file

  1. <?php
  2. setlocale(LC_ALL, 'eu_US.UTF-8');
  3. $lang['CONTENT_ENCODING'] = 'UTF-8';
  4. //
  5. // Common, these terms are used
  6. // extensively on several pages
  7. //
  8. $lang['ADMIN'] = 'Administration';
  9. $lang['FORUM'] = 'Forum';
  10. $lang['CATEGORY'] = 'Category';
  11. $lang['HIDE_CAT'] = 'Hide categories';
  12. $lang['HIDE_CAT_MESS'] = 'Part of categories are hidden "options Show" &middot; <a href="index.php?sh=1">Show All</a>';
  13. $lang['TOPIC'] = 'Topic';
  14. $lang['TOPICS'] = 'Topics';
  15. $lang['TOPICS_SHORT'] = 'Topics';
  16. $lang['REPLIES'] = 'Replies';
  17. $lang['REPLIES_SHORT'] = 'Replies';
  18. $lang['VIEWS'] = 'Views';
  19. $lang['POSTS'] = 'Posts';
  20. $lang['POSTS_SHORT'] = 'Posts';
  21. $lang['POSTED'] = 'Posted';
  22. $lang['USERNAME'] = 'Username';
  23. $lang['PASSWORD'] = 'Password';
  24. $lang['EMAIL'] = 'Email';
  25. $lang['PM'] = 'PM';
  26. $lang['AUTHOR'] = 'Author';
  27. $lang['TIME'] = 'Time';
  28. $lang['HOURS'] = 'Hours';
  29. $lang['MESSAGE'] = 'Message';
  30. $lang['TORRENT'] = 'Torrent';
  31. $lang['PERMISSIONS'] = 'Permissions';
  32. $lang['TYPE'] = 'Type';
  33. $lang['SEEDER'] = 'Seeder';
  34. $lang['LEECHER'] = 'Leecher';
  35. $lang['RELEASER'] = 'Releaser';
  36. $lang['1_DAY'] = '1 Day';
  37. $lang['7_DAYS'] = '7 Days';
  38. $lang['2_WEEKS'] = '2 Weeks';
  39. $lang['1_MONTH'] = '1 Month';
  40. $lang['3_MONTHS'] = '3 Months';
  41. $lang['6_MONTHS'] = '6 Months';
  42. $lang['1_YEAR'] = '1 Year';
  43. $lang['GO'] = 'Jump to';
  44. $lang['SUBMIT'] = 'Submit';
  45. $lang['RESET'] = 'Reset';
  46. $lang['CANCEL'] = 'Cancel';
  47. $lang['PREVIEW'] = 'Preview';
  48. $lang['AJAX_PREVIEW'] = 'Quick View';
  49. $lang['CONFIRM'] = 'Confirm';
  50. $lang['YES'] = 'Yes';
  51. $lang['NO'] = 'No';
  52. $lang['ENABLED'] = 'Enabled';
  53. $lang['DISABLED'] = 'Disabled';
  54. $lang['ERROR'] = 'Error';
  55. $lang['SELECT_ACTION'] = 'Select action';
  56. $lang['NEXT_PAGE'] = 'Next';
  57. $lang['PREVIOUS_PAGE'] = 'Previous';
  58. $lang['GOTO_PAGE'] = 'Goto page';
  59. $lang['GOTO_SHORT'] = 'Page';
  60. $lang['JOINED'] = 'Joined';
  61. $lang['LONGEVITY'] = 'Longevity';
  62. $lang['IP_ADDRESS'] = 'IP Address';
  63. $lang['POSTED_AFTER'] = 'after';
  64. $lang['SELECT_FORUM'] = 'Select a forum';
  65. $lang['VIEW_LATEST_POST'] = 'View latest post';
  66. $lang['VIEW_NEWEST_POST'] = 'View newest post';
  67. $lang['PAGE_OF'] = 'Page <b>%d</b> of <b>%s</b>';
  68. $lang['ICQ'] = 'ICQ Number';
  69. $lang['SKYPE'] = 'Skype';
  70. $lang['SKYPE_ERROR'] = 'You entered an invalid login';
  71. $lang['FORUM_INDEX'] = '%s Forum Index'; // eg. sitename Forum Index, %s can be removed if you prefer
  72. $lang['POST_NEW_TOPIC'] = 'Post new topic';
  73. $lang['POST_NEW_RELEASE'] = 'Post new release';
  74. $lang['POST_REGULAR_TOPIC'] = 'Post regular topic';
  75. $lang['REPLY_TO_TOPIC'] = 'Reply to topic';
  76. $lang['REPLY_WITH_QUOTE'] = 'Reply with quote';
  77. $lang['CLICK_RETURN_TOPIC'] = 'Click %sHere%s to return to the topic'; // %s's here are for uris, do not remove!
  78. $lang['CLICK_RETURN_LOGIN'] = 'Click %sHere%s to try again';
  79. $lang['CLICK_RETURN_FORUM'] = 'Click %sHere%s to return to the forum';
  80. $lang['CLICK_VIEW_MESSAGE'] = 'Click %sHere%s to view your message';
  81. $lang['CLICK_RETURN_MODCP'] = 'Click %sHere%s to return to the Moderator Control Panel';
  82. $lang['CLICK_RETURN_GROUP'] = 'Click %sHere%s to return to group information';
  83. $lang['ADMIN_PANEL'] = 'Go to Administration Panel';
  84. $lang['ALL_CACHE'] = 'All cache';
  85. $lang['ALL_CACHE_CLEARED'] = 'Cache has been cleared';
  86. $lang['ALL_TEMPLATE_CLEARED'] = 'Template cache has been cleared';
  87. $lang['DATASTORE'] = 'Datastore';
  88. $lang['DATASTORE_CLEARED'] = 'Datastore has been cleared';
  89. $lang['BOARD_DISABLE'] = 'Sorry, but this board is currently unavailable. Please try again later.';
  90. $lang['LOADING'] = 'Loading...';
  91. $lang['JUMPBOX_TITLE'] = 'Select forum';
  92. $lang['DISPLAYING_OPTIONS'] = 'Displaying options';
  93. //
  94. // Global Header strings
  95. //
  96. $lang['REGISTERED_USERS'] = 'Registered Users:';
  97. $lang['BROWSING_FORUM'] = 'Users browsing this forum:';
  98. $lang['ONLINE_USERS'] = 'In total there are <b>%1$d</b> users online: %2$d Registered and %3$d Guests';
  99. $lang['RECORD_ONLINE_USERS'] = 'The Most users ever online was <b>%s</b> on %s'; // first %s = number of users, second %s is the date.
  100. $lang['ONLINE_ADMIN'] = 'Administrator';
  101. $lang['ONLINE_MOD'] = 'Moderator';
  102. $lang['ONLINE_GROUP_MEMBER'] = 'Group member';
  103. $lang['YOU_LAST_VISIT'] = 'Your last visit was on: <span class="tz_time">%s</span>';
  104. $lang['CURRENT_TIME'] = 'The time now is: <span class="tz_time">%s</span>';
  105. $lang['SEARCH_NEW'] = 'View newest posts';
  106. $lang['SEARCH_SELF'] = 'My posts';
  107. $lang['SEARCH_SELF_BY_LAST'] = 'last post time';
  108. $lang['SEARCH_SELF_BY_MY'] = 'my post time';
  109. $lang['SEARCH_UNANSWERED'] = 'View unanswered posts';
  110. $lang['SEARCH_UNANSWERED_SHORT'] = 'unanswered';
  111. $lang['SEARCH_LATEST'] = 'latest';
  112. $lang['REGISTER'] = 'Register';
  113. $lang['PROFILE'] = 'Profile';
  114. $lang['EDIT_PROFILE'] = 'Edit profile';
  115. $lang['SEARCH'] = 'Search';
  116. $lang['MEMBERLIST'] = 'Memberlist';
  117. $lang['USERGROUPS'] = 'Usergroups';
  118. $lang['LASTPOST'] = 'Last Post';
  119. $lang['MODERATOR'] = 'Moderator';
  120. $lang['MODERATORS'] = 'Moderators';
  121. $lang['TERMS'] = 'Terms';
  122. $lang['NOTHING_HAS_CHANGED'] = 'Nothing has been changed';
  123. //
  124. // Stats block text
  125. //
  126. $lang['POSTED_TOPICS_TOTAL'] = 'Our users have posted a total of <b>%s</b> topics'; // Number of topics
  127. $lang['POSTED_ARTICLES_ZERO_TOTAL'] = 'Our users have posted a total of <b>0</b> articles'; // Number of posts
  128. $lang['POSTED_ARTICLES_TOTAL'] = 'Our users have posted a total of <b>%s</b> articles'; // Number of posts
  129. $lang['REGISTERED_USERS_ZERO_TOTAL'] = 'We have <b>0</b> registered users'; // # registered users
  130. $lang['REGISTERED_USERS_TOTAL'] = 'We have <b>%s</b> registered users'; // # registered users
  131. $lang['USERS_TOTAL_GENDER'] = 'Boys: <b>%d</b>, Girls: <b>%d</b>, Others: <b>%d</b>';
  132. $lang['NEWEST_USER'] = 'The newest registered user is <b>%s</b>'; // a href, username, /a
  133. // Tracker stats
  134. $lang['TORRENTS_STAT'] = 'Torrents: <b style="color: blue;">%s</b>,&nbsp; Total size: <b>%s</b>'; // first %s = number of torrents, second %s is the total size.
  135. $lang['PEERS_STAT'] = 'Peers: <b>%s</b>,&nbsp; Seeders: <b class="seedmed">%s</b>,&nbsp; Leechers: <b class="leechmed">%s</b>'; // first %s = number of peers, second %s = number of seeders, third %s = number of leechers.
  136. $lang['SPEED_STAT'] = 'Total speed: <b>%s</b>&nbsp;'; // %s = total speed.
  137. $lang['NO_NEW_POSTS_LAST_VISIT'] = 'No new posts since your last visit';
  138. $lang['NO_NEW_POSTS'] = 'No new posts';
  139. $lang['NEW_POSTS'] = 'New posts';
  140. $lang['NEW_POST'] = 'New post';
  141. $lang['NO_NEW_POSTS_HOT'] = 'No new posts [ Popular ]';
  142. $lang['NEW_POSTS_HOT'] = 'New posts [ Popular ]';
  143. $lang['NEW_POSTS_LOCKED'] = 'New posts [ Locked ]';
  144. $lang['FORUM_LOCKED_MAIN'] = 'Forum is locked';
  145. //
  146. // Login
  147. //
  148. $lang['ENTER_PASSWORD'] = 'Please enter your username and password to log in.';
  149. $lang['LOGIN'] = 'Log in';
  150. $lang['LOGOUT'] = 'Log out';
  151. $lang['CONFIRM_LOGOUT'] = 'Are you sure you want to log out?';
  152. $lang['FORGOTTEN_PASSWORD'] = 'Forgot password?';
  153. $lang['AUTO_LOGIN'] = 'Log me on automatically each visit';
  154. $lang['ERROR_LOGIN'] = 'You have specified an incorrect or inactive username, or an invalid password.';
  155. $lang['REMEMBER'] = 'Remember';
  156. $lang['USER_WELCOME'] = 'Welcome,';
  157. //
  158. // Index page
  159. //
  160. $lang['HOME'] = 'Home';
  161. $lang['NO_POSTS'] = 'No Posts';
  162. $lang['NO_FORUMS'] = 'This board has no forums';
  163. $lang['PRIVATE_MESSAGE'] = 'Private Message';
  164. $lang['PRIVATE_MESSAGES'] = 'Private Messages';
  165. $lang['WHOSONLINE'] = 'Who is Online';
  166. $lang['MARK_ALL_FORUMS_READ'] = 'Mark all forums read';
  167. $lang['FORUMS_MARKED_READ'] = 'All forums have been marked read';
  168. $lang['LATEST_NEWS'] = 'Latest news';
  169. $lang['NETWORK_NEWS'] = 'Network news';
  170. $lang['SUBFORUMS'] = 'Subforums';
  171. //
  172. // Viewforum
  173. //
  174. $lang['VIEW_FORUM'] = 'View Forum';
  175. $lang['FORUM_NOT_EXIST'] = 'The forum you selected does not exist.';
  176. $lang['REACHED_ON_ERROR'] = 'You have reached this page in error.';
  177. $lang['ERROR_PORNO_FORUM'] = 'This type of forums was hidden in your profile by you';
  178. $lang['DISPLAY_TOPICS'] = 'Display topics from previous';
  179. $lang['ALL_TOPICS'] = 'All Topics';
  180. $lang['MODERATE_FORUM'] = 'Moderate this forum';
  181. $lang['TITLE_SEARCH_HINT'] = 'search title...';
  182. $lang['TOPIC_ANNOUNCEMENT'] = 'Announcement:';
  183. $lang['TOPIC_STICKY'] = 'Sticky:';
  184. $lang['TOPIC_MOVED'] = 'Moved:';
  185. $lang['TOPIC_POLL'] = '[ Poll ]';
  186. $lang['MARK_TOPICS_READ'] = 'Mark all topics read';
  187. $lang['TOPICS_MARKED_READ'] = 'The topics for this forum have just been marked read';
  188. $lang['RULES_POST_CAN'] = 'You <b>can</b> post new topics in this forum';
  189. $lang['RULES_POST_CANNOT'] = 'You <b>cannot</b> post new topics in this forum';
  190. $lang['RULES_REPLY_CAN'] = 'You <b>can</b> reply to topics in this forum';
  191. $lang['RULES_REPLY_CANNOT'] = 'You <b>cannot</b> reply to topics in this forum';
  192. $lang['RULES_EDIT_CAN'] = 'You <b>can</b> edit your posts in this forum';
  193. $lang['RULES_EDIT_CANNOT'] = 'You <b>cannot</b> edit your posts in this forum';
  194. $lang['RULES_DELETE_CAN'] = 'You <b>can</b> delete your posts in this forum';
  195. $lang['RULES_DELETE_CANNOT'] = 'You <b>cannot</b> delete your posts in this forum';
  196. $lang['RULES_VOTE_CAN'] = 'You <b>can</b> vote in polls in this forum';
  197. $lang['RULES_VOTE_CANNOT'] = 'You <b>cannot</b> vote in polls in this forum';
  198. $lang['RULES_MODERATE'] = 'You <b>can</b> moderate this forum';
  199. $lang['NO_TOPICS_POST_ONE'] = 'There are no posts in this forum.<br />Click on the <b>Post New Topic</b> link on this page to post one.';
  200. //
  201. // Viewtopic
  202. //
  203. $lang['VIEW_TOPIC'] = 'View topic';
  204. $lang['GUEST'] = 'Guest';
  205. $lang['POST_SUBJECT'] = 'Post subject';
  206. $lang['SUBMIT_VOTE'] = 'Submit Vote';
  207. $lang['VIEW_RESULTS'] = 'View Results';
  208. $lang['NO_NEWER_TOPICS'] = 'There are no newer topics in this forum';
  209. $lang['NO_OLDER_TOPICS'] = 'There are no older topics in this forum';
  210. $lang['TOPIC_POST_NOT_EXIST'] = 'The topic or post you requested does not exist';
  211. $lang['NO_POSTS_TOPIC'] = 'No posts exist for this topic';
  212. $lang['DISPLAY_POSTS'] = 'Display posts from previous';
  213. $lang['ALL_POSTS'] = 'All Posts';
  214. $lang['NEWEST_FIRST'] = 'Newest First';
  215. $lang['OLDEST_FIRST'] = 'Oldest First';
  216. $lang['BACK_TO_TOP'] = 'Back to top';
  217. $lang['READ_PROFILE'] = 'View user\'s profile';
  218. $lang['VISIT_WEBSITE'] = 'Visit poster\'s website';
  219. $lang['VIEW_IP'] = 'View IP address of poster';
  220. $lang['MODERATE_POST'] = 'Moderate posts';
  221. $lang['DELETE_POST'] = 'Delete this post';
  222. $lang['WROTE'] = 'wrote'; // proceeds the username and is followed by the quoted text
  223. $lang['QUOTE'] = 'Quote'; // comes before bbcode quote output.
  224. $lang['CODE'] = 'Code'; // comes before bbcode code output.
  225. $lang['CODE_COPIED'] = 'Code copied to clipboard';
  226. $lang['CODE_COPY'] = 'copy to clipboard';
  227. $lang['SPOILER_HEAD'] = 'hidden text';
  228. $lang['SPOILER_CLOSE'] = 'turn';
  229. $lang['PLAY_ON_CURPAGE'] = 'Start playing on the current page';
  230. $lang['EDITED_TIME_TOTAL'] = 'Last edited by %s on %s; edited %d time in total'; // Last edited by me on 12 Oct 2001; edited 1 time in total
  231. $lang['EDITED_TIMES_TOTAL'] = 'Last edited by %s on %s; edited %d times in total'; // Last edited by me on 12 Oct 2001; edited 2 times in total
  232. $lang['LOCK_TOPIC'] = 'Lock this topic';
  233. $lang['UNLOCK_TOPIC'] = 'Unlock this topic';
  234. $lang['MOVE_TOPIC'] = 'Move this topic';
  235. $lang['DELETE_TOPIC'] = 'Delete this topic';
  236. $lang['SPLIT_TOPIC'] = 'Split this topic';
  237. $lang['STOP_WATCHING_TOPIC'] = 'Stop watching this topic';
  238. $lang['START_WATCHING_TOPIC'] = 'Watch this topic for replies';
  239. $lang['NO_LONGER_WATCHING'] = 'You are no longer watching this topic';
  240. $lang['YOU_ARE_WATCHING'] = 'You are watching this topic now';
  241. $lang['TOTAL_VOTES'] = 'Total Votes';
  242. $lang['SEARCH_IN_TOPIC'] = 'search in topic...';
  243. $lang['HIDE_IN_TOPIC'] = 'Hide';
  244. $lang['SHOW'] = 'Show';
  245. $lang['AVATARS'] = 'Avatars';
  246. $lang['RANK_IMAGES'] = 'Rank images';
  247. $lang['POST_IMAGES'] = 'Post images';
  248. $lang['SIGNATURES'] = 'Signatures';
  249. $lang['SPOILER'] = 'Spoiler';
  250. $lang['SHOW_OPENED'] = 'Show opened';
  251. $lang['DOWNLOAD_PIC'] = 'Downloadable pictures';
  252. $lang['MODERATE_TOPIC'] = 'Moderate this topic';
  253. $lang['SELECT_POSTS_PER_PAGE'] = 'posts per page';
  254. //
  255. // Posting/Replying (Not private messaging!)
  256. //
  257. $lang['TOPIC_REVIEW'] = 'Topic review';
  258. $lang['NO_POST_MODE'] = 'No post mode specified'; // If posting.php is called without a mode (newtopic/reply/delete/etc, shouldn't be shown normaly)
  259. $lang['POST_A_NEW_TOPIC'] = 'Post a new topic';
  260. $lang['POST_A_REPLY'] = 'Post a reply';
  261. $lang['POST_TOPIC_AS'] = 'Post topic as';
  262. $lang['EDIT_POST'] = 'Edit post';
  263. $lang['EDIT_TOPIC_TITLE'] = 'Edit topic title';
  264. $lang['EDIT_POST_NOT_1'] = 'You are not allowed ';
  265. $lang['EDIT_POST_NOT_2'] = 'You can not ';
  266. $lang['EDIT_POST_AJAX'] = 'You can not edit the message with the status ';
  267. $lang['AFTER_THE_LAPSE'] = 'after the lapse of ';
  268. $lang['DONT_MESSAGE_TITLE'] = 'You have not specified the message header';
  269. $lang['INVALID_TOPIC_ID'] = 'Topic Absent!';
  270. $lang['INVALID_TOPIC_ID_DB'] = 'Topic does not exist in the database!';
  271. $lang['NOT_POST'] = 'Absent Message';
  272. $lang['NOT_EDIT_TOR_STATUS'] = 'You may not edit your distributions with the status';
  273. $lang['TOR_STATUS_DAYS'] = 'days';
  274. $lang['OPTIONS'] = 'Options';
  275. $lang['POST_ANNOUNCEMENT'] = 'Announcement';
  276. $lang['POST_STICKY'] = 'Sticky';
  277. $lang['POST_NORMAL'] = 'Normal';
  278. $lang['POST_DOWNLOAD'] = 'Download';
  279. $lang['CONFIRM_DELETE'] = 'Are you sure you want to delete this post?';
  280. $lang['CONFIRM_DELETE_POLL'] = 'Are you sure you want to delete this poll?';
  281. $lang['FLOOD_ERROR'] = 'You cannot make another post so soon after your last; please try again in a short while.';
  282. $lang['EMPTY_SUBJECT'] = 'You must specify a subject.';
  283. $lang['EMPTY_MESSAGE'] = 'You must enter a message.';
  284. $lang['FORUM_LOCKED'] = 'This forum is locked: you cannot post, reply to, or edit topics.';
  285. $lang['TOPIC_LOCKED'] = 'This topic is locked: you cannot edit posts or make replies.';
  286. $lang['TOPIC_LOCKED_SHORT'] = 'Topic locked';
  287. $lang['NO_POST_ID'] = 'You must select a post to edit';
  288. $lang['NO_TOPIC_ID'] = 'You must select a topic to reply to';
  289. $lang['NO_VALID_MODE'] = 'You can only post, reply, edit, or quote messages. Please return and try again.';
  290. $lang['NO_SUCH_POST'] = 'There is no such post. Please return and try again.';
  291. $lang['EDIT_OWN_POSTS'] = 'Sorry, but you can only edit your own posts.';
  292. $lang['DELETE_OWN_POSTS'] = 'Sorry, but you can only delete your own posts.';
  293. $lang['CANNOT_DELETE_REPLIED'] = 'Sorry, but you may not delete posts that have been replied to.';
  294. $lang['CANNOT_DELETE_POLL'] = 'Sorry, but you cannot delete an active poll.';
  295. $lang['EMPTY_POLL_TITLE'] = 'You must enter a title for your poll.';
  296. $lang['TO_FEW_POLL_OPTIONS'] = 'You must enter at least two poll options.';
  297. $lang['TO_MANY_POLL_OPTIONS'] = 'You have tried to enter too many poll options.';
  298. $lang['POST_HAS_NO_POLL'] = 'This post has no poll.';
  299. $lang['ALREADY_VOTED'] = 'You have already voted in this poll.';
  300. $lang['NO_VOTE_OPTION'] = 'You must specify an option when voting.';
  301. $lang['LOCKED_WARN'] = 'You posted into locked topic!';
  302. $lang['ADD_POLL'] = 'Add a Poll';
  303. $lang['ADD_POLL_EXPLAIN'] = 'If you do not want to add a poll to your topic, leave the fields blank.';
  304. $lang['POLL_QUESTION'] = 'Poll question';
  305. $lang['POLL_OPTION'] = 'Poll option';
  306. $lang['ADD_OPTION'] = 'Add option';
  307. $lang['UPDATE'] = 'Update';
  308. $lang['POLL_FOR'] = 'Run poll for';
  309. $lang['DAYS'] = 'Days';
  310. $lang['POLL_FOR_EXPLAIN'] = '[ Enter 0 or leave blank for a never-ending poll ]';
  311. $lang['DELETE_POLL'] = 'Delete Poll';
  312. $lang['MAX_SMILIES_PER_POST'] = 'Limit of %s emoticons in a message exceeded.';
  313. $lang['ATTACH_SIGNATURE'] = 'Attach signature (signatures can be changed in profile)';
  314. $lang['NOTIFY'] = 'Notify me when a reply is posted';
  315. $lang['STORED'] = 'Your message has been entered successfully.';
  316. $lang['EDITED'] = 'The message has been changed';
  317. $lang['DELETED'] = 'Your message has been deleted successfully.';
  318. $lang['POLL_DELETE'] = 'Your poll has been deleted successfully.';
  319. $lang['VOTE_CAST'] = 'Your vote has been cast.';
  320. $lang['TOPIC_REPLY_NOTIFICATION'] = 'Topic Reply Notification';
  321. $lang['EMOTICONS'] = 'Emoticons';
  322. $lang['MORE_EMOTICONS'] = 'View more Emoticons';
  323. $lang['FONT_COLOR'] = 'Font colour';
  324. $lang['COLOR_DEFAULT'] = 'Default';
  325. $lang['COLOR_DARK_RED'] = 'Dark Red';
  326. $lang['COLOR_RED'] = 'Red';
  327. $lang['COLOR_ORANGE'] = 'Orange';
  328. $lang['COLOR_BROWN'] = 'Brown';
  329. $lang['COLOR_YELLOW'] = 'Yellow';
  330. $lang['COLOR_GREEN'] = 'Green';
  331. $lang['COLOR_OLIVE'] = 'Olive';
  332. $lang['COLOR_CYAN'] = 'Cyan';
  333. $lang['COLOR_BLUE'] = 'Blue';
  334. $lang['COLOR_DARK_BLUE'] = 'Dark Blue';
  335. $lang['COLOR_INDIGO'] = 'Indigo';
  336. $lang['COLOR_VIOLET'] = 'Violet';
  337. $lang['COLOR_WHITE'] = 'White';
  338. $lang['COLOR_BLACK'] = 'Black';
  339. $lang['FONT_SIZE'] = 'Font size';
  340. $lang['FONT_TINY'] = 'Tiny';
  341. $lang['FONT_SMALL'] = 'Small';
  342. $lang['FONT_NORMAL'] = 'Normal';
  343. $lang['FONT_LARGE'] = 'Large';
  344. $lang['FONT_HUGE'] = 'Huge';
  345. $lang['STYLES_TIP'] = 'Tip: Styles can be applied quickly to selected text.';
  346. $lang['NEW_POSTS_PREVIEW'] = 'Topic has new, edited or unread posts';
  347. //
  348. // Private Messaging
  349. //
  350. $lang['PRIVATE_MESSAGING'] = 'Private Messaging';
  351. $lang['NO_NEW_PM'] = 'no new messages';
  352. $lang['NEW_PMS_FORMAT'] = '<b>%1$s</b> %2$s'; // 1 new message
  353. $lang['NEW_PMS_DECLENSION'] = array('new message', 'new messages');
  354. $lang['UNREAD_PMS_FORMAT'] = '<b>%1$s</b> %2$s'; // 1 new message
  355. $lang['UNREAD_PMS_DECLENSION'] = array('unread', 'unread');
  356. $lang['UNREAD_MESSAGE'] = 'Unread message';
  357. $lang['READ_MESSAGE'] = 'Read message';
  358. $lang['READ_PM'] = 'Read message';
  359. $lang['POST_NEW_PM'] = 'Post message';
  360. $lang['POST_REPLY_PM'] = 'Reply to message';
  361. $lang['POST_QUOTE_PM'] = 'Quote message';
  362. $lang['EDIT_PM'] = 'Edit message';
  363. $lang['INBOX'] = 'Inbox';
  364. $lang['OUTBOX'] = 'Outbox';
  365. $lang['SAVEBOX'] = 'Savebox';
  366. $lang['SENTBOX'] = 'Sentbox';
  367. $lang['FLAG'] = 'Flag';
  368. $lang['SUBJECT'] = 'Subject';
  369. $lang['FROM'] = 'From';
  370. $lang['TO'] = 'To';
  371. $lang['DATE'] = 'Date';
  372. $lang['MARK'] = 'Mark';
  373. $lang['SENT'] = 'Sent';
  374. $lang['SAVED'] = 'Saved';
  375. $lang['DELETE_MARKED'] = 'Delete Marked';
  376. $lang['DELETE_ALL'] = 'Delete All';
  377. $lang['SAVE_MARKED'] = 'Save Marked';
  378. $lang['SAVE_MESSAGE'] = 'Save Message';
  379. $lang['DELETE_MESSAGE'] = 'Delete Message';
  380. $lang['DISPLAY_MESSAGES'] = 'Display messages from previous'; // Followed by number of days/weeks/months
  381. $lang['ALL_MESSAGES'] = 'All Messages';
  382. $lang['NO_MESSAGES_FOLDER'] = 'You have no messages in this folder';
  383. $lang['PM_DISABLED'] = 'Private messaging has been disabled on this board.';
  384. $lang['CANNOT_SEND_PRIVMSG'] = 'Sorry, but the administrator has prevented you from sending private messages.';
  385. $lang['NO_TO_USER'] = 'You must specify a username to whom to send this message.';
  386. $lang['NO_SUCH_USER'] = 'Sorry, but no such user exists.';
  387. $lang['DISABLE_BBCODE_PM'] = 'Disable BBCode in this message';
  388. $lang['DISABLE_SMILIES_PM'] = 'Disable Smilies in this message';
  389. $lang['MESSAGE_SENT'] = '<b>Your message has been sent.</b>';
  390. $lang['CLICK_RETURN_INBOX'] = 'Return to your:<br /><br /> %s<b>Inbox</b>%s';
  391. $lang['CLICK_RETURN_SENTBOX'] = '&nbsp;&nbsp; %s<b>Sentbox</b>%s';
  392. $lang['CLICK_RETURN_OUTBOX'] = '&nbsp;&nbsp; %s<b>Outbox</b>%s';
  393. $lang['CLICK_RETURN_SAVEBOX'] = '&nbsp;&nbsp; %s<b>Savebox</b>%s';
  394. $lang['CLICK_RETURN_INDEX'] = '%sReturn to the Index%s';
  395. $lang['SEND_A_NEW_MESSAGE'] = 'Send a new private message';
  396. $lang['SEND_A_REPLY'] = 'Reply to a private message';
  397. $lang['EDIT_MESSAGE'] = 'Edit private message';
  398. $lang['NOTIFICATION_SUBJECT'] = 'New Private Message has been recieved!';
  399. $lang['FIND_USERNAME'] = 'Find a username';
  400. $lang['SELECT_USERNAME'] = 'Select a Username';
  401. $lang['FIND'] = 'Find';
  402. $lang['NO_MATCH'] = 'No matches found.';
  403. $lang['NO_PM_ID'] = 'No post ID was specified';
  404. $lang['NO_SUCH_FOLDER'] = 'No such folder exists';
  405. $lang['NO_FOLDER'] = 'No folder was specified';
  406. $lang['MARK_ALL'] = 'Mark all';
  407. $lang['UNMARK_ALL'] = 'Unmark all';
  408. $lang['CONFIRM_DELETE_PM'] = 'Are you sure you want to delete this message?';
  409. $lang['CONFIRM_DELETE_PMS'] = 'Are you sure you want to delete these messages?';
  410. $lang['INBOX_SIZE'] = 'Your Inbox is<br /><b>%d%%</b> full'; // eg. Your Inbox is 50% full
  411. $lang['SENTBOX_SIZE'] = 'Your Sentbox is<br /><b>%d%%</b> full';
  412. $lang['SAVEBOX_SIZE'] = 'Your Savebox is<br /><b>%d%%</b> full';
  413. $lang['CLICK_VIEW_PRIVMSG'] = 'Click %sHere%s to visit your Inbox';
  414. $lang['OUTBOX_EXPL'] = '';
  415. //
  416. // Profiles/Registration
  417. //
  418. $lang['VIEWING_USER_PROFILE'] = 'Viewing profile :: %s';
  419. $lang['DISABLED_USER'] = 'Account disabled';
  420. $lang['MANAGE_USER'] = 'Administration';
  421. $lang['PREFERENCES'] = 'Preferences';
  422. $lang['ITEMS_REQUIRED'] = 'Items marked with a * are required unless stated otherwise.';
  423. $lang['REGISTRATION_INFO'] = 'Registration Information';
  424. $lang['PROFILE_INFO'] = 'Profile Information';
  425. $lang['PROFILE_INFO_WARN'] = 'This information will be publicly viewable';
  426. $lang['AVATAR_PANEL'] = 'Avatar control panel';
  427. $lang['WEBSITE'] = 'Website';
  428. $lang['LOCATION'] = 'Location';
  429. $lang['CONTACT'] = 'Contact';
  430. $lang['EMAIL_ADDRESS'] = 'E-mail address';
  431. $lang['SEND_PRIVATE_MESSAGE'] = 'Send pm';
  432. $lang['HIDDEN_EMAIL'] = '[ Hidden ]';
  433. $lang['INTERESTS'] = 'Interests';
  434. $lang['OCCUPATION'] = 'Occupation';
  435. $lang['POSTER_RANK'] = 'Poster rank';
  436. $lang['AWARDED_RANK'] = 'Awarded rank';
  437. $lang['SHOT_RANK'] = 'Shot rank';
  438. $lang['TOTAL_POSTS'] = 'Total posts';
  439. $lang['SEARCH_USER_POSTS'] = 'Find posts'; // Find all posts by username
  440. $lang['SEARCH_USER_POSTS_SHORT'] = 'Find user posts';
  441. $lang['SEARCH_USER_TOPICS'] = 'Find user topics'; // Find all topics by username
  442. $lang['NO_USER_ID_SPECIFIED'] = 'Sorry, but that user does not exist.';
  443. $lang['WRONG_PROFILE'] = 'You cannot modify a profile that is not your own.';
  444. $lang['ONLY_ONE_AVATAR'] = 'Only one type of avatar can be specified';
  445. $lang['FILE_NO_DATA'] = 'The file at the URL you gave contains no data';
  446. $lang['NO_CONNECTION_URL'] = 'A connection could not be made to the URL you gave';
  447. $lang['INCOMPLETE_URL'] = 'The URL you entered is incomplete';
  448. $lang['NO_SEND_ACCOUNT_INACTIVE'] = 'Sorry, but your password cannot be retrieved because your account is currently inactive';
  449. $lang['NO_SEND_ACCOUNT'] = 'Sorry, but your password cannot be retrieved. Please contact the forum administrator for more information';
  450. $lang['ALWAYS_ADD_SIG'] = 'Always attach my signature';
  451. $lang['HIDE_PORN_FORUMS'] = 'Hide porno forums';
  452. $lang['ALWAYS_NOTIFY'] = 'Always notify me of replies';
  453. $lang['ALWAYS_NOTIFY_EXPLAIN'] = 'Sends an e-mail when someone replies to a topic you have posted in. This can be changed whenever you post.';
  454. $lang['BOARD_LANG'] = 'Board Language';
  455. $lang['GENDER'] = 'Gender';
  456. $lang['GENDER_SELECT'] = array(
  457. 0 => 'Unselect',
  458. 1 => 'Male',
  459. 2 => 'Female'
  460. );
  461. $lang['MODULE_OFF'] = 'Module is disabled!';
  462. $lang['BIRTHDAY'] = 'Birthday';
  463. $lang['HAPPY_BIRTHDAY'] = 'Happy Birthday!';
  464. $lang['WRONG_BIRTHDAY_FORMAT'] = 'The birthday format was entered incorrectly.';
  465. $lang['AGE'] = 'Age';
  466. $lang['BIRTHDAY_TO_HIGH'] = 'Sorry, this site, does not accept user older than %d years old';
  467. $lang['BIRTHDAY_TO_LOW'] = 'Sorry, this site, does not accept user yonger than %d years old';
  468. $lang['BIRTHDAY_TODAY'] = 'Users with a birthday today: ';
  469. $lang['BIRTHDAY_WEEK'] = 'Users with a birthday within the next %d days: %s';
  470. $lang['NOBIRTHDAY_WEEK'] = 'No users are having a birthday in the upcoming %d days'; // %d is substitude with the number of days
  471. $lang['NOBIRTHDAY_TODAY'] = 'No users have a birthday today';
  472. $lang['BIRTHDAY_ENABLE'] = 'Enable birthday';
  473. $lang['BIRTHDAY_MAX_AGE'] = 'Max age';
  474. $lang['BIRTHDAY_MIN_AGE'] = 'Min age';
  475. $lang['BIRTHDAY_CHECK_DAY'] = 'Days to check for come shortly birthdays';
  476. $lang['YEARS'] = 'Years';
  477. $lang['NO_THEMES'] = 'No Themes In database';
  478. $lang['TIMEZONE'] = 'Timezone';
  479. $lang['DATE_FORMAT_PROFILE'] = 'Date format';
  480. $lang['DATE_FORMAT_EXPLAIN'] = 'The syntax used is identical to the PHP <a href=\'http://www.php.net/date\' target=\'_other\'>date()</a> function.';
  481. $lang['SIGNATURE'] = 'Signature';
  482. $lang['SIGNATURE_EXPLAIN'] = 'This is a block of text that can be added to posts you make. There is a %d character limit';
  483. $lang['SIGNATURE_DISABLE'] = 'Signed off for violation of forum rules';
  484. $lang['PUBLIC_VIEW_EMAIL'] = 'Show e-mail address in my profile';
  485. $lang['EMAIL_EXPLAIN'] = 'At this address you will be sent to complete the registration';
  486. $lang['CURRENT_PASSWORD'] = 'Current password';
  487. $lang['NEW_PASSWORD'] = 'New password';
  488. $lang['CONFIRM_PASSWORD'] = 'Confirm password';
  489. $lang['CONFIRM_PASSWORD_EXPLAIN'] = 'You must confirm your current password if you wish to change it or alter your e-mail address';
  490. $lang['PASSWORD_IF_CHANGED'] = 'You only need to supply a password if you want to change it';
  491. $lang['PASSWORD_CONFIRM_IF_CHANGED'] = 'You only need to confirm your password if you changed it above';
  492. $lang['AUTOLOGIN'] = 'Autologin';
  493. $lang['RESET_AUTOLOGIN'] = 'Reset autologin key';
  494. $lang['RESET_AUTOLOGIN_EXPL'] = '';
  495. $lang['AVATAR'] = 'Avatar';
  496. $lang['AVATAR_EXPLAIN'] = 'Displays a small graphic image below your details in posts. Only one image can be displayed at a time, its width can be no greater than %d pixels, the height no greater than %d pixels, and the file size no more than %d KB.';
  497. $lang['UPLOAD_AVATAR_FILE'] = 'Upload Avatar from your machine';
  498. $lang['SELECT_AVATAR'] = 'Select avatar';
  499. $lang['RETURN_PROFILE'] = 'Return to profile';
  500. $lang['SELECT_CATEGORY'] = 'Select category';
  501. $lang['DELETE_IMAGE'] = 'Delete Image';
  502. $lang['CURRENT_IMAGE'] = 'Current Image';
  503. $lang['NOTIFY_ON_PRIVMSG'] = 'Notify on new Private Message';
  504. $lang['HIDE_USER'] = 'Hide your online status';
  505. $lang['HIDDEN_USER'] = 'Hidden user';
  506. $lang['PROFILE_UPDATED'] = 'Your profile has been updated';
  507. $lang['PROFILE_UPDATED_INACTIVE'] = 'Your profile has been updated. However, you have changed vital details, thus your account is inactive now. Check your e-mail to find out how to reactivate your account, or if admin activation is required, wait for the administrator to reactivate it.';
  508. $lang['PASSWORD_MISMATCH'] = 'The passwords you entered did not match.';
  509. $lang['CURRENT_PASSWORD_MISMATCH'] = 'The current password you supplied does not match that stored in the database.';
  510. $lang['PASSWORD_LONG'] = 'Your password must be no more than 32 characters.';
  511. $lang['TOO_MANY_REGISTERS'] = 'You have made too many registration attempts. Please try again later.';
  512. $lang['USERNAME_TAKEN'] = 'Sorry, but this username has already been taken.';
  513. $lang['USERNAME_INVALID'] = 'Sorry, but this username contains an invalid character';
  514. $lang['USERNAME_DISALLOWED'] = 'Sorry, but this username has been disallowed.';
  515. $lang['USERNAME_TOO_LONG'] = 'Your name is too long.';
  516. $lang['USERNAME_TOO_SMALL'] = 'Your name is too small.';
  517. $lang['EMAIL_TAKEN'] = 'Sorry, but that e-mail address is already registered to a user.';
  518. $lang['EMAIL_BANNED'] = 'Sorry, but <b>%s</b> address has been banned.';
  519. $lang['EMAIL_INVALID'] = 'Sorry, but this e-mail address is invalid.';
  520. $lang['EMAIL_TOO_LONG'] = 'Your email is too long.';
  521. $lang['SIGNATURE_TOO_LONG'] = 'Your signature is too long.';
  522. $lang['SIGNATURE_ERROR_HTML'] = 'The signature can contain only BBCode';
  523. $lang['FIELDS_EMPTY'] = 'You must fill in the required fields.';
  524. $lang['AVATAR_FILETYPE'] = 'The avatar filetype must be .jpg, .gif or .png';
  525. $lang['AVATAR_FILESIZE'] = 'The avatar image file size must be less than %d KB'; // The avatar image file size must be less than 6 KB
  526. $lang['AVATAR_IMAGESIZE'] = 'The avatar must be less than %d pixels wide and %d pixels high';
  527. $lang['AVATAR_DISABLE'] = 'Forbidden to show avatar';
  528. $lang['WELCOME_SUBJECT'] = 'Welcome to %s Forums'; // Welcome to my.com forums
  529. $lang['NEW_ACCOUNT_SUBJECT'] = 'New user account';
  530. $lang['ACCOUNT_ACTIVATED_SUBJECT'] = 'Account Activated';
  531. $lang['ACCOUNT_ADDED'] = 'Thank you for registering. Your account has been created. You may now log in with your username and password';
  532. $lang['ACCOUNT_INACTIVE'] = 'Your account has been created. However, this forum requires account activation. An activation key has been sent to the e-mail address you provided. Please check your e-mail for further information';
  533. $lang['ACCOUNT_ACTIVE'] = 'Your account has just been activated. Thank you for registering';
  534. $lang['REACTIVATE'] = 'Reactivate your account!';
  535. $lang['ALREADY_ACTIVATED'] = 'You have already activated your account';
  536. $lang['REGISTRATION'] = 'Registration Agreement Terms';
  537. $lang['WRONG_ACTIVATION'] = 'The activation key you supplied does not match any in the database.';
  538. $lang['SEND_PASSWORD'] = 'Send me a new password';
  539. $lang['PASSWORD_UPDATED'] = 'A new password has been created; please check your e-mail for details on how to activate it.';
  540. $lang['NO_EMAIL_MATCH'] = 'The e-mail address you supplied does not match the one listed for that username.';
  541. $lang['NEW_PASSWORD_ACTIVATION'] = 'New password activation';
  542. $lang['PASSWORD_ACTIVATED'] = 'Your account has been re-activated. To log in, please use the password supplied in the e-mail you received.';
  543. $lang['SEND_EMAIL_MSG'] = 'Send an e-mail message';
  544. $lang['NO_USER_SPECIFIED'] = 'No user was specified';
  545. $lang['USER_PREVENT_EMAIL'] = 'This user does not wish to receive e-mail. Try sending them a private message.';
  546. $lang['USER_NOT_EXIST'] = 'That user does not exist';
  547. $lang['EMAIL_MESSAGE_DESC'] = 'This message will be sent as plain text, so do not include any HTML or BBCode. The return address for this message will be set to your e-mail address.';
  548. $lang['FLOOD_EMAIL_LIMIT'] = 'You cannot send another e-mail at this time. Try again later.';
  549. $lang['RECIPIENT'] = 'Recipient';
  550. $lang['EMAIL_SENT'] = 'The e-mail has been sent.';
  551. $lang['SEND_EMAIL'] = 'Send e-mail';
  552. $lang['EMPTY_SUBJECT_EMAIL'] = 'You must specify a subject for the e-mail.';
  553. $lang['EMPTY_MESSAGE_EMAIL'] = 'You must enter a message to be e-mailed.';
  554. $lang['USER_AGREEMENT'] = 'User Agreement';
  555. $lang['USER_AGREEMENT_HEAD'] = 'In order to proceed, you must agree with the following rules';
  556. $lang['USER_AGREEMENT_AGREE'] = 'I have read and agree to the User Agreement above';
  557. $lang['COPYRIGHT_HOLDERS'] = 'For Copyright Holders';
  558. $lang['ADVERT'] = 'Advertise on this site';
  559. //
  560. // Visual confirmation system strings
  561. //
  562. $lang['CONFIRM_CODE_WRONG'] = 'The confirmation code you entered was incorrect';
  563. $lang['CONFIRM_CODE_IMPAIRED'] = 'If you are visually impaired or cannot otherwise read this code please contact the %sAdministrator%s for help.';
  564. $lang['CONFIRM_CODE'] = 'Confirmation code';
  565. $lang['CONFIRM_CODE_EXPLAIN'] = 'Enter the code exactly as you see it. The code is case sensitive and zero has a diagonal line through it.';
  566. //
  567. // Memberslist
  568. //
  569. $lang['SORT'] = 'Sort';
  570. $lang['SORT_TOP_TEN'] = 'Top Ten Posters';
  571. $lang['SORT_JOINED'] = 'Joined Date';
  572. $lang['SORT_USERNAME'] = 'Username';
  573. $lang['SORT_LOCATION'] = 'Location';
  574. $lang['SORT_POSTS'] = 'Total posts';
  575. $lang['SORT_EMAIL'] = 'Email';
  576. $lang['SORT_WEBSITE'] = 'Website';
  577. $lang['ASC'] = 'Ascending';
  578. $lang['DESC'] = 'Descending';
  579. $lang['ORDER'] = 'Order';
  580. //
  581. // Group control panel
  582. //
  583. $lang['GROUP_CONTROL_PANEL'] = 'User Groups';
  584. $lang['MEMBERSHIP_DETAILS'] = 'Group Membership Details';
  585. $lang['JOIN_A_GROUP'] = 'Join a Group';
  586. $lang['GROUP_INFORMATION'] = 'Group Information';
  587. $lang['GROUP_NAME'] = 'Group name';
  588. $lang['GROUP_DESCRIPTION'] = 'Group description';
  589. $lang['GROUP_MEMBERSHIP'] = 'Group membership';
  590. $lang['GROUP_MEMBERS'] = 'Group Members';
  591. $lang['GROUP_MODERATOR'] = 'Group Moderator';
  592. $lang['PENDING_MEMBERS'] = 'Pending Members';
  593. $lang['GROUP_TYPE'] = 'Group type';
  594. $lang['GROUP_OPEN'] = 'Open group';
  595. $lang['GROUP_CLOSED'] = 'Closed group';
  596. $lang['GROUP_HIDDEN'] = 'Hidden group';
  597. $lang["GROUP_MEMBER_MOD"] = 'Group moderator';
  598. $lang["GROUP_MEMBER_MEMBER"] = 'Current memberships';
  599. $lang["GROUP_MEMBER_PENDING"] = 'Memberships pending';
  600. $lang["GROUP_MEMBER_OPEN"] = 'Open groups';
  601. $lang["GROUP_MEMBER_CLOSED"] = 'Closed groups';
  602. $lang["GROUP_MEMBER_HIDDEN"] = 'Hidden groups';
  603. $lang['NO_GROUPS_EXIST'] = 'No Groups Exist';
  604. $lang['GROUP_NOT_EXIST'] = 'That user group does not exist';
  605. $lang['NO_GROUP_MEMBERS'] = 'This group has no members';
  606. $lang['HIDDEN_GROUP_MEMBERS'] = 'This group is hidden; you cannot view its membership';
  607. $lang['NO_PENDING_GROUP_MEMBERS'] = 'This group has no pending members';
  608. $lang['GROUP_JOINED'] = 'You have successfully subscribed to this group.<br />You will be notified when your subscription is approved by the group moderator.';
  609. $lang['GROUP_REQUEST'] = 'A request to join your group has been made.';
  610. $lang['GROUP_APPROVED'] = 'Your request has been approved.';
  611. $lang['GROUP_ADDED'] = 'You have been added to this usergroup.';
  612. $lang['ALREADY_MEMBER_GROUP'] = 'You are already a member of this group';
  613. $lang['USER_IS_MEMBER_GROUP'] = 'User is already a member of this group';
  614. $lang['GROUP_TYPE_UPDATED'] = 'Successfully updated group type.';
  615. $lang['EFFECTIVE_DATE'] = 'Effective Date';
  616. $lang['COULD_NOT_ADD_USER'] = 'The user you selected does not exist.';
  617. $lang['COULD_NOT_ANON_USER'] = 'You cannot make Anonymous a group member.';
  618. $lang['CONFIRM_UNSUB'] = 'Are you sure you want to unsubscribe from this group?';
  619. $lang['CONFIRM_UNSUB_PENDING'] = 'Your subscription to this group has not yet been approved; are you sure you want to unsubscribe?';
  620. $lang['UNSUB_SUCCESS'] = 'You have been un-subscribed from this group.';
  621. $lang['APPROVE_SELECTED'] = 'Approve Selected';
  622. $lang['DENY_SELECTED'] = 'Deny Selected';
  623. $lang['NOT_LOGGED_IN'] = 'You must be logged in to join a group.';
  624. $lang['REMOVE_SELECTED'] = 'Remove Selected';
  625. $lang['ADD_MEMBER'] = 'Add Member';
  626. $lang['NOT_GROUP_MODERATOR'] = 'You are not this group\'s moderator, therefore you cannot perform that action.';
  627. $lang['LOGIN_TO_JOIN'] = 'Log in to join or manage group memberships';
  628. $lang['THIS_OPEN_GROUP'] = 'This is an open group: click to request membership';
  629. $lang['THIS_CLOSED_GROUP'] = 'This is a closed group: no more users accepted';
  630. $lang['THIS_HIDDEN_GROUP'] = 'This is a hidden group: automatic user addition is not allowed';
  631. $lang['MEMBER_THIS_GROUP'] = 'You are a member of this group';
  632. $lang['PENDING_THIS_GROUP'] = 'Your membership of this group is pending';
  633. $lang['ARE_GROUP_MODERATOR'] = 'You are the group moderator';
  634. $lang['NONE'] = 'None';
  635. $lang['SUBSCRIBE'] = 'Subscribe';
  636. $lang['UNSUBSCRIBE_GROUP'] = 'Unsubscribe';
  637. $lang['VIEW_INFORMATION'] = 'View Information';
  638. $lang['MEMBERS_IN_GROUP'] = 'Members in group';
  639. //
  640. // Search
  641. //
  642. $lang['SEARCH_OFF'] = 'Search is temporarily disabled';
  643. $lang['SEARCH_ERROR'] = 'At the moment, the search engine is not available<br /><br />Try to repeat the request after several seconds';
  644. $lang['SEARCH_HELP_URL'] = 'Search Help';
  645. $lang['SEARCH_QUERY'] = 'Search Query';
  646. $lang['SEARCH_OPTIONS'] = 'Search Options';
  647. $lang['SEARCH_WORDS'] = 'Search for Keywords';
  648. $lang['SEARCH_WORDS_EXPL'] = 'You can use <b>+</b> to define words which must be in the results and <b>-</b> to define words which should not be in the result (ex: "+word1 -word2"). Use * as a wildcard for partial matches';
  649. $lang['SEARCH_AUTHOR'] = 'Search for Author';
  650. $lang['SEARCH_AUTHOR_EXPL'] = 'Use * as a wildcard for partial matches';
  651. $lang['SEARCH_TITLES_ONLY'] = 'Search topic titles only';
  652. $lang['SEARCH_ALL_WORDS'] = 'all words';
  653. $lang['SEARCH_MY_MSG_ONLY'] = 'Search only in my posts';
  654. $lang['IN_MY_POSTS'] = 'In my posts';
  655. $lang['SEARCH_MY_TOPICS'] = 'in my topics';
  656. $lang['NEW_TOPICS'] = 'New topics';
  657. $lang['RETURN_FIRST'] = 'Return first'; // followed by xxx characters in a select box
  658. $lang['CHARACTERS_POSTS'] = 'characters of posts';
  659. $lang['SEARCH_PREVIOUS'] = 'Search previous';
  660. $lang['SORT_BY'] = 'Sort by';
  661. $lang['SORT_TIME'] = 'Post Time';
  662. $lang['SORT_POST_SUBJECT'] = 'Post Subject';
  663. $lang['SORT_TOPIC_TITLE'] = 'Topic Title';
  664. $lang['SORT_AUTHOR'] = 'Author';
  665. $lang['SORT_FORUM'] = 'Forum';
  666. $lang['DISPLAY_RESULTS_AS'] = 'Display results as';
  667. $lang['ALL_AVAILABLE'] = 'All available';
  668. $lang['BRIEFLY'] = 'Briefly';
  669. $lang['NO_SEARCHABLE_FORUMS'] = 'You do not have permissions to search any forum on this site.';
  670. $lang['NO_SEARCH_MATCH'] = 'No topics or posts met your search criteria';
  671. $lang['FOUND_SEARCH_MATCH'] = 'Search found %d match'; // eg. Search found 1 match
  672. $lang['FOUND_SEARCH_MATCHES'] = 'Search found %d matches'; // eg. Search found 24 matches
  673. $lang['TOO_MANY_SEARCH_RESULTS'] = 'Too many results may be found, please try to be more specific';
  674. $lang['CLOSE_WINDOW'] = 'Close Window';
  675. $lang['CLOSE'] = 'close';
  676. $lang['HIDE'] = 'hide';
  677. $lang['SEARCH_TERMS'] = 'Search terms';
  678. //
  679. // Auth related entries
  680. //
  681. // Note the %s will be replaced with one of the following 'user' arrays
  682. $lang['SORRY_AUTH_VIEW'] = 'Sorry, but only %s can view this forum.';
  683. $lang['SORRY_AUTH_READ'] = 'Sorry, but only %s can read topics in this forum.';
  684. $lang['SORRY_AUTH_POST'] = 'Sorry, but only %s can post topics in this forum.';
  685. $lang['SORRY_AUTH_REPLY'] = 'Sorry, but only %s can reply to posts in this forum.';
  686. $lang['SORRY_AUTH_EDIT'] = 'Sorry, but only %s can edit posts in this forum.';
  687. $lang['SORRY_AUTH_DELETE'] = 'Sorry, but only %s can delete posts in this forum.';
  688. $lang['SORRY_AUTH_VOTE'] = 'Sorry, but only %s can vote in polls in this forum.';
  689. $lang['SORRY_AUTH_STICKY'] = 'Sorry, but only %s can post sticky messages in this forum.';
  690. $lang['SORRY_AUTH_ANNOUNCE'] = 'Sorry, but only %s can post announcements in this forum.';
  691. // These replace the %s in the above strings
  692. $lang['AUTH_ANONYMOUS_USERS'] = '<b>anonymous users</b>';
  693. $lang['AUTH_REGISTERED_USERS'] = '<b>registered users</b>';
  694. $lang['AUTH_USERS_GRANTED_ACCESS'] = '<b>users granted special access</b>';
  695. $lang['AUTH_MODERATORS'] = '<b>moderators</b>';
  696. $lang['AUTH_ADMINISTRATORS'] = '<b>administrators</b>';
  697. $lang['NOT_MODERATOR'] = 'You are not a moderator of this forum.';
  698. $lang['NOT_AUTHORISED'] = 'Not Authorised';
  699. $lang['YOU_BEEN_BANNED'] = 'You have been banned from this forum.<br />Please contact the webmaster or board administrator for more information.';
  700. //
  701. // Viewonline
  702. //
  703. $lang['REG_USERS_ONLINE'] = 'Who is online registered users: %d and ';
  704. $lang['HIDDEN_USERS_ONLINE'] = 'hidden users: %d';
  705. $lang['GUEST_USERS_ONLINE'] = 'Online Guests: %d';
  706. $lang['ALL_USERS_ONLINE'] = 'All users:';
  707. $lang['ONLINE_EXPLAIN'] = 'users active over the past five minutes';
  708. $lang['LAST_UPDATED'] = 'Last Updated';
  709. //
  710. // Moderator Control Panel
  711. //
  712. $lang['MOD_CP'] = 'Moderator Control Panel';
  713. $lang['MOD_CP_EXPLAIN'] = 'Using the form below you can perform mass moderation operations on this forum. You can lock, unlock, move or delete any number of topics.';
  714. $lang['SELECT'] = 'Select';
  715. $lang['DELETE'] = 'Delete';
  716. $lang['MOVE'] = 'Move';
  717. $lang['LOCK'] = 'Lock';
  718. $lang['UNLOCK'] = 'Unlock';
  719. $lang['TOPICS_REMOVED'] = 'The selected topics have been successfully removed from the database.';
  720. $lang['NO_TOPICS_REMOVED'] = 'No topics were removed.';
  721. $lang['TOPICS_LOCKED'] = 'The selected topics have been locked.';
  722. $lang['TOPICS_MOVED'] = 'The selected topics have been moved.';
  723. $lang['TOPICS_UNLOCKED'] = 'The selected topics have been unlocked.';
  724. $lang['NO_TOPICS_MOVED'] = 'No topics were moved.';
  725. $lang['CONFIRM_DELETE_TOPIC'] = 'Are you sure you want to remove the selected topic/s?';
  726. $lang['CONFIRM_LOCK_TOPIC'] = 'Are you sure you want to lock the selected topic/s?';
  727. $lang['CONFIRM_UNLOCK_TOPIC'] = 'Are you sure you want to unlock the selected topic/s?';
  728. $lang['CONFIRM_MOVE_TOPIC'] = 'Are you sure you want to move the selected topic/s?';
  729. $lang['MOVE_TO_FORUM'] = 'Move to forum';
  730. $lang['LEAVE_SHADOW_TOPIC'] = 'Leave shadow topic in old forum.';
  731. $lang['SPLIT_TOPIC_EXPLAIN'] = 'Using the form below you can split a topic in two, either by selecting the posts individually or by splitting at a selected post';
  732. $lang['NEW_TOPIC_TITLE'] = 'New topic title';
  733. $lang['FORUM_FOR_NEW_TOPIC'] = 'Forum for new topic';
  734. $lang['SPLIT_POSTS'] = 'Split selected posts';
  735. $lang['SPLIT_AFTER'] = 'Split from selected post';
  736. $lang['TOPIC_SPLIT'] = 'The selected topic has been split successfully';
  737. $lang['TOO_MANY_ERROR'] = 'You have selected too many posts. You can only select one post to split a topic after!';
  738. $lang['NONE_SELECTED'] = 'You have none selected to perform this operation on. Please go back and select at least one.';
  739. $lang['NEW_FORUM'] = 'New forum';
  740. $lang['THIS_POSTS_IP'] = 'IP address for this post';
  741. $lang['OTHER_IP_THIS_USER'] = 'Other IP addresses this user has posted from';
  742. $lang['USERS_THIS_IP'] = 'Users posting from this IP address';
  743. $lang['IP_INFO'] = 'IP Information';
  744. $lang['LOOKUP_IP'] = 'Look up IP address';
  745. //
  746. // Timezones ... for display on each page
  747. //
  748. $lang['ALL_TIMES'] = 'All times are <span class="tz_time">%s</span>'; // eg. All times are GMT - 12 Hours (times from next block)
  749. $lang['-12'] = 'GMT - 12 Hours';
  750. $lang['-11'] = 'GMT - 11 Hours';
  751. $lang['-10'] = 'GMT - 10 Hours';
  752. $lang['-9'] = 'GMT - 9 Hours';
  753. $lang['-8'] = 'GMT - 8 Hours';
  754. $lang['-7'] = 'GMT - 7 Hours';
  755. $lang['-6'] = 'GMT - 6 Hours';
  756. $lang['-5'] = 'GMT - 5 Hours';
  757. $lang['-4'] = 'GMT - 4 Hours';
  758. $lang['-3.5'] = 'GMT - 3.5 Hours';
  759. $lang['-3'] = 'GMT - 3 Hours';
  760. $lang['-2'] = 'GMT - 2 Hours';
  761. $lang['-1'] = 'GMT - 1 Hours';
  762. $lang['0'] = 'GMT';
  763. $lang['1'] = 'GMT + 1 Hour';
  764. $lang['2'] = 'GMT + 2 Hours';
  765. $lang['3'] = 'GMT + 3 Hours';
  766. $lang['3.5'] = 'GMT + 3.5 Hours';
  767. $lang['4'] = 'GMT + 4 Hours';
  768. $lang['4.5'] = 'GMT + 4.5 Hours';
  769. $lang['5'] = 'GMT + 5 Hours';
  770. $lang['5.5'] = 'GMT + 5.5 Hours';
  771. $lang['6'] = 'GMT + 6 Hours';
  772. $lang['6.5'] = 'GMT + 6.5 Hours';
  773. $lang['7'] = 'GMT + 7 Hours';
  774. $lang['8'] = 'GMT + 8 Hours';
  775. $lang['9'] = 'GMT + 9 Hours';
  776. $lang['9.5'] = 'GMT + 9.5 Hours';
  777. $lang['10'] = 'GMT + 10 Hours';
  778. $lang['11'] = 'GMT + 11 Hours';
  779. $lang['12'] = 'GMT + 12 Hours';
  780. $lang['13'] = 'GMT + 13 Hours';
  781. // These are displayed in the timezone select box
  782. $lang['TZ']['-12'] = 'GMT - 12 Hours';
  783. $lang['TZ']['-11'] = 'GMT - 11 Hours';
  784. $lang['TZ']['-10'] = 'GMT - 10 Hours';
  785. $lang['TZ']['-9'] = 'GMT - 9 Hours';
  786. $lang['TZ']['-8'] = 'GMT - 8 Hours';
  787. $lang['TZ']['-7'] = 'GMT - 7 Hours';
  788. $lang['TZ']['-6'] = 'GMT - 6 Hours';
  789. $lang['TZ']['-5'] = 'GMT - 5 Hours';
  790. $lang['TZ']['-4'] = 'GMT - 4 Hours';
  791. $lang['TZ']['-3.5'] = 'GMT - 3.5 Hours';
  792. $lang['TZ']['-3'] = 'GMT - 3 Hours';
  793. $lang['TZ']['-2'] = 'GMT - 2 Hours';
  794. $lang['TZ']['-1'] = 'GMT - 1 Hours';
  795. $lang['TZ']['0'] = 'GMT';
  796. $lang['TZ']['1'] = 'GMT + 1 Hour';
  797. $lang['TZ']['2'] = 'GMT + 2 Hours';
  798. $lang['TZ']['3'] = 'GMT + 3 Hours';
  799. $lang['TZ']['3.5'] = 'GMT + 3.5 Hours';
  800. $lang['TZ']['4'] = 'GMT + 4 Hours';
  801. $lang['TZ']['4.5'] = 'GMT + 4.5 Hours';
  802. $lang['TZ']['5'] = 'GMT + 5 Hours';
  803. $lang['TZ']['5.5'] = 'GMT + 5.5 Hours';
  804. $lang['TZ']['6'] = 'GMT + 6 Hours';
  805. $lang['TZ']['6.5'] = 'GMT + 6.5 Hours';
  806. $lang['TZ']['7'] = 'GMT + 7 Hours';
  807. $lang['TZ']['8'] = 'GMT + 8 Hours';
  808. $lang['TZ']['9'] = 'GMT + 9 Hours';
  809. $lang['TZ']['9.5'] = 'GMT + 9.5 Hours';
  810. $lang['TZ']['10'] = 'GMT + 10 Hours';
  811. $lang['TZ']['11'] = 'GMT + 11 Hours';
  812. $lang['TZ']['12'] = 'GMT + 12 Hours';
  813. $lang['TZ']['13'] = 'GMT + 13 Hours';
  814. $lang['DATETIME']['TODAY'] = 'Today';
  815. $lang['DATETIME']['YESTERDAY'] = 'Yesterday';
  816. $lang['DATETIME']['SUNDAY'] = 'Sunday';
  817. $lang['DATETIME']['MONDAY'] = 'Monday';
  818. $lang['DATETIME']['TUESDAY'] = 'Tuesday';
  819. $lang['DATETIME']['WEDNESDAY'] = 'Wednesday';
  820. $lang['DATETIME']['THURSDAY'] = 'Thursday';
  821. $lang['DATETIME']['FRIDAY'] = 'Friday';
  822. $lang['DATETIME']['SATURDAY'] = 'Saturday';
  823. $lang['DATETIME']['SUN'] = 'Sun';
  824. $lang['DATETIME']['MON'] = 'Mon';
  825. $lang['DATETIME']['TUE'] = 'Tue';
  826. $lang['DATETIME']['WED'] = 'Wed';
  827. $lang['DATETIME']['THU'] = 'Thu';
  828. $lang['DATETIME']['FRI'] = 'Fri';
  829. $lang['DATETIME']['SAT'] = 'Sat';
  830. $lang['DATETIME']['JANUARY'] = 'January';
  831. $lang['DATETIME']['FEBRUARY'] = 'February';
  832. $lang['DATETIME']['MARCH'] = 'March';
  833. $lang['DATETIME']['APRIL'] = 'April';
  834. $lang['DATETIME']['MAY'] = 'May';
  835. $lang['DATETIME']['JUNE'] = 'June';
  836. $lang['DATETIME']['JULY'] = 'July';
  837. $lang['DATETIME']['AUGUST'] = 'August';
  838. $lang['DATETIME']['SEPTEMBER'] = 'September';
  839. $lang['DATETIME']['OCTOBER'] = 'October';
  840. $lang['DATETIME']['NOVEMBER'] = 'November';
  841. $lang['DATETIME']['DECEMBER'] = 'December';
  842. $lang['DATETIME']['JAN'] = 'Jan';
  843. $lang['DATETIME']['FEB'] = 'Feb';
  844. $lang['DATETIME']['MAR'] = 'Mar';
  845. $lang['DATETIME']['APR'] = 'Apr';
  846. $lang['DATETIME']['JUN'] = 'Jun';
  847. $lang['DATETIME']['JUL'] = 'Jul';
  848. $lang['DATETIME']['AUG'] = 'Aug';
  849. $lang['DATETIME']['SEP'] = 'Sep';
  850. $lang['DATETIME']['OCT'] = 'Oct';
  851. $lang['DATETIME']['NOV'] = 'Nov';
  852. $lang['DATETIME']['DEC'] = 'Dec';
  853. //
  854. // Errors (not related to a
  855. // specific failure on a page)
  856. //
  857. $lang['INFORMATION'] = 'Information';
  858. $lang['CRITICAL_INFORMATION'] = 'Critical Information';
  859. $lang['GENERAL_ERROR'] = 'Error';
  860. $lang['CRITICAL_ERROR'] = 'Critical Error';
  861. $lang['AN_ERROR_OCCURED'] = 'An Error Occurred';
  862. $lang['A_CRITICAL_ERROR'] = 'A Critical Error Occurred';
  863. $lang['ADMIN_REAUTHENTICATE'] = 'To administer/moderate the board you must re-authenticate yourself.';
  864. $lang['LOGIN_ATTEMPTS_EXCEEDED'] = 'The maximum number of %s login attempts has been exceeded. You are not allowed to login for the next %s minutes.';
  865. //
  866. // Attachment Mod Main Language Variables
  867. //
  868. // Auth Related Entries
  869. $lang['RULES_ATTACH_CAN'] = 'You <b>can</b> attach files in this forum';
  870. $lang['RULES_ATTACH_CANNOT'] = 'You <b>cannot</b> attach files in this forum';
  871. $lang['RULES_DOWNLOAD_CAN'] = 'You <b>can</b> download files in this forum';
  872. $lang['RULES_DOWNLOAD_CANNOT'] = 'You <b>cannot</b> download files in this forum';
  873. $lang['SORRY_AUTH_VIEW_ATTACH'] = 'Sorry but you are not authorized to view or download this Attachment';
  874. // Viewtopic -> Display of Attachments
  875. $lang['DESCRIPTION'] = 'Description'; // used in Administration Panel too...
  876. $lang['DOWNLOAD'] = 'Download'; // this Language Variable is defined in lang_admin.php too, but we are unable to access it from the main Language File
  877. $lang['FILESIZE'] = 'Filesize';
  878. $lang['VIEWED'] = 'Viewed';
  879. $lang['DOWNLOAD_NUMBER'] = '%d times'; // replace %d with count
  880. $lang['EXTENSION_DISABLED_AFTER_POSTING'] = 'The Extension \'%s\' was deactivated by an board admin, therefore this Attachment is not displayed.'; // used in Posts and PM's, replace %s with mime type
  881. $lang['ATTACHMENT'] = 'Attachments';
  882. $lang['ATTACHMENT_THUMBNAIL'] = 'Attachment Thumbnail';
  883. // Posting/PM -> Posting Attachments
  884. $lang['ADD_ATTACHMENT'] = 'Add Attachment';
  885. $lang['ADD_ATTACHMENT_TITLE'] = 'Add an Attachment';
  886. $lang['ADD_ATTACHMENT_EXPLAIN'] = 'If you do not want to add an Attachment to your Post, please leave the Fields blank';
  887. $lang['FILENAME'] = 'Filename';
  888. $lang['FILE_COMMENT'] = 'File Comment';
  889. // Posting/PM -> Posted Attachments
  890. $lang['POSTED_ATTACHMENTS'] = 'Posted Attachments';
  891. $lang['UPDATE_COMMENT'] = 'Update Comment';
  892. $lang['DELETE_ATTACHMENTS'] = 'Delete Attachments';
  893. $lang['DELETE_ATTACHMENT'] = 'Delete Attachment';
  894. $lang['DELETE_THUMBNAIL'] = 'Delete Thumbnail';
  895. $lang['UPLOAD_NEW_VERSION'] = 'Upload New Version';
  896. // Errors -> Posting Attachments
  897. $lang['INVALID_FILENAME'] = '%s is an invalid filename'; // replace %s with given filename
  898. $lang['ATTACHMENT_PHP_SIZE_NA'] = 'The Attachment is too big.<br />Couldn\'t get the maximum Size defined in PHP.<br />The Attachment Mod is unable to determine the maximum Upload Size defined in the php.ini.';
  899. $lang['ATTACHMENT_PHP_SIZE_OVERRUN'] = 'The Attachment is too big.<br />Maximum Upload Size: %d MB.<br />Please note that this Size is defined in php.ini, this means it\'s set by PHP and the Attachment Mod can not override this value.'; // replace %d with ini_get('upload_max_filesize')
  900. $lang['DISALLOWED_EXTENSION'] = 'The Extension %s is not allowed'; // replace %s with extension (e.g. .php)
  901. $lang['DISALLOWED_EXTENSION_WITHIN_FORUM'] = 'You are not allowed to post Files with the Extension %s within this Forum'; // replace %s with the Extension
  902. $lang['ATTACHMENT_TOO_BIG'] = 'The Attachment is too big.<br />Max Size: %d'; // replace %d with maximum file size, %s with size var
  903. $lang['ATTACH_QUOTA_REACHED'] = 'Sorry, but the maximum filesize for all Attachments is reached. Please contact the Board Administrator if you have questions.';
  904. $lang['TOO_MANY_ATTACHMENTS'] = 'Attachment cannot be added, since the max. number of %d Attachments in this post was achieved'; // replace %d with maximum number of attachments
  905. $lang['ERROR_IMAGESIZE'] = 'The Attachment/Image must be less than %d pixels wide and %d pixels high';
  906. $lang['GENERAL_UPLOAD_ERROR'] = 'Upload Error: Could not upload Attachment to %s.'; // replace %s with local path
  907. $lang['ERROR_EMPTY_ADD_ATTACHBOX'] = 'You have to enter values in the \'Add an Attachment\' Box';
  908. $lang['ERROR_MISSING_OLD_ENTRY'] = 'Unable to Update Attachment, could not find old Attachment Entry';
  909. // Errors -> PM Related
  910. $lang['ATTACH_QUOTA_SENDER_PM_REACHED'] = 'Sorry, but the maximum filesize for all Attachments in your Private Message Folder has been reached. Please delete some of your received/sent Attachments.';
  911. $lang['ATTACH_QUOTA_RECEIVER_PM_REACHED'] = 'Sorry, but the maximum filesize for all Attachments in the Private Message Folder of \'%s\' has been reached. Please let him know, or wait until he/she has deleted some of his/her Attachments.';
  912. // Errors -> Download
  913. $lang['NO_ATTACHMENT_SELECTED'] = 'You haven\'t selected an attachment to download or view.';
  914. $lang['ERROR_NO_ATTACHMENT'] = 'The selected Attachment does not exist anymore';
  915. // Delete Attachments
  916. $lang['CONFIRM_DELETE_ATTACHMENTS'] = 'Are you sure you want to delete the selected Attachments?';
  917. $lang['DELETED_ATTACHMENTS'] = 'The selected Attachments have been deleted.';
  918. $lang['ERROR_DELETED_ATTACHMENTS'] = 'Could not delete Attachments.';
  919. $lang['CONFIRM_DELETE_PM_ATTACHMENTS'] = 'Are you sure you want to delete all Attachments posted in this PM?';
  920. // General Error Messages
  921. $lang['ATTACHMENT_FEATURE_DISABLED'] = 'The Attachment Feature is disabled.';
  922. $lang['DIRECTORY_DOES_NOT_EXIST'] = 'The Directory \'%s\' does not exist or couldn\'t be found.'; // replace %s with directory
  923. $lang['DIRECTORY_IS_NOT_A_DIR'] = 'Please check if \'%s\' is a directory.'; // replace %s with directory
  924. $lang['DIRECTORY_NOT_WRITEABLE'] = 'Directory \'%s\' is not writeable. You\'ll have to create the upload path and chmod it to 777 (or change the owner to you httpd-servers owner) to upload files.<br />If you have only plain ftp-ac…