1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 02:21:58 +02:00

Starting LAN on Media Manager (e107_admin/image.php) - Work in progress

This commit is contained in:
Tijn Kuyper
2012-12-04 18:21:57 +01:00
parent 3aac54caaf
commit b03275934b
3 changed files with 37 additions and 19 deletions

View File

@@ -313,6 +313,7 @@ define("LAN_NO_RECORDS", "No Records Found");
define("LAN_STATUS", "Status");
define("LAN_URL", "URL");
define("LAN_USER", "User");
define("LAN_OWNER", "Owner");
define("LAN_ID", "ID");
define("LAN_TITLE", "Title");
define("LAN_DESCRIPTION", "Description");
@@ -331,6 +332,7 @@ define("LAN_TYPE", "Type");
define("LAN_SECURITYL_0", "Looking for trouble (none)");
define("LAN_SECURITYL_5", "Balanced");
define("LAN_SECURITYL_7", "High");