You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interface/web/login/lib/lang/en.lng
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,20 @@
2
2
$wb['error_user_password_empty'] = "Username or Password empty.";
3
3
$wb['error_user_password_incorrect'] = "Username or Password wrong.";
4
4
$wb['error_user_blocked'] = "User is blocked.";
5
-
$wb['error_user_too_many_logins'] = "To many wrong login's, Please retry it after 15 minutes";
6
-
$wb['pass_reset_txt'] = 'A new password will be generated and send to your email address if the email address entered below matches the email address in your client settings.';
7
-
$wb['pw_reset'] = 'The password has been reset and send to your email address.';
8
-
$wb['pw_reset_act'] = 'You have been sent an activation link. Please visit the link to confirm your password request.';
5
+
$wb['error_user_too_many_logins'] = "Too many failed login attempts. Please retry after 15 minutes";
6
+
$wb['pass_reset_txt'] = 'A new password will be generated and sent to your email address if the email address entered below matches the email address in your client settings.';
7
+
$wb['pw_reset'] = 'The password has been reset and sent to your email address.';
8
+
$wb['pw_reset_act'] = 'You have been sent a password reset link. Please visit the link to confirm your password reset request.';
9
9
$wb['pw_error'] = 'Username or email address does not match.';
10
10
$wb['pw_error_noinput'] = 'Please enter email address and username.';
11
+
$wb['pw_reset_error_smtp_connection'] = 'There was a connection problem when trying to send an email pertaining to your password reset request.';
11
12
$wb['pw_reset_mail_msg'] = 'The password to your ISPConfig 3 control panel account has been reset. The new password is: ';
12
13
$wb['pw_reset_mail_title'] = 'ISPConfig 3 Control panel password has been reset';
13
14
$wb['pw_reset_act_mail_title'] = 'Confirm ISPConfig 3 Control panel password reset';
14
15
$wb['pw_reset_act_mail_msg'] = 'Please confirm that your want to reset your ISPConfig 3 control panel account password by visiting the following activation link: ';
15
16
$wb['user_regex_error'] = 'Username contains unallowed characters or is longer than 64 characters.';
16
17
$wb['pw_error_length'] = 'The password length is < 1 or > 256 characters.';
17
-
$wb['email_error'] = 'Email contains unallowed characters or has a invalid format.';
18
+
$wb['email_error'] = 'Email contains unallowed characters or has an invalid format.';
18
19
$wb['login_txt'] = "Login";
19
20
$wb['username_txt'] = "Username";
20
21
$wb['password_txt'] = "Password";
@@ -28,7 +29,7 @@ $wb['error_maintenance_mode'] = 'This ISPConfig installation is currently under
28
29
$wb['theme_not_compatible'] = 'The chosen theme is not compatible with the current ISPConfig version. Please check for a new version of the theme.<br />The default theme as been activated automatically.';
29
30
$wb['stay_logged_in_txt'] = 'Keep me logged in';
30
31
$wb['lost_password_function_disabled_txt'] = 'The lost password function is not available for this user.';
31
-
$wb['lost_password_function_wait_txt'] = 'You cannot request a new password, yet. Please wait a few minutes.';
32
+
$wb['lost_password_function_wait_txt'] = 'You cannot request a new password yet. Please wait a few minutes.';
32
33
$wb['lost_password_function_expired_txt'] = 'This activation link has expired. Please request a new one.';
33
34
$wb['lost_password_function_denied_txt'] = 'This activation link is not valid.';
0 commit comments