diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-06-17 08:05:14 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-06-17 08:05:14 +0000 |
commit | 3562bc5580d189566a2dcf4a85ea319fa1bd5e81 (patch) | |
tree | 0cab23ad35999ec60c18d9de732e80b57abf09c4 | |
parent | e5bc3d88b6d5eb209cb3774367d6a1aa43b2f5d8 (diff) | |
download | forums-3562bc5580d189566a2dcf4a85ea319fa1bd5e81.tar forums-3562bc5580d189566a2dcf4a85ea319fa1bd5e81.tar.gz forums-3562bc5580d189566a2dcf4a85ea319fa1bd5e81.tar.bz2 forums-3562bc5580d189566a2dcf4a85ea319fa1bd5e81.tar.xz forums-3562bc5580d189566a2dcf4a85ea319fa1bd5e81.zip |
Language updates for consistancy
git-svn-id: file:///svn/phpbb/trunk@6079 89ea8834-ac86-4346-8a33-228a782c2dd0
-rwxr-xr-x | phpBB/language/en/install.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index f23fc1824b..3dad392dd5 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -89,11 +89,11 @@ $lang = array_merge($lang, array( 'DLL_FIREBIRD' => 'Firebird 1.5+', 'DLL_FTP' => 'Remote FTP support [ Installation ]', 'DLL_MBSTRING' => 'Multi-byte character support', - 'DLL_MSSQL' => 'MSSQL Server 2000', - 'DLL_MSSQL_ODBC' => 'MSSQL Server 2000 via ODBC', + 'DLL_MSSQL' => 'MSSQL Server 2000+', + 'DLL_MSSQL_ODBC' => 'MSSQL Server 2000+ via ODBC', 'DLL_MYSQL' => 'MySQL 3.23.x/4.x', - 'DLL_MYSQL4' => 'MySQL 4.0+', - 'DLL_MYSQLI' => 'MySQL 4.1+ with MySQLi Extension', + 'DLL_MYSQL4' => 'MySQL 4.x/5.x', + 'DLL_MYSQLI' => 'MySQL 4.1.x/5.x with MySQLi Extension', 'DLL_ORACLE' => 'Oracle', 'DLL_POSTGRES' => 'PostgreSQL 7.x', 'DLL_SQLITE' => 'SQLite', |