diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-10 17:30:45 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-10 17:30:45 +0000 |
commit | 9e2d0bf7e72563f4cbf2ce1c9bf453646c4a8ad4 (patch) | |
tree | e9d3710411c0e86b2662cd8cc2836189f8b23fc2 /languages/en.php | |
parent | 7abd3a520eea2c2a4661c4807e5fe8428269d7ba (diff) | |
download | elgg-9e2d0bf7e72563f4cbf2ce1c9bf453646c4a8ad4.tar.gz elgg-9e2d0bf7e72563f4cbf2ce1c9bf453646c4a8ad4.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Debug added to site installation
git-svn-id: https://code.elgg.org/elgg/trunk@860 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index c5a55fa60..c869edbe9 100644 --- a/languages/en.php +++ b/languages/en.php @@ -17,7 +17,9 @@ /**
* Errors
*/
-
+ + 'InstallationException:CantCreateSite' => "Unable to create a default ElggSite with credentials Name:%s, Url: %s", +
'actionundefined' => "The requested action (%s) was not defined in the system.",
'actionloggedout' => "Sorry, you cannot perform this action while logged out.",
|