mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
parent
4255806a96
commit
f7bef19f1d
14
e107_plugins/user/languages/English_global.php
Normal file
14
e107_plugins/user/languages/English_global.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?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)
|
||||
*
|
||||
*/
|
||||
|
||||
define("LAN_PLUGIN_USER_NAME", "User");
|
||||
define("LAN_PLUGIN_USER_DESC", "User Theme and Language Menus");
|
||||
|
||||
?>
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e107Plugin name="User" version="1.0" date="2014-01-01" compatibility="2.0" installRequired="false" >
|
||||
<e107Plugin name="User" lan="LAN_PLUGIN_USER_NAME" version="1.0" date="2014-01-01" compatibility="2.0" installRequired="false" >
|
||||
<author name="e107 Inc." url="http://e107.org" />
|
||||
<description>User Theme and Language Menus</description>
|
||||
<description lan="LAN_PLUGIN_USER_DESC">Theme and Language Menus</description>
|
||||
<category>user</category>
|
||||
</e107Plugin>
|
Loading…
x
Reference in New Issue
Block a user