mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Closes #4538 - Improved LAN on multiple login warning
This commit is contained in:
@@ -1,14 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
|
||||||
+ ----------------------------------------------------------------------------+
|
|
||||||
| e107 website system - Language File.
|
|
||||||
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_login.php,v $
|
|
||||||
| $Revision$
|
|
||||||
| $Date$
|
|
||||||
| $Author$
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
define("LAN_LOGIN_1", "User name");
|
define("LAN_LOGIN_1", "User name");
|
||||||
define("LAN_LOGIN_2", "User password");
|
define("LAN_LOGIN_2", "User password");
|
||||||
define("LAN_LOGIN_3", "Protected server");
|
define("LAN_LOGIN_3", "Protected server");
|
||||||
@@ -32,7 +23,7 @@ define("LAN_LOGIN_20", "You left required field(s) blank");
|
|||||||
define("LAN_LOGIN_21", "Your login details don't match any registered user. Check if you have the CAPS-LOCK key activated, as logins on this site are case sensitive.");
|
define("LAN_LOGIN_21", "Your login details don't match any registered user. Check if you have the CAPS-LOCK key activated, as logins on this site are case sensitive.");
|
||||||
define("LAN_LOGIN_22", "You have not activated your account. You should have received an email with instructions on how to do so. If not, please click [here].");
|
define("LAN_LOGIN_22", "You have not activated your account. You should have received an email with instructions on how to do so. If not, please click [here].");
|
||||||
define("LAN_LOGIN_23", "Incorrect code entered.");
|
define("LAN_LOGIN_23", "Incorrect code entered.");
|
||||||
define("LAN_LOGIN_24", "That username/password combination is already in use.");
|
define("LAN_LOGIN_24", "This user is already logged in and cannot be logged in from another session."); // That username/password combination is already in use
|
||||||
define("LAN_LOGIN_25", "Banned user attempted to login");
|
define("LAN_LOGIN_25", "Banned user attempted to login");
|
||||||
define("LAN_LOGIN_26", "Login fail - reason unknown");
|
define("LAN_LOGIN_26", "Login fail - reason unknown");
|
||||||
define("LAN_LOGIN_27", "User attempted to log in before responding to confirmation email");
|
define("LAN_LOGIN_27", "User attempted to log in before responding to confirmation email");
|
||||||
|
Reference in New Issue
Block a user