mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 10:53:29 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -7,34 +7,24 @@
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
*/
|
||||
if(!defined('PAGE_NAME'))
|
||||
{
|
||||
define("PAGE_NAME", "Submit News");
|
||||
}
|
||||
//define("LAN_7", "Name: ");//LAN_NAME
|
||||
//define("LAN_62", "News Title: ");//LAN_TITLE
|
||||
//define("LAN_112", "Email Address: ");//LAN_EMAIL
|
||||
//define("LAN_133", "Thank you");//LAN_THANK_YOU//NOT USED
|
||||
define("LAN_134", "Your item has been submitted for review by one of the site administrators.");
|
||||
define("LAN_135", "News Item");
|
||||
define("LAN_136", "Submit News Item");
|
||||
//define("NWSLAN_6", "Category");//LAN_CATEGORY
|
||||
define("NWSLAN_10", "No news categories");
|
||||
define("NWSLAN_11", "You do not have access to this area or you are currently not logged in.");
|
||||
define("NWSLAN_12", "Access Denied.");
|
||||
|
||||
define("SUBNEWSLAN_1", "You must include a title.\\n");
|
||||
define("SUBNEWSLAN_2", "You must include some text in the news item.\\n");
|
||||
define("SUBNEWSLAN_3", "Your attachment must be either a jpg, gif or png file");
|
||||
define("SUBNEWSLAN_4", "File too Large");
|
||||
define("SUBNEWSLAN_5", "Image File");
|
||||
define("SUBNEWSLAN_6", "(jpg, gif or png)");
|
||||
define("SUBNEWSLAN_7", "You must give your name and email address");
|
||||
define("SUBNEWSLAN_8", "Error uploading image");
|
||||
define("SUBNEWSLAN_9", "Keywords");
|
||||
//define("SUBNEWSLAN_10", "Summary");//LAN_SUMMARY
|
||||
// define("SUBNEWSLAN_11", "Meta Description"); LAN_META_DESCRIPTION
|
||||
define("SUBNEWSLAN_12", "Used by Facebook etc.");
|
||||
define("SUBNEWSLAN_13", "Media URLs");
|
||||
|
||||
|
||||
return [
|
||||
'PAGE_NAME' => "Submit News",
|
||||
'LAN_134' => "Your item has been submitted for review by one of the site administrators.",
|
||||
'LAN_135' => "News Item",
|
||||
'LAN_136' => "Submit News Item",
|
||||
'NWSLAN_10' => "No news categories",
|
||||
'NWSLAN_11' => "You do not have access to this area or you are currently not logged in.",
|
||||
'NWSLAN_12' => "Access Denied.",
|
||||
'SUBNEWSLAN_1' => "You must include a title.\\\\n",
|
||||
'SUBNEWSLAN_2' => "You must include some text in the news item.\\\\n",
|
||||
'SUBNEWSLAN_3' => "Your attachment must be either a jpg, gif or png file",
|
||||
'SUBNEWSLAN_4' => "File too Large",
|
||||
'SUBNEWSLAN_5' => "Image File",
|
||||
'SUBNEWSLAN_6' => "(jpg, gif or png)",
|
||||
'SUBNEWSLAN_7' => "You must give your name and email address",
|
||||
'SUBNEWSLAN_8' => "Error uploading image",
|
||||
'SUBNEWSLAN_9' => "Keywords",
|
||||
'SUBNEWSLAN_12' => "Used by Facebook etc.",
|
||||
'SUBNEWSLAN_13' => "Media URLs",
|
||||
];
|
||||
|
Reference in New Issue
Block a user