diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-20 11:29:08 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-20 11:29:08 +0000 |
commit | a679750e03de9abaed8a323533b896d8a1f10d2b (patch) | |
tree | 34476c7ce2430de3a1c5ca3c5e84b25ad70db8cd /languages | |
parent | 5dfdf35745318385c0ddcb4018eb65f17da24f47 (diff) | |
download | elgg-a679750e03de9abaed8a323533b896d8a1f10d2b.tar.gz elgg-a679750e03de9abaed8a323533b896d8a1f10d2b.tar.bz2 |
Refs #273: Extra sanity checking on install
git-svn-id: https://code.elgg.org/elgg/trunk@2025 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index 1bc4f6386..6e72793c0 100644 --- a/languages/en.php +++ b/languages/en.php @@ -148,7 +148,12 @@ '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.",
-
+ + + 'InstallationException:DatarootNotWritable' => "Your data directory %s is not writable.", + 'InstallationException:DatarootUnderPath' => "Your data directory %s must be outside of your install path.", + 'InstallationException:DatarootBlank' => "You have not specified a data directory.", +
/**
* User details
*/
|