1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-03 03:13:34 +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

@@ -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");