1
0
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:
Moc
2021-01-18 20:07:07 +01:00
parent 809146ef6a
commit 3ee52f0cbe
2 changed files with 3 additions and 1 deletions

View File

@@ -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");

View File

@@ -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.");