From e1c54733c388ef0f75d6288c7add7d381e583ac5 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 10 Oct 2010 12:40:02 +0000 Subject: handling the database being down/busy or an incomplete install. Also cleaned up failsafe views git-svn-id: http://code.elgg.org/elgg/trunk@7044 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index 5dd1874d7..2806168c6 100644 --- a/languages/en.php +++ b/languages/en.php @@ -36,12 +36,13 @@ $english = array( /** * Errors */ - 'exception:title' => "Welcome to Elgg.", + 'exception:title' => "Fatal Error.", 'actionundefined' => "The requested action (%s) was not defined in the system.", 'actionloggedout' => "Sorry, you cannot perform this action while logged out.", 'actionunauthorized' => 'You are unauthorized to perform this action', + 'InstallationException:SiteNotInstalled' => 'Unable to handle this request. This site is not configured or the database is down.', 'InstallationException:MissingLibrary' => 'Could not load %s', 'InstallationException:CannotLoadSettings' => 'Elgg could not load the settings file. It does not exist or there is a file permissions issue.', -- cgit v1.2.3