diff options
| author | David M <davidmj@users.sourceforge.net> | 2008-01-06 13:46:20 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2008-01-06 13:46:20 +0000 |
| commit | 2f08a3606203c1a2c7aad96e2eb65f6fa882d9a8 (patch) | |
| tree | cd1668ffa8bc1b5d947f69abcb651d884e941e9f /phpBB/language | |
| parent | 57645ad5bc2469e166cb3e5d54628d87ffa74c42 (diff) | |
| download | forums-2f08a3606203c1a2c7aad96e2eb65f6fa882d9a8.tar forums-2f08a3606203c1a2c7aad96e2eb65f6fa882d9a8.tar.gz forums-2f08a3606203c1a2c7aad96e2eb65f6fa882d9a8.tar.bz2 forums-2f08a3606203c1a2c7aad96e2eb65f6fa882d9a8.tar.xz forums-2f08a3606203c1a2c7aad96e2eb65f6fa882d9a8.zip | |
- add DB2 support
/me takes a nap
git-svn-id: file:///svn/phpbb/trunk@8308 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rwxr-xr-x | phpBB/language/en/install.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 466132d55a..4a81d2623a 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -140,6 +140,7 @@ $lang = array_merge($lang, array( 'DEV_NO_TEST_FILE' => 'No value has been specified for the test_file variable in the convertor. If you are a user of this convertor, you should not be seeing this error, please report this message to the convertor author. If you are a convertor author, you must specify the name of a file which exists in the source board to allow the path to it to be verified.', 'DIRECTORIES_AND_FILES' => 'Directory and file setup', 'DISABLE_KEYS' => 'Disabling keys', + 'DLL_DB2' => 'DB2', 'DLL_FIREBIRD' => 'Firebird', 'DLL_FTP' => 'Remote FTP support [ Installation ]', 'DLL_GD' => 'GD graphics support [ Visual Confirmation ]', @@ -211,6 +212,7 @@ $lang = array_merge($lang, array( <li>Firebird 2.0+</li> <li>MS SQL Server 2000 or above (directly or via ODBC)</li> <li>Oracle</li> + <li>IBM DB2</li> </ul> <p>Only those databases supported on your server will be displayed.', |
