diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-04 20:05:03 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-04 20:05:03 +0000 |
commit | 86cdf25271e1cc516a370a91a93e62ed94c6e56f (patch) | |
tree | 0ae44c6cf7d4f69faafe30845a6eba6924f4edf5 /languages | |
parent | 3d94f205e445945d03a273b2aef7e4d4783dcd5a (diff) | |
download | elgg-86cdf25271e1cc516a370a91a93e62ed94c6e56f.tar.gz elgg-86cdf25271e1cc516a370a91a93e62ed94c6e56f.tar.bz2 |
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
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 4 |
1 files changed, 4 insertions, 0 deletions
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.', |