mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 15:31:41 +02:00
16 lines
322 B
PHP
16 lines
322 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_PLUGIN_USER_NAME' => "User",
|
|
'LAN_PLUGIN_USER_DESC' => "User Theme and Language Menus",
|
|
];
|