2006-12-02 04:36:16 +00:00
|
|
|
<?php
|
|
|
|
/*
|
|
|
|
+ ----------------------------------------------------------------------------+
|
|
|
|
| e107 website system - Language File.
|
|
|
|
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_print.php,v $
|
2010-02-10 18:18:01 +00:00
|
|
|
| $Revision$
|
|
|
|
| $Date$
|
|
|
|
| $Author$
|
2006-12-02 04:36:16 +00:00
|
|
|
+----------------------------------------------------------------------------+
|
|
|
|
*/
|
|
|
|
if (!defined("PAGE_NAME")) { define("PAGE_NAME", "Printer Friendly"); }
|
|
|
|
|
|
|
|
define("LAN_PRINT_86", "Category:");
|
|
|
|
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 ");
|
2015-07-02 13:43:22 +01:00
|
|
|
//define("LAN_PRINT_304", "Title: ");//LAN_TITLE
|
2006-12-02 04:36:16 +00:00
|
|
|
define("LAN_PRINT_305", "Subheading: ");
|
|
|
|
define("LAN_PRINT_306", "This is from: ");
|
|
|
|
define("LAN_PRINT_307", "Print this page");
|
|
|
|
|
|
|
|
define("LAN_PRINT_1", "printer friendly");
|
|
|
|
|
|
|
|
|
|
|
|
?>
|