Chris@76: Critical'; Chris@76: $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: $txt['errortype_database'] = 'Database'; Chris@76: $txt['errortype_database_desc'] = 'Errors caused by faulty queries. These should be looked at and reported to the SMF team.'; Chris@76: $txt['errortype_undefined_vars'] = 'Undefined'; Chris@76: $txt['errortype_undefined_vars_desc'] = 'Errors caused by the use of undefined variables, indexes, or offsets.'; Chris@76: $txt['errortype_template'] = 'Template'; Chris@76: $txt['errortype_template_desc'] = 'Errors related to the loading of templates.'; Chris@76: $txt['errortype_user'] = 'User'; Chris@76: $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: Chris@76: $txt['maintain_recount'] = 'Recount all forum totals and statistics'; Chris@76: $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: $txt['maintain_errors'] = 'Find and repair any errors'; Chris@76: $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: $txt['maintain_logs'] = 'Empty out unimportant logs'; Chris@76: $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: $txt['maintain_cache'] = 'Empty the file cache'; Chris@76: $txt['maintain_cache_info'] = 'This function will empty out the file cache should you need it to be cleared.'; Chris@76: $txt['maintain_optimize'] = 'Optimize all tables'; Chris@76: $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: $txt['maintain_version'] = 'Check all files against current versions'; Chris@76: $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: $txt['maintain_run_now'] = 'Run task now'; Chris@76: $txt['maintain_return'] = 'Back to Forum Maintenance'; Chris@76: Chris@76: $txt['maintain_backup'] = 'Backup Database'; Chris@76: $txt['maintain_backup_info'] = 'Download a backup copy of your forums database in case of emergency.'; Chris@76: $txt['maintain_backup_struct'] = 'Save the table structure.'; Chris@76: $txt['maintain_backup_data'] = 'Save the table data (the important stuff).'; Chris@76: $txt['maintain_backup_gz'] = 'Compress the file with gzip.'; Chris@76: $txt['maintain_backup_save'] = 'Download'; Chris@76: Chris@76: $txt['maintain_old'] = 'Remove Old Posts'; Chris@76: $txt['maintain_old_since_days1'] = 'Remove all topics not posted in for '; Chris@76: $txt['maintain_old_since_days2'] = ' days, which are:'; Chris@76: $txt['maintain_old_nothing_else'] = 'Any sort of topic.'; Chris@76: $txt['maintain_old_are_moved'] = 'Moved topic notices.'; Chris@76: $txt['maintain_old_are_locked'] = 'Locked.'; Chris@76: $txt['maintain_old_are_not_stickied'] = 'But don\'t count stickied topics.'; Chris@76: $txt['maintain_old_all'] = 'All Boards (click to select specific boards)'; Chris@76: $txt['maintain_old_choose'] = 'Specific Boards (click to select all)'; Chris@76: $txt['maintain_old_remove'] = 'Remove now'; Chris@76: $txt['maintain_old_confirm'] = 'Are you really sure you want to delete old posts now?\\n\\nThis cannot be undone!'; Chris@76: Chris@76: $txt['maintain_members'] = 'Remove Inactive Members'; Chris@76: $txt['maintain_members_ungrouped'] = 'Ungrouped Members (Members with no assigned groups)'; Chris@76: $txt['maintain_members_since1'] = 'Remove all members who have not'; Chris@76: $txt['maintain_members_since2'] = 'for'; Chris@76: $txt['maintain_members_since3'] = 'days.'; Chris@76: $txt['maintain_members_activated'] = 'activated their account'; Chris@76: $txt['maintain_members_logged_in'] = 'logged in'; Chris@76: $txt['maintain_members_all'] = 'All Membergroups'; Chris@76: $txt['maintain_members_choose'] = 'Selected Groups'; Chris@76: $txt['maintain_members_confirm'] = 'Are you sure you really want to delete these member accounts?\\n\\nThis cannot be undone!'; Chris@76: Chris@76: $txt['utf8_title'] = 'Convert the database and data to UTF-8'; Chris@76: $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: $txt['utf8_warning'] = 'If you want to convert your data and database to UTF-8, be aware of the following: Chris@76: