1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-13 17:09:46 +01:00

Update lan_admin.php

This commit is contained in:
Gábor 2016-11-09 10:54:50 +01:00 committed by GitHub
parent 894edae026
commit ab0190e990

View File

@ -425,6 +425,13 @@ define("LAN_UI_BATCH_CREATELINK", "Create Link");
define("LAN_UI_USING_DATABASE_TABLE", "Using [x] database table");
define("LAN_UI_TOTAL_RECORDS", "Total Records: [x]");
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("LAN_USER_MANAGEALL", "Manage all User, Userclass and Extended User-Field settings");
define("LAN_USER_LIST", "User List");