1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-31 02:00:14 +02:00

Replace Duplicate LANs : LAN_TITLE

Replace Duplicate LANs : LAN_TITLE
This commit is contained in:
MikeyGMT
2015-07-02 13:43:22 +01:00
parent dccba01f37
commit 142d31768c
11 changed files with 19 additions and 19 deletions

View File

@@ -145,7 +145,7 @@ define("LAN_MAILOUT_131", "Sending Started");
define("LAN_MAILOUT_132", "Sending Complete");
define("LAN_MAILOUT_133", "Source");
define("LAN_MAILOUT_134", "Priority");
define("LAN_MAILOUT_135", "Title");
//define("LAN_MAILOUT_135", "Title");//LAN_TITLE
define("LAN_MAILOUT_136", "Mailout Status");
define("LAN_MAILOUT_137", "Mail Ref");
define("LAN_MAILOUT_138", "Email status");

View File

@@ -16,7 +16,7 @@ define("LAN_PRINT_87", "by ");
define("LAN_PRINT_94", "Posted by");
define("LAN_PRINT_135", "News Item: ");
define("LAN_PRINT_303", "This news item is from ");
define("LAN_PRINT_304", "Title: ");
//define("LAN_PRINT_304", "Title: ");//LAN_TITLE
define("LAN_PRINT_305", "Subheading: ");
define("LAN_PRINT_306", "This is from: ");
define("LAN_PRINT_307", "Print this page");

View File

@@ -11,7 +11,7 @@
*/
define("PAGE_NAME", "Submit News");
define("LAN_7", "Name: ");
define("LAN_62", "News Title: ");
//define("LAN_62", "News Title: ");//LAN_TITLE
define("LAN_112", "Email Address: ");
define("LAN_133", "Thank you");
define("LAN_134", "Your item has been submitted for review by one of the site administrators.");
@@ -19,8 +19,8 @@ define("LAN_135", "News Item: ");
define("LAN_136", "Submit News Item");
define("NWSLAN_6", "Category");
define("NWSLAN_10", "No news categories");
define("NWSLAN_11", "You don't have access to this area.");
define("NWSLAN_12", "Access Denied.");
//define("NWSLAN_11", "You don't have access to this area.");//LAN_UI_403_BODY_ERROR
//define("NWSLAN_12", "Access Denied.");//LAN_UI_403_TITLE_ERROR
define("SUBNEWSLAN_1", "You must include a title.\\n");
define("SUBNEWSLAN_2", "You must include some text in the news item.\\n");