mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright (C) 2008-2013 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* Copyright (C) 2008-2025 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
* Admin Language File
|
||||
*
|
||||
*/
|
||||
|
||||
define("LAN_DOCS", "System Docs");
|
||||
define("LAN_DOCS_SECTIONS", "Sections");
|
||||
define("LAN_DOCS_GOTOP", "Go to top");
|
||||
define("LAN_DOCS_ANSWER", "Answer");
|
||||
define("LAN_DOCS_QUESTION", "Question");
|
||||
|
||||
return [
|
||||
'LAN_DOCS' => "System Docs",
|
||||
'LAN_DOCS_SECTIONS' => "Sections",
|
||||
'LAN_DOCS_GOTOP' => "Go to top",
|
||||
'LAN_DOCS_ANSWER' => "Answer",
|
||||
'LAN_DOCS_QUESTION' => "Question",
|
||||
];
|
||||
|
Reference in New Issue
Block a user