mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
44 lines
1.6 KiB
PHP
44 lines
1.6 KiB
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_newspost.php,v $
|
|
| $Revision: 1.1.1.1 $
|
|
| $Date: 2006-12-02 04:34:39 $
|
|
| $Author: mcfly_e107 $
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
define("NWSLAN_1", "News story deleted.");
|
|
define("NWSLAN_2", "Please tick the confirm box to delete this news item.");
|
|
define("NWSLAN_3", "No news items yet.");
|
|
define("NWSLAN_4", "Existing News");
|
|
define("NWSLAN_5", "Open HTML Editor");
|
|
define("NWSLAN_6", "Category");
|
|
define("NWSLAN_7", "Edit");
|
|
define("NWSLAN_8", "Delete");
|
|
define("NWSLAN_9", "tick to confirm");
|
|
define("NWSLAN_10", "No categories set yet.");
|
|
define("NWSLAN_11", "Add/Edit Categories");
|
|
define("NWSLAN_12", "Title");
|
|
define("NWSLAN_13", "Body");
|
|
define("NWSLAN_14", "Extended");
|
|
define("NWSLAN_15", "Comments");
|
|
define("NWSLAN_16", "Enabled");
|
|
define("NWSLAN_17", "Disabled");
|
|
define("NWSLAN_18", "Allow comments to be posted to this news item");
|
|
define("NWSLAN_19", "Activation");
|
|
define("NWSLAN_20", "Leave blank to disable auto-activation");
|
|
define("NWSLAN_21", "Activate between");
|
|
define("NWSLAN_22", "Visibility");
|
|
define("NWSLAN_23", "Ticking will make the news item visible only to users in that class");
|
|
define("NWSLAN_24", "Preview again");
|
|
define("NWSLAN_25", "Update news in database");
|
|
define("NWSLAN_26", "Post news to database");
|
|
define("NWSLAN_27", "Preview");
|
|
define("NWSLAN_28", "New story");
|
|
define("NWSLAN_29", "News Post");
|
|
|
|
define("NWSLAN_30", "Show title only");
|
|
|
|
?>
|