aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-10 12:40:02 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-10 12:40:02 +0000
commite1c54733c388ef0f75d6288c7add7d381e583ac5 (patch)
treede0161810fe6458ceca78f9849aa95193c21e94c /languages
parent60973c259b643f92f96fadf2effc1f37dd930898 (diff)
downloadelgg-e1c54733c388ef0f75d6288c7add7d381e583ac5.tar.gz
elgg-e1c54733c388ef0f75d6288c7add7d381e583ac5.tar.bz2
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
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php3
1 files changed, 2 insertions, 1 deletions
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.',