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 ca6045a921..68623a6c25 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -240,8 +240,8 @@ $lang = array_merge($lang, array(  	'INST_ERR_DB_NO_FIREBIRD_PS'=> 'The database you selected for Firebird has a page size less than 8192, it must be at least 8192.',  	'INST_ERR_DB_NO_POSTGRES'	=> 'The database you have selected was not created in <var>UNICODE</var> or <var>UTF8</var> encoding. Try installing with a database in <var>UNICODE</var> or <var>UTF8</var> encoding.',  	'INST_ERR_DB_NO_NAME'		=> 'No database name specified.', -	'INST_ERR_EMAIL_INVALID'	=> 'The e-mail address you entered is invalid.', -	'INST_ERR_EMAIL_MISMATCH'	=> 'The e-mails you entered did not match.', +	'INST_ERR_EMAIL_INVALID'	=> 'The email address you entered is invalid.', +	'INST_ERR_EMAIL_MISMATCH'	=> 'The emails you entered did not match.',  	'INST_ERR_FATAL'			=> 'Fatal installation error',  	'INST_ERR_FATAL_DB'			=> 'A fatal and unrecoverable database error has occurred. This may be because the specified user does not have appropriate permissions to <code>CREATE TABLES</code> or <code>INSERT</code> data, etc. Further information may be given below. Please contact your hosting provider in the first instance or the support forums of phpBB for further assistance.',  	'INST_ERR_FTP_PATH'			=> 'Could not change to the given directory, please check the path.', @@ -292,6 +292,8 @@ $lang = array_merge($lang, array(  	'PCRE_UTF_SUPPORT_EXPLAIN'		=> 'phpBB will <strong>not</strong> run if your PHP installation is not compiled with UTF-8 support in the PCRE extension.',  	'PHP_GETIMAGESIZE_SUPPORT'			=> 'PHP function getimagesize() is available',  	'PHP_GETIMAGESIZE_SUPPORT_EXPLAIN'	=> '<strong>Required</strong> - In order for phpBB to function correctly, the getimagesize function needs to be available.', +	'PHP_JSON_SUPPORT'        		=> 'PHP JSON support', +	'PHP_JSON_SUPPORT_EXPLAIN'    	=> '<strong>Required</strong> - In order for phpBB to function correctly, the PHP JSON extension needs to be available.',  	'PHP_OPTIONAL_MODULE'			=> 'Optional modules',  	'PHP_OPTIONAL_MODULE_EXPLAIN'	=> '<strong>Optional</strong> - These modules or applications are optional. However, if they are available they will enable extra features.',  	'PHP_SUPPORTED_DB'				=> 'Supported databases', | 
