PageRenderTime 46ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/language/en/mcp.php

https://bitbucket.org/jablonski/yebood
PHP | 404 lines | 344 code | 36 blank | 24 comment | 3 complexity | 71c24b571c6bf9832b671a84dc19356b MD5 | raw file
Possible License(s): AGPL-1.0
  1. <?php
  2. /**
  3. *
  4. * mcp [English]
  5. *
  6. * @package language
  7. * @version $Id$
  8. * @copyright (c) 2005 phpBB Group
  9. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10. *
  11. */
  12. /**
  13. * DO NOT CHANGE
  14. */
  15. if (!defined('IN_PHPBB'))
  16. {
  17. exit;
  18. }
  19. if (empty($lang) || !is_array($lang))
  20. {
  21. $lang = array();
  22. }
  23. // DEVELOPERS PLEASE NOTE
  24. //
  25. // All language files should use UTF-8 as their encoding and the files must not contain a BOM.
  26. //
  27. // Placeholders can now contain order information, e.g. instead of
  28. // 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
  29. // translators to re-order the output of data while ensuring it remains correct
  30. //
  31. // You do not need this where single placeholders are used, e.g. 'Message %d' is fine
  32. // equally where a string contains only two placeholders which are used to wrap text
  33. // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
  34. $lang = array_merge($lang, array(
  35. 'ACTION' => 'Action',
  36. 'ACTION_NOTE' => 'Action/Note',
  37. 'ADD_FEEDBACK' => 'Add feedback',
  38. 'ADD_FEEDBACK_EXPLAIN' => 'If you would like to add a report on this please fill out the following form. Only use plain text; HTML, BBCode, etc. are not permitted.',
  39. 'ADD_WARNING' => 'Add warning',
  40. 'ADD_WARNING_EXPLAIN' => 'To send a warning to this user please fill out the following form. Only use plain text; HTML, BBCode, etc. are not permitted.',
  41. 'ALL_ENTRIES' => 'All entries',
  42. 'ALL_NOTES_DELETED' => 'Successfully removed all user notes.',
  43. 'ALL_REPORTS' => 'All reports',
  44. 'ALREADY_REPORTED' => 'This post has already been reported.',
  45. 'ALREADY_REPORTED_PM' => 'This private message has already been reported.',
  46. 'ALREADY_WARNED' => 'A warning has already been issued for this post.',
  47. 'APPROVE' => 'Approve',
  48. 'APPROVE_POST' => 'Approve post',
  49. 'APPROVE_POST_CONFIRM' => 'Are you sure you want to approve this post?',
  50. 'APPROVE_POSTS' => 'Approve posts',
  51. 'APPROVE_POSTS_CONFIRM' => 'Are you sure you want to approve the selected posts?',
  52. 'CANNOT_MOVE_SAME_FORUM'=> 'You cannot move a topic to the forum it’s already in.',
  53. 'CANNOT_WARN_ANONYMOUS' => 'You cannot warn unregistered guest users.',
  54. 'CANNOT_WARN_SELF' => 'You cannot warn yourself.',
  55. 'CAN_LEAVE_BLANK' => 'This can be left blank.',
  56. 'CHANGE_POSTER' => 'Change poster',
  57. 'CLOSE_PM_REPORT' => 'Close PM report',
  58. 'CLOSE_PM_REPORT_CONFIRM' => 'Are you sure you want to close the selected PM report?',
  59. 'CLOSE_PM_REPORTS' => 'Close PM reports',
  60. 'CLOSE_PM_REPORTS_CONFIRM' => 'Are you sure you want to close the selected PM reports?',
  61. 'CLOSE_REPORT' => 'Close report',
  62. 'CLOSE_REPORT_CONFIRM' => 'Are you sure you want to close the selected report?',
  63. 'CLOSE_REPORTS' => 'Close reports',
  64. 'CLOSE_REPORTS_CONFIRM' => 'Are you sure you want to close the selected reports?',
  65. 'DELETE_PM_REPORT' => 'Delete PM report',
  66. 'DELETE_PM_REPORT_CONFIRM' => 'Are you sure you want to delete the selected PM report?',
  67. 'DELETE_PM_REPORTS' => 'Delete PM reports',
  68. 'DELETE_PM_REPORTS_CONFIRM' => 'Are you sure you want to delete the selected PM reports?',
  69. 'DELETE_POSTS' => 'Delete posts',
  70. 'DELETE_POSTS_CONFIRM' => 'Are you sure you want to delete these posts?',
  71. 'DELETE_POST_CONFIRM' => 'Are you sure you want to delete this post?',
  72. 'DELETE_REPORT' => 'Delete report',
  73. 'DELETE_REPORT_CONFIRM' => 'Are you sure you want to delete the selected report?',
  74. 'DELETE_REPORTS' => 'Delete reports',
  75. 'DELETE_REPORTS_CONFIRM' => 'Are you sure you want to delete the selected reports?',
  76. 'DELETE_SHADOW_TOPIC' => 'Delete shadow topic',
  77. 'DELETE_TOPICS' => 'Delete selected topics',
  78. 'DELETE_TOPICS_CONFIRM' => 'Are you sure you want to delete these topics?',
  79. 'DELETE_TOPIC_CONFIRM' => 'Are you sure you want to delete this topic?',
  80. 'DISAPPROVE' => 'Disapprove',
  81. 'DISAPPROVE_REASON' => 'Reason for disapproval',
  82. 'DISAPPROVE_POST' => 'Disapprove post',
  83. 'DISAPPROVE_POST_CONFIRM' => 'Are you sure you want to disapprove this post?',
  84. 'DISAPPROVE_POSTS' => 'Disapprove posts',
  85. 'DISAPPROVE_POSTS_CONFIRM' => 'Are you sure you want to disapprove the selected posts?',
  86. 'DISPLAY_LOG' => 'Display entries from previous',
  87. 'DISPLAY_OPTIONS' => 'Display options',
  88. 'EMPTY_REPORT' => 'You must enter a description when selecting this reason.',
  89. 'EMPTY_TOPICS_REMOVED_WARNING' => 'Please note that one or several topics have been removed from the database because they were or become empty.',
  90. 'FEEDBACK' => 'Feedback',
  91. 'FORK' => 'Copy',
  92. 'FORK_TOPIC' => 'Copy topic',
  93. 'FORK_TOPIC_CONFIRM' => 'Are you sure you want to copy this topic?',
  94. 'FORK_TOPICS' => 'Copy selected topics',
  95. 'FORK_TOPICS_CONFIRM' => 'Are you sure you want to copy the selected topics?',
  96. 'FORUM_DESC' => 'Description',
  97. 'FORUM_NAME' => 'Forum name',
  98. 'FORUM_NOT_EXIST' => 'The forum you selected does not exist.',
  99. 'FORUM_NOT_POSTABLE' => 'The forum you selected cannot be posted to.',
  100. 'FORUM_STATUS' => 'Forum status',
  101. 'FORUM_STYLE' => 'Forum style',
  102. 'GLOBAL_ANNOUNCEMENT' => 'Global announcement',
  103. 'IP_INFO' => 'IP address information',
  104. 'IPS_POSTED_FROM' => 'IP addresses this user has posted from',
  105. 'LATEST_LOGS' => 'Latest 5 logged actions',
  106. 'LATEST_REPORTED' => 'Latest 5 reports',
  107. 'LATEST_REPORTED_PMS' => 'Latest 5 PM reports',
  108. 'LATEST_UNAPPROVED' => 'Latest 5 posts awaiting approval',
  109. 'LATEST_WARNING_TIME' => 'Latest warning issued',
  110. 'LATEST_WARNINGS' => 'Latest 5 warnings',
  111. 'LEAVE_SHADOW' => 'Leave shadow topic in place',
  112. 'LIST_REPORT' => '1 report',
  113. 'LIST_REPORTS' => '%d reports',
  114. 'LOCK' => 'Lock',
  115. 'LOCK_POST_POST' => 'Lock post',
  116. 'LOCK_POST_POST_CONFIRM' => 'Are you sure you want to prevent editing this post?',
  117. 'LOCK_POST_POSTS' => 'Lock selected posts',
  118. 'LOCK_POST_POSTS_CONFIRM' => 'Are you sure you want to prevent editing the selected posts?',
  119. 'LOCK_TOPIC_CONFIRM' => 'Are you sure you want to lock this topic?',
  120. 'LOCK_TOPICS' => 'Lock selected topics',
  121. 'LOCK_TOPICS_CONFIRM' => 'Are you sure you want to lock all selected topics?',
  122. 'LOGS_CURRENT_TOPIC' => 'Currently viewing logs of:',
  123. 'LOGIN_EXPLAIN_MCP' => 'To moderate this forum you must login.',
  124. 'LOGVIEW_VIEWTOPIC' => 'View topic',
  125. 'LOGVIEW_VIEWLOGS' => 'View topic log',
  126. 'LOGVIEW_VIEWFORUM' => 'View forum',
  127. 'LOOKUP_ALL' => 'Look up all IPs',
  128. 'LOOKUP_IP' => 'Look up IP',
  129. 'MARKED_NOTES_DELETED' => 'Successfully removed all marked user notes.',
  130. 'MCP_ADD' => 'Add a warning',
  131. 'MCP_BAN' => 'Banning',
  132. 'MCP_BAN_EMAILS' => 'Ban e-mails',
  133. 'MCP_BAN_IPS' => 'Ban IPs',
  134. 'MCP_BAN_USERNAMES' => 'Ban Usernames',
  135. 'MCP_LOGS' => 'Moderator logs',
  136. 'MCP_LOGS_FRONT' => 'Front page',
  137. 'MCP_LOGS_FORUM_VIEW' => 'Forum logs',
  138. 'MCP_LOGS_TOPIC_VIEW' => 'Topic logs',
  139. 'MCP_MAIN' => 'Main',
  140. 'MCP_MAIN_FORUM_VIEW' => 'View forum',
  141. 'MCP_MAIN_FRONT' => 'Front page',
  142. 'MCP_MAIN_POST_DETAILS' => 'Post details',
  143. 'MCP_MAIN_TOPIC_VIEW' => 'View topic',
  144. 'MCP_MAKE_ANNOUNCEMENT' => 'Modify to “Announcement”',
  145. 'MCP_MAKE_ANNOUNCEMENT_CONFIRM' => 'Are you sure you want to change this topic to an “Announcement”?',
  146. 'MCP_MAKE_ANNOUNCEMENTS' => 'Modify to “Announcements”',
  147. 'MCP_MAKE_ANNOUNCEMENTS_CONFIRM'=> 'Are you sure you want to change the selected topics to “Announcements”?',
  148. 'MCP_MAKE_GLOBAL' => 'Modify to “Global announcement”',
  149. 'MCP_MAKE_GLOBAL_CONFIRM' => 'Are you sure you want to change this topic to a “Global announcement”?',
  150. 'MCP_MAKE_GLOBALS' => 'Modify to “Global announcements”',
  151. 'MCP_MAKE_GLOBALS_CONFIRM' => 'Are you sure you want to change the selected topics to “Global announcements”?',
  152. 'MCP_MAKE_STICKY' => 'Modify to “Sticky”',
  153. 'MCP_MAKE_STICKY_CONFIRM' => 'Are you sure you want to change this topic to a “Sticky”?',
  154. 'MCP_MAKE_STICKIES' => 'Modify to “Stickies”',
  155. 'MCP_MAKE_STICKIES_CONFIRM' => 'Are you sure you want to change the selected topics to “Stickies”?',
  156. 'MCP_MAKE_NORMAL' => 'Modify to “Standard Topic”',
  157. 'MCP_MAKE_NORMAL_CONFIRM' => 'Are you sure you want to change this topic to a “Standard Topic”?',
  158. 'MCP_MAKE_NORMALS' => 'Modify to “Standard Topics”',
  159. 'MCP_MAKE_NORMALS_CONFIRM' => 'Are you sure you want to change the selected topics to “Standard Topics”?',
  160. 'MCP_NOTES' => 'User notes',
  161. 'MCP_NOTES_FRONT' => 'Front page',
  162. 'MCP_NOTES_USER' => 'User details',
  163. 'MCP_POST_REPORTS' => 'Reports issued on this post',
  164. 'MCP_PM_REPORTS' => 'Reported PMs',
  165. 'MCP_PM_REPORT_DETAILS' => 'PM Report details',
  166. 'MCP_PM_REPORTS_CLOSED' => 'Closed PM reports',
  167. 'MCP_PM_REPORTS_CLOSED_EXPLAIN' => 'This is a list of all reports about private messages which have previously been resolved.',
  168. 'MCP_PM_REPORTS_OPEN' => 'Open PM reports',
  169. 'MCP_PM_REPORTS_OPEN_EXPLAIN' => 'This is a list of all reported private messages which are still to be handled.',
  170. 'MCP_REPORTS' => 'Reported messages',
  171. 'MCP_REPORT_DETAILS' => 'Report details',
  172. 'MCP_REPORTS_CLOSED' => 'Closed reports',
  173. 'MCP_REPORTS_CLOSED_EXPLAIN' => 'This is a list of all reports about posts which have previously been resolved.',
  174. 'MCP_REPORTS_OPEN' => 'Open reports',
  175. 'MCP_REPORTS_OPEN_EXPLAIN' => 'This is a list of all reported posts which are still to be handled.',
  176. 'MCP_QUEUE' => 'Moderation queue',
  177. 'MCP_QUEUE_APPROVE_DETAILS' => 'Approve details',
  178. 'MCP_QUEUE_UNAPPROVED_POSTS' => 'Posts awaiting approval',
  179. 'MCP_QUEUE_UNAPPROVED_POSTS_EXPLAIN' => 'This is a list of all posts which require approving before they will be visible to users.',
  180. 'MCP_QUEUE_UNAPPROVED_TOPICS' => 'Topics awaiting approval',
  181. 'MCP_QUEUE_UNAPPROVED_TOPICS_EXPLAIN' => 'This is a list of all topics which require approving before they will be visible to users.',
  182. 'MCP_VIEW_USER' => 'View warnings for a specific user',
  183. 'MCP_WARN' => 'Warnings',
  184. 'MCP_WARN_FRONT' => 'Front page',
  185. 'MCP_WARN_LIST' => 'List warnings',
  186. 'MCP_WARN_POST' => 'Warn for specific post',
  187. 'MCP_WARN_USER' => 'Warn user',
  188. 'MERGE_POSTS_CONFIRM' => 'Are you sure you want to move the selected posts?',
  189. 'MERGE_TOPIC_EXPLAIN' => 'Using the form below you can move selected posts into another topic. The posts will be split from this topic and merged into the other topic. These posts will not be reordered and will appear as if the users posted them to the new topic.<br />Please enter the destination topic id or click on “Select topic” to search for one.',
  190. 'MERGE_TOPIC_ID' => 'Destination topic identification number',
  191. 'MERGE_TOPICS' => 'Merge topics',
  192. 'MERGE_TOPICS_CONFIRM' => 'Are you sure you want to merge the selected topics?',
  193. 'MODERATE_FORUM' => 'Moderate forum',
  194. 'MODERATE_TOPIC' => 'Moderate topic',
  195. 'MODERATE_POST' => 'Moderate post',
  196. 'MOD_OPTIONS' => 'Moderator options',
  197. 'MORE_INFO' => 'Further information',
  198. 'MOST_WARNINGS' => 'Users with most warnings',
  199. 'MOVE_TOPIC_CONFIRM' => 'Are you sure you want to move the topic into a new forum?',
  200. 'MOVE_TOPICS' => 'Move selected topics',
  201. 'MOVE_TOPICS_CONFIRM' => 'Are you sure you want to move the selected topics into a new forum?',
  202. 'NOTIFY_POSTER_APPROVAL' => 'Notify poster about approval?',
  203. 'NOTIFY_POSTER_DISAPPROVAL' => 'Notify poster about disapproval?',
  204. 'NOTIFY_USER_WARN' => 'Notify user about warning?',
  205. 'NOT_MODERATOR' => 'You are not a moderator of this forum.',
  206. 'NO_DESTINATION_FORUM' => 'Please select a forum for destination.',
  207. 'NO_DESTINATION_FORUM_FOUND' => 'There is no destination forum available.',
  208. 'NO_ENTRIES' => 'No log entries for this period.',
  209. 'NO_FEEDBACK' => 'No feedback exists for this user.',
  210. 'NO_FINAL_TOPIC_SELECTED' => 'You have to select a destination topic for merging posts.',
  211. 'NO_MATCHES_FOUND' => 'No matches found.',
  212. 'NO_POST' => 'You have to select a post in order to warn the user for a post.',
  213. 'NO_POST_REPORT' => 'This post was not reported.',
  214. 'NO_POST_SELECTED' => 'You must select at least one post to perform this action.',
  215. 'NO_REASON_DISAPPROVAL' => 'Please give an appropriate reason for disapproval.',
  216. 'NO_REPORT' => 'No report found',
  217. 'NO_REPORTS' => 'No reports found',
  218. 'NO_REPORT_SELECTED' => 'You must select at least one report to perform this action.',
  219. 'NO_TOPIC_ICON' => 'None',
  220. 'NO_TOPIC_SELECTED' => 'You must select at least one topic to perform this action.',
  221. 'NO_TOPICS_QUEUE' => 'There are no topics waiting for approval.',
  222. 'ONLY_TOPIC' => 'Only topic “%s”',
  223. 'OTHER_USERS' => 'Other users posting from this IP',
  224. 'PM_REPORT_CLOSED_SUCCESS' => 'The selected PM report has been closed successfully.',
  225. 'PM_REPORT_DELETED_SUCCESS' => 'The selected PM report has been deleted successfully.',
  226. 'PM_REPORTED_SUCCESS' => 'This private message has been successfully reported.',
  227. 'PM_REPORT_TOTAL' => 'In total there is <strong>1</strong> PM report to review.',
  228. 'PM_REPORTS_CLOSED_SUCCESS' => 'The selected PM reports have been closed successfully.',
  229. 'PM_REPORTS_DELETED_SUCCESS'=> 'The selected PM reports have been deleted successfully.',
  230. 'PM_REPORTS_TOTAL' => 'In total there are <strong>%d</strong> PM reports to review.',
  231. 'PM_REPORTS_ZERO_TOTAL' => 'There are no PM reports to review.',
  232. 'PM_REPORT_DETAILS' => 'Private message report details',
  233. 'POSTER' => 'Poster',
  234. 'POSTS_APPROVED_SUCCESS' => 'The selected posts have been approved.',
  235. 'POSTS_DELETED_SUCCESS' => 'The selected posts have been successfully removed from the database.',
  236. 'POSTS_DISAPPROVED_SUCCESS' => 'The selected posts have been disapproved.',
  237. 'POSTS_LOCKED_SUCCESS' => 'The selected posts have been locked successfully.',
  238. 'POSTS_MERGED_SUCCESS' => 'The selected posts have been merged.',
  239. 'POSTS_UNLOCKED_SUCCESS' => 'The selected posts have been unlocked successfully.',
  240. 'POSTS_PER_PAGE' => 'Posts per page',
  241. 'POSTS_PER_PAGE_EXPLAIN' => '(Set to 0 to view all posts.)',
  242. 'POST_APPROVED_SUCCESS' => 'The selected post has been approved.',
  243. 'POST_DELETED_SUCCESS' => 'The selected post has been successfully removed from the database.',
  244. 'POST_DISAPPROVED_SUCCESS' => 'The selected post has been disapproved.',
  245. 'POST_LOCKED_SUCCESS' => 'Post locked successfully.',
  246. 'POST_NOT_EXIST' => 'The post you requested does not exist.',
  247. 'POST_REPORTED_SUCCESS' => 'This post has been successfully reported.',
  248. 'POST_UNLOCKED_SUCCESS' => 'Post unlocked successfully.',
  249. 'READ_USERNOTES' => 'User notes',
  250. 'READ_WARNINGS' => 'User warnings',
  251. 'REPORTER' => 'Reporter',
  252. 'REPORTED' => 'Reported',
  253. 'REPORTED_BY' => 'Reported by',
  254. 'REPORTED_ON_DATE' => 'on',
  255. 'REPORTS_CLOSED_SUCCESS' => 'The selected reports have been closed successfully.',
  256. 'REPORTS_DELETED_SUCCESS' => 'The selected reports have been deleted successfully.',
  257. 'REPORTS_TOTAL' => 'In total there are <strong>%d</strong> reports to review.',
  258. 'REPORTS_ZERO_TOTAL' => 'There are no reports to review.',
  259. 'REPORT_CLOSED' => 'This report has already been closed.',
  260. 'REPORT_CLOSED_SUCCESS' => 'The selected report has been closed successfully.',
  261. 'REPORT_DELETED_SUCCESS' => 'The selected report has been deleted successfully.',
  262. 'REPORT_DETAILS' => 'Report details',
  263. 'REPORT_MESSAGE' => 'Report this message',
  264. 'REPORT_MESSAGE_EXPLAIN' => 'Use this form to report the selected private message. Reporting should generally be used only if the message breaks forum rules. <strong>Reporting a private message will make its contents visible to all moderators.</strong>',
  265. 'REPORT_NOTIFY' => 'Notify me',
  266. 'REPORT_NOTIFY_EXPLAIN' => 'Informs you when your report is dealt with.',
  267. 'REPORT_POST_EXPLAIN' => 'Use this form to report the selected post to the forum moderators and board administrators. Reporting should generally be used only if the post breaks forum rules.',
  268. 'REPORT_REASON' => 'Report reason',
  269. 'REPORT_TIME' => 'Report time',
  270. 'REPORT_TOTAL' => 'In total there is <strong>1</strong> report to review.',
  271. 'RESYNC' => 'Resync',
  272. 'RETURN_MESSAGE' => '%sReturn to the message%s',
  273. 'RETURN_NEW_FORUM' => '%sGo to the new forum%s',
  274. 'RETURN_NEW_TOPIC' => '%sGo to the new topic%s',
  275. 'RETURN_PM' => '%sReturn to the private message%s',
  276. 'RETURN_POST' => '%sReturn to the post%s',
  277. 'RETURN_QUEUE' => '%sReturn to the queue%s',
  278. 'RETURN_REPORTS' => '%sReturn to the reports%s',
  279. 'RETURN_TOPIC_SIMPLE' => '%sReturn to the topic%s',
  280. 'SEARCH_POSTS_BY_USER' => 'Search posts by',
  281. 'SELECT_ACTION' => 'Select desired action',
  282. 'SELECT_FORUM_GLOBAL_ANNOUNCEMENT' => 'Please select the forum you wish this global announcement to be displayed.',
  283. 'SELECT_FORUM_GLOBAL_ANNOUNCEMENTS' => 'One or more of the selected topics are global announcements. Please select the forum you wish these to be displayed.',
  284. 'SELECT_MERGE' => 'Select for merge',
  285. 'SELECT_TOPICS_FROM' => 'Select topics from',
  286. 'SELECT_TOPIC' => 'Select topic',
  287. 'SELECT_USER' => 'Select user',
  288. 'SORT_ACTION' => 'Log action',
  289. 'SORT_DATE' => 'Date',
  290. 'SORT_IP' => 'IP address',
  291. 'SORT_WARNINGS' => 'Warnings',
  292. 'SPLIT_AFTER' => 'Split topic from selected post onwards',
  293. 'SPLIT_FORUM' => 'Forum for new topic',
  294. 'SPLIT_POSTS' => 'Split selected posts',
  295. 'SPLIT_SUBJECT' => 'New topic title',
  296. 'SPLIT_TOPIC_ALL' => 'Split topic from selected posts',
  297. 'SPLIT_TOPIC_ALL_CONFIRM' => 'Are you sure you want to split this topic?',
  298. 'SPLIT_TOPIC_BEYOND' => 'Split topic at selected post',
  299. 'SPLIT_TOPIC_BEYOND_CONFIRM' => 'Are you sure you want to split this topic at the selected post?',
  300. '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.',
  301. 'THIS_PM_IP' => 'IP for this private message',
  302. 'THIS_POST_IP' => 'IP for this post',
  303. 'TOPICS_APPROVED_SUCCESS' => 'The selected topics have been approved.',
  304. 'TOPICS_DELETED_SUCCESS' => 'The selected topics have been successfully removed from the database.',
  305. 'TOPICS_DISAPPROVED_SUCCESS'=> 'The selected topics have been disapproved.',
  306. 'TOPICS_FORKED_SUCCESS' => 'The selected topics have been copied successfully.',
  307. 'TOPICS_LOCKED_SUCCESS' => 'The selected topics have been locked.',
  308. 'TOPICS_MOVED_SUCCESS' => 'The selected topics have been moved successfully.',
  309. 'TOPICS_RESYNC_SUCCESS' => 'The selected topics have been resynchronised.',
  310. 'TOPICS_TYPE_CHANGED' => 'Topic types changed successfully.',
  311. 'TOPICS_UNLOCKED_SUCCESS' => 'The selected topics have been unlocked.',
  312. 'TOPIC_APPROVED_SUCCESS' => 'The selected topic has been approved.',
  313. 'TOPIC_DELETED_SUCCESS' => 'The selected topic has been successfully removed from the database.',
  314. 'TOPIC_DISAPPROVED_SUCCESS' => 'The selected topic has been disapproved.',
  315. 'TOPIC_FORKED_SUCCESS' => 'The selected topic has been copied successfully.',
  316. 'TOPIC_LOCKED_SUCCESS' => 'The selected topic has been locked.',
  317. 'TOPIC_MOVED_SUCCESS' => 'The selected topic has been moved successfully.',
  318. 'TOPIC_NOT_EXIST' => 'The topic you selected does not exist.',
  319. 'TOPIC_RESYNC_SUCCESS' => 'The selected topic has been resynchronised.',
  320. 'TOPIC_SPLIT_SUCCESS' => 'The selected topic has been split successfully.',
  321. 'TOPIC_TIME' => 'Topic time',
  322. 'TOPIC_TYPE_CHANGED' => 'Topic type changed successfully.',
  323. 'TOPIC_UNLOCKED_SUCCESS' => 'The selected topic has been unlocked.',
  324. 'TOTAL_WARNINGS' => 'Total Warnings',
  325. 'UNAPPROVED_POSTS_TOTAL' => 'In total there are <strong>%d</strong> posts waiting for approval.',
  326. 'UNAPPROVED_POSTS_ZERO_TOTAL' => 'There are no posts waiting for approval.',
  327. 'UNAPPROVED_POST_TOTAL' => 'In total there is <strong>1</strong> post waiting for approval.',
  328. 'UNLOCK' => 'Unlock',
  329. 'UNLOCK_POST' => 'Unlock post',
  330. 'UNLOCK_POST_EXPLAIN' => 'Allow editing',
  331. 'UNLOCK_POST_POST' => 'Unlock post',
  332. 'UNLOCK_POST_POST_CONFIRM' => 'Are you sure you want to allow editing this post?',
  333. 'UNLOCK_POST_POSTS' => 'Unlock selected posts',
  334. 'UNLOCK_POST_POSTS_CONFIRM' => 'Are you sure you want to allow editing the selected posts?',
  335. 'UNLOCK_TOPIC' => 'Unlock topic',
  336. 'UNLOCK_TOPIC_CONFIRM' => 'Are you sure you want to unlock this topic?',
  337. 'UNLOCK_TOPICS' => 'Unlock selected topics',
  338. 'UNLOCK_TOPICS_CONFIRM' => 'Are you sure you want to unlock all selected topics?',
  339. 'USER_CANNOT_POST' => 'You cannot post in this forum.',
  340. 'USER_CANNOT_REPORT' => 'You cannot report posts in this forum.',
  341. 'USER_FEEDBACK_ADDED' => 'User feedback added successfully.',
  342. 'USER_WARNING_ADDED' => 'User warned successfully.',
  343. 'VIEW_DETAILS' => 'View details',
  344. 'VIEW_PM' => 'View private message',
  345. 'VIEW_POST' => 'View post',
  346. 'WARNED_USERS' => 'Warned users',
  347. 'WARNED_USERS_EXPLAIN' => 'This is a list of users with unexpired warnings issued to them.',
  348. 'WARNING_PM_BODY' => 'The following is a warning which has been issued to you by an administrator or moderator of this site.[quote]%s[/quote]',
  349. 'WARNING_PM_SUBJECT' => 'Board warning issued',
  350. 'WARNING_POST_DEFAULT' => 'This is a warning regarding the following post made by you: %s .',
  351. 'WARNINGS_ZERO_TOTAL' => 'No warnings exist.',
  352. 'YOU_SELECTED_TOPIC' => 'You selected topic number %d: %s.',
  353. 'report_reasons' => array(
  354. 'TITLE' => array(
  355. 'WAREZ' => 'Warez',
  356. 'SPAM' => 'Spam',
  357. 'OFF_TOPIC' => 'Off-topic',
  358. 'OTHER' => 'Other',
  359. ),
  360. 'DESCRIPTION' => array(
  361. 'WAREZ' => 'The message contains links to illegal or pirated software.',
  362. 'SPAM' => 'The reported message has the only purpose to advertise for a website or another product.',
  363. 'OFF_TOPIC' => 'The reported message is off topic.',
  364. 'OTHER' => 'The reported message does not fit into any other category, please use the further information field.',
  365. )
  366. ),
  367. ));
  368. ?>