mirror of
https://github.com/e107inc/e107.git
synced 2025-08-26 15:54:43 +02:00
new module creation
This commit is contained in:
27
e107_languages/English/lan_print.php
Normal file
27
e107_languages/English/lan_print.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_print.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:39 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
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 ");
|
||||
define("LAN_PRINT_304", "Title: ");
|
||||
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");
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user