mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Issue #2846 - Lan Var cleanup
This commit is contained in:
@@ -35,7 +35,7 @@ define("LAN_UPDATE_29", "Depending on your particular configuration, you may nee
|
||||
|
||||
// define("LAN_UPDATE_35", "Error modifying data in comment table");
|
||||
// define("LAN_UPDATE_36", "Error deleting old field in comment table");
|
||||
define("LAN_UPDATE_37", "Add index --INDEX-- to table --TABLE--");
|
||||
define("LAN_UPDATE_37", "Add index [x] to table [y]");
|
||||
define("LAN_UPDATE_38", "Update front page settings");
|
||||
// define("LAN_UPDATE_39", "Update linkwords table");
|
||||
define("LAN_UPDATE_40", "Update newsfeeds table");
|
||||
@@ -50,7 +50,7 @@ define("LAN_UPDATE_50", "Obsolete prefs deleted: ");
|
||||
define("LAN_UPDATE_51", "Update plugin table definition: ");
|
||||
define("LAN_UPDATE_52", "Update downloads table");
|
||||
define("LAN_UPDATE_53", "Update download mirror table");
|
||||
define("LAN_UPDATE_54", "Missing table --TABLE-- - cannot add index --INDEX--");
|
||||
define("LAN_UPDATE_54", "Missing table [y] - cannot add index [x]");
|
||||
define("LAN_UPDATE_55", "Description");
|
||||
define("LAN_UPDATE_56", "System Update");
|
||||
|
||||
|
@@ -243,7 +243,7 @@ define("LAN_MAILOUT_223", "(Used for some system-generated emails)");
|
||||
define("LAN_MAILOUT_224", "Inc. Images");
|
||||
define("LAN_MAILOUT_225", "Include images in email");
|
||||
define("LAN_MAILOUT_226", "[x] orphaned recipient record(s) removed");
|
||||
define("LAN_MAILOUT_227", "Deleted [x] records from --TABLE--");
|
||||
define("LAN_MAILOUT_227", "Deleted [x] records from [y]");
|
||||
define("LAN_MAILOUT_228", "[x] anomalies in mail_content corrected; records: [y]");
|
||||
define("LAN_MAILOUT_229", "Email ID [x] put on hold");
|
||||
define("LAN_MAILOUT_230", "Error holding email with ID [x]");
|
||||
|
Reference in New Issue
Block a user