mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
32 lines
1.2 KiB
PHP
32 lines
1.2 KiB
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_submitnews.php,v $
|
|
| $Revision: 1.1.1.1 $
|
|
| $Date: 2006-12-02 04:34:40 $
|
|
| $Author: mcfly_e107 $
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
define("PAGE_NAME", "Submit News");
|
|
define("LAN_7", "Login Name: ");
|
|
define("LAN_62", "Subject: ");
|
|
define("LAN_112", "Email Address: ");
|
|
define("LAN_133", "Thank you");
|
|
define("LAN_134", "Your item has been submitted and will be reviewed by one of the site administrators in due course.");
|
|
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("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)");
|
|
|
|
?>
|