1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +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');
?>