[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> tools_system_health.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.8 English Language Pack
   4   * Copyright 2014 MyBB Group, All Rights Reserved
   5   *
   6   */
   7  
   8  $l['system_health'] = "System Health";
   9  $l['system_health_desc'] = "Here you can view information on your system's health.";
  10  $l['utf8_conversion'] = "UTF-8 Conversion";
  11  $l['utf8_conversion_desc'] = "You are currently converting a database table to the UTF-8 format. Be aware that this process may take up to several hours depending on the size of your forum and this table. When the process is complete, you will be returned to the UTF-8 Conversion main page.";
  12  $l['utf8_conversion_desc2'] = "This tool checks the database tables to make sure they are in the UTF-8 format and allows you to convert them if they are not.";
  13  
  14  $l['convert_all'] = "Convert All";
  15  $l['converting_to_utf8'] = "MyBB is currently converting \"{1}\" table to UTF-8 language encoding from {2} encoding.";
  16  $l['convert_to_utf8'] = "You are about to convert the \"{1}\" table to UTF-8 language encoding from {2} encoding.";
  17  $l['convert_all_to_utf'] = "You are about to convert ALL tables to UTF-8 language encoding from {1} encoding.";
  18  $l['convert_all_to_utf8mb4'] = "You are about to convert ALL tables to 4-Byte UTF-8 Unicode language encoding from {1} encoding.";
  19  $l['converting_to_utf8mb4'] = "MyBB is currently converting \"{1}\" table to 4-Byte UTF-8 Unicode language encoding from {2} encoding.";
  20  $l['please_wait'] = "Please wait&hellip;";
  21  $l['converting_table'] = "Converting Table: {1}";
  22  $l['convert_table'] = "Convert Table";
  23  $l['convert_tables'] = "Convert All Tables";
  24  $l['convert_database_table'] = "Convert Database Table";
  25  $l['convert_database_tables'] = "Convert All Database Tables";
  26  $l['table'] = "Table";
  27  $l['status_utf8'] = "UTF-8 Status";
  28  $l['status_utf8mb4'] = "4-Byte UTF-8 Support<br />(requires MySQL 5.5.3 or above)";
  29  $l['not_available'] = "Not available";
  30  $l['all_tables'] = "All Tables";
  31  $l['convert_now'] = "Convert Now";
  32  $l['totals'] = "Totals";
  33  $l['attachments'] = "Attachments";
  34  $l['total_database_size'] = "Total Database Size";
  35  $l['attachment_space_used'] = "Attachment Space used";
  36  $l['total_cache_size'] = "Total Cache Size";
  37  $l['estimated_attachment_bandwidth_usage'] = "Estimated Attachment Bandwidth Usage";
  38  $l['max_upload_post_size'] = "Max Upload / POST Size";
  39  $l['average_attachment_size'] = "Average Attachment Size";
  40  $l['stats'] = "Stats";
  41  $l['task'] = "Task";
  42  $l['run_time'] = "Run Time";
  43  $l['next_3_tasks'] = "Next 3 Tasks";
  44  $l['no_tasks'] = "There are no tasks running at this time.";
  45  $l['backup_time'] = "Backup Time";
  46  $l['no_backups'] = "There are currently no backups made yet.";
  47  $l['existing_db_backups'] = "Existing Database Backups";
  48  $l['writable'] = "Writable";
  49  $l['not_writable'] = "Not Writable";
  50  $l['please_chmod_777'] = "Please CHMOD to 777.";
  51  $l['chmod_info'] = "Please change the CHMOD settings to the ones specified with the file below. For more information on CHMODing, see the";
  52  $l['file'] = "File";
  53  $l['location'] = "Location";
  54  $l['settings_file'] = "Settings File";
  55  $l['config_file'] = "Configuration File";
  56  $l['file_upload_dir'] = "File Uploads Directory";
  57  $l['avatar_upload_dir'] = "Avatar Uploads Directory";
  58  $l['language_files'] = "Language Files";
  59  $l['backup_dir'] = "Backups Directory";
  60  $l['cache_dir'] = "Cache Directory";
  61  $l['themes_dir'] = "Themes Directory";
  62  $l['chmod_files_and_dirs'] = "CHMOD Files and Directories";
  63  
  64  $l['notice_process_long_time'] = "This process may take up to several hours depending on the size of your forum and this table. <strong>It is highly recommend to create a database backup as this process can't be undone.</strong>";
  65  $l['notice_mb4_warning'] = "4-Byte UTF-8 Support requires MySQL 5.5.3 or above. You will not be able to import your database on a MySQL server with another version.";
  66  
  67  $l['check_templates'] = "Check Templates";
  68  $l['check_templates_desc'] = "Checks all installed templates for known security issues.";
  69  $l['check_templates_title'] = "Check Template Security";
  70  $l['check_templates_info'] = "This process will check your templates against security issues that could affect your forum and the server it runs on. This might take a while if you've installed many themes.
  71  <br /><br />To start the process, press the 'Proceed' button below.";
  72  $l['check_templates_info_desc'] = "The templates below matched known security issues. Please review them.";
  73  $l['full_edit'] = "Full Edit";
  74  
  75  $l['error_chmod'] = "of the required files and directories do not have proper CHMOD settings.";
  76  $l['error_invalid_table'] = "The specified table does not exist.";
  77  $l['error_db_encoding_not_set'] = "Your current setup of MyBB is not setup to use this tool yet. Please see the <a href=\"https://docs.mybb.com/1.8/administration/utf-8-setup/\">MyBB Docs</a> for more information on how to set it up.";
  78  $l['error_not_supported'] = "Your current Database Engine is not supported by the UTF-8 Conversion Tool.";
  79  $l['error_invalid_input'] = "There was a problem checking the templates. Please try again or contact the MyBB Group for support.";
  80  $l['error_master_templates_altered'] = "The Master Templates have been altered. Please contact the MyBB Group for support on how to alter these.";
  81  $l['error_utf8mb4_version'] = "Your MySQL version doesn't support 4-Byte UTF-8 encoding.";
  82  
  83  
  84  $l['warning_multiple_encodings'] = "It is recommend not to use different encodings in your database. This may cause unexpected behavior or MySQL errors.";
  85  $l['warning_utf8mb4_config'] = "For full 4-Byte UTF-8 support you need to change <i>\$config['database']['encoding'] = 'utf8';</i> to <i>\$config['database']['encoding'] = 'utf8mb4';</i> in your inc/config.php.";
  86  
  87  $l['success_templates_checked'] = "Templates checked successfully - no security issues were found!";
  88  $l['success_all_tables_already_converted'] = "All tables have already been converted or are already in UTF-8 format.";
  89  $l['success_table_converted'] = "The selected table \"{1}\" has been converted to UTF-8 successfully.";
  90  $l['success_chmod'] = "All of the required files and directories have the proper CHMOD settings.";


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref