mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
17 lines
347 B
PHP
17 lines
347 B
PHP
<?php
|
|
/*
|
|
* Copyright (C) 2008-2025 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* Admin Language File
|
|
*
|
|
*/
|
|
|
|
|
|
return [
|
|
'LAN_DOCS' => "System Docs",
|
|
'LAN_DOCS_SECTIONS' => "Sections",
|
|
'LAN_DOCS_GOTOP' => "Go to top",
|
|
'LAN_DOCS_ANSWER' => "Answer",
|
|
'LAN_DOCS_QUESTION' => "Question",
|
|
];
|