aboutsummaryrefslogtreecommitdiff
path: root/install/languages/en.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-09 14:01:08 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-09 14:01:08 +0000
commit94b9d7cac30e0da63ad7042a8bec41cb09320058 (patch)
tree08f98c2ceaf196bcf09813bade8d715dae31791e /install/languages/en.php
parent2a9504c3b2f2c99cd52bfabb9d68cc9cf1da28c1 (diff)
downloadelgg-94b9d7cac30e0da63ad7042a8bec41cb09320058.tar.gz
elgg-94b9d7cac30e0da63ad7042a8bec41cb09320058.tar.bz2
pulled out special exception in registration action for first admin login
git-svn-id: http://code.elgg.org/elgg/trunk@7040 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'install/languages/en.php')
-rw-r--r--install/languages/en.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/install/languages/en.php b/install/languages/en.php
index 4163ea5d2..577d5ddbc 100644
--- a/install/languages/en.php
+++ b/install/languages/en.php
@@ -128,6 +128,9 @@ If you are ready to proceed, click the Next button.",
'install:error:locationdatadirectory' => 'Your data directory %s must be outside of your install path for security.',
'install:error:emailaddress' => '%s is not a valid email address',
'install:error:createsite' => 'Unable to create the site.',
+ 'install:error:loadadmin' => 'Unable to load admin user.',
+ 'install:error:adminaccess' => 'Unable to give new user account admin privileges.',
+ 'install:error:adminlogin' => 'Unable to login the new admin user automatically.',
);
add_translation("en", $english);