ManageMaintenance.english.php 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. <?php
  2. // Version: 2.1 Alpha 1; ManageMaintenance
  3. $txt['repair_zero_ids'] = 'Found topics and/or messages with topic or message IDs of 0.';
  4. $txt['repair_missing_topics'] = 'Message #%1$d is in non-existent topic #%2$d.';
  5. $txt['repair_missing_messages'] = 'Topic #%1$d contains no (actual) messages.';
  6. $txt['repair_stats_topics_1'] = 'Topic #%1$d has the first message ID %2$d, which is incorrect.';
  7. $txt['repair_stats_topics_2'] = 'Topic #%1$d has the last message ID %2$d, which is incorrect.';
  8. $txt['repair_stats_topics_3'] = 'Topic #%1$d has the wrong number of replies, %2$d.';
  9. $txt['repair_stats_topics_4'] = 'Topic #%1$d has the wrong number of unapproved posts, %2$d.';
  10. $txt['repair_stats_topics_5'] = 'Topic #%1$d has the wrong approval flag set.';
  11. $txt['repair_missing_boards'] = 'Topic #%1$d is in board #%2$d, which is missing.';
  12. $txt['repair_missing_categories'] = 'Board #%1$d is in category #%2$d, which is missing.';
  13. $txt['repair_missing_posters'] = 'Message #%1$d was posted by member #%2$d, who is now missing.';
  14. $txt['repair_missing_parents'] = 'Board #%1$d is a sub-board of board #%2$d, which is missing.';
  15. $txt['repair_missing_polls'] = 'Topic #%1$d is tied to non-existent poll #%2$d.';
  16. $txt['repair_polls_missing_topics'] = 'Poll #%1$d is tied to non-existent topic #%2$d.';
  17. $txt['repair_missing_calendar_topics'] = 'Event #%1$d is tied to topic #%2$d, which is missing.';
  18. $txt['repair_missing_log_topics'] = 'Topic #%1$d is marked as read for one or more people, but does not exist.';
  19. $txt['repair_missing_log_topics_members'] = 'Member #%1$d has marked one or more topics as read, but does not exist.';
  20. $txt['repair_missing_log_boards'] = 'Board #%1$d is marked as read for one or more people, but does not exist.';
  21. $txt['repair_missing_log_boards_members'] = 'Member #%1$d has marked one or more boards as read, but does not exist.';
  22. $txt['repair_missing_log_mark_read'] = 'Board #%1$d is marked as read for one or more people, but does not exist.';
  23. $txt['repair_missing_log_mark_read_members'] = 'Member #%1$d has marked one or more boards as read, but does not exist.';
  24. $txt['repair_missing_pms'] = 'Personal message #%1$d has been sent to one or more people, but does not exist.';
  25. $txt['repair_missing_recipients'] = 'Member #%1$d has received one or more personal messages, but does not exist.';
  26. $txt['repair_missing_senders'] = 'Personal message #%1$d was sent by member #%2$d, who does not exist.';
  27. $txt['repair_missing_notify_members'] = 'Notifications have been requested by member #%1$d, who does not exist.';
  28. $txt['repair_missing_cached_subject'] = 'The subject of topic #%1$d is currently not stored in the subject cache.';
  29. $txt['repair_missing_topic_for_cache'] = 'Cached word \'%1$s\' is linked to a non-existent topic.';
  30. $txt['repair_missing_log_poll_member'] = 'Poll #%1$d has been given a vote from member #%2$d , who is now missing.';
  31. $txt['repair_missing_log_poll_vote'] = 'A vote was cast by member #%1$d on a non-existent poll #%2$d.';
  32. $txt['repair_missing_thumbnail_parent'] = 'A thumbnail exists called %1$s, but it doesn\'t have a parent.';
  33. $txt['repair_report_missing_comments'] = 'Report #%1$d of topic: &quot;%2$s&quot; has no comments.';
  34. $txt['repair_comments_missing_report'] = 'Report comment #%1$d submitted by %2$s has no related report.';
  35. $txt['repair_group_request_missing_member'] = 'A group request still exists for deleted member #%1$d.';
  36. $txt['repair_group_request_missing_group'] = 'A group request still exists for deleted group #%1$d.';
  37. $txt['repair_currently_checking'] = 'Checking: &quot;%1$s&quot;';
  38. $txt['repair_currently_fixing'] = 'Fixing: &quot;%1$s&quot;';
  39. $txt['repair_operation_zero_topics'] = 'Topics with id_topic incorrectly set to zero';
  40. $txt['repair_operation_zero_messages'] = 'Messages with id_msg incorrectly set to zero';
  41. $txt['repair_operation_missing_topics'] = 'Messages missing topic entries';
  42. $txt['repair_operation_missing_messages'] = 'Topics without any messages';
  43. $txt['repair_operation_stats_topics'] = 'Topics with incorrect first or last message entries';
  44. $txt['repair_operation_stats_topics2'] = 'Topics with the wrong number of replies';
  45. $txt['repair_operation_stats_topics3'] = 'Topics with the wrong unapproved post count';
  46. $txt['repair_operation_missing_boards'] = 'Topics in a non-existent board';
  47. $txt['repair_operation_missing_categories'] = 'Boards in a non-existent category';
  48. $txt['repair_operation_missing_posters'] = 'Messages linked to non-existent members';
  49. $txt['repair_operation_missing_parents'] = 'Sub-boards with non-existent parents';
  50. $txt['repair_operation_missing_polls'] = 'Topics linked to non-existent polls';
  51. $txt['repair_operation_missing_calendar_topics'] = 'Events linked to non-existent topics';
  52. $txt['repair_operation_missing_log_topics'] = 'Topic logs linked to non-existent topics';
  53. $txt['repair_operation_missing_log_topics_members'] = 'Topic logs linked to non-existent members';
  54. $txt['repair_operation_missing_log_boards'] = 'Board logs linked to non-existent boards';
  55. $txt['repair_operation_missing_log_boards_members'] = 'Board logs linked to non-existent members';
  56. $txt['repair_operation_missing_log_mark_read'] = 'Mark read data linked to non-existent boards';
  57. $txt['repair_operation_missing_log_mark_read_members'] = 'Mark read data linked to non-existent members';
  58. $txt['repair_operation_missing_pms'] = 'PM recipients missing the master personal message';
  59. $txt['repair_operation_missing_recipients'] = 'PM recipients linked to a non-existent member';
  60. $txt['repair_operation_missing_senders'] = 'Personal messages linked to a non-existent member';
  61. $txt['repair_operation_missing_notify_members'] = 'Notification logs linked to a non-existent member';
  62. $txt['repair_operation_missing_cached_subject'] = 'Topics missing their search cache entries';
  63. $txt['repair_operation_missing_topic_for_cache'] = 'Search cache entries linked to non-existent topic';
  64. $txt['repair_operation_missing_member_vote'] = 'Poll votes linked to non-existent members';
  65. $txt['repair_operation_missing_log_poll_vote'] = 'Poll votes linked to non-existent poll';
  66. $txt['repair_operation_report_missing_comments'] = 'Topic reports without a comment';
  67. $txt['repair_operation_comments_missing_report'] = 'Report comments missing the topic report';
  68. $txt['repair_operation_group_request_missing_member'] = 'Group requests missing the requesting member';
  69. $txt['repair_operation_group_request_missing_group'] = 'Group requests for a non-existent group';
  70. $txt['salvaged_category_name'] = 'Salvage Area';
  71. $txt['salvaged_category_error'] = 'Unable to create Salvage Area category!';
  72. $txt['salvaged_board_name'] = 'Salvaged Topics';
  73. $txt['salvaged_board_description'] = 'Topics created for messages with non-existent topics';
  74. $txt['salvaged_board_error'] = 'Unable to create Salvaged Topics board!';
  75. $txt['salvaged_poll_topic_name'] = 'Salvaged Poll';
  76. $txt['salvaged_poll_message_body'] = 'This poll was found without a topic.';
  77. $txt['database_optimize'] = 'Optimize Database';
  78. $txt['database_numb_tables'] = 'Your database contains %1$d tables.';
  79. $txt['database_optimize_attempt'] = 'Attempting to optimize your database...';
  80. $txt['database_optimizing'] = 'Optimizing %1$s... %2$01.2f KB optimized.';
  81. $txt['database_already_optimized'] = 'All of the tables were already optimized.';
  82. $txt['database_opimize_unneeded'] = 'It wasn\'t necessary to optimize any tables.';
  83. $txt['database_optimized'] = ' table(s) optimized.';
  84. $txt['database_no_id'] = 'has a non-existent member ID';
  85. $txt['apply_filter'] = 'Apply Filter';
  86. $txt['applying_filter'] = 'Applying Filter';
  87. $txt['filter_only_member'] = 'Only show the error messages of this member';
  88. $txt['filter_only_ip'] = 'Only show the error messages of this IP address';
  89. $txt['filter_only_session'] = 'Only show the error messages of this session';
  90. $txt['filter_only_url'] = 'Only show the error messages of this URL';
  91. $txt['filter_only_message'] = 'Only show the errors with the same message';
  92. $txt['session'] = 'Session';
  93. $txt['error_url'] = 'URL of page causing the error';
  94. $txt['error_message'] = 'Error message';
  95. $txt['clear_filter'] = 'Clear filter';
  96. $txt['remove_selection'] = 'Remove Selection';
  97. $txt['remove_filtered_results'] = 'Remove all filtered results';
  98. $txt['sure_about_errorlog_remove'] = 'Are you sure you want to completely clear the error log?';
  99. $txt['remove_selection_confirm'] = 'Are you sure you want to delete the selected entries?';
  100. $txt['remove_filtered_results_confirm'] = 'Are you sure you want to delete the filtered entries?';
  101. $txt['reverse_direction'] = 'Reverse chronological order of list';
  102. $txt['error_type'] = 'Type of error';
  103. $txt['filter_only_type'] = 'Only show the errors of this type';
  104. $txt['filter_only_file'] = 'Only show the errors from this file';
  105. $txt['apply_filter_of_type'] = 'Apply filter of type';
  106. $txt['errortype_all'] = 'All errors';
  107. $txt['errortype_general'] = 'General';
  108. $txt['errortype_general_desc'] = 'General errors that have not been categorized into another type';
  109. $txt['errortype_critical'] = '<span style="color:red;">Critical</span>';
  110. $txt['errortype_critical_desc'] = 'Critical errors. These should be taken care of as quickly as possible. Ignoring these errors can result in your forum failing and possibly security issues';
  111. $txt['errortype_database'] = 'Database';
  112. $txt['errortype_database_desc'] = 'Errors caused by faulty queries. These should be looked at and reported to the SMF team.';
  113. $txt['errortype_undefined_vars'] = 'Undefined';
  114. $txt['errortype_undefined_vars_desc'] = 'Errors caused by the use of undefined variables, indexes, or offsets.';
  115. $txt['errortype_ban'] = 'Bans';
  116. $txt['errortype_ban_desc'] = 'A log of banned users trying to access your forum.';
  117. $txt['errortype_template'] = 'Template';
  118. $txt['errortype_template_desc'] = 'Errors related to the loading of templates.';
  119. $txt['errortype_user'] = 'User';
  120. $txt['errortype_user_desc'] = 'Errors resulting from user errors. Includes failed passwords, trying to login when banned, and trying to do an action for which they do not have permission.';
  121. $txt['errortype_cron'] = 'Cron';
  122. $txt['errortype_cron_desc'] = 'Errors resulting from background tasks.';
  123. $txt['errortype_paidsubs'] = 'Paid Subs';
  124. $txt['errortype_paidsubs'] = 'Errors resulting from paid subscriptions, which can include notification of payment failures.';
  125. $txt['maintain_recount'] = 'Recount all forum totals and statistics';
  126. $txt['maintain_recount_info'] = 'Should the total replies of a topic or the number of PMs in your inbox be incorrect: this function will recount all saved counts and statistics for you.';
  127. $txt['maintain_errors'] = 'Find and repair any errors';
  128. $txt['maintain_errors_info'] = 'If, for example, posts or topics are missing after a server crash, this function may help finding them again.';
  129. $txt['maintain_logs'] = 'Empty out unimportant logs';
  130. $txt['maintain_logs_info'] = 'This function will empty out all unimportant logs. This should be avoided unless something\'s wrong, but it doesn\'t hurt anything.';
  131. $txt['maintain_cache'] = 'Empty the file cache';
  132. $txt['maintain_cache_info'] = 'This function will empty out the file cache should you need it to be cleared.';
  133. $txt['maintain_optimize'] = 'Optimize all tables';
  134. $txt['maintain_optimize_info'] = 'This task allows you to optimize all tables. This will get rid of overhead, effectively making the tables smaller in size and your forum faster.';
  135. $txt['maintain_version'] = 'Check all files against current versions';
  136. $txt['maintain_version_info'] = 'This maintenance task allows you to do a detailed version check of all forum files against the official list of latest versions.';
  137. $txt['maintain_run_now'] = 'Run task now';
  138. $txt['maintain_return'] = 'Back to Forum Maintenance';
  139. $txt['maintain_backup'] = 'Backup Database';
  140. $txt['maintain_backup_info'] = 'Download a backup copy of your forums database in case of emergency.';
  141. $txt['maintain_backup_struct'] = 'Save the table structure.';
  142. $txt['maintain_backup_data'] = 'Save the table data (the important stuff).';
  143. $txt['maintain_backup_gz'] = 'Compress the file with gzip.';
  144. $txt['maintain_backup_save'] = 'Download';
  145. $txt['maintain_old'] = 'Remove Old Posts';
  146. $txt['maintain_old_since_days1'] = 'Remove all topics not posted in for ';
  147. $txt['maintain_old_since_days2'] = ' days, which are:';
  148. $txt['maintain_old_nothing_else'] = 'Any sort of topic.';
  149. $txt['maintain_old_are_moved'] = 'Moved topic notices.';
  150. $txt['maintain_old_are_locked'] = 'Locked.';
  151. $txt['maintain_old_are_not_stickied'] = 'But don\'t count stickied topics.';
  152. $txt['maintain_old_all'] = 'All boards (click to select specific boards)';
  153. $txt['maintain_old_choose'] = 'Specific boards (click to select all)';
  154. $txt['maintain_old_remove'] = 'Remove now';
  155. $txt['maintain_old_confirm'] = 'Are you really sure you want to delete old posts now?\\n\\nThis cannot be undone!';
  156. $txt['maintain_old_drafts'] = 'Remove old drafts';
  157. $txt['maintain_old_drafts_days'] = 'Remove all drafts older than';
  158. $txt['maintain_old_drafts_confirm'] = 'Are you really sure you want to delete old drafts now?\\n\\nThis cannot be undone!';
  159. $txt['maintain_members'] = 'Remove Inactive Members';
  160. $txt['maintain_members_ungrouped'] = 'Ungrouped Members <span class="smalltext">(Members with no assigned groups)</span>';
  161. $txt['maintain_members_since1'] = 'Remove all members who have not';
  162. $txt['maintain_members_since2'] = 'for';
  163. $txt['maintain_members_since3'] = 'days.';
  164. $txt['maintain_members_activated'] = 'activated their account';
  165. $txt['maintain_members_logged_in'] = 'logged in';
  166. $txt['maintain_members_all'] = 'All Membergroups';
  167. $txt['maintain_members_choose'] = 'Selected Groups';
  168. $txt['maintain_members_confirm'] = 'Are you sure you really want to delete these member accounts?\\n\\nThis cannot be undone!';
  169. $txt['utf8_title'] = 'Convert the database and data to UTF-8';
  170. $txt['utf8_introduction'] = 'UTF-8 is an international character set covering nearly all languages around the world. Converting your database and data to UTF-8 can make it easier to support multiple languages on the same board. It also can enhance search and sorting capabilities for languages with non-latin characters.';
  171. $txt['utf8_warning'] = 'If you want to convert your data and database to UTF-8, be aware of the following:
  172. <ul class="normallist">
  173. <li>Converting character sets might be <em>harmful</em> for your data. Make sure you have backed up your database <em>before</em> converting.</li>
  174. <li>Because UTF-8 is a richer character set than most other character sets, there\'s no way back, unless by restoring your database to before the conversion.</li>
  175. <li>After converting your data and database to UTF-8, you will need UTF-8 compatible language files.</li>
  176. </ul>';
  177. $txt['utf8_charset_not_supported'] = 'Conversion from %1$s to UTF-8 is not supported.';
  178. $txt['utf8_detected_charset'] = 'Based on your default language file (\'%1$s\'), the character set of your data would most likely be \'%2$s\'.';
  179. $txt['utf8_already_utf8'] = 'Your database and data already seem to be configured as UTF-8 data. No conversion is needed.';
  180. $txt['utf8_source_charset'] = 'Data character set';
  181. $txt['utf8_proceed'] = 'Proceed';
  182. $txt['utf8_database_charset'] = 'Database character set';
  183. $txt['utf8_target_charset'] = 'Convert data and database to';
  184. $txt['utf8_utf8'] = 'UTF-8';
  185. $txt['utf8_db_version_too_low'] = 'The version of MySQL that your database server is using is not high enough to support UTF-8 properly. A minimum version of 4.1.2 is required.';
  186. $txt['utf8_cannot_convert_fulltext'] = 'Your messages table is using a fulltext index for use when searching. You cannot proceed in converting to UTF-8 until that index is removed. You can re-create it after the conversion has been completed.';
  187. $txt['text_title'] = 'Convert to TEXT';
  188. $txt['mediumtext_title'] = 'Convert to MEDIUMTEXT';
  189. $txt['mediumtext_introduction'] = 'The default messages table can contain posts up to a size of 65535 characters, in order be able to store bigger texts the column must be converted to "MEDIUMTEXT". It is also possible to revert the column back to TEXT (that operation would reduce the space occupied), but <strong>only if</strong> none of the posts in your database exceed the size of 65535 characters. This condition will be verified before the conversion.';
  190. $txt['body_checking_introduction'] = 'This function will convert the column of your database that contains the text of the messages into a "TEXT" format (currently is "MEDIUMTEXT"). This operation will allow to slightly reduce the amount of space occupied by each message (1 byte per message). If any message stored into the database is longer than 65535 characters it will be truncated and part of the text will be lost.';
  191. $txt['exceeding_messages'] = 'The following messages are longer than 65535 characters and will be truncated by the process:';
  192. $txt['exceeding_messages_morethan'] = 'And other %1$d';
  193. $txt['convert_to_text'] = 'No messages are longer than 65535 characters. You can safely proceed with the conversion without losing any part of the text.';
  194. $txt['convert_to_suggest_text'] = 'The messages body column in your database is currently set as MEDIUMTEXT, but the maximum allowed length set for the messages is lower than 65535 characters. You may free some space converting the column to TEXT.';
  195. $txt['entity_convert_title'] = 'Convert HTML-entities to UTF-8 characters';
  196. $txt['entity_convert_only_utf8'] = 'The database needs to be in UTF-8 format before HTML-entities can be converted to UTF-8';
  197. $txt['entity_convert_introduction'] = 'This function will convert all characters that are stored in the database as HTML-entities to UTF-8 characters. This is especially useful when you have just converted your forum from a character set like ISO-8859-1 while non-latin characters were used on the forum. The browser then sends all characters as HTML-entities. For example, the HTML-entity &amp;#945; represents the greek letter &#945; (alpha). Converting entities to UTF-8 will improve searching and sorting of text and reduce storage size.';
  198. $txt['entity_convert_proceed'] = 'Proceed';
  199. // Move topics out.
  200. $txt['move_topics_maintenance'] = 'Move Topics';
  201. $txt['move_topics_select_board'] = 'Select Board';
  202. $txt['move_topics_from'] = 'Move topics from';
  203. $txt['move_topics_to'] = 'to';
  204. $txt['move_topics_now'] = 'Move now';
  205. $txt['move_topics_confirm'] = 'Are you sure you want to move ALL the topics from &quot;%board_from%&quot; to &quot;%board_to%&quot;?';
  206. $txt['move_topics_older_than'] = 'Move topics not posted in for ';
  207. $txt['move_type_sticky'] = 'Sticky topics';
  208. $txt['move_type_locked'] = 'Locked topics';
  209. $txt['move_zero_all'] = 'Enter 0 to move all topics';
  210. $txt['maintain_reattribute_posts'] = 'Reattribute User Posts';
  211. $txt['reattribute_guest_posts'] = 'Attribute guest posts made with';
  212. $txt['reattribute_email'] = 'Email address of';
  213. $txt['reattribute_username'] = 'Username of';
  214. $txt['reattribute_current_member'] = 'Attribute posts to member';
  215. $txt['reattribute_increase_posts'] = 'Add posts to users post count';
  216. $txt['reattribute'] = 'Reattribute';
  217. // Don't use entities in the below string.
  218. $txt['reattribute_confirm'] = 'Are you sure you want to attribute all guest posts with %type% of "%find%" to member "%member_to%"?';
  219. $txt['reattribute_confirm_username'] = 'a username';
  220. $txt['reattribute_confirm_email'] = 'an email address';
  221. $txt['reattribute_cannot_find_member'] = 'Could not find member to attribute posts to.';
  222. $txt['maintain_recountposts'] = 'Recount User Posts';
  223. $txt['maintain_recountposts_info'] = 'Run this maintenance task to update your users total post count. It will recount all (countable) posts made by each user and then update their profile post count totals';
  224. $txt['safe_mode_enabled'] = '<a href="http://php.net/manual/en/features.safe-mode.php">safe_mode</a> is enabled on your server!<br>The backup done with this tool cannot be considered reliable!';
  225. $txt['use_external_tool'] = 'Please consider using an external tool to backup your database, any backup created with this utility cannot be considered 100% reliable.';
  226. $txt['zipped_file'] = 'If you want you can create a compressed (zipped) backup.';
  227. $txt['plain_text'] = 'The best method to backup your database is to create a plain text file, a compressed package may not be completely reliable.';
  228. $txt['enable_maintenance1'] = 'Due to the size of your forum, it is recommended to place your forum in "maintenance mode" before you start the backup.';
  229. $txt['enable_maintenance2'] = 'To proceed, due to the size of your forum, please place your forum in "maintenance mode".';
  230. ?>