1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Closes #4538 - Improved LAN on multiple login warning

This commit is contained in:
Moc
2021-12-22 14:56:16 +01:00
parent c0c78c46d0
commit b4ded935b7

View File

@@ -1,14 +1,5 @@
<?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_2", "User password");
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_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_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_26", "Login fail - reason unknown");
define("LAN_LOGIN_27", "User attempted to log in before responding to confirmation email");