1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 05:41:58 +02:00

More plugin LAN clean-up (#50)

This commit is contained in:
Tijn Kuyper
2012-12-19 11:18:11 +01:00
parent 44210bf65d
commit 549431fc01
10 changed files with 44 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
<?php
define('ADLAN_PM', "Private Messenger");
//define('ADLAN_PM', "Private Messenger");
define('ADLAN_PM_1', "To activate please go to your menus screen and select the private_msg into one of your menu areas. <br /><br />If you need to convert messages from a previous version, please go to the main config page for this plugin and select the 'convert' link.");
define('ADLAN_PM_2', "Configure Private Messenger");
//define('ADLAN_PM_2', "Configure Private Messenger");
define('ADLAN_PM_3', "PM settings not found, default values set");
define('ADLAN_PM_4', "Options Updated");
define('ADLAN_PM_5', "Limit for selected userclass already exists");
@@ -49,11 +49,11 @@ define('ADLAN_PM_45', "Limit PM By: ");
define('ADLAN_PM_54', "Main settings");
define('ADLAN_PM_55', "Limits");
define('ADLAN_PM_57', "This plugin is a fully featured Private Messaging system.");
//define('ADLAN_PM_57', "This plugin is a fully featured Private Messaging system.");
define('ADLAN_PM_58', "Private Messenger");
define('ADLAN_PM_59', 'Maintenance');
define('ADLAN_PM_60', 'PM Maintenance');
define('ADLAN_PM_61', 'Execute');
//define('ADLAN_PM_61', 'Execute');
define('ADLAN_PM_62', 'These options remove transactions concerned with deleted users from the PM database tables');
define('ADLAN_PM_63', 'Messages sent');
define('ADLAN_PM_64', 'Messages received');
@@ -77,4 +77,6 @@ define('ADLAN_PM_81', 'Maximum number of PMs to send immediately');
define('ADLAN_PM_82', 'If sending more than this, they are added to a queue, and sent out using the cron task');
define('ADLAN_PM_URL_DEFAULT_LABEL', 'Default');
define('ADLAN_PM_URL_DEFAULT_DESCR', 'Example: http://yoursite.com/e107_plugins/pm/pm.php');
define('ADLAN_PM_URL_DEFAULT_DESCR', 'Example: http://yoursite.com/e107_plugins/pm/pm.php');
?>

View File

@@ -1,13 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.13 2009-12-11 22:33:15 e107steved Exp $ -->
<e107Plugin name="Private Messenger" lan="ADLAN_PM" version="3.0" date="2012-08-01" compatibility="2.0" installRequired="true">
<e107Plugin name="Private Messenger" lan="LAN_PLUGIN_PM_NAME" version="3.0" date="2012-08-01" compatibility="2.0" installRequired="true">
<author name="e107 Inc." email="devs@e107.org" />
<description lan="ADLAN_PM_57">This plugin is a fully featured Private Messaging system.</description>
<description lan="LAN_PLUGIN_PM_DESCRIPTION">This plugin is a fully featured Private Messaging system.</description>
<category>users</category>
<languageFiles>
<file type='log' path='languages/--LAN--_log.php' />
</languageFiles>
<adminLinks>
<link url='pm_conf.php' description='ADLAN_PM_2' icon='images/pvt_message_32.png' iconSmall='images/pvt_message_16.png' primary='true' />
</adminLinks>
</e107Plugin>
</e107Plugin>