mirror of
https://github.com/e107inc/e107.git
synced 2025-09-08 21:30:54 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -8,21 +8,20 @@
|
||||
*
|
||||
*/
|
||||
|
||||
define("LAN_PAGE_1", "Page listing is turned off");
|
||||
define("LAN_PAGE_2", "There are no pages");
|
||||
define("LAN_PAGE_3", "Requested page does not exist");
|
||||
define("LAN_PAGE_4", "Rate this page");
|
||||
define("LAN_PAGE_5", "Thank you for rating this page");
|
||||
define("LAN_PAGE_6", "You do not have permission to view this page");
|
||||
//define("LAN_PAGE_7", "Incorrect password");//LAN_INCORRECT_PASSWORD
|
||||
define("LAN_PAGE_8", "Password Protected Page");
|
||||
//define("LAN_PAGE_9", "Password");//LAN_PASSWORD
|
||||
//define("LAN_PAGE_10", "Submit");//LAN_SUBMIT
|
||||
define("LAN_PAGE_11", "Page List");
|
||||
define("LAN_PAGE_12", "Invalid page");
|
||||
define("LAN_PAGE_13", "Page");
|
||||
|
||||
define("LAN_PAGE_14", "Other Articles");
|
||||
define("LAN_PAGE_15", "Articles");
|
||||
define("LAN_PAGE_16", "There are no chapters in this book");
|
||||
define("LAN_PAGE_17", "Comments on this page are locked.");
|
||||
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.",
|
||||
];
|
||||
|
Reference in New Issue
Block a user