Critical'; $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'; $txt['errortype_database'] = 'Database'; $txt['errortype_database_desc'] = 'Errors caused by faulty queries. These should be looked at and reported to the SMF team.'; $txt['errortype_undefined_vars'] = 'Undefined'; $txt['errortype_undefined_vars_desc'] = 'Errors caused by the use of undefined variables, indexes, or offsets.'; $txt['errortype_ban'] = 'Bans'; $txt['errortype_ban_desc'] = 'A log of banned users trying to access your forum.'; $txt['errortype_template'] = 'Template'; $txt['errortype_template_desc'] = 'Errors related to the loading of templates.'; $txt['errortype_user'] = 'User'; $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.'; $txt['errortype_cron'] = 'Cron'; $txt['errortype_cron_desc'] = 'Errors resulting from background tasks.'; $txt['errortype_paidsubs'] = 'Paid Subs'; $txt['errortype_paidsubs'] = 'Errors resulting from paid subscriptions, which can include notification of payment failures.'; $txt['maintain_recount'] = 'Recount all forum totals and statistics'; $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.'; $txt['maintain_errors'] = 'Find and repair any errors'; $txt['maintain_errors_info'] = 'If, for example, posts or topics are missing after a server crash, this function may help finding them again.'; $txt['maintain_logs'] = 'Empty out unimportant logs'; $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.'; $txt['maintain_cache'] = 'Empty the file cache'; $txt['maintain_cache_info'] = 'This function will empty out the file cache should you need it to be cleared.'; $txt['maintain_optimize'] = 'Optimize all tables'; $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.'; $txt['maintain_version'] = 'Check all files against current versions'; $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.'; $txt['maintain_run_now'] = 'Run task now'; $txt['maintain_return'] = 'Back to Forum Maintenance'; $txt['maintain_backup'] = 'Backup Database'; $txt['maintain_backup_info'] = 'Download a backup copy of your forums database in case of emergency.'; $txt['maintain_backup_struct'] = 'Save the table structure.'; $txt['maintain_backup_data'] = 'Save the table data (the important stuff).'; $txt['maintain_backup_gz'] = 'Compress the file with gzip.'; $txt['maintain_backup_save'] = 'Download'; $txt['maintain_old'] = 'Remove Old Posts'; $txt['maintain_old_since_days1'] = 'Remove all topics not posted in for '; $txt['maintain_old_since_days2'] = ' days, which are:'; $txt['maintain_old_nothing_else'] = 'Any sort of topic.'; $txt['maintain_old_are_moved'] = 'Moved topic notices.'; $txt['maintain_old_are_locked'] = 'Locked.'; $txt['maintain_old_are_not_stickied'] = 'But don\'t count stickied topics.'; $txt['maintain_old_all'] = 'All boards (click to select specific boards)'; $txt['maintain_old_choose'] = 'Specific boards (click to select all)'; $txt['maintain_old_remove'] = 'Remove now'; $txt['maintain_old_confirm'] = 'Are you really sure you want to delete old posts now?\\n\\nThis cannot be undone!'; $txt['maintain_old_drafts'] = 'Remove old drafts'; $txt['maintain_old_drafts_days'] = 'Remove all drafts older than'; $txt['maintain_old_drafts_confirm'] = 'Are you really sure you want to delete old drafts now?\\n\\nThis cannot be undone!'; $txt['maintain_members'] = 'Remove Inactive Members'; $txt['maintain_members_ungrouped'] = 'Ungrouped Members (Members with no assigned groups)'; $txt['maintain_members_since1'] = 'Remove all members who have not'; $txt['maintain_members_since2'] = 'for'; $txt['maintain_members_since3'] = 'days.'; $txt['maintain_members_activated'] = 'activated their account'; $txt['maintain_members_logged_in'] = 'logged in'; $txt['maintain_members_all'] = 'All Membergroups'; $txt['maintain_members_choose'] = 'Selected Groups'; $txt['maintain_members_confirm'] = 'Are you sure you really want to delete these member accounts?\\n\\nThis cannot be undone!'; $txt['utf8_title'] = 'Convert the database and data to UTF-8'; $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.'; $txt['utf8_warning'] = 'If you want to convert your data and database to UTF-8, be aware of the following: '; $txt['utf8_charset_not_supported'] = 'Conversion from %1$s to UTF-8 is not supported.'; $txt['utf8_detected_charset'] = 'Based on your default language file (\'%1$s\'), the character set of your data would most likely be \'%2$s\'.'; $txt['utf8_already_utf8'] = 'Your database and data already seem to be configured as UTF-8 data. No conversion is needed.'; $txt['utf8_source_charset'] = 'Data character set'; $txt['utf8_proceed'] = 'Proceed'; $txt['utf8_database_charset'] = 'Database character set'; $txt['utf8_target_charset'] = 'Convert data and database to'; $txt['utf8_utf8'] = 'UTF-8'; $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.'; $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.'; $txt['text_title'] = 'Convert to TEXT'; $txt['mediumtext_title'] = 'Convert to MEDIUMTEXT'; $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 only if none of the posts in your database exceed the size of 65535 characters. This condition will be verified before the conversion.'; $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.'; $txt['exceeding_messages'] = 'The following messages are longer than 65535 characters and will be truncated by the process:'; $txt['exceeding_messages_morethan'] = 'And other %1$d'; $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.'; $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.'; $txt['entity_convert_title'] = 'Convert HTML-entities to UTF-8 characters'; $txt['entity_convert_only_utf8'] = 'The database needs to be in UTF-8 format before HTML-entities can be converted to UTF-8'; $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 α represents the greek letter α (alpha). Converting entities to UTF-8 will improve searching and sorting of text and reduce storage size.'; $txt['entity_convert_proceed'] = 'Proceed'; // Move topics out. $txt['move_topics_maintenance'] = 'Move Topics'; $txt['move_topics_select_board'] = 'Select Board'; $txt['move_topics_from'] = 'Move topics from'; $txt['move_topics_to'] = 'to'; $txt['move_topics_now'] = 'Move now'; $txt['move_topics_confirm'] = 'Are you sure you want to move ALL the topics from "%board_from%" to "%board_to%"?'; $txt['move_topics_older_than'] = 'Move topics not posted in for '; $txt['move_type_sticky'] = 'Sticky topics'; $txt['move_type_locked'] = 'Locked topics'; $txt['move_zero_all'] = 'Enter 0 to move all topics'; $txt['maintain_reattribute_posts'] = 'Reattribute User Posts'; $txt['reattribute_guest_posts'] = 'Attribute guest posts made with'; $txt['reattribute_email'] = 'Email address of'; $txt['reattribute_username'] = 'Username of'; $txt['reattribute_current_member'] = 'Attribute posts to member'; $txt['reattribute_increase_posts'] = 'Add posts to users post count'; $txt['reattribute'] = 'Reattribute'; // Don't use entities in the below string. $txt['reattribute_confirm'] = 'Are you sure you want to attribute all guest posts with %type% of "%find%" to member "%member_to%"?'; $txt['reattribute_confirm_username'] = 'a username'; $txt['reattribute_confirm_email'] = 'an email address'; $txt['reattribute_cannot_find_member'] = 'Could not find member to attribute posts to.'; $txt['maintain_recountposts'] = 'Recount User Posts'; $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'; $txt['safe_mode_enabled'] = 'safe_mode is enabled on your server!
The backup done with this tool cannot be considered reliable!'; $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.'; $txt['zipped_file'] = 'If you want you can create a compressed (zipped) backup.'; $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.'; $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.'; $txt['enable_maintenance2'] = 'To proceed, due to the size of your forum, please place your forum in "maintenance mode".'; ?>