mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 08:34:09 +02:00
18 lines
403 B
PHP
18 lines
403 B
PHP
<?php
|
|
/*
|
|
* e107 website system
|
|
*
|
|
* Copyright (C) 2008-2017 e107 Inc (e107.org)
|
|
* Released under the terms and conditions of the
|
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* English language file - Printer Friendly Page
|
|
*
|
|
*/
|
|
|
|
return [
|
|
'LAN_PRINT_303' => "This news item is from",
|
|
'LAN_PRINT_307' => "Print this page",
|
|
'LAN_PRINT_1' => "printer friendly",
|
|
];
|