From f7bef19f1dea29b51cd729347b8e5f223fc75773 Mon Sep 17 00:00:00 2001
From: Tijn Kuyper <github@tijnkuyper.nl>
Date: Mon, 23 Jan 2017 17:04:26 +0100
Subject: [PATCH] Closes #2313 #2314 - Updated 'user' plugin LAN

---
 e107_plugins/user/languages/English_global.php | 14 ++++++++++++++
 e107_plugins/user/plugin.xml                   |  4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)
 create mode 100644 e107_plugins/user/languages/English_global.php

diff --git a/e107_plugins/user/languages/English_global.php b/e107_plugins/user/languages/English_global.php
new file mode 100644
index 000000000..df71c8185
--- /dev/null
+++ b/e107_plugins/user/languages/English_global.php
@@ -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");
+
+?>
\ No newline at end of file
diff --git a/e107_plugins/user/plugin.xml b/e107_plugins/user/plugin.xml
index b6fb718bf..41a0c32cb 100644
--- a/e107_plugins/user/plugin.xml
+++ b/e107_plugins/user/plugin.xml
@@ -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>
\ No newline at end of file