1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 17:50:12 +02:00

Private Messenger: Language file duplicate cleanup.

This commit is contained in:
Cameron
2016-04-03 15:02:25 -07:00
parent 2c18d90b9c
commit a496b9a665
10 changed files with 45 additions and 43 deletions

View File

@@ -4,4 +4,6 @@ define("LAN_PLUGIN_PM_NAME", "Private Messenger");
define("LAN_PLUGIN_PM_DESCRIPTION", "This plugin is a fully featured Private Messaging system.");
define("LAN_PLUGIN_PM_URL_DEFAULT_LABEL", "Default");
define("LAN_PLUGIN_PM_URL_DEFAULT_DESCR", "Default");
define("LAN_PLUGIN_PM_INBOX", "Inbox");
define("LAN_PLUGIN_PM_OUTBOX", "Outbox");
?>