annotate forum/Themes/default/languages/ManageMaintenance.english.php @ 76:e3e11437ecea website

Add forum code
author Chris Cannam
date Sun, 07 Jul 2013 11:25:48 +0200
parents
children
rev   line source
Chris@76 1 <?php
Chris@76 2 // Version: 2.0; ManageMaintenance
Chris@76 3
Chris@76 4 $txt['repair_zero_ids'] = 'Found topics and/or messages with topic or message IDs of 0.';
Chris@76 5 $txt['repair_missing_topics'] = 'Message #%1$d is in non-existent topic #%2$d.';
Chris@76 6 $txt['repair_missing_messages'] = 'Topic #%1$d contains no (actual) messages.';
Chris@76 7 $txt['repair_stats_topics_1'] = 'Topic #%1$d has the first message ID %2$d, which is incorrect.';
Chris@76 8 $txt['repair_stats_topics_2'] = 'Topic #%1$d has the last message ID %2$d, which is incorrect.';
Chris@76 9 $txt['repair_stats_topics_3'] = 'Topic #%1$d has the wrong number of replies, %2$d.';
Chris@76 10 $txt['repair_stats_topics_4'] = 'Topic #%1$d has the wrong number of unapproved posts, %2$d.';
Chris@76 11 $txt['repair_stats_topics_5'] = 'Topic #%1$d has the wrong approval flag set.';
Chris@76 12 $txt['repair_missing_boards'] = 'Topic #%1$d is in board #%2$d, which is missing.';
Chris@76 13 $txt['repair_missing_categories'] = 'Board #%1$d is in category #%2$d, which is missing.';
Chris@76 14 $txt['repair_missing_posters'] = 'Message #%1$d was posted by member #%2$d, who is now missing.';
Chris@76 15 $txt['repair_missing_parents'] = 'Board #%1$d is a child of board #%2$d, which is missing.';
Chris@76 16 $txt['repair_missing_polls'] = 'Topic #%1$d is tied to non-existent poll #%2$d.';
Chris@76 17 $txt['repair_polls_missing_topics'] = 'Poll #%1$d is tied to non-existent topic #%2$d.';
Chris@76 18 $txt['repair_missing_calendar_topics'] = 'Event #%1$d is tied to topic #%2$d, which is missing.';
Chris@76 19 $txt['repair_missing_log_topics'] = 'Topic #%1$d is marked as read for one or more people, but does not exist.';
Chris@76 20 $txt['repair_missing_log_topics_members'] = 'Member #%1$d has marked one or more topics as read, but does not exist.';
Chris@76 21 $txt['repair_missing_log_boards'] = 'Board #%1$d is marked as read for one or more people, but does not exist.';
Chris@76 22 $txt['repair_missing_log_boards_members'] = 'Member #%1$d has marked one or more boards as read, but does not exist.';
Chris@76 23 $txt['repair_missing_log_mark_read'] = 'Board #%1$d is marked as read for one or more people, but does not exist.';
Chris@76 24 $txt['repair_missing_log_mark_read_members'] = 'Member #%1$d has marked one or more boards as read, but does not exist.';
Chris@76 25 $txt['repair_missing_pms'] = 'Personal message #%1$d has been sent to one or more people, but does not exist.';
Chris@76 26 $txt['repair_missing_recipients'] = 'Member #%1$d has received one or more personal messages, but does not exist.';
Chris@76 27 $txt['repair_missing_senders'] = 'Personal message #%1$d was sent by member #%2$d, who does not exist.';
Chris@76 28 $txt['repair_missing_notify_members'] = 'Notifications have been requested by member #%1$d, who does not exist.';
Chris@76 29 $txt['repair_missing_cached_subject'] = 'The subject of topic #%1$d is currently not stored in the subject cache.';
Chris@76 30 $txt['repair_missing_topic_for_cache'] = 'Cached word \'%1$s\' is linked to a non-existent topic.';
Chris@76 31 $txt['repair_missing_log_poll_member'] = 'Poll #%1$d has been given a vote from member #%2$d , who is now missing.';
Chris@76 32 $txt['repair_missing_log_poll_vote'] = 'A vote was cast by member #%1$d on a non-existent poll #%2$d.';
Chris@76 33 $txt['repair_missing_thumbnail_parent'] = 'A thumbnail exists called %1$s, but it doesn\'t have a parent.';
Chris@76 34 $txt['repair_report_missing_comments'] = 'Report #%1$d of topic: &quot;%2$s&quot; has no comments.';
Chris@76 35 $txt['repair_comments_missing_report'] = 'Report comment #%1$d submitted by %2$s has no related report.';
Chris@76 36 $txt['repair_group_request_missing_member'] = 'A group request still exists for deleted member #%1$d.';
Chris@76 37 $txt['repair_group_request_missing_group'] = 'A group request still exists for deleted group #%1$d.';
Chris@76 38
Chris@76 39 $txt['repair_currently_checking'] = 'Checking: &quot;%1$s&quot;';
Chris@76 40 $txt['repair_currently_fixing'] = 'Fixing: &quot;%1$s&quot;';
Chris@76 41 $txt['repair_operation_zero_topics'] = 'Topics with id_topic incorrectly set to zero';
Chris@76 42 $txt['repair_operation_zero_messages'] = 'Messages with id_msg incorrectly set to zero';
Chris@76 43 $txt['repair_operation_missing_topics'] = 'Messages missing topic entries';
Chris@76 44 $txt['repair_operation_missing_messages'] = 'Topics without any messages';
Chris@76 45 $txt['repair_operation_stats_topics'] = 'Topics with incorrect first or last message entries';
Chris@76 46 $txt['repair_operation_stats_topics2'] = 'Topics with the wrong number of replies';
Chris@76 47 $txt['repair_operation_stats_topics3'] = 'Topics with the wrong unapproved post count';
Chris@76 48 $txt['repair_operation_missing_boards'] = 'Topics in a non-existent board';
Chris@76 49 $txt['repair_operation_missing_categories'] = 'Boards in a non-existent category';
Chris@76 50 $txt['repair_operation_missing_posters'] = 'Messages linked to non-existent members';
Chris@76 51 $txt['repair_operation_missing_parents'] = 'Child boards with non-existent parents';
Chris@76 52 $txt['repair_operation_missing_polls'] = 'Topics linked to non-existent polls';
Chris@76 53 $txt['repair_operation_missing_calendar_topics'] = 'Events linked to non-existent topics';
Chris@76 54 $txt['repair_operation_missing_log_topics'] = 'Topic logs linked to non-existent topics';
Chris@76 55 $txt['repair_operation_missing_log_topics_members'] = 'Topic logs linked to non-existent members';
Chris@76 56 $txt['repair_operation_missing_log_boards'] = 'Board logs linked to non-existent boards';
Chris@76 57 $txt['repair_operation_missing_log_boards_members'] = 'Board logs linked to non-existent members';
Chris@76 58 $txt['repair_operation_missing_log_mark_read'] = 'Mark read data linked to non-existent boards';
Chris@76 59 $txt['repair_operation_missing_log_mark_read_members'] = 'Mark read data linked to non-existent members';
Chris@76 60 $txt['repair_operation_missing_pms'] = 'PM recipients missing the master personal message';
Chris@76 61 $txt['repair_operation_missing_recipients'] = 'PM recipients linked to a non-existent member';
Chris@76 62 $txt['repair_operation_missing_senders'] = 'Personal messages linked to a non-existent member';
Chris@76 63 $txt['repair_operation_missing_notify_members'] = 'Notification logs linked to a non-existent member';
Chris@76 64 $txt['repair_operation_missing_cached_subject'] = 'Topics missing their search cache entries';
Chris@76 65 $txt['repair_operation_missing_topic_for_cache'] = 'Search cache entries linked to non-existent topic';
Chris@76 66 $txt['repair_operation_missing_member_vote'] = 'Poll votes linked to non-existent members';
Chris@76 67 $txt['repair_operation_missing_log_poll_vote'] = 'Poll votes linked to non-existent poll';
Chris@76 68 $txt['repair_operation_report_missing_comments'] = 'Topic reports without a comment';
Chris@76 69 $txt['repair_operation_comments_missing_report'] = 'Report comments missing the topic report';
Chris@76 70 $txt['repair_operation_group_request_missing_member'] = 'Group requests missing the requesting member';
Chris@76 71 $txt['repair_operation_group_request_missing_group'] = 'Group requests for a non-existent group';
Chris@76 72
Chris@76 73 $txt['salvaged_category_name'] = 'Salvage Area';
Chris@76 74 $txt['salvaged_category_error'] = 'Unable to create Salvage Area category!';
Chris@76 75 $txt['salvaged_board_name'] = 'Salvaged Topics';
Chris@76 76 $txt['salvaged_board_description'] = 'Topics created for messages with non-existent topics';
Chris@76 77 $txt['salvaged_board_error'] = 'Unable to create Salvaged Topics board!';
Chris@76 78 $txt['salvaged_poll_topic_name'] = 'Salvaged Poll';
Chris@76 79 $txt['salvaged_poll_message_body'] = 'This poll was found without a topic.';
Chris@76 80
Chris@76 81 $txt['database_optimize'] = 'Optimize Database';
Chris@76 82 $txt['database_numb_tables'] = 'Your database contains %1$d tables.';
Chris@76 83 $txt['database_optimize_attempt'] = 'Attempting to optimize your database...';
Chris@76 84 $txt['database_optimizing'] = 'Optimizing %1$s... %2$01.2f kb optimized.';
Chris@76 85 $txt['database_already_optimized'] = 'All of the tables were already optimized.';
Chris@76 86 $txt['database_opimize_unneeded'] = 'It wasn\'t necessary to optimize any tables.';
Chris@76 87 $txt['database_optimized'] = ' table(s) optimized.';
Chris@76 88 $txt['database_no_id'] = 'has a non-existent member ID';
Chris@76 89
Chris@76 90 $txt['apply_filter'] = 'Apply Filter';
Chris@76 91 $txt['applying_filter'] = 'Applying Filter';
Chris@76 92 $txt['filter_only_member'] = 'Only show the error messages of this member';
Chris@76 93 $txt['filter_only_ip'] = 'Only show the error messages of this IP address';
Chris@76 94 $txt['filter_only_session'] = 'Only show the error messages of this session';
Chris@76 95 $txt['filter_only_url'] = 'Only show the error messages of this URL';
Chris@76 96 $txt['filter_only_message'] = 'Only show the errors with the same message';
Chris@76 97 $txt['session'] = 'Session';
Chris@76 98 $txt['error_url'] = 'URL of page causing the error';
Chris@76 99 $txt['error_message'] = 'Error message';
Chris@76 100 $txt['clear_filter'] = 'Clear filter';
Chris@76 101 $txt['remove_selection'] = 'Remove Selection';
Chris@76 102 $txt['remove_filtered_results'] = 'Remove All Filtered Results';
Chris@76 103 $txt['sure_about_errorlog_remove'] = 'Are you sure you want to remove all error messages?';
Chris@76 104 $txt['reverse_direction'] = 'Reverse chronological order of list';
Chris@76 105 $txt['error_type'] = 'Type of error';
Chris@76 106 $txt['filter_only_type'] = 'Only show the errors of this type';
Chris@76 107 $txt['filter_only_file'] = 'Only show the errors from this file';
Chris@76 108 $txt['apply_filter_of_type'] = 'Apply filter of type';
Chris@76 109
Chris@76 110 $txt['errortype_all'] = 'All errors';
Chris@76 111 $txt['errortype_general'] = 'General';
Chris@76 112 $txt['errortype_general_desc'] = 'General errors that have not been categorized into another type';
Chris@76 113 $txt['errortype_critical'] = '<span style="color:red;">Critical</span>';
Chris@76 114 $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';
Chris@76 115 $txt['errortype_database'] = 'Database';
Chris@76 116 $txt['errortype_database_desc'] = 'Errors caused by faulty queries. These should be looked at and reported to the SMF team.';
Chris@76 117 $txt['errortype_undefined_vars'] = 'Undefined';
Chris@76 118 $txt['errortype_undefined_vars_desc'] = 'Errors caused by the use of undefined variables, indexes, or offsets.';
Chris@76 119 $txt['errortype_template'] = 'Template';
Chris@76 120 $txt['errortype_template_desc'] = 'Errors related to the loading of templates.';
Chris@76 121 $txt['errortype_user'] = 'User';
Chris@76 122 $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.';
Chris@76 123
Chris@76 124 $txt['maintain_recount'] = 'Recount all forum totals and statistics';
Chris@76 125 $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.';
Chris@76 126 $txt['maintain_errors'] = 'Find and repair any errors';
Chris@76 127 $txt['maintain_errors_info'] = 'If, for example, posts or topics are missing after a server crash, this function may help finding them again.';
Chris@76 128 $txt['maintain_logs'] = 'Empty out unimportant logs';
Chris@76 129 $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.';
Chris@76 130 $txt['maintain_cache'] = 'Empty the file cache';
Chris@76 131 $txt['maintain_cache_info'] = 'This function will empty out the file cache should you need it to be cleared.';
Chris@76 132 $txt['maintain_optimize'] = 'Optimize all tables';
Chris@76 133 $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!';
Chris@76 134 $txt['maintain_version'] = 'Check all files against current versions';
Chris@76 135 $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.';
Chris@76 136 $txt['maintain_run_now'] = 'Run task now';
Chris@76 137 $txt['maintain_return'] = 'Back to Forum Maintenance';
Chris@76 138
Chris@76 139 $txt['maintain_backup'] = 'Backup Database';
Chris@76 140 $txt['maintain_backup_info'] = 'Download a backup copy of your forums database in case of emergency.';
Chris@76 141 $txt['maintain_backup_struct'] = 'Save the table structure.';
Chris@76 142 $txt['maintain_backup_data'] = 'Save the table data (the important stuff).';
Chris@76 143 $txt['maintain_backup_gz'] = 'Compress the file with gzip.';
Chris@76 144 $txt['maintain_backup_save'] = 'Download';
Chris@76 145
Chris@76 146 $txt['maintain_old'] = 'Remove Old Posts';
Chris@76 147 $txt['maintain_old_since_days1'] = 'Remove all topics not posted in for ';
Chris@76 148 $txt['maintain_old_since_days2'] = ' days, which are:';
Chris@76 149 $txt['maintain_old_nothing_else'] = 'Any sort of topic.';
Chris@76 150 $txt['maintain_old_are_moved'] = 'Moved topic notices.';
Chris@76 151 $txt['maintain_old_are_locked'] = 'Locked.';
Chris@76 152 $txt['maintain_old_are_not_stickied'] = 'But don\'t count stickied topics.';
Chris@76 153 $txt['maintain_old_all'] = 'All Boards (click to select specific boards)';
Chris@76 154 $txt['maintain_old_choose'] = 'Specific Boards (click to select all)';
Chris@76 155 $txt['maintain_old_remove'] = 'Remove now';
Chris@76 156 $txt['maintain_old_confirm'] = 'Are you really sure you want to delete old posts now?\\n\\nThis cannot be undone!';
Chris@76 157
Chris@76 158 $txt['maintain_members'] = 'Remove Inactive Members';
Chris@76 159 $txt['maintain_members_ungrouped'] = 'Ungrouped Members <span class="smalltext">(Members with no assigned groups)</span>';
Chris@76 160 $txt['maintain_members_since1'] = 'Remove all members who have not';
Chris@76 161 $txt['maintain_members_since2'] = 'for';
Chris@76 162 $txt['maintain_members_since3'] = 'days.';
Chris@76 163 $txt['maintain_members_activated'] = 'activated their account';
Chris@76 164 $txt['maintain_members_logged_in'] = 'logged in';
Chris@76 165 $txt['maintain_members_all'] = 'All Membergroups';
Chris@76 166 $txt['maintain_members_choose'] = 'Selected Groups';
Chris@76 167 $txt['maintain_members_confirm'] = 'Are you sure you really want to delete these member accounts?\\n\\nThis cannot be undone!';
Chris@76 168
Chris@76 169 $txt['utf8_title'] = 'Convert the database and data to UTF-8';
Chris@76 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.';
Chris@76 171 $txt['utf8_warning'] = 'If you want to convert your data and database to UTF-8, be aware of the following:
Chris@76 172 <ul class="normallist">
Chris@76 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>
Chris@76 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>
Chris@76 175 <li>After converting your data and database to UTF-8, you will need UTF-8 compatible language files.</li>
Chris@76 176 </ul>';
Chris@76 177 $txt['utf8_charset_not_supported'] = 'Conversion from %1$s to UTF-8 is not supported.';
Chris@76 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\'.';
Chris@76 179 $txt['utf8_already_utf8'] = 'Your database and data already seem to be configured as UTF-8 data. No conversion is needed.';
Chris@76 180 $txt['utf8_source_charset'] = 'Data character set';
Chris@76 181 $txt['utf8_proceed'] = 'Proceed';
Chris@76 182 $txt['utf8_database_charset'] = 'Database character set';
Chris@76 183 $txt['utf8_target_charset'] = 'Convert data and database to';
Chris@76 184 $txt['utf8_utf8'] = 'UTF-8';
Chris@76 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.';
Chris@76 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.';
Chris@76 187
Chris@76 188 $txt['entity_convert_title'] = 'Convert HTML-entities to UTF-8 characters';
Chris@76 189 $txt['entity_convert_only_utf8'] = 'The database needs to be in UTF-8 format before HTML-entities can be converted to UTF-8';
Chris@76 190 $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.';
Chris@76 191 $txt['entity_convert_proceed'] = 'Proceed';
Chris@76 192
Chris@76 193 // Move topics out.
Chris@76 194 $txt['move_topics_maintenance'] = 'Move Topics';
Chris@76 195 $txt['move_topics_select_board'] = 'Select Board';
Chris@76 196 $txt['move_topics_from'] = 'Move topics from';
Chris@76 197 $txt['move_topics_to'] = 'to';
Chris@76 198 $txt['move_topics_now'] = 'Move now';
Chris@76 199 $txt['move_topics_confirm'] = 'Are you sure you want to move ALL the topics from &quot;%board_from%&quot; to &quot;%board_to%&quot;?';
Chris@76 200
Chris@76 201 $txt['maintain_reattribute_posts'] = 'Reattribute User Posts';
Chris@76 202 $txt['reattribute_guest_posts'] = 'Attribute guest posts made with';
Chris@76 203 $txt['reattribute_email'] = 'Email address of';
Chris@76 204 $txt['reattribute_username'] = 'Username of';
Chris@76 205 $txt['reattribute_current_member'] = 'Attribute posts to member';
Chris@76 206 $txt['reattribute_increase_posts'] = 'Add posts to users post count';
Chris@76 207 $txt['reattribute'] = 'Reattribute';
Chris@76 208 // Don't use entities in the below string.
Chris@76 209 $txt['reattribute_confirm'] = 'Are you sure you want to attribute all guest posts with %type% of "%find%" to member "%member_to%"?';
Chris@76 210 $txt['reattribute_confirm_username'] = 'a username';
Chris@76 211 $txt['reattribute_confirm_email'] = 'an email address';
Chris@76 212 $txt['reattribute_cannot_find_member'] = 'Could not find member to attribute posts to.';
Chris@76 213
Chris@76 214 ?>