mirror of
https://github.com/e107inc/e107.git
synced 2025-07-28 18:30:53 +02:00
Added LAN_ENABLE and LAN_DISABLE to common Admin LAN
This commit is contained in:
@@ -363,7 +363,9 @@ define("LAN_HEIGHT","Height");
|
||||
|
||||
define("LAN_ON","On");
|
||||
define("LAN_OFF", "Off");
|
||||
define("LAN_DISABLE", "Disable");
|
||||
define("LAN_DISABLED","Disabled");
|
||||
define("LAN_ENABLE", "Enable");
|
||||
define("LAN_ENABLED", "Enabled");
|
||||
define("LAN_BOOL_REVERSE", "Invert");
|
||||
|
||||
|
@@ -126,7 +126,7 @@ define("USRLAN_128", "Username (login name)");
|
||||
define("USRLAN_129", "Real Name");
|
||||
define("USRLAN_130", "Enable online user tracking");
|
||||
define("USRLAN_131", "You must enable this option to use online user tracking options, like online.php, forum online info and online menus");
|
||||
define("USRLAN_132", "Enable");
|
||||
//define("USRLAN_132", "Enable");
|
||||
|
||||
define("USRLAN_133", "Force user to update settings");
|
||||
define("USRLAN_134", "Enabling this option will automatically send the user to their user-settings if a required user field is not filled.");
|
||||
|
Reference in New Issue
Block a user