mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 00:05:46 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -9,18 +9,9 @@
|
||||
* English language file - Printer Friendly Page
|
||||
*
|
||||
*/
|
||||
if (!defined("PAGE_NAME")) { define("PAGE_NAME", "Printer Friendly"); }
|
||||
//define("LAN_PRINT_86", "Category:");//LAN_CATEGORY // NOT USED
|
||||
//efine("LAN_PRINT_87", "by ");//NOT USED
|
||||
//define("LAN_PRINT_94", "Posted by");//LAN_POSTED_BY//NOT USED
|
||||
//define("LAN_PRINT_135", "News Item: ");//NOT USED
|
||||
define("LAN_PRINT_303", "This news item is from ");
|
||||
//define("LAN_PRINT_304", "Title: ");//LAN_TITLE
|
||||
//define("LAN_PRINT_305", "Subheading: ");//NOT USED
|
||||
//define("LAN_PRINT_306", "This is from: ");//NOT USED
|
||||
|
||||
define("LAN_PRINT_307", "Print this page");//TODO LANS GENERIC CANDIDATE
|
||||
|
||||
define("LAN_PRINT_1", "printer friendly");//TODO LANS GENERIC CANDIDATE
|
||||
|
||||
|
||||
return [
|
||||
'LAN_PRINT_303' => "This news item is from",
|
||||
'LAN_PRINT_307' => "Print this page",
|
||||
'LAN_PRINT_1' => "printer friendly",
|
||||
];
|
||||
|
Reference in New Issue
Block a user