PageRenderTime 63ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 1ms

/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
  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-access change the \'Attribute\' of the directory to rwxrwxrwx.'; // replace %s with directory
  925. $lang['FTP_ERROR_CONNECT'] = 'Could not connect to FTP Server: \'%s\'. Please check your FTP-Settings.';
  926. $lang['FTP_ERROR_LOGIN'] = 'Could not login to FTP Server. The Username \'%s\' or the Password is wrong. Please check your FTP-Settings.';
  927. $lang['FTP_ERROR_PATH'] = 'Could not access ftp directory: \'%s\'. Please check your FTP Settings.';
  928. $lang['FTP_ERROR_UPLOAD'] = 'Could not upload files to ftp directory: \'%s\'. Please check your FTP Settings.';
  929. $lang['FTP_ERROR_DELETE'] = 'Could not delete files in ftp directory: \'%s\'. Please check your FTP Settings.<br />Another reason for this error could be the non-existence of the Attachment, please check this first in Shadow Attachments.';
  930. $lang['FTP_ERROR_PASV_MODE'] = 'Unable to enable/disable FTP Passive Mode';
  931. // Attach Rules Window
  932. $lang['RULES_PAGE'] = 'Attachment Rules';
  933. $lang['ATTACH_RULES_TITLE'] = 'Allowed Extension Groups and their Sizes';
  934. $lang['GROUP_RULE_HEADER'] = '%s -> Maximum Upload Size: %s'; // Replace first %s with Extension Group, second one with the Size STRING
  935. $lang['ALLOWED_EXTENSIONS_AND_SIZES'] = 'Allowed Extensions and Sizes';
  936. $lang['NOTE_USER_EMPTY_GROUP_PERMISSIONS'] = 'NOTE:<br />You are normally allowed to attach files within this Forum, <br />but since no Extension Group is allowed to be attached here, <br />you are unable to attach anything. If you try, <br />you will receive an Error Message.<br />';
  937. // Quota Variables
  938. $lang['UPLOAD_QUOTA'] = 'Upload Quota';
  939. $lang['PM_QUOTA'] = 'PM Quota';
  940. // Common Variables
  941. $lang['BYTES'] = 'Bytes';
  942. $lang['KB'] = 'KB';
  943. $lang['MB'] = 'MB';
  944. $lang['GB'] = 'GB';
  945. $lang['ATTACH_SEARCH_QUERY'] = 'Search Attachments';
  946. $lang['TEST_SETTINGS'] = 'Test Settings';
  947. $lang['NOT_ASSIGNED'] = 'Not Assigned';
  948. $lang['NO_FILE_COMMENT_AVAILABLE'] = 'No File Comment available';
  949. $lang['ATTACHBOX_LIMIT'] = 'Your Attachbox is<br /><b>%d%%</b> full';
  950. $lang['NO_QUOTA_LIMIT'] = 'No Quota Limit';
  951. $lang['UNLIMITED'] = 'Unlimited';
  952. //bt
  953. $lang['BT_REG_YES'] = 'Registered';
  954. $lang['BT_REG_NO'] = 'Not registered';
  955. $lang['BT_ADDED'] = 'Added';
  956. $lang['BT_REG_ON_TRACKER'] = 'Register on tracker';
  957. $lang['BT_REG_FAIL'] = 'Could not register torrent on tracker';
  958. $lang['BT_REG_FAIL_SAME_HASH'] = 'Another torrent with same info_hash already <a href="%s"><b>registered</b></a>';
  959. $lang['BT_UNREG_FROM_TRACKER'] = 'Remove from tracker';
  960. $lang['BT_UNREGISTERED'] = 'Torrent unregistered';
  961. $lang['BT_REGISTERED'] = 'Torrent registered on tracker<br /><br />Now you need to <a href="%s"><b>download your torrent</b></a> and run it using your BitTorrent client choosing the folder with the original files you\'re sharing as the download path';
  962. $lang['INVALID_ANN_URL'] = 'Invalid Announce URL [%s]<br /><br />must be <b>%s</b>';
  963. $lang['PASSKEY_ERR_TOR_NOT_REG'] = 'Could not add passkey<br /><br />Torrent not registered on tracker';
  964. $lang['PASSKEY_ERR_EMPTY'] = 'Could not add passkey (passkey is empty)<br /><br />Go to <a href="%s" target="_blank"><b>your forum profile</b></a> and generate it';
  965. $lang['BT_PASSKEY'] = 'Passkey';
  966. $lang['BT_GEN_PASSKEY'] = 'create a new';
  967. $lang['BT_PASSKEY_VIEW'] = 'show';
  968. $lang['BT_GEN_PASSKEY_NEW'] = "Attention! After changing the new passkey, you will need to re-download all the active torrents! \n Are you sure you want to create a new passkey?";
  969. $lang['BT_NO_SEARCHABLE_FORUMS'] = 'No searchable forums found';
  970. $lang['SEEDS'] = 'Seed';
  971. $lang['LEECHS'] = 'Leech';
  972. $lang['SPEED_UP'] = 'Speed Up';
  973. $lang['SPEED_DOWN'] = 'Speed Down';
  974. $lang['SEEDERS'] = 'Seeders';
  975. $lang['LEECHERS'] = 'Leechers';
  976. $lang['RELEASING'] = 'Self';
  977. $lang['SEEDING'] = 'Seeding';
  978. $lang['LEECHING'] = 'Leeching';
  979. $lang['IS_REGISTERED'] = 'Registered';
  980. $lang['MAGNET'] = 'Magnet';
  981. //torrent status mod
  982. $lang['TOR_STATUS'] = 'Status';
  983. $lang['TOR_STATUS_SELECT_ACTION'] = 'Select status';
  984. $lang['TOR_STATUS_NOT_SELECT'] = 'You have not selected status.';
  985. $lang['TOR_STATUS_SELECT_ALL'] = 'All statuses';
  986. $lang['TOR_STATUS_NAME'] = array(
  987. TOR_NOT_APPROVED => 'not checked',
  988. TOR_CLOSED => 'closed',
  989. TOR_APPROVED => 'checked',
  990. TOR_NEED_EDIT => 'not formalized until',
  991. TOR_NO_DESC => 'not formalized',
  992. TOR_DUP => 'repeat',
  993. TOR_CLOSED_CPHOLD => 'closed right',
  994. TOR_CONSUMED => 'absorbed',
  995. TOR_DOUBTFUL => 'doubtful',
  996. TOR_CHECKING => 'verified',
  997. TOR_TMP => 'temporary',
  998. TOR_PREMOD => 'pre-moderation',
  999. );
  1000. $lang['TOR_STATUS_FAILED'] = 'Such status does not exist!';
  1001. $lang['TORRENT_FAILED'] = 'Distribution was not found!';
  1002. $lang['TOR_STATUS_DUB'] = 'Distribution has the same status';
  1003. $lang['TOR_DONT_CHANGE'] = 'Change of status can not be!';
  1004. $lang['TOR_STATUS_OF'] = 'Distribution has the status of:';
  1005. $lang['TOR_STATUS_CHANGED'] = 'Status changed: ';
  1006. $lang['TOR_BACK'] = ' back';
  1007. $lang['PROCEED'] = 'Proceed';
  1008. $lang['INVALID_ATTACH_ID'] = 'Missing file identifier!';
  1009. $lang['CHANGE_TOR_TYPE'] = 'Type the torrent successfully changed';
  1010. $lang['DEL_TORRENT'] = 'Are you sure you want to delete the torrent?';
  1011. $lang['DEL_MOVE_TORRENT'] = 'Are you sure you want to delete and move the topic?';
  1012. $lang['UNEXECUTED_RELEASE'] = 'Do you have a shapeless release before creating a new fix his unformed!';
  1013. $lang['STATUS_DOES_EXIST'] = 'Such status does not exist: ';
  1014. // tor_comment
  1015. $lang['TOR_MOD_TITLE'] = 'Changing the status of distribution - %s';
  1016. $lang['TOR_MOD_MSG'] = "Hello, %s.\n\n Status [url=%s]your[/url] distribution is changed to [b]%s[/b]";
  1017. $lang['TOR_AUTH_TITLE'] = 'Changes in the design - %s';
  1018. $lang['TOR_AUTH_MSG'] = "Hello, %s.\n\n Making my distribution changed - [url=%s]%s[/url]\n\n Please re-check it.";
  1019. $lang['TOR_AUTH_FIXED'] = 'Fixed';
  1020. $lang['TOR_AUTH_SENT_COMMENT'] = ' &middot; <span class="seed bold">The information sent to the moderator. Expect.</span>';
  1021. //end torrent status mod
  1022. $lang['BT_TOPIC_TITLE'] = 'Topic title';
  1023. $lang['BT_SEEDER_LAST_SEEN'] = 'Seed last seen';
  1024. $lang['BT_SORT_FORUM'] = 'Forum';
  1025. $lang['SIZE'] = 'Size';
  1026. $lang['PIECE_LENGTH'] = 'Piece length';
  1027. $lang['COMPLETED'] = 'Completed';
  1028. $lang['ADDED'] = 'Added';
  1029. $lang['DELETE_TORRENT'] = 'Delete torrent';
  1030. $lang['DELETE_MOVE_TORRENT'] = 'Delete and move topic';
  1031. $lang['DL_TORRENT'] = 'Download .torrent';
  1032. $lang['BT_LAST_POST'] = 'Last post';
  1033. $lang['BT_CREATED'] = 'Topic posted';
  1034. $lang['BT_REPLIES'] = 'Replies';
  1035. $lang['BT_VIEWS'] = 'Views';
  1036. // Gold/Silver releases
  1037. $lang['GOLD'] = 'Gold';
  1038. $lang['SILVER'] = 'Silver';
  1039. $lang['SET_GOLD_TORRENT'] = 'Make gold';
  1040. $lang['UNSET_GOLD_TORRENT'] = 'UnMake gold';
  1041. $lang['SET_SILVER_TORRENT'] = 'Make silver';
  1042. $lang['UNSET_SILVER_TORRENT'] = 'UnMake silver';
  1043. $lang['GOLD_STATUS'] = 'GOLD TORRENT! DOWNLOAD TRAFFIC DOES NOT CONSIDER!';
  1044. $lang['SILVER_STATUS'] = 'SILVER TORRENT! DOWNLOAD TRAFFIC PARTIALLY CONSIDERED!';
  1045. // End - Gold/Silver releases
  1046. $lang['SEARCH_IN_FORUMS'] = 'Search in Forums';
  1047. $lang['SELECT_CAT'] = 'Select category';
  1048. $lang['GO_TO_SECTION'] = 'Goto section';
  1049. $lang['TORRENTS_FROM'] = 'Posts from';
  1050. $lang['SHOW_ONLY'] = 'Show only';
  1051. $lang['SHOW_COLUMN'] = 'Show column';
  1052. $lang['SEL_CHAPTERS'] = 'Link to the selected partitions';
  1053. $lang['NOT_SEL_CHAPTERS'] = 'You have not selected topics';
  1054. $lang['SEL_CHAPTERS_HELP'] = 'You can select a maximum %s partition';
  1055. $lang['HIDE_CONTENTS'] = 'Hide the contents of {...}';
  1056. $lang['FILTER_BY_NAME'] = '<i>filter by name </i>';
  1057. $lang['BT_ONLY_ACTIVE'] = 'Active';
  1058. $lang['BT_ONLY_MY'] = 'My releases';
  1059. $lang['BT_SEED_EXIST'] = 'Seeder exist';
  1060. $lang['BT_ONLY_NEW'] = 'New from last visit';
  1061. $lang['BT_SHOW_CAT'] = 'Category';
  1062. $lang['BT_SHOW_FORUM'] = 'Forum';
  1063. $lang['BT_SHOW_AUTHOR'] = 'Author';
  1064. $lang['BT_SHOW_SPEED'] = 'Speed';
  1065. $lang['SEED_NOT_SEEN'] = 'Seeder not seen';
  1066. $lang['TITLE_MATCH'] = 'Title match';
  1067. $lang['BT_USER_NOT_FOUND'] = 'not found';
  1068. $lang['DL_SPEED'] = 'Overall download speed';
  1069. $lang['BT_DISREGARD'] = 'disregarding';
  1070. $lang['BT_NEVER'] = 'never';
  1071. $lang['BT_ALL_DAYS_FOR'] = 'all the time';
  1072. $lang['BT_1_DAY_FOR'] = 'last day';
  1073. $lang['BT_3_DAY_FOR'] = 'last three days';
  1074. $lang['BT_7_DAYS_FOR'] = 'last week';
  1075. $lang['BT_2_WEEKS_FOR'] = 'last two weeks';
  1076. $lang['BT_1_MONTH_FOR'] = 'last month';
  1077. $lang['BT_1_DAY'] = '1 day';
  1078. $lang['BT_3_DAYS'] = '3 days';
  1079. $lang['BT_7_DAYS'] = 'week';
  1080. $lang['BT_2_WEEKS'] = '2 weeks';
  1081. $lang['BT_1_MONTH'] = 'month';
  1082. $lang['DL_LIST_AND_TORRENT_ACTIVITY'] = 'DL-List and Torrent activity';
  1083. $lang['DL_WILL'] = 'Will download';
  1084. $lang['DL_DOWN'] = 'Downloading';
  1085. $lang['DL_COMPLETE'] = 'Complete';
  1086. $lang['DL_CANCEL'] = 'Cancel';
  1087. $lang['DLWILL_2'] = 'Will download';
  1088. $lang['DLDOWN_2'] = 'Downloading';
  1089. $lang['DLCOMPLETE_2'] = 'Complete';
  1090. $lang['DLCANCEL_2'] = 'Cancel';
  1091. $lang['DL_LIST_DEL'] = 'Clear DL-List';
  1092. $lang['DL_LIST_DEL_CONFIRM'] = 'Delete DL-List for this topic?';
  1093. $lang['SHOW_DL_LIST'] = 'Show DL-List';
  1094. $lang['SET_DL_STATUS'] = 'Download';
  1095. $lang['UNSET_DL_STATUS'] = 'Not Download';
  1096. $lang['TOPICS_DOWN_SETS'] = 'Topic status changed to <b>Download</b>';
  1097. $lang['TOPICS_DOWN_UNSETS'] = '<b>Download</b> status removed';
  1098. $lang['TOPIC_DL'] = 'DL';
  1099. $lang['MY_DOWNLOADS'] = 'My Downloads';
  1100. $lang['SEARCH_DL_WILL'] = 'Planned';
  1101. $lang['SEARCH_DL_WILL_DOWNLOADS'] = 'Planned Downloads';
  1102. $lang['SEARCH_DL_DOWN'] = 'Current';
  1103. $lang['SEARCH_DL_COMPLETE'] = 'Completed';
  1104. $lang['SEARCH_DL_COMPLETE_DOWNLOADS'] = 'Completed Downloads';
  1105. $lang['SEARCH_DL_CANCEL'] = 'Canceled';
  1106. $lang['CUR_DOWNLOADS'] = 'Current Downloads';
  1107. $lang['CUR_UPLOADS'] = 'Current Uploads';
  1108. $lang['SEARCH_RELEASES'] = 'Find releases';
  1109. $lang['TOR_SEARCH_TITLE'] = 'Torrent search options';
  1110. $lang['OPEN_TOPIC'] = 'Open topic';
  1111. $lang['ALLOWED_ONLY_1ST_POST_ATTACH'] = 'Posting torrents allowed only in first post';
  1112. $lang['ALLOWED_ONLY_1ST_POST_REG'] = 'Registering torrents allowed only from first post';
  1113. $lang['REG_NOT_ALLOWED_IN_THIS_FORUM'] = 'Could not register torrent in this forum';
  1114. $lang['ALREADY_REG'] = 'Torrent already registered';
  1115. $lang['NOT_TORRENT'] = 'This file is not torrent';
  1116. $lang['ONLY_1_TOR_PER_POST'] = 'You can register only one torrent in one post';
  1117. $lang['ONLY_1_TOR_PER_TOPIC'] = 'You can register only one torrent in one topic';
  1118. $lang['VIEWING_USER_BT_PROFILE'] = 'Viewing torrent-profile :: %s'; // %s is username
  1119. $lang['CUR_ACTIVE_DLS'] = 'Currently active torrents';
  1120. $lang['CUR_ACTIVE_DLS_ERROR'] = 'User does not download and seeding';
  1121. $lang['CUR_ACTIVE_DLS_DISALLOWED'] = 'Browse the user denied active torrents';
  1122. $lang['TD_TRAF'] = 'Today';
  1123. $lang['YS_TRAF'] = 'Yesterday';
  1124. $lang['TOTAL_TRAF'] = 'Total';
  1125. $lang['USER_RATIO'] = 'Ratio';
  1126. $lang['MAX_SPEED'] = 'Speed';
  1127. $lang['DOWNLOADED'] = 'Downloaded';
  1128. $lang['UPLOADED'] = 'Uploaded';
  1129. $lang['RELEASED'] = 'Released';
  1130. $lang['BONUS'] = 'On the rare';
  1131. $lang['IT_WILL_BE_DOWN'] = 'it will start to be considered after it will be downloaded';
  1132. $lang['SPMODE_FULL'] = 'Show peers in full details';
  1133. // Seed Bonus
  1134. $lang['MY_BONUS'] = 'My bonus (%s bonuses in stock)';
  1135. $lang['BONUS_SELECT'] = 'Select';
  1136. $lang['SEED_BONUS'] = 'Seed Bonus';
  1137. $lang['EXCHANGE'] = 'Exchange';
  1138. $lang['EXCHANGE_BONUS'] = 'Exchange of seed bonuses';
  1139. $lang['BONUS_UPLOAD_DESC'] = '<b>%s to distribution</b> <br /> To exchange bonus points on %1$s traffic which will be added on to the sum of your distribution.';
  1140. $lang['BONUS_UPLOAD_PRICE'] = '<b class="%s">%s</b>';
  1141. $lang['PRICE'] = 'Price';
  1142. $lang['EXCHANGE_NOT'] = 'The exchange not available';
  1143. $lang['BONUS_SUCCES'] = 'To you it is successfully enlisted %s';
  1144. $lang['BONUS_NOT_SUCCES'] = '<span class="leech">You do not have bonuses available. More Seeding!</span>';
  1145. $lang['BONUS_RETURN'] = 'Return to the Seed Exchange Bonus';
  1146. $lang['TRACKER'] = 'Tracker';
  1147. $lang['OPEN_TOPICS'] = 'Open topics';
  1148. $lang['OPEN_IN_SAME_WINDOW'] = 'open in same window';
  1149. $lang['SHOW_TIME_TOPICS'] = 'show time of the creation topics';
  1150. $lang['SHOW_CURSOR'] = 'highlight the row under the cursor';
  1151. $lang['BT_LOW_RATIO_FUNC'] = "You can't use this option (ratio is too low)";
  1152. $lang['BT_LOW_RATIO_FOR_DL'] = "With ratio <b>%s</b> you can't download torrents";
  1153. $lang['BT_RATIO_WARNING_MSG'] = 'If your ratio falls below %s, you will not be able to download Torrents! <a href="%s"><b>More about the rating.</b></a>';
  1154. $lang['SEEDER_LAST_SEEN'] = 'Seeder not seen: <b>%s</b>';
  1155. $lang['NEED_TO_LOGIN_FIRST'] = 'You need to login first';
  1156. $lang['ONLY_FOR_MOD'] = 'This option only for moderators';
  1157. $lang['ONLY_FOR_ADMIN'] = 'This option only for admins';
  1158. $lang['ONLY_FOR_SUPER_ADMIN'] = 'This option only for super admins';
  1159. $lang['LOGS'] = 'Topic history';
  1160. $lang['FORUM_LOGS'] = 'History Forum';
  1161. $lang['AUTOCLEAN'] = 'Autoclean:';
  1162. $lang['DESIGNER'] = 'Designer';
  1163. $lang['LAST_IP'] = 'Last IP:';
  1164. $lang['REG_IP'] = 'Registration IP:';
  1165. $lang['OTHER_IP'] = 'Other IP:';
  1166. $lang['ALREADY_REG_IP'] = 'With your IP-address is already registered user %s. If you have not previously registered on our tracker, mail to <a href="mailto:%s">Administrator</ a>';
  1167. $lang['HIDDEN'] = 'Hidden';
  1168. //
  1169. // That's all, Folks!
  1170. // -------------------------------------------------
  1171. // from lang_admin
  1172. $lang['NOT_ADMIN'] = 'You are not authorised to administer this board';
  1173. $lang['COOKIES_REQUIRED'] = 'Cookies must be enabled!';
  1174. $lang['SESSION_EXPIRED'] = 'Session expired';
  1175. // Sort memberlist per letter
  1176. $lang['SORT_PER_LETTER'] = 'Show only usernames starting with';
  1177. $lang['OTHERS'] = 'others';
  1178. $lang['ALL'] = 'all';
  1179. $lang['POST_LINK'] = 'Post link';
  1180. $lang['GOTO_QUOTED_POST'] = 'Go to the quoted post';
  1181. $lang['LAST_VISITED'] = 'Last Visited';
  1182. $lang['LAST_ACTIVITY'] = 'Last activity';
  1183. $lang['NEVER'] = 'Never';
  1184. //mpd
  1185. $lang['DELETE_POSTS'] = 'Delete selected posts';
  1186. $lang['DELETE_POSTS_SUCCESFULLY'] = 'The selected posts have been successfully removed';
  1187. //mpd end
  1188. //ts
  1189. $lang['TOPICS_ANNOUNCEMENT'] = 'Announcements';
  1190. $lang['TOPICS_STICKY'] = 'Stickies';
  1191. $lang['TOPICS_NORMAL'] = 'Topics';
  1192. //ts end
  1193. //dpc
  1194. $lang['DOUBLE_POST_ERROR'] = 'You cannot make another post with the exact same text as your last.';
  1195. //dpc end
  1196. //upt
  1197. $lang['UPDATE_POST_TIME'] = 'Update post time';
  1198. //upt end
  1199. $lang['TOPIC_SPLIT_NEW'] = 'New topic';
  1200. $lang['TOPIC_SPLIT_OLD'] = 'Old topic';
  1201. $lang['BOT_LEAVE_MSG_MOVED'] = 'Add bot-message about moving';
  1202. $lang['BOT_AFTER_SPLIT_TO_OLD'] = 'Add bot-message about split to <b>old topic</b>';
  1203. $lang['BOT_AFTER_SPLIT_TO_NEW'] = 'Add bot-message about split to <b>new topic</b>';
  1204. //qr
  1205. $lang['QUICK_REPLY'] = 'Quick Reply';
  1206. $lang['INS_NAME_TIP'] = 'Insert name or selected text.';
  1207. $lang['QUOTE_SELECTED'] = 'Quote selected';
  1208. $lang['TRANSLIT_RULES'] = 'Translit Rules';
  1209. $lang['QR_ATTACHSIG'] = 'Attach signature';
  1210. $lang['QR_NOTIFY'] = 'Notify on reply';
  1211. $lang['QR_DISABLE'] = 'Disable';
  1212. $lang['QR_USERNAME'] = 'Name';
  1213. $lang['NO_TEXT_SEL'] = 'Select a text anywhere on a page and try again';
  1214. $lang['QR_FONT_SEL'] = 'Font face';
  1215. $lang['QR_COLOR_SEL'] = 'Font color';
  1216. $lang['QR_SIZE_SEL'] = 'Font size';
  1217. $lang['COLOR_STEEL_BLUE'] = 'Steel Blue';
  1218. $lang['COLOR_GRAY'] = 'Gray';
  1219. $lang['COLOR_DARK_GREEN'] = 'Dark Green';
  1220. //qr end
  1221. //txtb
  1222. $lang['ICQ_TXTB'] = '[ICQ]';
  1223. $lang['REPLY_WITH_QUOTE_TXTB'] = '[Quote]';
  1224. $lang['READ_PROFILE_TXTB'] = '[Profile]';
  1225. $lang['SEND_EMAIL_TXTB'] = '[E-mail]';
  1226. $lang['VISIT_WEBSITE_TXTB'] = '[www]';
  1227. $lang['EDIT_DELETE_POST_TXTB'] = '[Edit]';
  1228. $lang['SEARCH_USER_POSTS_TXTB'] = '[Search]';
  1229. $lang['VIEW_IP_TXTB'] = '[ip]';
  1230. $lang['DELETE_POST_TXTB'] = '[x]';
  1231. $lang['MODERATE_POST_TXTB'] = '[m]';
  1232. $lang['SEND_PM_TXTB'] = '[PM]';
  1233. //txtb end
  1234. $lang['DECLENSION']['REPLIES'] = array('reply', 'replies');
  1235. $lang['DECLENSION']['TIMES'] = array('time', 'times');
  1236. $lang['DELTA_TIME']['INTERVALS'] = array(
  1237. 'seconds' => array('second', 'seconds'),
  1238. 'minutes' => array('minute', 'minutes'),
  1239. 'hours' => array('hour', 'hours'),
  1240. 'mday' => array('day', 'days'),
  1241. 'mon' => array('month', 'months'),
  1242. 'year' => array('year', 'years'),
  1243. );
  1244. $lang['DELTA_TIME']['FORMAT'] = '%1$s %2$s'; // 5(%1) minutes(%2)
  1245. $lang['AUTH_TYPES'][AUTH_ALL] = $lang['AUTH_ANONYMOUS_USERS'];
  1246. $lang['AUTH_TYPES'][AUTH_REG] = $lang['AUTH_REGISTERED_USERS'];
  1247. $lang['AUTH_TYPES'][AUTH_ACL] = $lang['AUTH_USERS_GRANTED_ACCESS'];
  1248. $lang['AUTH_TYPES'][AUTH_MOD] = $lang['AUTH_MODERATORS'];
  1249. $lang['AUTH_TYPES'][AUTH_ADMIN] = $lang['AUTH_ADMINISTRATORS'];
  1250. $lang['NEW_USER_REG_DISABLED'] = 'Sorry, registration is disabled at this time';
  1251. $lang['ONLY_NEW_POSTS'] = 'only new posts';
  1252. $lang['ONLY_NEW_TOPICS'] = 'only new topics';
  1253. $lang['TORHELP_TITLE'] = 'Please help seeding these torrents!';
  1254. //
  1255. // Reports (need to translate it!)
  1256. //
  1257. $lang['REPORTS'] = 'Reports';
  1258. $lang['REPORTS_DISABLE'] = 'Reports disabled';
  1259. $lang['NEW_REPORT'] = ' (one open)';
  1260. $lang['NEW_REPORTS'] = ' (%d open)';
  1261. $lang['NO_NEW_REPORTS'] = ': no new Reports';
  1262. $lang['REPORT_INDEX'] = 'Index';
  1263. $lang['STATISTICS'] = 'Statistics';
  1264. $lang['STATISTIC'] = 'Statistic';
  1265. $lang['VALUE'] = 'Value';
  1266. $lang['REPORT_COUNT'] = 'Current report count';
  1267. $lang['REPORT_MODULES_COUNT'] = 'Report modules count';
  1268. $lang['REPORT_HACK_COUNT'] = 'Overall report count';
  1269. $lang['DELETED_REPORTS'] = 'Reports suggested for deletion';
  1270. $lang['REPORT_TYPE'] = 'Report type';
  1271. $lang['REPORT_BY'] = 'by';
  1272. $lang['NO_REPORTS'] = 'No reports';
  1273. $lang['INVERT_SELECT'] = 'Invert selection';
  1274. $lang['REPORTED_BY'] = 'Reported by';
  1275. $lang['REPORTED_TIME'] = 'Reported on';
  1276. $lang['STATUS'] = 'Status';
  1277. $lang['LAST_CHANGED_BY'] = 'Last changed by';
  1278. $lang['CHANGES'] = 'Changes';
  1279. $lang['REPORT_CHANGE_TEXT'] = 'Marked as "%1$s" by %2$s on %3$s.';
  1280. $lang['REPORT_CHANGE_TEXT_COMMENT'] = 'Marked as "%1$s" by %2$s on %3$s:<br />%4$s';
  1281. $lang['REPORT_CHANGE_DELETE_TEXT'] = 'Suggested for deletion by %1$s on %2$s.';
  1282. $lang['ACTION'] = 'Action';
  1283. $lang['REPORT_MARK'] = 'Mark as';
  1284. $lang['OPEN_REPORTS'] = 'Offene Meldungen';
  1285. $lang['NO_REPORTS_FOUND'] = 'No matching reports found.';
  1286. $lang['NO_REPORTS_SELECTED'] = 'No reports were selected.';
  1287. $lang['REPORT_NOT_EXISTS'] = 'The selected report doesn\'t exist.';
  1288. $lang['REPORT_NOT_SUPPORTED'] = 'This feature isn\'t supported.';
  1289. $lang['CLICK_RETURN_REPORT'] = '%sClick here%s to return to the report.';
  1290. $lang['CLICK_RETURN_REPORT_LIST'] = '%sClick here%s to return to the report list.';
  1291. $lang['REPORT_STATUS'] = array(
  1292. REPORT_NEW => 'new',
  1293. REPORT_OPEN => 'open',
  1294. REPORT_IN_PROCESS => 'in process',
  1295. REPORT_CLEARED => 'cleared',
  1296. REPORT_DELETE => 'suggested for deletion',
  1297. );
  1298. $lang['REASON'] = 'Reason';
  1299. $lang['REPORT_SUBJECT'] = 'Subject';
  1300. $lang['REPORT_TITLE_EMPTY'] = 'You must enter a title of the report.';
  1301. $lang['REPORT_DESC_EMPTY'] = 'You must enter a message.';
  1302. $lang['REPORT_INSERTED'] = 'The report was sent to the team.';
  1303. $lang['CHANGE_REPORT'] = 'Change report';
  1304. $lang['CHANGE_REPORTS'] = 'Change reports';
  1305. $lang['CHANGE_REPORT_EXPLAIN'] = 'Are you sure you want to change the status of the selected report?';
  1306. $lang['CHANGE_REPORTS_EXPLAIN'] = 'Are you sure you want to change the status of the selected reports?';
  1307. $lang['COMMENT'] = 'Comment';
  1308. $lang['REPORT_CHANGED'] = 'The status of the selected report was changed.';
  1309. $lang['REPORTS_CHANGED'] = 'The status of the selected reports was changed.';
  1310. $lang['DELETE_REPORT'] = 'Delete report';
  1311. $lang['DELETE_REPORTS'] = 'Delete reports';
  1312. $lang['DELETE_REPORT_EXPLAIN'] = 'Are you sure you want to delete the selected report?';
  1313. $lang['DELETE_REPORTS_EXPLAIN'] = 'Are you sure you want to delete the selected reports?';
  1314. $lang['REPORT_DELETED'] = 'The selected report was deleted.';
  1315. $lang['REPORTS_DELETED'] = 'The selected reports were deleted.';//
  1316. //
  1317. // Reports [END]
  1318. //
  1319. // search
  1320. $lang['SEARCH_S'] = 'search...';
  1321. $lang['FORUM_S'] = 'on forum';
  1322. $lang['TRACKER_S'] = 'on tracker';
  1323. // copyright
  1324. $lang['NOTICE'] = '!ATTENTION!';
  1325. $lang['POWERED'] = 'UG93ZXJlZCBieSA8YSB0YXJnZXQ9Il9ibGFuayIgaHJlZj0iaHR0cDovL3RvcnJlbnRwaWVyLm1lIj5Ub3JyZW50UGllciBJSTwvYT4gJmNvcHk7IE1laXRoYXIsIFRvcnJlbnRQaWVyIElJIFRlYW0=';
  1326. $lang['COPY'] = 'The site does not give electronic versions of products, and is engaged only in a collecting and cataloguing of the references sent and published at a forum by our readers. If you are the legal owner of any submitted material and do not wish that the reference to him{it} was in our catalogue, contact us and we shall immediately remove her. Files for an exchange on tracker are given by users of a site, and the administration does not bear the responsibility for their maintenance. The request to not fill in the files protected by copyrights, and also files of the illegal maintenance!';
  1327. $lang['CALLSEED'] = 'Downloaded the call';
  1328. // FILELIST
  1329. $lang['FILELIST'] = 'Filelist';
  1330. $lang['COLLAPSE'] = 'Collapse directory';
  1331. $lang['EXPAND'] = 'Expand';
  1332. $lang['SWITCH'] = 'Switch';
  1333. $lang['EMPTY_ATTACH_ID'] = 'Missing file identifier!';
  1334. $lang['TOR_NOT_FOUND'] = 'File is missing on the server!';
  1335. $lang['ERROR_BUILD'] = 'Error: unable to build a list of files';
  1336. $lang['TORFILE_INVALID'] = 'Torrent file is corrupt';
  1337. // FILELIST
  1338. // Profile
  1339. $lang['WEBSITE_ERROR'] = 'The "site" may contain only http://sitename';
  1340. $lang['ICQ_ERROR'] = 'The field of "ICQ" may contain only icq number';
  1341. $lang['INVALID_DATE'] = 'Error date ';
  1342. $lang['PROFILE_USER'] = 'Viewing profile';
  1343. $lang['GOOD_UPDATE'] = 'was successfully changed';
  1344. $lang['DENY_VISITORS'] = 'Hide the current list of downloads on your profile';
  1345. $lang['BAN_USER'] = 'To prevent a user';
  1346. $lang['USER_NOT_ALLOWED'] = 'Users are not permitted';
  1347. $lang['HIDE_AVATARS'] = 'Show avatars';
  1348. $lang['SHOW_CAPTION'] = 'Show your signature';
  1349. $lang['DOWNLOAD_TORRENT'] = 'Download torrent';
  1350. $lang['SEND_PM'] = 'Send PM';
  1351. $lang['SEND_MESSAGE'] = 'Send message';
  1352. $lang['NEW_THREADS'] = 'New Threads';
  1353. $lang['PROFILE_NOT_FOUND'] = 'Profile not found';
  1354. $lang['USER_DELETE'] = 'Delete';
  1355. $lang['USER_DELETE_EXPLAIN'] = 'Delete this user';
  1356. $lang['USER_DELETE_ME'] = 'Sorry, your account is forbidden to remove!';
  1357. $lang['USER_DELETE_CSV'] = 'Sorry, this account is not allowed to delete!';
  1358. $lang['USER_DELETE_CONFIRM'] = 'Are you sure you want to delete this user?';
  1359. $lang['USER_DELETED'] = 'User was successfully deleted';
  1360. $lang['DELETE_USER_ALL_POSTS'] = 'Delete all user posts';
  1361. $lang['DELETE_USER_ALL_POSTS_CONFIRM'] = 'Are you sure you want to delete all messages and all topics started by this user?';
  1362. $lang['DELETE_USER_POSTS'] = 'Delete all messages, except for capital';
  1363. $lang['DELETE_USER_POSTS_ME'] = 'Are you sure you want to delete all my posts?';
  1364. $lang['DELETE_USER_POSTS_CONFIRM'] = 'Are you sure you want to delete all messages, except for capital?';
  1365. $lang['USER_DELETED_POSTS'] = 'Posts were successfully removed';
  1366. $lang['USER'] = 'User';
  1367. $lang['ROLE'] = 'Role:';
  1368. $lang['MEMBERSHIP_IN'] = 'Membership in';
  1369. $lang['PARTY'] = 'Party:';
  1370. $lang['CANDIDATE'] = 'Candidate:';
  1371. $lang['INDIVIDUAL'] = 'Has the individual rights';
  1372. $lang['GROUP_LIST_HIDDEN'] = 'You are not authorized to view hidden groups';
  1373. $lang['USER_ACTIVATE'] = 'Activate';
  1374. $lang['USER_DEACTIVATE'] = 'Deactivate';
  1375. $lang['DEACTIVATE_CONFIRM'] = 'Are you sure you want to enable this user?';
  1376. $lang['USER_ACTIVATE_ON'] = 'User has been successfully activated';
  1377. $lang['USER_DEACTIVATE_ME'] = 'You can not deactivate my account!';
  1378. $lang['ACTIVATE_CONFIRM'] = 'Are you sure you want to disable this user?';
  1379. $lang['USER_ACTIVATE_OFF'] = 'User has been successfully deactivated';
  1380. // Register
  1381. $lang['CHOOSE_A_NAME'] = 'You should choose a name';
  1382. $lang['CHOOSE_E_MAIL'] = 'You must specify the e-mail';
  1383. $lang['CHOOSE_PASS'] = 'Field for the password must not be empty!';
  1384. $lang['CHOOSE_PASS_ERR'] = 'Entered passwords do not match';
  1385. $lang['CHOOSE_PASS_ERR_MIN'] = 'Your password must be at least %d characters';
  1386. $lang['CHOOSE_PASS_ERR_MAX'] = 'Your password must be no longer than $d characters';
  1387. $lang['CHOOSE_PASS_OK'] = 'Passwords match';
  1388. $lang['CHOOSE_PASS_REG_OK'] = 'Passwords match, you can proceed with the registration';
  1389. $lang['CHOOSE_PASS_FAILED'] = 'To change the password, you must correctly specify the current password';
  1390. $lang['EMAILER_DISABLED'] = 'Sorry, this feature is temporarily not working';
  1391. $lang['TERMS_ON'] = 'I agree with these terms and conditions';
  1392. $lang['TERMS_OFF'] = 'I do not agree to these terms';
  1393. $lang['JAVASCRIPT_ON_REGISTER'] = 'To register, heads necessary to enable JavaScript';
  1394. $lang['REGISTERED_IN_TIME'] = "At the moment registration is closed<br /><br />You can register from 01:00 to 17:00 MSK (now ". date('H:i') ." MSK)<br /><br />We apologize for this inconvenience";
  1395. $lang['AUTOCOMPLETE'] = 'Password generate';
  1396. $lang['YOUR_NEW_PASSWORD'] = 'Your are new password:';
  1397. $lang['REGENERATE'] = 'Regenerate';
  1398. // Debug
  1399. $lang['EXECUTION_TIME'] = 'Execution time:';
  1400. $lang['SEC'] = 'sec';
  1401. $lang['ON'] = 'on';
  1402. $lang['OFF'] = 'off';
  1403. $lang['MEMORY'] = 'Mem: ';
  1404. $lang['QUERIES'] = 'queries';
  1405. $lang['LIMIT'] = 'Limit:';
  1406. // Attach Guest
  1407. $lang['DOWNLOAD_INFO'] = 'Download free and at maximum speed!';
  1408. $lang['HOW_TO_DOWNLOAD'] = 'How to Download?';
  1409. $lang['WHAT_IS_A_TORRENT'] = 'What is a torrent?';
  1410. $lang['RATINGS_AND_LIMITATIONS'] = 'Ratings and Limitations';
  1411. $lang['SCREENSHOTS_RULES'] = 'Read the rules laid out screenshots!';
  1412. $lang['SCREENSHOTS_RULES_TOPIC'] = 'Read the rules laid out the screenshots in this section!';
  1413. $lang['AJAX_EDIT_OPEN'] = 'Have you already opened one quick editing!';
  1414. $lang['GO_TO_PAGE'] = 'Go to page ...';
  1415. $lang['EDIT'] = 'Edit';
  1416. $lang['SAVE'] = 'Save';
  1417. $lang['NEW_WINDOW'] = 'in a new window';
  1418. // BB Code
  1419. $lang['ALIGN'] = 'Align:';
  1420. $lang['LEFT'] = 'To the left';
  1421. $lang['RIGHT'] = 'To the right';
  1422. $lang['CENTER'] = 'Centered';
  1423. $lang['JUSTIFY'] = 'Fit to width';
  1424. $lang['HOR_LINE'] = 'Horizontal line (Ctrl+8)';
  1425. $lang['NEW_LINE'] = 'New line';
  1426. $lang['BOLD'] = 'Bold text: [b]text[/b] (Ctrl+B)';
  1427. $lang['ITALIC'] = 'Italic text: [i]text[/i] (Ctrl+I)';
  1428. $lang['UNDERLINE'] = 'Underline text: [u]text[/u] (Ctrl+U)';
  1429. $lang['STRIKEOUT'] = 'Strikeout text: [s]text[/s] (Ctrl+S)';
  1430. $lang['QUOTE_TITLE'] = 'Quote text: [quote]text[/quote] (Ctrl+Q)';
  1431. $lang['IMG_TITLE'] = 'Insert image: [img]http://image_url[/img] (Ctrl+R)';
  1432. $lang['URL'] = 'Url';
  1433. $lang['URL_TITLE'] = 'Insert URL: [url]http://url[/url] or [url=http://url]URL text[/url] (Ctrl+W)';
  1434. $lang['CODE_TITLE'] = 'Code display: [code]code[/code] (Ctrl+K)';
  1435. $lang['LIST'] = 'List';
  1436. $lang['LIST_TITLE'] = 'List: [list]text[/list] (Ctrl+l)';
  1437. $lang['LIST_ITEM'] = 'Ordered list: [list=]text[/list] (Ctrl+O)';
  1438. $lang['QUOTE_SEL'] = 'Quote selected';
  1439. $lang['TRANSLIT'] = 'Translit';
  1440. $lang['TRANSLIT_TITLE'] = 'Translit selected to russian';
  1441. $lang['JAVASCRIPT_ON'] = 'Heads necessary to send messages to enable JavaScript';
  1442. $lang['NEW'] = 'New';
  1443. $lang['NEWEST'] = 'Newest';
  1444. $lang['LATEST'] = 'Latest';
  1445. $lang['POST'] = 'Post';
  1446. $lang['OLD'] = 'Old';
  1447. // DL-List
  1448. $lang['DL_USER'] = 'Username';
  1449. $lang['DL_PERCENT'] = 'Complete percent';
  1450. $lang['DL_UL'] = 'UL';
  1451. $lang['DL_DL'] = 'DL';
  1452. $lang['DL_UL_SPEED'] = 'UL speed';
  1453. $lang['DL_DL_SPEED'] = 'DL speed';
  1454. $lang['DL_PORT'] = 'Port';
  1455. $lang['DL_FORMULA'] = 'Formula: Uploaded/TorrentSize';
  1456. $lang['DL_ULR'] = 'ULR';
  1457. $lang['DL_STOPPED'] = 'stopped';
  1458. $lang['DL_UPD'] = 'upd: ';
  1459. $lang['DL_INFO'] = 'shows data <i><b>only for the current session</b></i>';
  1460. // Post PIN
  1461. $lang['POST_PIN'] = 'Pin first post';
  1462. $lang['POST_UNPIN'] = 'Unpin first post';
  1463. $lang['POST_PINNED'] = 'First post pinned';
  1464. $lang['POST_UNPINNED'] = 'First post unpinned';
  1465. // Management of my messages
  1466. $lang['GOTO_MY_MESSAGE'] = 'Close and return to the list "My Messages"';
  1467. $lang['DEL_MY_MESSAGE'] = 'Selected topics have been removed from the "My Messages"';
  1468. $lang['NO_TOPICS_MY_MESSAGE'] = 'No topics found in the list of your posts (maybe you have already removed them)';
  1469. $lang['EDIT_MY_MESSAGE_LIST'] = 'edit list';
  1470. $lang['SELECT_INVERT'] = 'select / invert';
  1471. $lang['RESTORE_ALL_POSTS'] = 'Restore all posts';
  1472. $lang['DEL_LIST_MY_MESSAGE'] = 'Delete the selected topic from the list';
  1473. $lang['DEL_LIST_MY_MESSAGE_INFO'] = 'After removal of up to update the <b>entire list</b> it can be shown already deleted threads';
  1474. $lang['DEL_LIST_INFO'] = 'To delete an order from the list, click on the icon to the left of the names of any section';
  1475. // Watched topics
  1476. $lang['WATCHED_TOPICS'] = 'Watched Topics';
  1477. $lang['NO_WATCHED_TOPICS'] = 'You are not watching any topics';
  1478. // set_die_append_msg
  1479. $lang['INDEX_RETURN'] = 'Back to home page';
  1480. $lang['FORUM_RETURN'] = 'Back to Forum';
  1481. $lang['TOPIC_RETURN'] = 'Back to the topic';
  1482. $lang['POST_RETURN'] = 'Go to post';
  1483. $lang['PROFILE_EDIT_RETURN'] = 'Return to editing';
  1484. $lang['PROFILE_RETURN'] = 'Go to the Profile';
  1485. $lang['WARNING'] = 'Warning';
  1486. $lang['INDEXER'] = "Reindex search";
  1487. $lang['FORUM_STYLE'] = 'Forum style';
  1488. $lang['LINKS_ARE_FORBIDDEN'] = 'Links are forbidden';
  1489. $lang['YOU_ARE_BEING_CHEATED'] = 'Looks like you are being cheated<br />Site is opened in frame. The current address is';
  1490. $lang['DONATION'] = 'Donation';
  1491. $lang['GENERAL'] = 'General Admin';
  1492. $lang['USERS'] = 'User Admin';
  1493. $lang['GROUPS'] = 'Group Admin';
  1494. $lang['FORUMS'] = 'Forum Admin';
  1495. $lang['MODS'] = 'Modifications';
  1496. $lang['TORRENTPIER'] = 'Product configuration';
  1497. $lang['CONFIGURATION'] = 'Configuration';
  1498. $lang['MANAGE'] = 'Management';
  1499. $lang['DISALLOW'] = 'Disallow names';
  1500. $lang['PRUNE'] = 'Pruning';
  1501. $lang['MASS_EMAIL'] = 'Mass Email';
  1502. $lang['RANKS'] = 'Ranks';
  1503. $lang['SMILIES'] = 'Smilies';
  1504. $lang['BAN_MANAGEMENT'] = 'Ban Control';
  1505. $lang['WORD_CENSOR'] = 'Word Censors';
  1506. $lang['EXPORT'] = 'Export';
  1507. $lang['CREATE_NEW'] = 'Create';
  1508. $lang['ADD_NEW'] = 'Add';
  1509. $lang['CRON'] = 'Task Scheduler (cron)';
  1510. $lang['REBUILD_SEARCH_INDEX'] = 'Rebuild search index';
  1511. $lang['FORUM_CONFIG'] = 'Forum settings';
  1512. $lang['TRACKER_CONFIG'] = 'Tracker settings';
  1513. $lang['RELEASE_TEMPLATES'] = 'Release Templates';
  1514. $lang['ACTIONS_LOG'] = 'Report on action';
  1515. //
  1516. //Welcome page
  1517. //
  1518. $lang['IDX_BROWSER_NSP_FRAME'] = 'Sorry, your browser doesn\'t seem to support frames';
  1519. $lang['IDX_CLEAR_CACHE'] ='Clear Cache:';
  1520. $lang['IDX_CLEAR_DATASTORE'] = 'Datastore';
  1521. $lang['IDX_CLEAR_TEMPLATES'] = 'Templates';
  1522. $lang['IDX_CLEAR_NEWNEWS'] = 'Net news';
  1523. $lang['IDX_UPDATE'] = 'Update:';
  1524. $lang['IDX_UPDATE_USER_LEVELS'] = 'User levels';
  1525. $lang['IDX_SYNCHRONIZE'] = 'Synchronize:';
  1526. $lang['IDX_SYNCHRONIZE_TOPICS'] = 'Topics';
  1527. $lang['IDX_SYNCHRONIZE_POSTCOUNT'] = 'User posts count';
  1528. //
  1529. // Welcome page END
  1530. //
  1531. //
  1532. // Index
  1533. //
  1534. $lang['MAIN_INDEX'] = 'Forum Index';
  1535. $lang['FORUM_STATS'] = 'Forum Statistics';
  1536. $lang['ADMIN_INDEX'] = 'Admin Index';
  1537. $lang['CREATE_PROFILE'] = 'Create profile';
  1538. $lang['TP_VERSION'] = 'TorrentPier version';
  1539. $lang['TP_RELEASE_DATE'] = 'Release date';
  1540. $lang['CLICK_RETURN_ADMIN_INDEX'] = 'Click %sHere%s to return to the Admin Index';
  1541. $lang['NUMBER_POSTS'] = 'Number of posts';
  1542. $lang['POSTS_PER_DAY'] = 'Posts per day';
  1543. $lang['NUMBER_TOPICS'] = 'Number of topics';
  1544. $lang['TOPICS_PER_DAY'] = 'Topics per day';
  1545. $lang['NUMBER_USERS'] = 'Number of users';
  1546. $lang['USERS_PER_DAY'] = 'Users per day';
  1547. $lang['BOARD_STARTED'] = 'Board started';
  1548. $lang['AVATAR_DIR_SIZE'] = 'Avatar directory size';
  1549. $lang['DATABASE_SIZE'] = 'Database size';
  1550. $lang['GZIP_COMPRESSION'] ='Gzip compression';
  1551. $lang['NOT_AVAILABLE'] = 'Not available';
  1552. // Clear Cache
  1553. $lang['CLEAR_CACHE'] = 'Clear Cache';
  1554. $lang['TEMPLATES'] = 'Templates';
  1555. // Update
  1556. $lang['USER_LEVELS'] = 'User levels';
  1557. $lang['USER_LEVELS_UPDATED'] = 'User levels have been updated';
  1558. // Synchronize
  1559. $lang['SYNCHRONIZE'] = 'Synchronize';
  1560. $lang['TOPICS_DATA_SYNCHRONIZED'] = 'Topics data have been synchronized';
  1561. $lang['USER_POSTS_COUNT'] = 'User posts count';
  1562. $lang['USER POSTS COUNT SYNCHRONIZED'] = 'User posts count has been synchronized';
  1563. // Online Userlist
  1564. $lang['SHOW_ONLINE_USERLIST'] = 'Show the list of online users';
  1565. //
  1566. // Auth pages
  1567. //
  1568. $lang['USER_SELECT'] = 'Select a User';
  1569. $lang['GROUP_SELECT'] = 'Select a Group';
  1570. $lang['SELECT_A_FORUM'] = 'Select a Forum';
  1571. $lang['AUTH_CONTROL_USER'] = 'User Permissions Control';
  1572. $lang['AUTH_CONTROL_GROUP'] = 'Group Permissions Control';
  1573. $lang['AUTH_CONTROL_FORUM'] = 'Forum Permissions Control';
  1574. $lang['LOOK_UP_FORUM'] = 'Look up Forum';
  1575. $lang['GROUP_AUTH_EXPLAIN'] = 'Here you can alter the permissions and moderator status assigned to each user group. Do not forget when changing group permissions that individual user permissions may still allow the user entry to forums, etc. You will be warned if this is the case.';
  1576. $lang['USER_AUTH_EXPLAIN'] = 'Here you can alter the permissions and moderator status assigned to each individual user. Do not forget when changing user permissions that group permissions may still allow the user entry to forums, etc. You will be warned if this is the case.';
  1577. $lang['FORUM_AUTH_EXPLAIN'] = 'Here you can alter the authorisation levels of each forum. You will have both a simple and advanced method for doing this, where advanced offers greater control of each forum operation. Remember that changing the permission level of forums will affect which users can carry out the various operations within them.';
  1578. $lang['SIMPLE_MODE'] = 'Simple Mode';
  1579. $lang['ADVANCED_MODE'] = 'Advanced Mode';
  1580. $lang['MODERATOR_STATUS'] = 'Moderator status';
  1581. $lang['ALLOWED_ACCESS'] = 'Allowed Access';
  1582. $lang['DISALLOWED_ACCESS'] = 'Disallowed Access';
  1583. $lang['IS_MODERATOR'] = 'Is Moderator';
  1584. $lang['CONFLICT_WARNING'] = 'Authorisation Conflict Warning';
  1585. $lang['CONFLICT_ACCESS_USERAUTH'] = 'This user still has access rights to this forum via group membership. You may want to alter the group permissions or remove this user the group to fully prevent them having access rights. The groups granting rights (and the forums involved) are noted below.';
  1586. $lang['CONFLICT_MOD_USERAUTH'] = 'This user still has moderator rights to this forum via group membership. You may want to alter the group permissions or remove this user the group to fully prevent them having moderator rights. The groups granting rights (and the forums involved) are noted below.';
  1587. $lang['CONFLICT_ACCESS_GROUPAUTH'] = 'The following user (or users) still have access rights to this forum via their user permission settings. You may want to alter the user permissions to fully prevent them having access rights. The users granted rights (and the forums involved) are noted below.';
  1588. $lang['CONFLICT_MOD_GROUPAUTH'] = 'The following user (or users) still have moderator rights to this forum via their user permissions settings. You may want to alter the user permissions to fully prevent them having moderator rights. The users granted rights (and the forums involved) are noted below.';
  1589. $lang['PUBLIC'] = 'Public';
  1590. $lang['PRIVATE'] = 'Private';
  1591. $lang['REGISTERED'] = 'Registered';
  1592. $lang['ADMINISTRATORS'] = 'Administrators';
  1593. // These are displayed in the drop down boxes for advanced
  1594. // mode forum auth, try and keep them short!
  1595. $lang['FORUM_ALL'] = 'ALL';
  1596. $lang['FORUM_REG'] = 'REG';
  1597. $lang['FORUM_PRIVATE'] = 'PRIVATE';
  1598. $lang['FORUM_MOD'] = 'MOD';
  1599. $lang['FORUM_ADMIN'] = 'ADMIN';
  1600. $lang['AUTH_VIEW'] = $lang['VIEW'] = 'View';
  1601. $lang['AUTH_READ'] = $lang['READ'] = 'Read';
  1602. $lang['AUTH_POST'] = $lang['POST'] = 'Post';
  1603. $lang['AUTH_REPLY'] = $lang['REPLY'] = 'Reply';
  1604. $lang['AUTH_EDIT'] = $lang['EDIT'] = 'Edit';
  1605. $lang['AUTH_DELETE'] = $lang['DELETE'] = 'Delete';
  1606. $lang['AUTH_STICKY'] = $lang['STICKY'] = 'Sticky';
  1607. $lang['AUTH_ANNOUNCE'] = $lang['ANNOUNCE'] = 'Announce';
  1608. $lang['AUTH_VOTE'] = $lang['VOTE'] = 'Vote';
  1609. $lang['AUTH_POLLCREATE'] = $lang['POLLCREATE'] = 'Poll create';
  1610. $lang['AUTH_ATTACHMENTS'] = $lang['AUTH_ATTACH'] = 'Post Files';
  1611. $lang['AUTH_DOWNLOAD'] = $lang['AUTH_DOWNLOAD'] = 'Download Files';
  1612. $lang['SIMPLE_PERMISSION'] = 'Simple Permissions';
  1613. $lang['USER_LEVEL'] = 'User Level';
  1614. $lang['AUTH_USER'] = 'User';
  1615. $lang['AUTH_ADMIN'] = 'Administrator';
  1616. $lang['GROUP_MEMBERSHIPS'] = 'Usergroup memberships';
  1617. $lang['USERGROUP_MEMBERS'] = 'This group has the following members';
  1618. $lang['FORUM_AUTH_UPDATED'] = 'Forum permissions have been updated';
  1619. $lang['USER_AUTH_UPDATED'] = 'User permissions have been updated';
  1620. $lang['GROUP_AUTH_UPDATED'] = 'Group permissions have been updated';
  1621. $lang['AUTH_UPDATED'] = 'Permissions have been updated';
  1622. $lang['CLICK_RETURN_USERAUTH'] = 'Click %sHere%s to return to User Permissions';
  1623. $lang['CLICK_RETURN_GROUPAUTH'] = 'Click %sHere%s to return to Group Permissions';
  1624. $lang['CLICK_RETURN_FORUMAUTH'] = 'Click %sHere%s to return to Forum Permissions';
  1625. //
  1626. // Banning
  1627. //
  1628. $lang['BAN_CONTROL'] = 'Ban Control';
  1629. $lang['BAN_EXPLAIN'] = 'Here you can control the banning of users. You can achieve this by banning either or both of a specific user or an individual or range of IP addresses or hostnames. These methods prevent a user from even reaching the index page of your board. To prevent a user from registering under a different username you can also specify a banned email address. Please note that banning an email address alone will not prevent that user from being able to log on or post to your board. You should use one of the first two methods to achieve this.';
  1630. $lang['BAN_EXPLAIN_WARN'] = 'Please note that entering a range of IP addresses results in all the addresses between the start and end being added to the banlist. Attempts will be made to minimise the number of addresses added to the database by introducing wildcards automatically where appropriate. If you really must enter a range, try to keep it small or better yet state specific addresses.';
  1631. $lang['SELECT_IP'] = 'Select an IP address';
  1632. $lang['SELECT_EMAIL'] = 'Select an Email address';
  1633. $lang['BAN_USERNAME'] = 'Ban one or more specific users';
  1634. $lang['BAN_USERNAME_EXPLAIN'] = 'You can ban multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser';
  1635. $lang['BAN_IP'] = 'Ban one or more IP addresses or hostnames';
  1636. $lang['IP_HOSTNAME'] = 'IP addresses or hostnames';
  1637. $lang['BAN_IP_EXPLAIN'] = 'To specify several different IP addresses or hostnames separate them with commas. To specify a range of IP addresses, separate the start and end with a hyphen (-); to specify a wildcard, use an asterisk (*).';
  1638. $lang['BAN_EMAIL'] = 'Ban one or more email addresses';
  1639. $lang['BAN_EMAIL_EXPLAIN'] = 'To specify more than one email address, separate them with commas. To specify a wildcard username, use * like *@hotmail.com';
  1640. $lang['UNBAN_USERNAME'] = 'Un-ban one more specific users';
  1641. $lang['UNBAN_USERNAME_EXPLAIN'] = 'You can unban multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser';
  1642. $lang['UNBAN_IP'] = 'Un-ban one or more IP addresses';
  1643. $lang['UNBAN_IP_EXPLAIN'] = 'You can unban multiple IP addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser';
  1644. $lang['UNBAN_EMAIL'] = 'Un-ban one or more email addresses';
  1645. $lang['UNBAN_EMAIL_EXPLAIN'] = 'You can unban multiple email addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser';
  1646. $lang['NO_BANNED_USERS'] = 'No banned usernames';
  1647. $lang['NO_BANNED_IP'] = 'No banned IP addresses';
  1648. $lang['NO_BANNED_EMAIL'] = 'No banned email addresses';
  1649. $lang['BAN_UPDATE_SUCESSFUL'] = 'The banlist has been updated successfully';
  1650. $lang['CLICK_RETURN_BANADMIN'] = 'Click %sHere%s to return to Ban Control';
  1651. //
  1652. // Configuration
  1653. //
  1654. $lang['GENERAL_CONFIG'] = 'General Configuration';
  1655. $lang['CONFIG_EXPLAIN'] = 'The form below will allow you to customize all the general board options. For User and Forum configurations use the related links on the left hand side.';
  1656. $lang['CONFIG_MODS'] = 'Configuration modifications';
  1657. $lang['MODS_EXPLAIN'] = 'This form allows you to adjust the modifications';
  1658. $lang['CLICK_RETURN_CONFIG'] = '%sClick Here to return to General Configuration%s';
  1659. $lang['CLICK_RETURN_CONFIG_MODS'] = '%sBack to the settings modifications%s';
  1660. $lang['GENERAL_SETTINGS'] = 'General Board Settings';
  1661. $lang['SITE_NAME'] = 'Site name';
  1662. $lang['SITE_DESC'] = 'Site description';
  1663. $lang['FORUMS_DISABLE'] = 'Disable board';
  1664. $lang['BOARD_DISABLE_EXPLAIN'] = 'This will make the board unavailable to users. Administrators are able to access the Administration Panel while the board is disabled.';
  1665. $lang['ACCT_ACTIVATION'] = 'Enable account activation';
  1666. $lang['ACC_NONE'] = 'None'; // These three entries are the type of activation
  1667. $lang['ACC_USER'] = 'User';
  1668. $lang['ACC_ADMIN'] = 'Admin';
  1669. $lang['ABILITIES_SETTINGS'] = 'User and Forum Basic Settings';
  1670. $lang['MAX_POLL_OPTIONS'] = 'Max number of poll options';
  1671. $lang['FLOOD_INTERVAL'] = 'Flood Interval';
  1672. $lang['FLOOD_INTERVAL_EXPLAIN'] = 'Number of seconds a user must wait between posts';
  1673. $lang['TOPICS_PER_PAGE'] = 'Topics Per Page';
  1674. $lang['POSTS_PER_PAGE'] = 'Posts Per Page';
  1675. $lang['HOT_THRESHOLD'] = 'Posts for Popular Threshold';
  1676. $lang['DEFAULT_LANGUAGE'] = 'Default Language';
  1677. $lang['DATE_FORMAT'] = 'Date Format';
  1678. $lang['SYSTEM_TIMEZONE'] = 'System Timezone';
  1679. $lang['ENABLE_PRUNE'] = 'Enable Forum Pruning';
  1680. $lang['ALLOW_BBCODE'] = 'Allow BBCode';
  1681. $lang['ALLOW_SMILIES'] = 'Allow Smilies';
  1682. $lang['SMILIES_PATH'] = 'Smilies Storage Path';
  1683. $lang['SMILIES_PATH_EXPLAIN'] = 'Path under your phpBB root dir, e.g. images/smiles';
  1684. $lang['ALLOW_SIG'] = 'Allow Signatures';
  1685. $lang['MAX_SIG_LENGTH'] = 'Maximum signature length';
  1686. $lang['MAX_SIG_LENGTH_EXPLAIN'] = 'Maximum number of characters in user signatures';
  1687. $lang['ALLOW_NAME_CHANGE'] = 'Allow Username changes';
  1688. $lang['EMAIL_SETTINGS'] = 'Email Settings';
  1689. // Visual Confirmation
  1690. $lang['VISUAL_CONFIRM'] = 'Enable Visual Confirmation';
  1691. $lang['VISUAL_CONFIRM_EXPLAIN'] = 'Requires users enter a code defined by an image when registering.';
  1692. // Autologin Keys - added 2.0.18
  1693. $lang['ALLOW_AUTOLOGIN'] = 'Allow automatic logins';
  1694. $lang['ALLOW_AUTOLOGIN_EXPLAIN'] = 'Determines whether users are allowed to select to be automatically logged in when visiting the forum';
  1695. $lang['AUTOLOGIN_TIME'] = 'Automatic login key expiry';
  1696. $lang['AUTOLOGIN_TIME_EXPLAIN'] = 'How long an autologin key is valid for in days if the user does not visit the board. Set to zero to disable expiry.';
  1697. //
  1698. // Forum Management
  1699. //
  1700. $lang['FORUM_ADMIN_MAIN'] = 'Forum Administration';
  1701. $lang['FORUM_ADMIN_EXPLAIN'] = 'From this panel you can add, delete, edit, re-order and re-synchronise categories and forums';
  1702. $lang['EDIT_FORUM'] = 'Edit forum';
  1703. $lang['CREATE_FORUM'] = 'Create new forum';
  1704. $lang['CREATE_CATEGORY'] = 'Create new category';
  1705. $lang['REMOVE'] = 'Remove';
  1706. $lang['UPDATE_ORDER'] = 'Update Order';
  1707. $lang['CONFIG_UPDATED'] = 'Forum Configuration Has Been Updated Successfully';
  1708. $lang['MOVE_UP'] = 'Move up';
  1709. $lang['MOVE_DOWN'] = 'Move down';
  1710. $lang['RESYNC'] = 'Resync';
  1711. $lang['NO_MODE'] = 'No mode was set';
  1712. $lang['FORUM_EDIT_DELETE_EXPLAIN'] = 'The form below will allow you to customize all the general board options. For User and Forum configurations use the related links on the left hand side';
  1713. $lang['MOVE_CONTENTS'] = 'Move all contents';
  1714. $lang['FORUM_DELETE'] = 'Delete Forum';
  1715. $lang['FORUM_DELETE_EXPLAIN'] = 'The form below will allow you to delete a forum (or category) and decide where you want to put all topics (or forums) it contained.';
  1716. $lang['CATEGORY_DELETE'] = 'Delete Category';
  1717. $lang['STATUS_LOCKED'] = 'Locked';
  1718. $lang['STATUS_UNLOCKED'] = 'Unlocked';
  1719. $lang['FORUM_SETTINGS'] = 'General Forum Settings';
  1720. $lang['FORUM_NAME'] = 'Forum name';
  1721. $lang['FORUM_DESC'] = 'Description';
  1722. $lang['FORUM_STATUS'] = 'Forum status';
  1723. $lang['FORUM_PRUNING'] = 'Auto-pruning';
  1724. $lang['PRUNE_DAYS'] = 'Remove topics that have not been posted to in';
  1725. $lang['SET_PRUNE_DATA'] = 'You have turned on auto-prune for this forum but did not set a number of days to prune. Please go back and do so.';
  1726. $lang['MOVE_AND_DELETE'] = 'Move and Delete';
  1727. $lang['DELETE_ALL_POSTS'] = 'Delete all posts';
  1728. $lang['NOWHERE_TO_MOVE'] = 'Nowhere to move to';
  1729. $lang['EDIT_CATEGORY'] = 'Edit Category';
  1730. $lang['EDIT_CATEGORY_EXPLAIN'] = 'Use this form to modify a category\'s name.';
  1731. $lang['FORUMS_UPDATED'] = 'Forum and Category information updated successfully';
  1732. $lang['MUST_DELETE_FORUMS'] = 'You need to delete all forums before you can delete this category';
  1733. $lang['CLICK_RETURN_FORUMADMIN'] = 'Click %sHere%s to return to Forum Administration';
  1734. $lang['SHOW_ALL_FORUMS_ON_ONE_PAGE'] = 'Show all forums on one page';
  1735. //
  1736. // Smiley Management
  1737. //
  1738. $lang['SMILEY_TITLE'] = 'Smiles Editing Utility';
  1739. $lang['SMILE_DESC'] = 'From this page you can add, remove and edit the emoticons or smileys that your users can use in their posts and private messages.';
  1740. $lang['SMILEY_CONFIG'] = 'Smiley Configuration';
  1741. $lang['SMILEY_CODE'] = 'Smiley Code';
  1742. $lang['SMILEY_URL'] = 'Smiley Image File';
  1743. $lang['SMILEY_EMOT'] = 'Smiley Emotion';
  1744. $lang['SMILE_ADD'] = 'Add a new Smiley';
  1745. $lang['SMILE'] = 'Smile';
  1746. $lang['EMOTION'] = 'Emotion';
  1747. $lang['SELECT_PAK'] = 'Select Pack (.pak) File';
  1748. $lang['REPLACE_EXISTING'] = 'Replace Existing Smiley';
  1749. $lang['KEEP_EXISTING'] = 'Keep Existing Smiley';
  1750. $lang['SMILEY_IMPORT_INST'] = 'You should unzip the smiley package and upload all files to the appropriate Smiley directory for your installation. Then select the correct information in this form to import the smiley pack.';
  1751. $lang['SMILEY_IMPORT'] = 'Smiley Pack Import';
  1752. $lang['CHOOSE_SMILE_PAK'] = 'Choose a Smile Pack .pak file';
  1753. $lang['IMPORT'] = 'Import Smileys';
  1754. $lang['SMILE_CONFLICTS'] = 'What should be done in case of conflicts';
  1755. $lang['DEL_EXISTING_SMILEYS'] = 'Delete existing smileys before import';
  1756. $lang['IMPORT_SMILE_PACK'] = 'Import Smiley Pack';
  1757. $lang['EXPORT_SMILE_PACK'] = 'Create Smiley Pack';
  1758. $lang['EXPORT_SMILES'] = 'To create a smiley pack from your currently installed smileys, click %sHere%s to download the smiles.pak file. Name this file appropriately making sure to keep the .pak file extension. Then create a zip file containing all of your smiley images plus this .pak configuration file.';
  1759. $lang['SMILEY_ADD_SUCCESS'] = 'The Smiley has been added successfully';
  1760. $lang['SMILEY_EDIT_SUCCESS'] = 'The Smiley has been updated successfully';
  1761. $lang['SMILEY_IMPORT_SUCCESS'] = 'The Smiley Pack has been imported successfully!';
  1762. $lang['SMILEY_DEL_SUCCESS'] = 'The Smiley has been removed successfully';
  1763. $lang['CLICK_RETURN_SMILEADMIN'] = 'Click %sHere%s to return to Smiley Administration';
  1764. //
  1765. // User Management
  1766. //
  1767. $lang['USER_ADMIN'] = 'User Administration';
  1768. $lang['USER_ADMIN_EXPLAIN'] = 'Here you can change your users\' information and certain options. To modify the users\' permissions, please use the user and group permissions system.';
  1769. $lang['LOOK_UP_USER'] = 'Look up user';
  1770. $lang['ADMIN_USER_FAIL'] = 'Couldn\'t update the user\'s profile.';
  1771. $lang['ADMIN_USER_UPDATED'] = 'The user\'s profile has been updated successfully.';
  1772. $lang['CLICK_RETURN_USERADMIN'] = 'Click %sHere%s to return to User Administration';
  1773. $lang['USER_ALLOWPM'] = 'Can send Private Messages';
  1774. $lang['USER_ALLOWAVATAR'] = 'Can display avatar';
  1775. $lang['ADMIN_AVATAR_EXPLAIN'] = 'Here you can see and delete the user\'s current avatar.';
  1776. $lang['USER_SPECIAL'] = 'Special admin-only fields';
  1777. $lang['USER_SPECIAL_EXPLAIN'] = 'These fields are not able to be modified by the users. Here you can set their status and other options that are not given to users.';
  1778. //
  1779. // Group Management
  1780. //
  1781. $lang['GROUP_ADMINISTRATION'] = 'Group Administration';
  1782. $lang['GROUP_ADMIN_EXPLAIN'] = 'From this panel you can administer all your usergroups. You can delete, create and edit existing groups. You may choose moderators, toggle open/closed group status and set the group name and description';
  1783. $lang['ERROR_UPDATING_GROUPS'] = 'There was an error while updating the groups';
  1784. $lang['UPDATED_GROUP'] = 'The group has been updated successfully';
  1785. $lang['ADDED_NEW_GROUP'] = 'The new group has been created successfully';
  1786. $lang['DELETED_GROUP'] = 'The group has been deleted successfully';
  1787. $lang['CREATE_NEW_GROUP'] = 'Create new group';
  1788. $lang['EDIT_GROUP'] = 'Edit group';
  1789. $lang['GROUP_STATUS'] = 'Group status';
  1790. $lang['GROUP_DELETE'] = 'Delete group';
  1791. $lang['GROUP_DELETE_CHECK'] = 'Delete this group';
  1792. $lang['SUBMIT_GROUP_CHANGES'] = 'Submit Changes';
  1793. $lang['RESET_GROUP_CHANGES'] = 'Reset Changes';
  1794. $lang['NO_GROUP_NAME'] = 'You must specify a name for this group';
  1795. $lang['NO_GROUP_MODERATOR'] = 'You must specify a moderator for this group';
  1796. $lang['NO_GROUP_MODE'] = 'You must specify a mode for this group, open or closed';
  1797. $lang['NO_GROUP_ACTION'] = 'No action was specified';
  1798. $lang['DELETE_OLD_GROUP_MOD'] = 'Delete the old group moderator?';
  1799. $lang['DELETE_OLD_GROUP_MOD_EXPL'] = 'If you\'re changing the group moderator, check this box to remove the old moderator from the group. Otherwise, do not check it, and the user will become a regular member of the group.';
  1800. $lang['CLICK_RETURN_GROUPSADMIN'] = 'Click %sHere%s to return to Group Administration.';
  1801. $lang['SELECT_GROUP'] = 'Select a group';
  1802. $lang['LOOK_UP_GROUP'] = 'Look up group';
  1803. //
  1804. // Prune Administration
  1805. //
  1806. $lang['FORUM_PRUNE'] = 'Forum Prune';
  1807. $lang['FORUM_PRUNE_EXPLAIN'] = 'This will delete any topic which has not been posted to within the number of days you select. If you do not enter a number then all topics will be deleted. It will not remove <b>sticky</b> topics and <b>announcements</b>. You will need to remove those topics manually.';
  1808. $lang['DO_PRUNE'] = 'Do Prune';
  1809. $lang['ALL_FORUMS'] = 'All Forums';
  1810. $lang['PRUNE_TOPICS_NOT_POSTED'] = 'Prune topics with no replies in this many days';
  1811. $lang['TOPICS_PRUNED'] = 'Topics pruned';
  1812. $lang['POSTS_PRUNED'] = 'Posts pruned';
  1813. $lang['PRUNE_SUCCESS'] = 'Forum has been pruned successfully';
  1814. $lang['NOT_DAYS'] = 'Prune days not selected';
  1815. //
  1816. // Word censor
  1817. //
  1818. $lang['WORDS_TITLE'] = 'Word Censoring';
  1819. $lang['WORDS_EXPLAIN'] = 'From this control panel you can add, edit, and remove words that will be automatically censored on your forums. In addition people will not be allowed to register with usernames containing these words. Wildcards (*) are accepted in the word field. For example, *test* will match detestable, test* would match testing, *test would match detest.';
  1820. $lang['WORD'] = 'Word';
  1821. $lang['EDIT_WORD_CENSOR'] = 'Edit word censor';
  1822. $lang['REPLACEMENT'] = 'Replacement';
  1823. $lang['ADD_NEW_WORD'] = 'Add new word';
  1824. $lang['UPDATE_WORD'] = 'Update word censor';
  1825. $lang['MUST_ENTER_WORD'] = 'You must enter a word and its replacement';
  1826. $lang['NO_WORD_SELECTED'] = 'No word selected for editing';
  1827. $lang['WORD_UPDATED'] = 'The selected word censor has been updated successfully';
  1828. $lang['WORD_ADDED'] = 'The word censor has been added successfully';
  1829. $lang['WORD_REMOVED'] = 'The selected word censor has been removed successfully ';
  1830. $lang['CLICK_RETURN_WORDADMIN'] = 'Click %sHere%s to return to Word Censor Administration';
  1831. //
  1832. // Mass Email
  1833. //
  1834. $lang['MASS_EMAIL_EXPLAIN'] = 'Here you can email a message to either all of your users or all users of a specific group. To do this, an email will be sent out to the administrative email address supplied, with a blind carbon copy sent to all recipients. If you are emailing a large group of people please be patient after submitting and do not stop the page halfway through. It is normal for a mass emailing to take a long time and you will be notified when the script has completed';
  1835. $lang['COMPOSE'] = 'Compose';
  1836. $lang['RECIPIENTS'] = 'Recipients';
  1837. $lang['ALL_USERS'] = 'All Users';
  1838. $lang['EMAIL_SUCCESSFULL'] = 'Your message has been sent';
  1839. $lang['CLICK_RETURN_MASSEMAIL'] = 'Click %sHere%s to return to the Mass Email form';
  1840. //
  1841. // Ranks admin
  1842. //
  1843. $lang['RANKS_TITLE'] = 'Rank Administration';
  1844. $lang['RANKS_EXPLAIN'] = 'Using this form you can add, edit, view and delete ranks. You can also create custom ranks which can be applied to a user via the user management facility';
  1845. $lang['ADD_NEW_RANK'] = 'Add new rank';
  1846. $lang['RANK_TITLE'] = 'Rank Title';
  1847. $lang['STYLE_COLOR'] = 'Style rank';
  1848. $lang['STYLE_COLOR_FAQ'] = 'Specify class for painting at the title of the desired color. For example <i class="bold">colorAdmin<i>';
  1849. $lang['RANK_SPECIAL'] = 'Set as Special Rank';
  1850. $lang['RANK_MINIMUM'] = 'Minimum Posts';
  1851. $lang['RANK_MAXIMUM'] = 'Maximum Posts';
  1852. $lang['RANK_IMAGE'] = 'Rank Image';
  1853. $lang['RANK_IMAGE_EXPLAIN'] = 'Use this to define a small image associated with the rank';
  1854. $lang['MUST_SELECT_RANK'] = 'You must select a rank';
  1855. $lang['NO_ASSIGNED_RANK'] = 'No special rank assigned';
  1856. $lang['RANK_UPDATED'] = 'The rank has been updated successfully';
  1857. $lang['RANK_ADDED'] = 'The rank has been added successfully';
  1858. $lang['RANK_REMOVED'] = 'The rank has been deleted successfully';
  1859. $lang['NO_UPDATE_RANKS'] = 'The rank has been deleted successfully. However, user accounts using this rank were not updated. You will need to manually reset the rank on these accounts';
  1860. $lang['CLICK_RETURN_RANKADMIN'] = 'Click %sHere%s to return to Rank Administration';
  1861. //
  1862. // Disallow Username Admin
  1863. //
  1864. $lang['DISALLOW_CONTROL'] = 'Username Disallow Control';
  1865. $lang['DISALLOW_EXPLAIN'] = 'Here you can control usernames which will not be allowed to be used. Disallowed usernames are allowed to contain a wildcard character of *. Please note that you will not be allowed to specify any username that has already been registered. You must first delete that name then disallow it.';
  1866. $lang['DELETE_DISALLOW'] = 'Delete';
  1867. $lang['DELETE_DISALLOW_TITLE'] = 'Remove a Disallowed Username';
  1868. $lang['DELETE_DISALLOW_EXPLAIN'] = 'You can remove a disallowed username by selecting the username from this list and clicking submit';
  1869. $lang['ADD_DISALLOW'] = 'Add';
  1870. $lang['ADD_DISALLOW_TITLE'] = 'Add a disallowed username';
  1871. $lang['ADD_DISALLOW_EXPLAIN'] = 'You can disallow a username using the wildcard character * to match any character';
  1872. $lang['NO_DISALLOWED'] = 'No Disallowed Usernames';
  1873. $lang['DISALLOWED_DELETED'] = 'The disallowed username has been removed successfully';
  1874. $lang['DISALLOW_SUCCESSFUL'] = 'The disallowed username has been added successfully';
  1875. $lang['DISALLOWED_ALREADY'] = 'The name you entered could not be disallowed. It either already exists in the list, exists in the word censor list, or a matching username is present.';
  1876. $lang['CLICK_RETURN_DISALLOWADMIN'] = 'Click %sHere%s to return to Disallow Username Administration';
  1877. // FTP
  1878. $lang['ATTACHMENT_FTP_SETTINGS'] = 'Setting up an FTP upload for attachments';
  1879. $lang['FTP_CHOOSE'] = 'Choose Download Method';
  1880. $lang['FTP_OPTION'] = '<br />Since FTP extensions are enabled in this version of PHP you may also be given the option of first trying to automatically FTP the config file into place.';
  1881. $lang['FTP_INSTRUCTS'] = 'You have chosen to FTP the file to the account containing phpBB 2 automatically. Please enter the information below to facilitate this process. Note that the FTP path should be the exact path via FTP to your phpBB2 installation as if you were FTPing to it using any normal client.';
  1882. $lang['FTP_INFO'] = 'Enter Your FTP Information';
  1883. $lang['ATTEMPT_FTP'] = 'Attempt to FTP config file into place';
  1884. $lang['SEND_FILE'] = 'Just send the file to me and I\'ll FTP it manually';
  1885. $lang['FTP_PATH'] = 'FTP path to phpBB 2';
  1886. $lang['FTP_USERNAME'] = 'Your FTP Username';
  1887. $lang['FTP_PASSWORD'] = 'Your FTP Password';
  1888. $lang['TRANSFER_CONFIG'] = 'Start Transfer';
  1889. $lang['NOFTP_CONFIG'] = 'The attempt to FTP the config file into place failed. Please download the config file and FTP it into place manually.';
  1890. //
  1891. // Version Check
  1892. //
  1893. $lang['VERSION_INFORMATION'] = 'Version Information';
  1894. //
  1895. // Login attempts configuration
  1896. //
  1897. $lang['MAX_LOGIN_ATTEMPTS'] = 'Allowed login attempts';
  1898. $lang['MAX_LOGIN_ATTEMPTS_EXPLAIN'] = 'The number of allowed board login attempts.';
  1899. $lang['LOGIN_RESET_TIME'] = 'Login lock time';
  1900. $lang['LOGIN_RESET_TIME_EXPLAIN'] = 'Time in minutes the user have to wait until he is allowed to login again after exceeding the number of allowed login attempts.';
  1901. //
  1902. // Permissions List
  1903. //
  1904. $lang['PERMISSIONS_LIST'] = 'Permissions List';
  1905. $lang['AUTH_CONTROL_CATEGORY'] = 'Category Permissions Control';
  1906. $lang['FORUM_AUTH_LIST_EXPLAIN'] = 'This provides a summary of the authorisation levels of each forum. You can edit these permissions, using either a simple or advanced method by clicking on the forum name. Remember that changing the permission level of forums will affect which users can carry out the various operations within them.';
  1907. $lang['CAT_AUTH_LIST_EXPLAIN'] = 'This provides a summary of the authorisation levels of each forum within this category. You can edit the permissions of individual forums, using either a simple or advanced method by clicking on the forum name. Alternatively, you can set the permissions for all the forums in this category by using the drop-down menus at the bottom of the page. Remember that changing the permission level of forums will affect which users can carry out the various operations within them.';
  1908. $lang['FORUM_AUTH_LIST_EXPLAIN_ALL'] = 'All users';
  1909. $lang['FORUM_AUTH_LIST_EXPLAIN_REG'] = 'All registered users';
  1910. $lang['FORUM_AUTH_LIST_EXPLAIN_PRIVATE'] = 'Only users granted special permission';
  1911. $lang['FORUM_AUTH_LIST_EXPLAIN_MOD'] = 'Only moderators of this forum';
  1912. $lang['FORUM_AUTH_LIST_EXPLAIN_ADMIN'] = 'Only administrators';
  1913. $lang['FORUM_AUTH_LIST_EXPLAIN_AUTH_VIEW'] = '%s can view this forum';
  1914. $lang['FORUM_AUTH_LIST_EXPLAIN_AUTH_READ'] = '%s can read posts in this forum';
  1915. $lang['FORUM_AUTH_LIST_EXPLAIN_AUTH_POST'] = '%s can post in this forum';
  1916. $lang['FORUM_AUTH_LIST_EXPLAIN_AUTH_REPLY'] = '%s can reply to posts this forum';
  1917. $lang['FORUM_AUTH_LIST_EXPLAIN_AUTH_EDIT'] = '%s can edit posts in this forum';
  1918. $lang['FORUM_AUTH_LIST_EXPLAIN_AUTH_DELETE'] = '%s can delete posts in this forum';
  1919. $lang['FORUM_AUTH_LIST_EXPLAIN_AUTH_STICKY'] = '%s can post sticky topics in this forum';
  1920. $lang['FORUM_AUTH_LIST_EXPLAIN_AUTH_ANNOUNCE'] = '%s can post announcements in this forum';
  1921. $lang['FORUM_AUTH_LIST_EXPLAIN_AUTH_VOTE'] = '%s can vote in polls in this forum';
  1922. $lang['FORUM_AUTH_LIST_EXPLAIN_AUTH_POLLCREATE'] = '%s can create polls in this forum';
  1923. $lang['FORUM_AUTH_LIST_EXPLAIN_AUTH_ATTACHMENTS'] = '%s can post attachments';
  1924. $lang['FORUM_AUTH_LIST_EXPLAIN_AUTH_DOWNLOAD'] = '%s can download attachments';
  1925. //
  1926. // Misc
  1927. //
  1928. $lang['SF_SHOW_ON_INDEX'] = 'Show on main page';
  1929. $lang['SF_PARENT_FORUM'] = 'Parent forum';
  1930. $lang['SF_NO_PARENT'] = 'No parent forum';
  1931. $lang['TEMPLATE'] = 'Template';
  1932. //
  1933. // Reports (need to translate!)
  1934. //
  1935. $lang['REPORT_CONFIG_EXPLAIN'] = 'On this page you can change the general configuration of the report feature.';
  1936. $lang['REPORT_SUBJECT_AUTH'] = 'Individual permissions';
  1937. $lang['REPORT_SUBJECT_AUTH_EXPLAIN'] = 'If this setting is enabled, moderators can only view reports they can edit. For example a post report will be hidden if the user isn\'t a moderator of the forum the post belongs to.';
  1938. $lang['REPORT_MODULES_CACHE'] = 'Cache modules in a file';
  1939. $lang['REPORT_MODULES_CACHE_EXPLAIN'] = 'Note: The cache directory must be set to <em>CHMOD 777</em> (full write permissions).';
  1940. $lang['REPORT_NOTIFY'] = 'Email notification';
  1941. $lang['REPORT_NOTIFY_CHANGE'] = 'on status changes and new reports';
  1942. $lang['REPORT_NOTIFY_NEW'] = 'on new reports';
  1943. $lang['REPORT_LIST_ADMIN'] = 'Admin-only report list';
  1944. $lang['REPORT_NEW_WINDOW'] = 'Open subjects in a new window';
  1945. $lang['REPORT_NEW_WINDOW_EXPLAIN'] = 'This setting also affects direct links to the reports at the view topic page.';
  1946. $lang['REPORT_CONFIG_UPDATED'] = 'The configuration has been updated.';
  1947. $lang['CLICK_RETURN_REPORT_CONFIG'] = 'Click %sHere%s to return to the configuration.';
  1948. $lang['MODULES_REASONS'] = 'Modules and Reasons';
  1949. $lang['REPORT_ADMIN_EXPLAIN'] = 'On this page you can install new report modules and edit or uninstall currently installed modules. In addition you can set up predefined reasons for every report module.';
  1950. $lang['REPORT_MODULE'] = 'Report module';
  1951. $lang['INSTALLED_MODULES'] = 'Installed modules';
  1952. $lang['NO_MODULES_INSTALLED'] = 'No modules installed';
  1953. $lang['REASONS'] = 'Reasons (%d)';
  1954. $lang['SYNC'] = 'Sync';
  1955. $lang['UNINSTALL'] = 'Uninstall';
  1956. $lang['INSTALL2'] = 'Install';
  1957. $lang['INACTIVE_MODULES'] = 'Inactive modules';
  1958. $lang['NO_MODULES_INACTIVE'] = 'No inactive modules';
  1959. $lang['REPORT_MODULE_NOT_EXISTS'] = 'The selected module doesn\'t exist.';
  1960. $lang['CLICK_RETURN_REPORT_ADMIN'] = 'Click %sHere%s to return to the Modules &amp; Reasons administration.';
  1961. $lang['BACK_MODULES'] = 'Back to the modules';
  1962. $lang['REPORT_REASON'] = 'Report reason';
  1963. $lang['NO_REASONS'] = 'No reasons for this module';
  1964. $lang['ADD_REASON'] = 'Add reason';
  1965. $lang['EDIT_REASON'] = 'Edit reason';
  1966. $lang['REASON_DESC_EXPLAIN'] = 'If the description matches with a language variable, the variable will be used instead.';
  1967. $lang['REASON_DESC_EMPTY'] = 'You must enter a report reason.';
  1968. $lang['REPORT_REASON_ADDED'] = 'The report reason has been added.';
  1969. $lang['REPORT_REASON_EDITED'] = 'The report reason has been edited.';
  1970. $lang['DELETE_REASON'] = 'Delete reason';
  1971. $lang['DELETE_REPORT_REASON_EXPLAIN'] = 'Are you sure you want to delete the selected report reason?';
  1972. $lang['REPORT_REASON_DELETED'] = 'The report reason has been deleted.';
  1973. $lang['REPORT_REASON_NOT_EXISTS'] = 'The selected report reason doesn\'t exist.';
  1974. $lang['CLICK_RETURN_REPORT_REASONS'] = 'Click %sHere%s to return to the report reasons administration.';
  1975. $lang['REPORT_MODULE_SYNCED'] = 'The module has been synced.';
  1976. $lang['UNINSTALL_REPORT_MODULE'] = 'Uninstall module';
  1977. $lang['UNINSTALL_REPORT_MODULE_EXPLAIN'] = 'Are you sure you want to uninstall the selected report module? <br />Note: All reports in the module will be deleted, too.';
  1978. $lang['REPORT_MODULE_UNINSTALLED'] = 'The module has been uninstalled.';
  1979. $lang['INSTALL_REPORT_MODULE'] = 'Install module';
  1980. $lang['EDIT_REPORT_MODULE'] = 'Edit module';
  1981. $lang['REPORT_PRUNE'] = 'Prune reports';
  1982. $lang['REPORT_PRUNE_EXPLAIN'] = 'Cleared reports and reports marked for deletion will be deleted automatically after <var>x</var> days. Set to <em>zero</em> to disable the feature.';
  1983. $lang['REPORT_PERMISSIONS'] = 'Report permissions';
  1984. $lang['WRITE'] = 'Write';
  1985. $lang['REPORT_AUTH'] = array(
  1986. REPORT_AUTH_USER => 'Users',
  1987. REPORT_AUTH_MOD => 'Moderators',
  1988. REPORT_AUTH_CONFIRM => 'Moderators (after confirmation)',
  1989. REPORT_AUTH_ADMIN => 'Administrators');
  1990. $lang['REPORT_AUTH_NOTIFY_EXPLAIN'] = 'Moderators will only be notified if they can view and edit the report.';
  1991. $lang['REPORT_AUTH_DELETE_EXPLAIN'] = 'If you select <em>Moderators (after confirmation)</em>, deletions have to be confirmed by an administrator.';
  1992. $lang['REPORT_MODULE_INSTALLED'] = 'The module has been installed.';
  1993. $lang['REPORT_MODULE_EDITED'] = 'The module has been edited.';
  1994. //
  1995. // Reports [END]
  1996. //
  1997. //
  1998. // Mods
  1999. //
  2000. $lang['MAX_NEWS_TITLE'] = 'Max. length of the news';
  2001. $lang['NEWS_COUNT'] = 'How many news show';
  2002. $lang['NEWS_FORUM_ID'] = 'From what forums to display <br /> <h6>Of the several forums raises, separated by commas. Example 1,2,3</h6>';
  2003. $lang['NOAVATAR'] = 'No avatar';
  2004. $lang['TRACKER_STATS'] = 'Statistics on the tracker';
  2005. $lang['WHOIS_INFO'] = 'Information about IP address';
  2006. $lang['SHOW_MOD_HOME_PAGE'] = 'Show on moderators the index.php';
  2007. $lang['PREMOD_HELP'] = '<h4><span class="tor-icon tor-dup">&#8719;</span> Pre-moderation</h4> <h6>If you do not have distributions to the status of v, #, or T in this section, including subsections, the distribution will automatically receive this status</h6>';
  2008. $lang['TOR_COMMENT'] = '<h4>Commentary on the status of distribution</h4> <h6>Comment successfully allows you to specify releasers mistakes. When nedooformlennyh statuses releasers available form of the response of the correction release</h6>';
  2009. $lang['SEED_BONUS_ADD'] = '<h4>Adding seed bonus </h4> <h6> Number of distributions are handed out by the user and the size of bonuses for them (charging times an hour) </h6>';
  2010. $lang['SEED_BONUS_RELEASE'] = 'to N-number of releases';
  2011. $lang['SEED_BONUS_POINTS'] = 'bonuses in an hour';
  2012. $lang['SEED_BONUS_TOR_SIZE'] = '<h4>Minimum distribution for which will be awarded bonuses </h4> <h6> If you want to calculate bonuses for all distribution, leave blank. </h6>';
  2013. $lang['SEED_BONUS_USER_REGDATA'] = '<h4>Minimum length of user tracker, after which will be awarded bonuses </h4> <h6> If you want to accrue bonuses to all users, leave blank. </h6>';
  2014. $lang['SEED_BONUS_WARNING'] = 'ATTENTION! Seed Bonuses should be in ascending order';
  2015. $lang['SEED_BONUS_EXCHANGE'] = 'Configuring Exchange Sid Bonuses';
  2016. $lang['SEED_BONUS_ROPORTION'] = 'Proportion addition for an exchange of bonuses on GB';
  2017. // Modules, this replaces the keys used
  2018. $lang['CONTROL_PANEL'] = 'Control Panel';
  2019. $lang['SHADOW_ATTACHMENTS'] = 'Shadow Attachments';
  2020. $lang['FORBIDDEN_EXTENSIONS'] = 'Forbidden Extensions';
  2021. $lang['EXTENSION_CONTROL'] = 'Extension Control';
  2022. $lang['EXTENSION_GROUP_MANAGE'] = 'Extension Groups Control';
  2023. $lang['SPECIAL_CATEGORIES'] = 'Special Categories';
  2024. $lang['SYNC_ATTACHMENTS'] = 'Synchronize Attachments';
  2025. $lang['QUOTA_LIMITS'] = 'Quota Limits';
  2026. // Attachments -> Management
  2027. $lang['ATTACH_SETTINGS'] = 'Attachment Settings';
  2028. $lang['MANAGE_ATTACHMENTS_EXPLAIN'] = 'Here you can configure the Main Settings for the Attachment Mod. If you press the Test Settings Button, the Attachment Mod does a few System Tests to be sure that the Mod will work properly. If you have problems with uploading Files, please run this Test, to get a detailed error-message.';
  2029. $lang['ATTACH_FILESIZE_SETTINGS'] = 'Attachment Filesize Settings';
  2030. $lang['ATTACH_NUMBER_SETTINGS'] = 'Attachment Number Settings';
  2031. $lang['ATTACH_OPTIONS_SETTINGS'] = 'Attachment Options';
  2032. $lang['UPLOAD_DIRECTORY'] = 'Upload Directory';
  2033. $lang['UPLOAD_DIRECTORY_EXPLAIN'] = 'Enter the relative path from your phpBB2 installation to the Attachments upload directory. For example, enter \'files\' if your phpBB2 Installation is located at http://www.yourdomain.com/phpBB2 and the Attachment Upload Directory is located at http://www.yourdomain.com/phpBB2/files.';
  2034. $lang['ATTACH_IMG_PATH'] = 'Attachment Posting Icon';
  2035. $lang['ATTACH_IMG_PATH_EXPLAIN'] = 'This Image is displayed next to Attachment Links in individual Postings. Leave this field empty if you don\'t want an icon to be displayed. This Setting will be overwritten by the Settings in Extension Groups Management.';
  2036. $lang['ATTACH_TOPIC_ICON'] = 'Attachment Topic Icon';
  2037. $lang['ATTACH_TOPIC_ICON_EXPLAIN'] = 'This Image is displayed before topics with Attachments. Leave this field empty if you don\'t want an icon to be displayed.';
  2038. $lang['ATTACH_DISPLAY_ORDER'] = 'Attachment Display Order';
  2039. $lang['ATTACH_DISPLAY_ORDER_EXPLAIN'] = 'Here you can choose whether to display the Attachments in Posts/PMs in Descending Filetime Order (Newest Attachment First) or Ascending Filetime Order (Oldest Attachment First).';
  2040. $lang['SHOW_APCP'] = 'Use the new control panel applications';
  2041. $lang['SHOW_APCP_EXPLAIN'] = 'Choose whether you want to use a separate control panel applications (yes), or the old method with two boxes for applications and editing applications (none) in the message box. It is difficult to explain how it looks, so try for yourself.';
  2042. $lang['MAX_FILESIZE_ATTACH'] = 'Filesize';
  2043. $lang['MAX_FILESIZE_ATTACH_EXPLAIN'] = 'Maximum filesize for Attachments. A value of 0 means \'unlimited\'. This Setting is restricted by your Server Configuration. For example, if your php Configuration only allows a maximum of 2 MB uploads, this cannot be overwritten by the Mod.';
  2044. $lang['ATTACH_QUOTA'] = 'Attachment Quota';
  2045. $lang['ATTACH_QUOTA_EXPLAIN'] = 'Maximum Disk Space ALL Attachments can hold on your Webspace. A value of 0 means \'unlimited\'.';
  2046. $lang['MAX_FILESIZE_PM'] = 'Maximum Filesize in Private Messages Folder';
  2047. $lang['MAX_FILESIZE_PM_EXPLAIN'] = 'Maximum Disk Space Attachments can use up in each User\'s Private Message box. A value of 0 means \'unlimited\'.';
  2048. $lang['DEFAULT_QUOTA_LIMIT'] = 'Default Quota Limit';
  2049. $lang['DEFAULT_QUOTA_LIMIT_EXPLAIN'] = 'Here you are able to select the Default Quota Limit automatically assigned to newly registered Users and Users without an defined Quota Limit. The Option \'No Quota Limit\' is for not using any Attachment Quotas, instead using the default Settings you have defined within this Management Panel.';
  2050. $lang['MAX_ATTACHMENTS'] = 'Maximum Number of Attachments';
  2051. $lang['MAX_ATTACHMENTS_EXPLAIN'] = 'The maximum number of attachments allowed in one post.';
  2052. $lang['MAX_ATTACHMENTS_PM'] = 'Maximum number of Attachments in one Private Message';
  2053. $lang['MAX_ATTACHMENTS_PM_EXPLAIN'] = 'Define the maximum number of attachments the user is allowed to include in a private message.';
  2054. $lang['DISABLE_MOD'] = 'Disable Attachment Mod';
  2055. $lang['DISABLE_MOD_EXPLAIN'] = 'This option is mainly for testing new templates or themes, it disables all Attachment Functions except the Admin Panel.';
  2056. $lang['PM_ATTACHMENTS'] = 'Allow Attachments in Private Messages';
  2057. $lang['PM_ATTACHMENTS_EXPLAIN'] = 'Allow/Disallow attaching files to Private Messages.';
  2058. $lang['FTP_UPLOAD'] = 'Enable FTP Upload';
  2059. $lang['FTP_UPLOAD_EXPLAIN'] = 'Enable/Disable the FTP Upload option. If you set it to yes, you have to define the Attachment FTP Settings and the Upload Directory is no longer used.';
  2060. $lang['ATTACHMENT_TOPIC_REVIEW'] = 'Show applications in the review of communications topics when writing an answer?';
  2061. $lang['ATTACHMENT_TOPIC_REVIEW_EXPLAIN'] = 'If you put a "yes", all applications will be displayed in the review of communications topics.';
  2062. $lang['FTP_SERVER'] = 'FTP Upload Server';
  2063. $lang['FTP_SERVER_EXPLAIN'] = 'Here you can enter the IP-Address or FTP-Hostname of the Server used for your uploaded files. If you leave this field empty, the Server on which your phpBB2 Board is installed will be used. Please note that it is not allowed to add ftp:// or something else to the address, just plain ftp.foo.com or, which is a lot faster, the plain IP Address.';
  2064. $lang['ATTACH_FTP_PATH'] = 'FTP Path to your upload directory';
  2065. $lang['ATTACH_FTP_PATH_EXPLAIN'] = 'The Directory where your Attachments will be stored. This Directory doesn\'t have to be chmodded. Please don\'t enter your IP or FTP-Address here, this input field is only for the FTP Path.<br />For example: /home/web/uploads';
  2066. $lang['FTP_DOWNLOAD_PATH'] = 'Download Link to FTP Path';
  2067. $lang['FTP_DOWNLOAD_PATH_EXPLAIN'] = 'Enter the URL to your FTP Path, where your Attachments are stored.<br />If you are using a Remote FTP Server, please enter the complete url, for example http://www.mystorage.com/phpBB2/upload.<br />If you are using your Local Host to store your Files, you are able to enter the url path relative to your phpBB2 Directory, for example \'upload\'.<br />A trailing slash will be removed. Leave this field empty, if the FTP Path is not accessible from the Internet. With this field empty you are unable to use the physical download method.';
  2068. $lang['FTP_PASSIVE_MODE'] = 'Enable FTP Passive Mode';
  2069. $lang['FTP_PASSIVE_MODE_EXPLAIN'] = 'The PASV command requests that the remote server open a port for the data connection and return the address of that port. The remote server listens on that port and the client connects to it.';
  2070. $lang['NO_FTP_EXTENSIONS_INSTALLED'] = 'You are not able to use the FTP Upload Methods, because FTP Extensions are not compiled into your PHP Installation.';
  2071. // Attachments -> Shadow Attachments
  2072. $lang['SHADOW_ATTACHMENTS_EXPLAIN'] = 'Here you can delete attachment data from postings when the files are missing from your filesystem, and delete files that are no longer attached to any postings. You can download or view a file if you click on it; if no link is present, the file does not exist.';
  2073. $lang['SHADOW_ATTACHMENTS_FILE_EXPLAIN'] = 'Delete all attachments files that exist on your filesystem and are not assigned to an existing post.';
  2074. $lang['SHADOW_ATTACHMENTS_ROW_EXPLAIN'] = 'Delete all posting attachment data for files that don\'t exist on your filesystem.';
  2075. $lang['EMPTY_FILE_ENTRY'] = 'Empty File Entry';
  2076. // Attachments -> Sync
  2077. $lang['SYNC_THUMBNAIL_RESETTED'] = 'Thumbnail resetted for Attachment: %s'; // replace %s with physical Filename
  2078. $lang['ATTACH_SYNC_FINISHED'] = 'Attachment Syncronization Finished.';
  2079. $lang['SYNC_TOPICS'] = 'Sync Topics';
  2080. $lang['SYNC_POSTS'] = 'Sync Posts';
  2081. $lang['SYNC_THUMBNAILS'] = 'Sync Thumbnails';
  2082. // Extensions -> Extension Control
  2083. $lang['MANAGE_EXTENSIONS'] = 'Manage Extensions';
  2084. $lang['MANAGE_EXTENSIONS_EXPLAIN'] = 'Here you can manage your File Extensions. If you want to allow/disallow a Extension to be uploaded, please use the Extension Groups Management.';
  2085. $lang['EXPLANATION'] = 'Explanation';
  2086. $lang['EXTENSION_GROUP'] = 'Extension Group';
  2087. $lang['INVALID_EXTENSION'] = 'Invalid Extension';
  2088. $lang['EXTENSION_EXIST'] = 'The Extension %s already exist'; // replace %s with the Extension
  2089. $lang['UNABLE_ADD_FORBIDDEN_EXTENSION'] = 'The Extension %s is forbidden, you are not able to add it to the allowed Extensions'; // replace %s with Extension
  2090. // Extensions -> Extension Groups Management
  2091. $lang['MANAGE_EXTENSION_GROUPS'] = 'Manage Extension Groups';
  2092. $lang['MANAGE_EXTENSION_GROUPS_EXPLAIN'] = 'Here you can add, delete and modify your Extension Groups, you can disable Extension Groups, assign a special Category to them, change the download mechanism and you can define a Upload Icon which will be displayed in front of an Attachment belonging to the Group.';
  2093. $lang['SPECIAL_CATEGORY'] = 'Special Category';
  2094. $lang['CATEGORY_IMAGES'] = 'Images';
  2095. $lang['CATEGORY_STREAM_FILES'] = 'Stream Files';
  2096. $lang['CATEGORY_SWF_FILES'] = 'Flash Files';
  2097. $lang['ALLOWED'] = 'Allowed';
  2098. $lang['ALLOWED_FORUMS'] = 'Allowed Forums';
  2099. $lang['EXT_GROUP_PERMISSIONS'] = 'Group Permissions';
  2100. $lang['DOWNLOAD_MODE'] = 'Download Mode';
  2101. $lang['UPLOAD_ICON'] = 'Upload Icon';
  2102. $lang['MAX_GROUPS_FILESIZE'] = 'Maximum Filesize';
  2103. $lang['EXTENSION_GROUP_EXIST'] = 'The Extension Group %s already exist'; // replace %s with the group name
  2104. // Extensions -> Special Categories
  2105. $lang['MANAGE_CATEGORIES'] = 'Manage Special Categories';
  2106. $lang['MANAGE_CATEGORIES_EXPLAIN'] = 'Here you can configure the Special Categories. You can set up Special Parameters and Conditions for the Special Categorys assigned to an Extension Group.';
  2107. $lang['SETTINGS_CAT_IMAGES'] = 'Settings for Special Category: Images';
  2108. $lang['SETTINGS_CAT_STREAMS'] = 'Settings for Special Category: Stream Files';
  2109. $lang['SETTINGS_CAT_FLASH'] = 'Settings for Special Category: Flash Files';
  2110. $lang['DISPLAY_INLINED'] = 'Display Images Inlined';
  2111. $lang['DISPLAY_INLINED_EXPLAIN'] = 'Choose whether to display images directly within the post (yes) or to display images as a link ?';
  2112. $lang['MAX_IMAGE_SIZE'] = 'Maximum Image Dimensions';
  2113. $lang['MAX_IMAGE_SIZE_EXPLAIN'] = 'Here you can define the maximum allowed Image Dimension to be attached (Width x Height in pixels).<br />If it is set to 0x0, this feature is disabled. With some Images this Feature will not work due to limitations in PHP.';
  2114. $lang['IMAGE_LINK_SIZE'] = 'Image Link Dimensions';
  2115. $lang['IMAGE_LINK_SIZE_EXPLAIN'] = 'If this defined Dimension of an Image is reached, the Image will be displayed as a Link, rather than displaying it inlined,<br />if Inline View is enabled (Width x Height in pixels).<br />If it is set to 0x0, this feature is disabled. With some Images this Feature will not work due to limitations in PHP.';
  2116. $lang['ASSIGNED_GROUP'] = 'Assigned Group';
  2117. $lang['IMAGE_CREATE_THUMBNAIL'] = 'Create Thumbnail';
  2118. $lang['IMAGE_CREATE_THUMBNAIL_EXPLAIN'] = 'Always create a Thumbnail. This feature overrides nearly all Settings within this Special Category, except of the Maximum Image Dimensions. With this Feature a Thumbnail will be displayed within the post, the User can click it to open the real Image.<br />Please Note that this feature requires Imagick to be installed, if it\'s not installed or if Safe-Mode is enabled the GD-Extension of PHP will be used. If the Image-Type is not supported by PHP, this Feature will be not used.';
  2119. $lang['IMAGE_MIN_THUMB_FILESIZE'] = 'Minimum Thumbnail Filesize';
  2120. $lang['IMAGE_MIN_THUMB_FILESIZE_EXPLAIN'] = 'If a Image is smaller than this defined Filesize, no Thumbnail will be created, because it\'s small enough.';
  2121. $lang['IMAGE_IMAGICK_PATH'] = 'Imagick Program (Complete Path)';
  2122. $lang['IMAGE_IMAGICK_PATH_EXPLAIN'] = 'Enter the Path to the convert program of imagick, normally /usr/bin/convert (on windows: c:/imagemagick/convert.exe).';
  2123. $lang['IMAGE_SEARCH_IMAGICK'] = 'Search Imagick';
  2124. $lang['USE_GD2'] = 'Make use of GD2 Extension';
  2125. $lang['USE_GD2_EXPLAIN'] = 'PHP is able to be compiled with the GD1 or GD2 Extension for image manipulating. To correctly create Thumbnails without imagemagick the Attachment Mod uses two different methods, based on your selection here. If your thumbnails are in a bad quality or screwed up, try to change this setting.';
  2126. $lang['ATTACHMENT_VERSION'] = 'Attachment Mod Version %s'; // %s is the version number
  2127. // Extensions -> Forbidden Extensions
  2128. $lang['MANAGE_FORBIDDEN_EXTENSIONS'] = 'Manage Forbidden Extensions';
  2129. $lang['MANAGE_FORBIDDEN_EXTENSIONS_EXPLAIN'] = 'Here you can add or delete the forbidden extensions. The Extensions php, php3 and php4 are forbidden by default for security reasons, you can not delete them.';
  2130. $lang['FORBIDDEN_EXTENSION_EXIST'] = 'The forbidden Extension %s already exist'; // replace %s with the extension
  2131. $lang['EXTENSION_EXIST_FORBIDDEN'] = 'The Extension %s is defined in your allowed Extensions, please delete it their before you add it here.'; // replace %s with the extension
  2132. // Extensions -> Extension Groups Control -> Group Permissions
  2133. $lang['GROUP_PERMISSIONS_TITLE_ADMIN'] = 'Extension Group Permissions -> \'%s\''; // Replace %s with the Groups Name
  2134. $lang['GROUP_PERMISSIONS_EXPLAIN'] = 'Here you are able to restrict the selected Extension Group to Forums of your choice (defined in the Allowed Forums Box). The Default is to allow Extension Groups to all Forums the User is able to Attach Files into (the normal way the Attachment Mod did it since the beginning). Just add those Forums you want the Extension Group (the Extensions within this Group) to be allowed there, the default ALL FORUMS will disappear when you add Forums to the List. You are able to re-add ALL FORUMS at any given Time. If you add a Forum to your Board and the Permission is set to ALL FORUMS nothing will change. But if you have changed and restricted the access to certain Forums, you have to check back here to add your newly created Forum. It is easy to do this automatically, but this will force you to edit a bunch of Files, therefore i have chosen the way it is now. Please keep in mind, that all of your Forums will be listed here.';
  2135. $lang['NOTE_ADMIN_EMPTY_GROUP_PERMISSIONS'] = 'NOTE:<br />Within the below listed Forums your Users are normally allowed to attach files, but since no Extension Group is allowed to be attached there, your Users are unable to attach anything. If they try, they will receive Error Messages. Maybe you want to set the Permission \'Post Files\' to ADMIN at these Forums.<br /><br />';
  2136. $lang['ADD_FORUMS'] = 'Add Forums';
  2137. $lang['ADD_SELECTED'] = 'Add Selected';
  2138. $lang['PERM_ALL_FORUMS'] = 'ALL FORUMS';
  2139. // Attachments -> Quota Limits
  2140. $lang['MANAGE_QUOTAS'] = 'Manage Attachment Quota Limits';
  2141. $lang['MANAGE_QUOTAS_EXPLAIN'] = 'Here you are able to add/delete/change Quota Limits. You are able to assign these Quota Limits to Users and Groups later. To assign a Quota Limit to a User, you have to go to Users->Management, select the User and you will see the Options at the bottom. To assign a Quota Limit to a Group, go to Groups->Management, select the Group to edit it, and you will see the Configuration Settings. If you want to see, which Users and Groups are assigned to a specific Quota Limit, click on \'View\' at the left of the Quota Description.';
  2142. $lang['ASSIGNED_USERS'] = 'Assigned Users';
  2143. $lang['ASSIGNED_GROUPS'] = 'Assigned Groups';
  2144. $lang['QUOTA_LIMIT_EXIST'] = 'The Quota Limit %s exist already.'; // Replace %s with the Quota Description
  2145. // Attachments -> Control Panel
  2146. $lang['CONTROL_PANEL_TITLE'] = 'File Attachment Control Panel';
  2147. $lang['CONTROL_PANEL_EXPLAIN'] = 'Here you can view and manage all attachments based on Users, Attachments, Views etc...';
  2148. $lang['FILECOMMENT'] = 'File Comment';
  2149. // Control Panel -> Search
  2150. $lang['SEARCH_WILDCARD_EXPLAIN'] = 'Use * as a wildcard for partial matches';
  2151. $lang['SIZE_SMALLER_THAN'] = 'Attachment size smaller than (bytes)';
  2152. $lang['SIZE_GREATER_THAN'] = 'Attachment size greater than (bytes)';
  2153. $lang['COUNT_SMALLER_THAN'] = 'Download count is smaller than';
  2154. $lang['COUNT_GREATER_THAN'] = 'Download count is greater than';
  2155. $lang['MORE_DAYS_OLD'] = 'More than this many days old';
  2156. $lang['NO_ATTACH_SEARCH_MATCH'] = 'No Attachments met your search criteria';
  2157. // Control Panel -> Statistics
  2158. $lang['NUMBER_OF_ATTACHMENTS'] = 'Number of Attachments';
  2159. $lang['TOTAL_FILESIZE'] = 'Total Filesize';
  2160. $lang['NUMBER_POSTS_ATTACH'] = 'Number of Posts with Attachments';
  2161. $lang['NUMBER_TOPICS_ATTACH'] = 'Number of Topics with Attachments';
  2162. $lang['NUMBER_USERS_ATTACH'] = 'Independent Users Posted Attachments';
  2163. $lang['NUMBER_PMS_ATTACH'] = 'Total Number of Attachments in Private Messages';
  2164. $lang['ATTACHMENTS_PER_DAY'] = 'Attachments per day';
  2165. // Control Panel -> Attachments
  2166. $lang['STATISTICS_FOR_USER'] = 'Attachment Statistics for %s'; // replace %s with username
  2167. $lang['DOWNLOADS'] = 'Downloads';
  2168. $lang['POST_TIME'] = 'Post Time';
  2169. $lang['POSTED_IN_TOPIC'] = 'Posted in Topic';
  2170. $lang['SUBMIT_CHANGES'] = 'Submit Changes';
  2171. // Sort Types
  2172. $lang['SORT_ATTACHMENTS'] = 'Attachments';
  2173. $lang['SORT_SIZE'] = 'Size';
  2174. $lang['SORT_FILENAME'] = 'Filename';
  2175. $lang['SORT_COMMENT'] = 'Comment';
  2176. $lang['SORT_EXTENSION'] = 'Extension';
  2177. $lang['SORT_DOWNLOADS'] = 'Downloads';
  2178. $lang['SORT_POSTTIME'] = 'Post Time';
  2179. // View Types
  2180. $lang['VIEW_STATISTIC'] = 'Statistics';
  2181. $lang['VIEW_SEARCH'] = 'Search';
  2182. $lang['VIEW_USERNAME'] = 'Username';
  2183. $lang['VIEW_ATTACHMENTS'] = 'Attachments';
  2184. // Successfully updated
  2185. $lang['ATTACH_CONFIG_UPDATED'] = 'Attachment Configuration updated successfully';
  2186. $lang['CLICK_RETURN_ATTACH_CONFIG'] = 'Click %sHere%s to return to Attachment Configuration';
  2187. $lang['TEST_SETTINGS_SUCCESSFUL'] = 'Settings Test has been finished, configuration seems to be fine.';
  2188. // Some basic definitions
  2189. $lang['ATTACHMENTS'] = 'Attachments';
  2190. $lang['EXTENSIONS'] = 'Extensions';
  2191. $lang['EXTENSION'] = 'Extension';
  2192. $lang['RETURN_CONFIG'] = '%sReturn to Configuration%s';
  2193. $lang['CONFIG_UPD'] = 'Configuration Updated Successfully';
  2194. $lang['SET_DEFAULTS'] = 'Restore defaults';
  2195. //
  2196. // Tracker config
  2197. //
  2198. $lang['TRACKER_CFG_TITLE'] = 'Tracker';
  2199. $lang['FORUM_CFG_TITLE'] = 'Forum settings';
  2200. $lang['TRACKER_SETTINGS'] = 'Tracker settings';
  2201. $lang['CHANGES_DISABLED'] = 'Changes disabled (see <b>$tr_cfg</b> in config.php)';
  2202. $lang['OFF_TRACKER'] = 'Disable tracker';
  2203. $lang['OFF_REASON'] = 'Disable reason';
  2204. $lang['OFF_REASON_EXPL'] = 'this message will be sent to client when the tracker is disabled';
  2205. $lang['AUTOCLEAN_EXPL'] = 'autoclean peers table - do not disable without reason';
  2206. $lang['COMPACT_MODE'] = 'Compact mode';
  2207. $lang['COMPACT_MODE_EXPL'] = '"Yes" - tracker will only accept clients working in compact mode<br />"No" - compatible mode (chosen by client)';
  2208. $lang['BROWSER_REDIRECT_URL'] = 'Browser redirect URL';
  2209. $lang['BROWSER_REDIRECT_URL_EXPL'] = 'if user tries to open tracker URL in Web browser<br />leave blank to disable';
  2210. $lang['ANNOUNCE_INTERVAL_HEAD'] = 'Misc';
  2211. $lang['ANNOUNCE_INTERVAL'] = 'Announce interval';
  2212. $lang['ANNOUNCE_INTERVAL_EXPL'] = 'peers should wait at least this many seconds between announcements';
  2213. $lang['NUMWANT'] = 'Numwant value';
  2214. $lang['NUMWANT_EXPL'] = 'number of peers being sent to client';
  2215. $lang['EXPIRE_FACTOR'] = 'Peer expire factor';
  2216. $lang['EXPIRE_FACTOR_EXPL'] = 'Consider a peer dead if it has not announced in a number of seconds equal to this many times the calculated announce interval at the time of its last announcement (must be greater than 1)';
  2217. $lang['IGNORE_GIVEN_IP'] = 'Ignore IP reported by client';
  2218. $lang['UPDATE_DLSTAT'] = 'Store users up/down statistics';
  2219. $lang['LIMIT_ACTIVE_TOR_HEAD'] = 'Limits';
  2220. $lang['LIMIT_ACTIVE_TOR'] = 'Limit active torrents';
  2221. $lang['LIMIT_SEED_COUNT'] = 'Seeding limit';
  2222. $lang['LIMIT_SEED_COUNT_EXPL'] = '(0 - no limit)';
  2223. $lang['LIMIT_LEECH_COUNT'] = 'Leeching limit';
  2224. $lang['LIMIT_LEECH_COUNT_EXPL'] = '(0 - no limit)';
  2225. $lang['LEECH_EXPIRE_FACTOR'] = 'Leech expire factor';
  2226. $lang['LEECH_EXPIRE_FACTOR_EXPL'] = 'Treat a peer as active for this number of minutes even if it sent "stopped" event after starting dl<br />0 - take into account "stopped" event';
  2227. $lang['LIMIT_CONCURRENT_IPS'] = "Limit concurrent IP's";
  2228. $lang['LIMIT_CONCURRENT_IPS_EXPL'] = 'per torrent limit';
  2229. $lang['LIMIT_SEED_IPS'] = 'Seeding IP limit';
  2230. $lang['LIMIT_SEED_IPS_EXPL'] = "allow seeding from no more than <i>xx</i> IP's<br />0 - no limit";
  2231. $lang['LIMIT_LEECH_IPS'] = 'Leeching IP limit';
  2232. $lang['LIMIT_LEECH_IPS_EXPL'] = "allow leeching from no more than <i>xx</i> IP's<br />0 - no limit";
  2233. $lang['USE_AUTH_KEY_HEAD'] = 'Authorization';
  2234. $lang['USE_AUTH_KEY'] = 'Passkey';
  2235. $lang['USE_AUTH_KEY_EXPL'] = 'enable check for passkey';
  2236. $lang['AUTH_KEY_NAME'] = 'Passkey name';
  2237. $lang['AUTH_KEY_NAME_EXPL'] = 'passkey key name in GET request';
  2238. $lang['ALLOW_GUEST_DL'] = 'Allow guest access to tracker';
  2239. //
  2240. // Forum config
  2241. //
  2242. $lang['FORUM_CFG_EXPL'] = 'Forum config';
  2243. $lang['BT_SELECT_FORUMS'] = 'Forum options:';
  2244. $lang['BT_SELECT_FORUMS_EXPL'] = 'hold down <i>Ctrl</i> while selecting multiple forums';
  2245. $lang['REG_TORRENTS'] = 'Register torrents';
  2246. $lang['DISALLOWED'] = 'Prohibited';
  2247. $lang['ALLOW_REG_TRACKER'] = 'Allowed forums for registering .torrents on tracker';
  2248. $lang['ALLOW_PORNO_TOPIC'] = 'Allow post porno topics';
  2249. $lang['SHOW_DL_BUTTONS'] = 'Show buttons for manually changing DL-status';
  2250. $lang['SELF_MODERATED'] = 'Users can <b>move</b> their topics to another forum';
  2251. $lang['BT_ANNOUNCE_URL_HEAD'] = 'Announce URL';
  2252. $lang['BT_ANNOUNCE_URL'] = 'Announce url';
  2253. $lang['BT_ANNOUNCE_URL_EXPL'] = 'you can define additional allowed urls in "includes/announce_urls.php"';
  2254. $lang['BT_DISABLE_DHT'] = 'Disable DHT network';
  2255. $lang['BT_DISABLE_DHT_EXPL'] = 'Disable Peer Exchange and DHT (recommended for private networks, only url announce)';
  2256. $lang['BT_CHECK_ANNOUNCE_URL'] = 'Verify announce url';
  2257. $lang['BT_CHECK_ANNOUNCE_URL_EXPL'] = 'register on tracker only allowed urls';
  2258. $lang['BT_REPLACE_ANN_URL'] = 'Replace announce url';
  2259. $lang['BT_REPLACE_ANN_URL_EXPL'] = 'replace original announce url with your default in .torrent files';
  2260. $lang['BT_DEL_ADDIT_ANN_URLS'] = 'Remove all additional announce urls';
  2261. $lang['BT_DEL_ADDIT_ANN_URLS_EXPL'] = 'if the torrent contains the addresses of other trackers, they will be removed';
  2262. $lang['BT_SHOW_PEERS_HEAD'] = 'Peers-List';
  2263. $lang['BT_SHOW_PEERS'] = 'Show peers (seeders and leechers)';
  2264. $lang['BT_SHOW_PEERS_EXPL'] = 'this will show seeders/leechers list above the topic with torrent';
  2265. $lang['BT_SHOW_PEERS_MODE'] = 'By default, show peers as:';
  2266. $lang['BT_SHOW_PEERS_MODE_COUNT'] = 'Count only';
  2267. $lang['BT_SHOW_PEERS_MODE_NAMES'] = 'Names only';
  2268. $lang['BT_SHOW_PEERS_MODE_FULL'] = 'Full details';
  2269. $lang['BT_ALLOW_SPMODE_CHANGE'] = 'Allow "Full details" mode';
  2270. $lang['BT_ALLOW_SPMODE_CHANGE_EXPL'] = 'if "no", only default peer display mode will be available';
  2271. $lang['BT_SHOW_IP_ONLY_MODER'] = 'Peers\' <b>IP</b>s are visible to moderators only';
  2272. $lang['BT_SHOW_PORT_ONLY_MODER'] = 'Peers\' <b>Port</b>s are visible to moderators only';
  2273. $lang['BT_SHOW_DL_LIST_HEAD'] = 'DL-List';
  2274. $lang['BT_SHOW_DL_LIST'] = 'Show DL-List in Download topics';
  2275. $lang['BT_DL_LIST_ONLY_1ST_PAGE'] = 'Show DL-List only on first page in topics';
  2276. $lang['BT_DL_LIST_ONLY_COUNT'] = 'Show only number of users';
  2277. $lang['BT_SHOW_DL_LIST_BUTTONS'] = 'Show buttons for manually changing DL-status';
  2278. $lang['BT_SHOW_DL_BUT_WILL'] = $lang['DL_WILL'];
  2279. $lang['BT_SHOW_DL_BUT_DOWN'] = $lang['DL_DOWN'];
  2280. $lang['BT_SHOW_DL_BUT_COMPL'] = $lang['DL_COMPLETE'];
  2281. $lang['BT_SHOW_DL_BUT_CANCEL'] = $lang['DL_CANCEL'];
  2282. $lang['BT_ADD_AUTH_KEY_HEAD'] = 'Passkey';
  2283. $lang['BT_ADD_AUTH_KEY'] = 'Enable adding passkey to the torrent-files before downloading';
  2284. $lang['BT_TOR_BROWSE_ONLY_REG_HEAD'] = 'Torrent browser (tracker)';
  2285. $lang['BT_TOR_BROWSE_ONLY_REG'] = 'Torrent browser (tracker.php) accessible only for logged in users';
  2286. $lang['BT_SEARCH_BOOL_MODE'] = 'Allow boolean full-text searches';
  2287. $lang['BT_SEARCH_BOOL_MODE_EXPL'] = 'use *, +, -,.. in searches';
  2288. $lang['BT_SHOW_DL_STAT_ON_INDEX_HEAD'] = "Miscellaneous";
  2289. $lang['BT_SHOW_DL_STAT_ON_INDEX'] = "Show users UL/DL statistics at the top of the forum's main page";
  2290. $lang['BT_NEWTOPIC_AUTO_REG'] = 'Automatically register torrent on tracker for new topics';
  2291. $lang['BT_SET_DLTYPE_ON_TOR_REG'] = 'Change topic status to "Download" while registering torrent on tracker';
  2292. $lang['BT_SET_DLTYPE_ON_TOR_REG_EXPL'] = 'will change topic type to "Download" regardless of forum settings';
  2293. $lang['BT_UNSET_DLTYPE_ON_TOR_UNREG'] = 'Change topic status to "Normal" while unregistering torrent from tracker';
  2294. //
  2295. // Release
  2296. //
  2297. $lang['TEMPLATE_DISABLE'] = 'Template disabled';
  2298. $lang['FOR_NEW_TEMPLATE'] = 'for new patterns!';
  2299. $lang['CHANGED'] = 'Changed';
  2300. $lang['REMOVED'] = 'Removed';
  2301. $lang['QUESTION'] = 'Are you sure want to delete?';
  2302. $lang['CRON_LIST'] = 'Cron list';
  2303. $lang['CRON_ID'] = 'ID';
  2304. $lang['CRON_ACTIVE'] = 'On';
  2305. $lang['CRON_ACTIVE_EXPL'] = 'Active tasks';
  2306. $lang['CRON_TITLE'] = 'Title';
  2307. $lang['CRON_SCRIPT'] = 'Script';
  2308. $lang['CRON_SCHEDULE'] = 'Schedule';
  2309. $lang['CRON_LAST_RUN'] = 'Last Run';
  2310. $lang['CRON_NEXT_RUN'] = 'Next Run';
  2311. $lang['CRON_RUN_COUNT'] = 'Runs';
  2312. $lang['CRON_MANAGE'] = 'Manage';
  2313. $lang['CRON_OPTIONS'] = 'Cron options';
  2314. $lang['CRON_ENABLED'] = 'Cron enabled';
  2315. $lang['CRON_CHECK_INTERVAL'] = 'Cron check interval (sec)';
  2316. $lang['WITH_SELECTED'] = 'With selected';
  2317. $lang['NOTHING'] = 'do nothing';
  2318. $lang['CRON_RUN'] = 'Run';
  2319. $lang['CRON_DEL'] = 'Delete';
  2320. $lang['CRON_DISABLE'] = 'Disable';
  2321. $lang['CRON_ENABLE'] = 'Enable';
  2322. $lang['RUN_MAIN_CRON'] = 'Start cron';
  2323. $lang['ADD_JOB'] = 'Add cron';
  2324. $lang['CRON_WORKS'] = 'Cron is now works or is broken -> ';
  2325. $lang['REPAIR_CRON'] = 'Repair Cron';
  2326. $lang['CRON_EDIT_HEAD_EDIT'] = 'Edit job';
  2327. $lang['CRON_EDIT_HEAD_ADD'] = 'Add job';
  2328. $lang['CRON_SCRIPT_EXPL'] = 'name of the script from "includes/cron/jobs/"';;
  2329. $lang['SCHEDULE'] = array(
  2330. 'select' => '&raquo; Select start',
  2331. 'hourly' => 'hourly',
  2332. 'daily' => 'daily',
  2333. 'weekly' => 'weekly',
  2334. 'monthly' => 'monthly',
  2335. 'interval' => 'interval'
  2336. );
  2337. $lang['NOSELECT'] = 'No select';
  2338. $lang['RUN_DAY'] = 'Run day';
  2339. $lang['RUN_DAY_EXPL'] = 'the day when this job run';
  2340. $lang['RUN_TIME'] = 'Run time';
  2341. $lang['RUN_TIME_EXPL'] = 'the time when this job run (e.g. 05:00:00)';
  2342. $lang['RUN_ORDER'] = 'Run order';
  2343. $lang['LAST_RUN'] = 'Last Run';
  2344. $lang['NEXT_RUN'] = 'Next Run';
  2345. $lang['RUN_INTERVAL'] = 'Run interval';
  2346. $lang['RUN_INTERVAL_EXPL'] = 'e.g. 00:10:00';
  2347. $lang['LOG_ENABLED'] = 'Log enabled';
  2348. $lang['LOG_FILE'] = 'Log file';
  2349. $lang['LOG_FILE_EXPL'] = 'the file for save the log';
  2350. $lang['LOG_SQL_QUERIES'] = 'Log SQL queries';
  2351. $lang['FORUM_DISABLE'] = 'Disable board';
  2352. $lang['BOARD_DISABLE_EXPL'] = 'disable board when this job is run';
  2353. $lang['RUN_COUNTER'] = 'Run counter';
  2354. $lang['JOB_REMOVED'] = 'The problem has been removed successfully';
  2355. $lang['SCRIPT_DUPLICATE'] = 'Script <b>'. @$_POST['cron_script'] .'</b> already exists!';
  2356. $lang['TITLE_DUPLICATE'] = 'Task Name <b>'. @$_POST['cron_title'] .'</b> already exists!';
  2357. $lang['CLICK_RETURN_JOBS_ADDED'] = '%sReturn to the addition problem%s';
  2358. $lang['CLICK_RETURN_JOBS'] = '%sBack to the Task Scheduler%s';
  2359. $lang['REBUILD_SEARCH'] = 'Rebuild Search Index';
  2360. $lang['REBUILD_SEARCH_DESC'] = 'This mod will index every post in your forum, rebuilding the search tables.
  2361. You can stop whenever you like and the next time you run it again you\'ll have the option of continuing from where you left off.<br /><br />
  2362. It may take a long time to show its progress (depending on "Posts per cycle" and "Time limit"),
  2363. so please do not move from its progress page until it is complete, unless of course you want to interrupt it.';
  2364. //
  2365. // Input screen
  2366. //
  2367. $lang['STARTING_POST_ID'] = 'Starting post_id';
  2368. $lang['STARTING_POST_ID_EXPLAIN'] = 'First post where processing will begin from<br />You can choose to start from the beginning or from the post you last stopped';
  2369. $lang['START_OPTION_BEGINNING'] = 'start from beginning';
  2370. $lang['START_OPTION_CONTINUE'] = 'continue from last stopped';
  2371. $lang['CLEAR_SEARCH_TABLES'] = 'Clear search tables';
  2372. $lang['CLEAR_SEARCH_TABLES_EXPLAIN'] = '';
  2373. $lang['CLEAR_SEARCH_NO'] = 'NO';
  2374. $lang['CLEAR_SEARCH_DELETE'] = 'DELETE';
  2375. $lang['CLEAR_SEARCH_TRUNCATE'] = 'TRUNCATE';
  2376. $lang['NUM_OF_POSTS'] = 'Number of posts';
  2377. $lang['NUM_OF_POSTS_EXPLAIN'] = 'Number of total posts to process<br />It\'s automatically filled with the number of total/remaining posts found in the db';
  2378. $lang['POSTS_PER_CYCLE'] = 'Posts per cycle';
  2379. $lang['POSTS_PER_CYCLE_EXPLAIN'] = 'Number of posts to process per cycle<br />Keep it low to avoid php/webserver timeouts';
  2380. $lang['REFRESH_RATE'] = 'Refresh rate';
  2381. $lang['REFRESH_RATE_EXPLAIN'] = 'How much time (secs) to stay idle before moving to next processing cycle<br />Usually you don\'t have to change this';
  2382. $lang['TIME_LIMIT'] = 'Time limit';
  2383. $lang['TIME_LIMIT_EXPLAIN'] = 'How much time (secs) post processing can last before moving to next cycle';
  2384. $lang['TIME_LIMIT_EXPLAIN_SAFE'] = '<i>Your php (safe mode) has a timeout of %s secs configured, so stay below this value</i>';
  2385. $lang['TIME_LIMIT_EXPLAIN_WEBSERVER'] = '<i>Your webserver has a timeout of %s secs configured, so stay below this value</i>';
  2386. $lang['DISABLE_BOARD'] = 'Disable board';
  2387. $lang['DISABLE_BOARD_EXPLAIN'] = 'Whether or not to disable your board while processing';
  2388. $lang['DISABLE_BOARD_EXPLAIN_ENABLED'] = 'It will be enabled automatically after the end of processing';
  2389. $lang['DISABLE_BOARD_EXPLAIN_ALREADY'] = '<i>Your board is already disabled</i>';
  2390. //
  2391. // Information strings
  2392. //
  2393. $lang['INFO_PROCESSING_STOPPED'] = 'You last stopped the processing at post_id %s (%s processed posts) on %s';
  2394. $lang['INFO_PROCESSING_ABORTED'] = 'You last aborted the processing at post_id %s (%s processed posts) on %s';
  2395. $lang['INFO_PROCESSING_ABORTED_SOON'] = 'Please wait some mins before you continue...';
  2396. $lang['INFO_PROCESSING_FINISHED'] = 'You successfully finished the processing (%s processed posts) on %s';
  2397. $lang['INFO_PROCESSING_FINISHED_NEW'] = 'You successfully finished the processing at post_id %s (%s processed posts) on %s,<br />but there have been %s new post(s) after that date';
  2398. //
  2399. // Progress screen
  2400. //
  2401. $lang['REBUILD_SEARCH_PROGRESS'] = 'Rebuild Search Progress';
  2402. $lang['PROCESSED_POST_IDS'] = 'Processed post ids : %s - %s';
  2403. $lang['TIMER_EXPIRED'] = 'Timer expired at %s secs. ';
  2404. $lang['CLEARED_SEARCH_TABLES'] = 'Cleared search tables. ';
  2405. $lang['DELETED_POSTS'] = '%s post(s) were deleted by your users during processing. ';
  2406. $lang['PROCESSING_NEXT_POSTS'] = 'Processing next %s post(s). Please wait...';
  2407. $lang['ALL_SESSION_POSTS_PROCESSED'] = 'Processed all posts in current session.';
  2408. $lang['ALL_POSTS_PROCESSED'] = 'All posts were processed successfully.';
  2409. $lang['ALL_TABLES_OPTIMIZED'] = 'All search tables were optimized successfully.';
  2410. $lang['PROCESSING_POST_DETAILS'] = 'Processing post';
  2411. $lang['PROCESSED_POSTS'] = 'Processed Posts';
  2412. $lang['PERCENT'] = 'Percent';
  2413. $lang['CURRENT_SESSION'] = 'Current Session';
  2414. $lang['TOTAL'] = 'Total';
  2415. $lang['PROCESS_DETAILS'] = 'from <b>%s</b> to <b>%s</b> (out of total <b>%s</b>)';
  2416. $lang['PERCENT_COMPLETED'] = '%s %% completed';
  2417. $lang['PROCESSING_TIME_DETAILS'] = 'Current session details';
  2418. $lang['PROCESSING_TIME'] = 'Processing time';
  2419. $lang['TIME_LAST_POSTS'] = 'Last %s post(s)';
  2420. $lang['TIME_FROM_THE_BEGINNING'] = 'From the beginning';
  2421. $lang['TIME_AVERAGE'] = 'Average per cycle';
  2422. $lang['TIME_ESTIMATED'] = 'Estimated until finish';
  2423. $lang['DATABASE_SIZE_DETAILS'] = 'Database size details';
  2424. $lang['SIZE_CURRENT'] = 'Current';
  2425. $lang['SIZE_ESTIMATED'] = 'Estimated after finish';
  2426. $lang['SIZE_SEARCH_TABLES'] = 'Search Tables size';
  2427. $lang['SIZE_DATABASE'] = 'Database size';
  2428. $lang['ACTIVE_PARAMETERS'] = 'Active parameters';
  2429. $lang['POSTS_LAST_CYCLE'] = 'Processed post(s) on last cycle';
  2430. $lang['BOARD_STATUS'] = 'Board status';
  2431. $lang['BOARD_DISABLED'] = 'Disabled';
  2432. $lang['BOARD_ENABLED'] = 'Enabled';
  2433. $lang['INFO_ESTIMATED_VALUES'] = '(*) All the estimated values are calculated approximately<br />
  2434. based on the current completed percent and may not represent the actual final values.<br />
  2435. As the completed percent increases the estimated values will come closer to the actual ones.';
  2436. $lang['CLICK_RETURN_REBUILD_SEARCH'] = 'Click %shere%s to return to Rebuild Search';
  2437. $lang['REBUILD_SEARCH_ABORTED'] = 'Rebuild search aborted at post_id %s.<br /><br />If you aborted while processing was on, you have to wait for some mins until you run Rebuild Search again, so the last cycle can finish.';
  2438. $lang['WRONG_INPUT'] = 'You have entered some wrong values. Please check your input and try again.';
  2439. // Buttons
  2440. $lang['NEXT'] = 'Next';
  2441. $lang['PROCESSING'] = 'Processing...';
  2442. $lang['FINISHED'] = 'Finished';
  2443. $lang['BOT_TOPIC_MOVED_FROM_TO'] = 'Topic has been moved from forum [b]%s[/b] to forum [b]%s[/b][br][br]%s';
  2444. $lang['BOT_MESS_SPLITS'] = 'Topic has been split. New topic - [b]%s[/b][br][br]%s';
  2445. $lang['BOT_TOPIC_SPLITS'] = 'Topic has been split from [b]%s[/b][br][br]%s';
  2446. $lang['CALLSEED_SUBJ'] = 'Download help %s';
  2447. $lang['CALLSEED_TEXT'] = 'Hello!<br><br>Your help is needed in the release <a href="viewtopic.php?t=%s" target=_blank>%s :: %s </a><br>If you decide to help, but already deleted the torrent file, you can download it <a href="download.php?id=%s">this</a><br><br>I hope for your help!';
  2448. $lang['CALLSEED_MSG_OK'] = '<b>Message (PM) has been sent to all those who downloaded this release</b>';
  2449. $lang['CALLSEED_MSG_SPAM'] = '<b><font color=red>Request has already been once successfully sent</b> (Probably not you)</font>
  2450. <br><br>The next opportunity to send a request to be <b>%s</b> hours<!-- <b>%s</b> minute -->. <br>
  2451. Call you can download it only once in <b>day</b>';
  2452. $lang['CALLSEED_MSG_MSG'] = 'Error sending message';
  2453. $lang['CALLSEED_MSG_MSG_TEXT'] = 'Error saving text messages';
  2454. $lang['CALLSEED_MSG_POPUP'] = 'Error of popup';
  2455. $lang['CALLSEED_MSG_TIME'] = 'Unable to set the last query';
  2456. $lang['CALLSEED_HAVE_SEED'] = 'Topic does not require help (<b>Seeders:</b> %d, <b>Leechers:</b> %d)';
  2457. $lang['LOG_ACTION']['LOG_TYPE'] = array(
  2458. 'mod_topic_delete' => 'Topic:<br /> <b>deleted</b>',
  2459. 'mod_topic_move' => 'Topic:<br /> <b>moved</b>',
  2460. 'mod_topic_lock' => 'Topic:<br /> <b>closed</b>',
  2461. 'mod_topic_unlock' => 'Topic:<br /> <b>opened</b>',
  2462. 'mod_topic_split' => 'Topic:<br /> <b>split</b>',
  2463. 'mod_post_delete' => 'Post:<br /> <b>deleted</b>',
  2464. 'adm_user_delete' => 'User:<br /> <b>deleted</b>',
  2465. 'adm_user_ban' => 'User:<br /> <b>ban</b>',
  2466. 'adm_user_unban' => 'User:<br /> <b>unban</b>',
  2467. );
  2468. $lang['ACTS_LOG_ALL_ACTIONS'] = 'All actions';
  2469. $lang['ACTS_LOG_SEARCH_OPTIONS'] = 'Actions Log: Search options';
  2470. $lang['ACTS_LOG_FORUM'] = 'Forum';
  2471. $lang['ACTS_LOG_ACTION'] = 'Action';
  2472. $lang['ACTS_LOG_USER'] = 'User';
  2473. $lang['ACTS_LOG_LOGS_FROM'] = 'Logs from ';
  2474. $lang['ACTS_LOG_FIRST'] = 'first ';
  2475. $lang['ACTS_LOG_DAYS_BACK'] = 'days back';
  2476. $lang['ACTS_LOG_TOPIC_MATCH'] = 'Topic title match';
  2477. $lang['ACTS_LOG_SORT_BY'] = 'Sort by';
  2478. $lang['ACTS_LOG_LOGS_ACTION'] = 'Action';
  2479. $lang['ACTS_LOG_USERNAME'] = 'Username';
  2480. $lang['ACTS_LOG_TIME'] = 'Time';
  2481. $lang['ACTS_LOG_INFO'] = 'Info';
  2482. $lang['ACTS_LOG_FILTER'] = 'Filter';
  2483. $lang['ACTS_LOG_TOPICS'] = 'Topics:';
  2484. $lang['RELEASE'] = 'Release Templates';
  2485. $lang['RELEASES'] = 'Releases';
  2486. $lang['BACK'] = 'Back';
  2487. $lang['ERROR_FORM'] = 'Invalid fields';
  2488. $lang['RELEASE_WELCOME'] = 'Pleae fill in the releae form';
  2489. $lang['NEW_RELEASE'] = 'New release';
  2490. $lang['NEXT'] = 'Continue';
  2491. $lang['OTHER'] = 'Other';
  2492. $lang['TPL_EMPTY_FIELD'] = 'You must fill the field <b>%s</b>';
  2493. $lang['TPL_EMPTY_SEL'] = 'You must select <b>%s</b>';
  2494. $lang['TPL_NOT_NUM'] = '<b>%s</b> - Not a num';
  2495. $lang['TPL_NOT_URL'] = '<b>%s</b> - Must be http:// URL';
  2496. $lang['TPL_NOT_IMG_URL'] = '<b>%s</b> - Must be http:// IMG_URL';
  2497. $lang['TPL_PUT_INTO_SUBJECT'] = 'put into the subject';
  2498. $lang['TPL_POSTER'] = 'poster';
  2499. $lang['TPL_REQ_FILLING'] = 'requires filling';
  2500. $lang['TPL_NEW_LINE'] = 'new line';
  2501. $lang['TPL_NEW_LINE_AFTER'] = 'new line after the title';
  2502. $lang['TPL_NUM'] = 'number';
  2503. $lang['TPL_URL'] = 'URL';
  2504. $lang['TPL_IMG'] = 'image';
  2505. $lang['TPL_PRE'] = 'pre';
  2506. $lang['TPL_SPOILER'] = 'spoiler';
  2507. $lang['TPL_IN_LINE'] = 'in the same line';
  2508. $lang['TPL_HEADER_ONLY'] = 'only in a title';
  2509. $lang['SEARCH_INVALID_USERNAME'] = 'Invalid username entered to Search';
  2510. $lang['SEARCH_INVALID_EMAIL'] = 'Invalid email address entered to Search';
  2511. $lang['SEARCH_INVALID_IP'] = 'Invalid IP address entered to Search';
  2512. $lang['SEARCH_INVALID_GROUP'] = 'Invalid Group entered to Search';
  2513. $lang['SEARCH_INVALID_RANK'] = 'Invalid rank entered to Search';
  2514. $lang['SEARCH_INVALID_DATE'] = 'Invalid Date entered to Search';
  2515. $lang['SEARCH_INVALID_POSTCOUNT'] = 'Invalid Post Count entered to Search';
  2516. $lang['SEARCH_INVALID_USERFIELD'] = 'Invalid Userfield data entered';
  2517. $lang['SEARCH_INVALID_LASTVISITED'] = 'Invalid data entered for Last Visited search';
  2518. $lang['SEARCH_INVALID_LANGUAGE'] = 'Invalid Language Selected';
  2519. $lang['SEARCH_INVALID_STYLE'] = 'Invalid Style Selected';
  2520. $lang['SEARCH_INVALID_TIMEZONE'] = 'Invalid Timezone Selected';
  2521. $lang['SEARCH_INVALID_MODERATORS'] = 'Invalid Forum Selected';
  2522. $lang['SEARCH_INVALID'] = 'Invalid Search';
  2523. $lang['SEARCH_INVALID_DAY'] = 'The day you entered was invalid';
  2524. $lang['SEARCH_INVALID_MONTH'] = 'The month you entered was invalid';
  2525. $lang['SEARCH_INVALID_YEAR'] = 'The year you entered was invalid';
  2526. $lang['SEARCH_NO_REGEXP'] = 'Your database does not support Regular Expression searching.';
  2527. $lang['SEARCH_FOR_USERNAME'] = 'Searching usernames matching %s';
  2528. $lang['SEARCH_FOR_EMAIL'] = 'Searching email addresses matching %s';
  2529. $lang['SEARCH_FOR_IP'] = 'Searching IP addresses matching %s';
  2530. $lang['SEARCH_FOR_DATE'] = 'Searching users who joined %s %d/%d/%d';
  2531. $lang['SEARCH_FOR_GROUP'] = 'Searching group members of %s';
  2532. $lang['SEARCH_FOR_RANK'] = 'Searching carriers rank of %s';
  2533. $lang['SEARCH_FOR_BANNED'] = 'Searching banned users';
  2534. $lang['SEARCH_FOR_ADMINS'] = 'Searching Administrators';
  2535. $lang['SEARCH_FOR_MODS'] = 'Searching Moderators';
  2536. $lang['SEARCH_FOR_DISABLED'] = 'Searching for disabled users';
  2537. $lang['SEARCH_FOR_POSTCOUNT_GREATER'] = 'Searching for users with a post count greater than %d';
  2538. $lang['SEARCH_FOR_POSTCOUNT_LESSER'] = 'Searching for users with a post count less than %d';
  2539. $lang['SEARCH_FOR_POSTCOUNT_RANGE'] = 'Searching for users with a post count between %d and %d';
  2540. $lang['SEARCH_FOR_POSTCOUNT_EQUALS'] = 'Searching for users with a post count value of %d';
  2541. $lang['SEARCH_FOR_USERFIELD_ICQ'] = 'Searching for users with a ICQ address matching %s';
  2542. $lang['SEARCH_FOR_USERFIELD_SKYPE'] = 'Searching for users with an Skype matching %s';
  2543. $lang['SEARCH_FOR_USERFIELD_WEBSITE'] = 'Searching for users with an Website matching %s';
  2544. $lang['SEARCH_FOR_USERFIELD_LOCATION'] = 'Searching for users with a Location matching %s';
  2545. $lang['SEARCH_FOR_USERFIELD_INTERESTS'] = 'Searching for users with their Interests field matching %s';
  2546. $lang['SEARCH_FOR_USERFIELD_OCCUPATION'] = 'Searching for users with their Occupation field matching %s';
  2547. $lang['SEARCH_FOR_LASTVISITED_INTHELAST'] = 'Searching for users who have visited in the last %s %s';
  2548. $lang['SEARCH_FOR_LASTVISITED_AFTERTHELAST'] = 'Searching for users who have visited after the last %s %s';
  2549. $lang['SEARCH_FOR_LANGUAGE'] = 'Searching for users who have set %s as their language';
  2550. $lang['SEARCH_FOR_TIMEZONE'] = 'Searching for users who have set GMT %s as their timezone';
  2551. $lang['SEARCH_FOR_STYLE'] = 'Searching for users who have set %s as their style';
  2552. $lang['SEARCH_FOR_MODERATORS'] = 'Search for moderators of the Forum -> %s';
  2553. $lang['SEARCH_USERS_ADVANCED'] = 'Advanced User Search';
  2554. $lang['SEARCH_USERS_EXPLAIN'] = 'This Module allows you to perform advanced searches for users on a wide range of criteria. Please read the descriptions under each field to understand each search option completely.';
  2555. $lang['SEARCH_USERNAME_EXPLAIN'] = 'Here you can perform a case insensitive search for usernames. If you would like to match part of the username, use * (an asterix) as a wildcard. Checking the Regular Expressions box will allow you to search based on your regex pattern.';
  2556. $lang['SEARCH_EMAIL_EXPLAIN'] = 'Enter an expression to match a user\'s email address. This is case insensitive. If you want to do a partial match, use * (an asterix) as a wildcard. Checking the Regular Expressions box will allow you to search based on your regex pattern.';
  2557. $lang['SEARCH_IP_EXPLAIN'] = 'Search for users by a specific IP address (xxx.xxx.xxx.xxx), wildcard (xxx.xxx.xxx.*) or range (xxx.xxx.xxx.xxx-yyy.yyy.yyy.yyy). Note: the last quad .255 is considered the range of all the IPs in that quad. If you enter 10.0.0.255, it is just like entering 10.0.0.* (No IP is assigned .255 for that matter, it is reserved). Where you may encounter this is in ranges, 10.0.0.5-10.0.0.255 is the same as "10.0.0.*" . You should really enter 10.0.0.5-10.0.0.254 .';
  2558. $lang['SEARCH_USERS_JOINED'] = 'Users that joined';
  2559. $lang['SEARCH_USERS_LASTVISITED'] = 'Users whom have visited';
  2560. $lang['IN_THE_LAST'] = 'in the last';
  2561. $lang['AFTER_THE_LAST'] = 'after the last';
  2562. $lang['BEFORE'] = 'Before';
  2563. $lang['AFTER'] = 'After';
  2564. $lang['SEARCH_USERS_JOINED_EXPLAIN'] = 'Search for users the join Before or After (and on) a specific date. The date format is YYYY/MM/DD.';
  2565. $lang['SEARCH_USERS_GROUPS_EXPLAIN'] = 'View all members of the selected group.';
  2566. $lang['SEARCH_USERS_RANKS_EXPLAIN'] = 'View all carriers of the selected rank.';
  2567. $lang['BANNED_USERS'] = 'Banned Users';
  2568. $lang['DISABLED_USERS'] = 'Disabled Users';
  2569. $lang['SEARCH_USERS_MISC_EXPLAIN'] = 'Administrators - All users with Administrator powers; Moderators - All forum moderators; Banned Users - All accounts that have been banned on these forums; Disabled Users - All users with disabled accounts (either manually disabled or never verified their email address); Users with disabled PMs - Selects users who have the Private Messages priviliges removed (Done via User Management)';
  2570. $lang['POSTCOUNT'] = 'Postcount';
  2571. $lang['EQUALS'] = 'Equals';
  2572. $lang['GREATER_THAN'] = 'Greater than';
  2573. $lang['LESS_THAN'] = 'Less than';
  2574. $lang['SEARCH_USERS_POSTCOUNT_EXPLAIN'] = 'You can search for users based on the Postcount value. You can either search by a specific value, greater than or lesser than a value or between two values. To do the range search, select "Equals" then put the beginning and ending values of the range separated by a dash (-), e.g. 10-15';
  2575. $lang['USERFIELD'] = 'Userfield';
  2576. $lang['SEARCH_USERS_USERFIELD_EXPLAIN'] = 'Search for users based on various profile fields. Wildcards are supported using an asterix (*). Checking the Regular Expressions box will allow you to search based on your regex pattern.';
  2577. $lang['SEARCH_USERS_LASTVISITED_EXPLAIN'] = 'You can search for users based on their last login date using this search option';
  2578. $lang['SEARCH_USERS_LANGUAGE_EXPLAIN'] = 'This will display users whom have selected a specific language in their Profile';
  2579. $lang['SEARCH_USERS_TIMEZONE_EXPLAIN'] = 'Users who have selected a specific timezone in their profile';
  2580. $lang['SEARCH_USERS_STYLE_EXPLAIN'] = 'Display users who have selected a specific style.';
  2581. $lang['MODERATORS_OF'] = 'Moderators of';
  2582. $lang['SEARCH_USERS_MODERATORS_EXPLAIN'] = 'Search for users with Moderating permissions to a specific forum. Moderating permissions are recoginised either by User Permissions or by being in a Group with the right Group Permssions.';
  2583. $lang['REGULAR_EXPRESSION'] = 'Regular Expression?';
  2584. $lang['SEARCH_USERS_NEW'] = '%s yielded %d result(s). Perform <a href="%s">another search</a>.';
  2585. $lang['BANNED'] = 'Banned';
  2586. $lang['NOT_BANNED'] = 'Not Banned';
  2587. $lang['SEARCH_NO_RESULTS'] = 'No users match your selected criteria. Please try another search. If you\'re searching the username or email address fields, for partial matches you must use the wildcard * (an asterix).';
  2588. $lang['ACCOUNT_STATUS'] = 'Account Status';
  2589. $lang['SORT_OPTIONS'] = 'Sort options:';
  2590. $lang['LAST_VISIT'] = 'Last Visit';
  2591. $lang['DAY'] = 'Day';
  2592. $lang['POST_EDIT_CANNOT'] = 'Sorry, but you cannot edit posts';
  2593. $lang['FORUMS_IN_CAT'] = 'forums in that category';