From 86cdf25271e1cc516a370a91a93e62ed94c6e56f Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 4 Oct 2010 20:05:03 +0000 Subject: Refs #2129: Pulls some strings out into elgg_echo() in new installation. git-svn-id: http://code.elgg.org/elgg/trunk@7006 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index 498fefaca..e4f53876f 100644 --- a/languages/en.php +++ b/languages/en.php @@ -1035,6 +1035,10 @@ If you are ready to proceed, click the Next button.", 'installation:admin:help:password1' => 'Account password must be at least x characters long', 'installation:admin:help:password2' => 'Retype password to confirm', + 'installation:admin:password:mismatch' => 'Password must match.', + 'installation:admin:password:empty' => 'Password cannot be empty.', + 'installation:admin:cannot_create' => 'Unable to create an admin account.', + 'install:complete:instructions' => 'Your Elgg site is now ready to be used. Click the button below to be taken to your site.', -- cgit v1.2.3