diff options
Diffstat (limited to 'phpBB/language/en/install.php')
| -rw-r--r-- | phpBB/language/en/install.php | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 37147cc6a0..f69ca40613 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -151,7 +151,7 @@ $lang = array_merge($lang, array(  	'DLL_MYSQL'					=> 'MySQL',  	'DLL_MYSQLI'				=> 'MySQL with MySQLi Extension',  	'DLL_ORACLE'				=> 'Oracle', -	'DLL_POSTGRES'				=> 'PostgreSQL 7.x/8.x', +	'DLL_POSTGRES'				=> 'PostgreSQL',  	'DLL_SQLITE'				=> 'SQLite',  	'DLL_XML'					=> 'XML support [ Jabber ]',  	'DLL_ZLIB'					=> 'zlib compression support [ gz, .tar.gz, .zip ]', @@ -232,6 +232,7 @@ $lang = array_merge($lang, array(  	'INST_ERR'					=> 'Installation error',  	'INST_ERR_DB_CONNECT'		=> 'Could not connect to the database, see error message below.',  	'INST_ERR_DB_FORUM_PATH'	=> 'The database file specified is within your board directory tree. You should put this file in a non web-accessible location.', +	'INST_ERR_DB_INVALID_PREFIX'=> 'The prefix you entered is invalid. It must start with a letter and must only contain letters, numbers and underscores.',  	'INST_ERR_DB_NO_ERROR'		=> 'No error message given.',  	'INST_ERR_DB_NO_MYSQLI'		=> 'The version of MySQL installed on this machine is incompatible with the “MySQL with MySQLi Extension” option you have selected. Please try the “MySQL” option instead.',  	'INST_ERR_DB_NO_SQLITE'		=> 'The version of the SQLite extension you have installed is too old, it must be upgraded to at least 2.8.2.', @@ -352,6 +353,7 @@ $lang = array_merge($lang, array(  	'TABLES_MISSING'			=> 'Could not find these tables<br />» <strong>%s</strong>.',  	'TABLE_PREFIX'				=> 'Prefix for tables in database', +	'TABLE_PREFIX_EXPLAIN'		=> 'The prefix must start with a letter and must only contain letters, numbers and underscores.',  	'TABLE_PREFIX_SAME'			=> 'The table prefix needs to be the one used by the software you are converting from.<br />» Specified table prefix was %s.',  	'TESTS_PASSED'				=> 'Tests passed',  	'TESTS_FAILED'				=> 'Tests failed', @@ -494,7 +496,7 @@ $lang = array_merge($lang, array(  	'SHOW_DIFF_NEW'				=> 'Show file contents',  	'SHOW_DIFF_NEW_CONFLICT'	=> 'Show differences',  	'SHOW_DIFF_NOT_MODIFIED'	=> 'Show differences', -	'SOME_QUERIES_FAILED'		=> 'Some queries failed, the statements and errors are listing below.', +	'SOME_QUERIES_FAILED'		=> 'Some queries failed, the statements and errors are listed below.',  	'SQL'						=> 'SQL',  	'SQL_FAILURE_EXPLAIN'		=> 'This is probably nothing to worry about, update will continue. Should this fail to complete you may need to seek help at our support forums. See <a href="../docs/README.html">README</a> for details on how to obtain advice.',  	'STAGE_FILE_CHECK'			=> 'Check files', | 
