1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-11 18:14:10 +01:00
php-e107/e107_plugins/pm/languages/English_admin_pm.php
2011-12-06 17:27:41 +00:00

80 lines
4.2 KiB
PHP
Executable File

<?php
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_3', "PM settings not found, default values set");
define('ADLAN_PM_4', "Options Updated");
define('ADLAN_PM_5', "Limit for selected userclass already exists");
define('ADLAN_PM_6', "Limit successfully added");
define('ADLAN_PM_7', "Limit not added/updated - unknown error");
define('ADLAN_PM_8', "Limit status updated");
define('ADLAN_PM_9', " - Limit successfully removed");
define('ADLAN_PM_10', " - Limit not removed - unknown error");
define('ADLAN_PM_11', " - Limit successfully updated");
define('ADLAN_PM_12', "PM Options");
define('ADLAN_PM_13', "PM Conversion");
define('ADLAN_PM_14', "PM Limits");
define('ADLAN_PM_15', "Add PM Limit");
define('ADLAN_PM_16', "Plugin Title");
define('ADLAN_PM_17', "Show new PM animation");
define('ADLAN_PM_18', "Show user dropdown");
define('ADLAN_PM_19', "READ message timeout (days)");
define('ADLAN_PM_20', "UNREAD message timeout (days)");
define('ADLAN_PM_21', "Popup notification on new PM");
define('ADLAN_PM_22', "Popup delay timeout");
define('ADLAN_PM_23', "Restrict PM use to");
define('ADLAN_PM_24', "Number of PMs to show per page");
define('ADLAN_PM_25', "Enable PM email notifications");
define('ADLAN_PM_26', "Allow user to request read receipt email notifications");
define('ADLAN_PM_27', "Allow posting of attachments");
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_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_41', "There are currently no limits set.");
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: ");
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_58', "Private Messenger");
define('ADLAN_PM_59', 'Maintenance');
define('ADLAN_PM_60', 'PM Maintenance');
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');
define('ADLAN_PM_65', 'User blocks');
define('ADLAN_PM_66', 'No maintenance tasks specified');
define('ADLAN_PM_67', 'PM DB maintenance started');
define('ADLAN_PM_68', '--COUNT-- blocks to deleted users removed');
define('ADLAN_PM_69', '--COUNT-- blocks from deleted users removed');
define('ADLAN_PM_70', 'Database error --NUM--: --TEXT-- removing user blocks');
define('ADLAN_PM_71', 'Time-expired messages');
define('ADLAN_PM_72', 'No PM timeouts set');
define('ADLAN_PM_73', '--COUNT-- time-expired PMs deleted');
define('ADLAN_PM_74', 'Removed --COUNT-- messages sent by deleted users');
define('ADLAN_PM_75', 'Removed --COUNT-- messages received by deleted users');
define('ADLAN_PM_76', 'No changes made - nothing logged');
define('ADLAN_PM_77', '(Empty all fields and Update to delete a limit)');
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_URL_DEFAULT_LABEL', 'Default');
define('ADLAN_PM_URL_DEFAULT_DESCR', 'Example: http://yoursite.com/e107_plugins/pm/pm.php');