summaryrefslogtreecommitdiff
path: root/lang/en
diff options
context:
space:
mode:
Diffstat (limited to 'lang/en')
-rw-r--r--lang/en/lang.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/en/lang.php b/lang/en/lang.php
index 935398d6d..b56e489c4 100644
--- a/lang/en/lang.php
+++ b/lang/en/lang.php
@@ -32,6 +32,7 @@ $lang['btn_delete'] = 'Delete';
$lang['loggedinas'] = 'Logged in as';
$lang['user'] = 'Username';
$lang['pass'] = 'Password';
+$pass['passchk'] = 'once again';
$lang['remember'] = 'Remember me';
$lang['fullname'] = 'Full name';
$lang['email'] = 'E-Mail';
@@ -40,9 +41,11 @@ $lang['badlogin'] = 'Sorry, username or password was wrong.';
$lang['regmissing'] = 'Sorry, you must fill in all fields.';
$lang['reguexists'] = 'Sorry, a user with this login already exists.';
-$lang['regsuccess'] = 'The user was created. The password was sent by mail.';
+$lang['regsuccess'] = 'The user has been created and the password was sent by email.';
+$lang['regsuccess2']= 'The user has been created.';
$lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!';
$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin';
+$lang['regbadpass'] = 'The two given passwords are not identically, please try again.';
$lang['regpwmail'] = 'Your DokuWiki password';
$lang['reghere'] = 'You don\'t have an account yet? Just get one';