mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 14:44:29 +02:00
GUI and LAN work on Linkwords plugin
This commit is contained in:
@@ -26,8 +26,8 @@ define("LWLAN_12", "Yes");
|
||||
define("LWLAN_13", "No");
|
||||
define("LWLAN_14", "Submit LinkWord");
|
||||
define("LWLAN_15", "Update LinkWord");
|
||||
define("LWLAN_16", "Edit");
|
||||
define("LWLAN_17", "Delete");
|
||||
//define("LWLAN_16", "Edit");
|
||||
//define("LWLAN_17", "Delete");
|
||||
define("LWLAN_18", "Are you sure you want to delete this linkword?");
|
||||
define("LWLAN_19", "Linkword deleted.");
|
||||
define("LWLAN_20", "Unable to find that linkword entry.");
|
||||
@@ -40,16 +40,16 @@ define("LWLAN_26", "Areas in which to enable linkwords");
|
||||
define("LWLAN_27", "This is the 'context' of the displayed text");
|
||||
define("LWLAN_28", "Pages on which to disable linkwords");
|
||||
define("LWLAN_29", "Same format as menu visibility control. One match per line. Specify a partial or complete URL. End with '!' for exact match of the end part of the link");
|
||||
define("LWLAN_30", "Save options");
|
||||
//define("LWLAN_30", "Save options");
|
||||
define("LWLAN_31", "Add/edit linkword");
|
||||
define("LWLAN_32", "Linkword Options");
|
||||
define("LWLAN_33", 'Title areas');
|
||||
define("LWLAN_34", 'Item summaries');
|
||||
define("LWLAN_35", 'Body text');
|
||||
define("LWLAN_36", 'Descriptions (links etc)');
|
||||
define("LWLAN_37", 'Legacy areas');
|
||||
define("LWLAN_38", 'Clickable links');
|
||||
define("LWLAN_39", 'Unprocessed text');
|
||||
//define("LWLAN_37", 'Legacy areas');
|
||||
//define("LWLAN_38", 'Clickable links');
|
||||
//define("LWLAN_39", 'Unprocessed text');
|
||||
define("LWLAN_40", 'User-entered titles (e.g. forum)');
|
||||
define("LWLAN_41", 'User-entered body text (e.g. forum)');
|
||||
// Reserve numbers for further context strings
|
||||
@@ -76,7 +76,7 @@ define('LWLAN_59', 'Enable Ajax functionality');
|
||||
define('LWLAN_60', 'LW ID');
|
||||
define('LWLAN_61', 'ID');
|
||||
define('LWLAN_62', 'Tooltip ID (LW ID)');
|
||||
define('LWLAN_63', '(Positive integers only)');
|
||||
define('LWLAN_63', 'Positive integers only');
|
||||
define('LWLAN_64', 'Suppress link on current page');
|
||||
define('LWLAN_65', 'When checked, suppresses clickable link if points to current page');
|
||||
|
||||
|
Reference in New Issue
Block a user