mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
MySQL install version text
git-svn-id: file:///svn/phpbb/trunk@4302 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f43714b595
commit
2ca95fed52
1 changed files with 3 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue