diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index e8c2fa50e5..672154cdbe 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -948,6 +948,7 @@ $lang = array_merge($lang, array( 'THEMES' => 'Themes', 'THEMES_EXPLAIN' => 'From here you can create, install, edit, delete and export themes. A theme is the combination of colours and images that are applied to your templates to define the basic look of your forum. The range of options open to you depends on the configuration of your server and phpBB installation, see the Manual for further details. Please note that when creating new themes the use of an existing theme as a basis is optional.', 'SELECT_THEME_BASIS' => 'Select optional basis', + 'THEME_VERSION_DIFF' => 'This theme was designed for a version of phpBB 2.2 different from that installed you may encounter some issues in its use.', 'DELETE_THEME' => 'Delete Theme', 'DELETE_THEME_EXPLAIN' => 'Here you can remove the selected theme from the database. Additionally, if you have permission you can elect to remove the theme from the filesystem. Please note that there is no undo capability. When the theme is deleted it is gone for good. It is recommended that you first export your theme for possible future use.', @@ -1201,8 +1202,8 @@ $lang = array_merge($lang, array( 'PHP_SAFE_MODE' => 'Safe Mode', 'PHP_REQD_DB' => 'Supported Databases', 'DLL_FIREBIRD' => 'Firebird 1.5+', - 'DLL_MYSQL' => 'MySQL 3.23.x', - 'DLL_MYSQL4' => 'MySQL 4.x', + 'DLL_MYSQL' => 'MySQL 3.23.x/4.0.x', + 'DLL_MYSQL4' => 'MySQL 4.1+', 'DLL_MSSQL' => 'MSSQL Server 2000', 'DLL_MSSQL-ODBC' => 'MSSQL Server 2000 via ODBC', 'DLL_MSACCESS' => 'MS Access via ODBC',