From 94b9d7cac30e0da63ad7042a8bec41cb09320058 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 9 Oct 2010 14:01:08 +0000 Subject: 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 --- install/languages/en.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install/languages') 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); -- cgit v1.2.3