diff options
| author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-19 14:12:35 +0000 | 
|---|---|---|
| committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-19 14:12:35 +0000 | 
| commit | 1f851e08ba9274fa524db6f75b2c2cc21ec4dcf2 (patch) | |
| tree | c508d6c61e6bb80c69df42a089b00dea2fa33f52 /languages | |
| parent | 386ae51928196b85b371ced288ccbf9393ff89c7 (diff) | |
| download | elgg-1f851e08ba9274fa524db6f75b2c2cc21ec4dcf2.tar.gz elgg-1f851e08ba9274fa524db6f75b2c2cc21ec4dcf2.tar.bz2 | |
Refs #256: Basic installation parameters checked.
Fixes #266: If the install flag isn't set then elgg_view will no longer attempt to load data from the database.
git-svn-id: https://code.elgg.org/elgg/trunk@2016 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
| -rw-r--r-- | languages/en.php | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/languages/en.php b/languages/en.php index e43d504b7..be1963046 100644 --- a/languages/en.php +++ b/languages/en.php @@ -144,7 +144,10 @@  			'InvalidParameterException:UnexpectedReturnFormat' => "Call to method '%s' returned an unexpected result.",
  			'CallException:NotRPCCall' => "Call does not appear to be a valid XML-RPC call",
 -			'PluginException:NoPluginName' => "The plugin name could not be found",
 +			'PluginException:NoPluginName' => "The plugin name could not be found", +	 +			'ConfigurationException:BadDatabaseVersion' => "The database backend you have installed doesn't meet the basic requirements to run Elgg. Please consult your documentation.", +			'ConfigurationException:BadPHPVersion' => "You need at least PHP version 5.2 to run Elgg.",
  		/**
  		 * User details
 | 
