1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 07:36:32 +02:00

Update lan_users.php

This commit is contained in:
Gábor
2016-11-11 08:07:00 +01:00
committed by GitHub
parent 227c441e51
commit 5739a17f6f

View File

@@ -233,6 +233,13 @@ define("LAN_NOTVERIFIED","Not Verified");
define("LAN_BANNED","Banned");
define("LAN_BOUNCED","Bounced");
define("LAN_UI_1_HOUR", "1 hour");
define("LAN_UI_3_HOURS", "3 hours");
define("LAN_UI_6_HOURS", "6 hours");
define("LAN_UI_12_HOURS", "12 hours");
define("LAN_UI_24_HOURS", "24 hours");
define("LAN_UI_48_HOURS", "48 hours");
define("LAN_UI_3_DAYS", "3 days");
define("USRLAN_220", "All Userclasses");
define("USRLAN_221", "Edit admin perms");