Zeile 17 | Zeile 17 |
---|
$l['convert_all_to_utf'] = "You are about to convert ALL tables to UTF-8 language encoding from {1} encoding."; $l['convert_all_to_utf8mb4'] = "You are about to convert ALL tables to 4-Byte UTF-8 Unicode language encoding from {1} encoding."; $l['converting_to_utf8mb4'] = "MyBB is currently converting \"{1}\" table to 4-Byte UTF-8 Unicode language encoding from {2} encoding.";
|
$l['convert_all_to_utf'] = "You are about to convert ALL tables to UTF-8 language encoding from {1} encoding."; $l['convert_all_to_utf8mb4'] = "You are about to convert ALL tables to 4-Byte UTF-8 Unicode language encoding from {1} encoding."; $l['converting_to_utf8mb4'] = "MyBB is currently converting \"{1}\" table to 4-Byte UTF-8 Unicode language encoding from {2} encoding.";
|
$l['please_wait'] = "Please wait..."; $l['converting_table'] = "Converting Table:";
| $l['please_wait'] = "Please wait…"; $l['converting_table'] = "Converting Table: {1}";
|
$l['convert_table'] = "Convert Table"; $l['convert_tables'] = "Convert All Tables"; $l['convert_database_table'] = "Convert Database Table";
| $l['convert_table'] = "Convert Table"; $l['convert_tables'] = "Convert All Tables"; $l['convert_database_table'] = "Convert Database Table";
|
Zeile 74 | Zeile 74 |
---|
$l['error_chmod'] = "of the required files and directories do not have proper CHMOD settings."; $l['error_invalid_table'] = "The specified table does not exist.";
|
$l['error_chmod'] = "of the required files and directories do not have proper CHMOD settings."; $l['error_invalid_table'] = "The specified table does not exist.";
|
$l['error_db_encoding_not_set'] = "Your current setup of MyBB is not setup to use this tool yet. Please see the <a href=\"http://docs.mybb.com/Utf8_setup.html\">MyBB Docs</a> for more information on how to set it up.";
| $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.";
|
$l['error_not_supported'] = "Your current Database Engine is not supported by the UTF-8 Conversion Tool."; $l['error_invalid_input'] = "There was a problem checking the templates. Please try again or contact the MyBB Group for support."; $l['error_master_templates_altered'] = "The Master Templates have been altered. Please contact the MyBB Group for support on how to alter these.";
| $l['error_not_supported'] = "Your current Database Engine is not supported by the UTF-8 Conversion Tool."; $l['error_invalid_input'] = "There was a problem checking the templates. Please try again or contact the MyBB Group for support."; $l['error_master_templates_altered'] = "The Master Templates have been altered. Please contact the MyBB Group for support on how to alter these.";
|