aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-06 11:21:47 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-06 11:21:47 +0000
commit6606581f431f52330b8bcc28e1aa1b55a4b5b408 (patch)
tree51f9e80b120ad8b3b7c6a05fdd75fc737929da5b /languages
parente60775fb5a44955669e18780de3bad7bc0f0ce30 (diff)
downloadelgg-6606581f431f52330b8bcc28e1aa1b55a4b5b408.tar.gz
elgg-6606581f431f52330b8bcc28e1aa1b55a4b5b408.tar.bz2
removed several parts of the old installer from the core
git-svn-id: http://code.elgg.org/elgg/trunk@7021 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php
index 77ff00a7d..5dd1874d7 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -42,6 +42,9 @@ $english = array(
'actionloggedout' => "Sorry, you cannot perform this action while logged out.",
'actionunauthorized' => 'You are unauthorized to perform this action',
+ '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.',
+
'SecurityException:Codeblock' => "Denied access to execute privileged code block",
'DatabaseException:WrongCredentials' => "Elgg couldn't connect to the database using the given credentials.",
'DatabaseException:NoConnect' => "Elgg couldn't select the database '%s', please check that the database is created and you have access to it.",