Zeile 3 | Zeile 3 |
---|
* MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved *
|
* MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved *
|
* $Id: global.lang.php 5828 2012-05-08 16:06:16Z Tomm $
| * $Id$
|
*/ $l['today'] = "Today";
| */ $l['today'] = "Today";
|
Zeile 47 | Zeile 47 |
---|
$l['error_invalid_ip'] = "Your IP address is not valid for this session"; $l['error_mybb_admin_lockedout'] = "This account has been locked out"; $l['error_mybb_admin_lockedout_message'] = "Your account is currently locked out after failing to login {1} times. You have been sent an email with instructions on how to unlock your account.";
|
$l['error_invalid_ip'] = "Your IP address is not valid for this session"; $l['error_mybb_admin_lockedout'] = "This account has been locked out"; $l['error_mybb_admin_lockedout_message'] = "Your account is currently locked out after failing to login {1} times. You have been sent an email with instructions on how to unlock your account.";
|
| $l['error_invalid_username'] = "The username you entered is invalid."; $l['error_invalid_uid'] = "The user id you entered is invalid."; $l['error_invalid_token'] = "The activation code you entered is invalid.";
|
$l['success_logged_out'] = "You have been logged out successfully."; $l['error_invalid_username_password'] = "The username and password combination you entered is invalid.";
| $l['success_logged_out'] = "You have been logged out successfully."; $l['error_invalid_username_password'] = "The username and password combination you entered is invalid.";
|
Zeile 274 | Zeile 278 |
---|
To unlock your account, please go to the URL below in your web browser.
|
To unlock your account, please go to the URL below in your web browser.
|
{4}/{5}/index.php?action=unlock&token={6}
| {4}/{5}/index.php?action=unlock&uid={7}&token={6}
|
If the above link does not work correctly, go to
| If the above link does not work correctly, go to
|