mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
28 lines
862 B
PHP
28 lines
862 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)
|
|
*
|
|
*/
|
|
|
|
|
|
return [
|
|
'LAN_PAGE_1' => "Page listing is turned off",
|
|
'LAN_PAGE_2' => "There are no pages",
|
|
'LAN_PAGE_3' => "Requested page does not exist",
|
|
'LAN_PAGE_4' => "Rate this page",
|
|
'LAN_PAGE_5' => "Thank you for rating this page",
|
|
'LAN_PAGE_6' => "You do not have permission to view this page",
|
|
'LAN_PAGE_8' => "Password Protected Page",
|
|
'LAN_PAGE_11' => "Page List",
|
|
'LAN_PAGE_12' => "Invalid page",
|
|
'LAN_PAGE_13' => "Page",
|
|
'LAN_PAGE_14' => "Other Articles",
|
|
'LAN_PAGE_15' => "Articles",
|
|
'LAN_PAGE_16' => "There are no chapters in this book",
|
|
'LAN_PAGE_17' => "Comments on this page are locked.",
|
|
];
|