mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 10:53:29 +02:00
Starting LAN on Media Manager (e107_admin/image.php) - Work in progress
This commit is contained in:
@@ -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");
|
||||
|
@@ -7,6 +7,22 @@
|
||||
*
|
||||
*/
|
||||
|
||||
// Menu
|
||||
define("LAN_IMA_M_01", "Media Library");
|
||||
define("LAN_IMA_M_02", "Media Upload/Import");
|
||||
define("LAN_IMA_M_03", "Media Categories");
|
||||
define("LAN_IMA_M_04", "Create Category");
|
||||
define("LAN_IMA_M_05", "Avatars");
|
||||
|
||||
|
||||
// Errors / Info / Notices
|
||||
define("LAN_IMA_001", "Modification is not permitted.");
|
||||
define("LAN_IMA_002", "Not enough memory available to rotate");
|
||||
define("LAN_IMA_003", "Rotated");
|
||||
define("LAN_IMA_004", "Resizing");
|
||||
|
||||
// Work in progress (Moc)
|
||||
|
||||
define("IMALAN_1", "Enable image display");
|
||||
define("IMALAN_2", "Display images, this will apply sitewide (comments, chatbox etc) to images posted using the [img] bbcode");
|
||||
define("IMALAN_3", "Resize method");
|
||||
|
Reference in New Issue
Block a user