1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

LAN and GUI optimization on PM plugin

This commit is contained in:
Tijn Kuyper
2013-02-02 20:01:53 +01:00
parent 12f81df1ad
commit 0f37762953
3 changed files with 22 additions and 20 deletions

View File

@@ -31,18 +31,18 @@ define('ADLAN_PM_28', "Maximum attachment size");
define('ADLAN_PM_29', "Allow sending to all members");
define('ADLAN_PM_30', "Allow sending to multiple recipients");
define('ADLAN_PM_31', 'Userclass allowed to send to userclass');
define('ADLAN_PM_32', "Update Settings");
//define('ADLAN_PM_32', "Update Settings");
define('ADLAN_PM_33', "Inactive (no limits)");
define('ADLAN_PM_34', "PM counts");
define('ADLAN_PM_35', "PM box sizes");
define('ADLAN_PM_36', "Userclass");
define('ADLAN_PM_37', "Count limits");
define('ADLAN_PM_38', "Size limits (in KB)");
define('ADLAN_PM_39', "Inbox: ");
define('ADLAN_PM_40', "Outbox: ");
define('ADLAN_PM_39', "Inbox");
define('ADLAN_PM_40', "Outbox");
define('ADLAN_PM_41', "There are currently no limits set.");
define('ADLAN_PM_42', "Update Limits");
define('ADLAN_PM_43', "Add New Limit");
//define('ADLAN_PM_42', "Update Limits");
//define('ADLAN_PM_43', "Add New Limit");
define('ADLAN_PM_44', "seconds");
define('ADLAN_PM_45', "Limit PM By: ");
@@ -74,7 +74,7 @@ define('ADLAN_PM_78', 'Check attachments');
define('ADLAN_PM_79', '--ORPHANS-- unused attachments deleted. --MISSING-- missing attachments noted');
define('ADLAN_PM_80', 'Preference formats updated');
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_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');