home *** CD-ROM | disk | FTP | other *** search
Wrap
<?php // $Id: notification.php 1029 2007-09-09 03:49:25Z phppp $ // RMV-NOTIFY // Text for various templates... define ('_NOT_NOTIFICATIONOPTIONS', 'Notification Options'); define ('_NOT_UPDATENOW', 'Update Now'); define ('_NOT_UPDATEOPTIONS', 'Update Notification Options'); define ('_NOT_CLEAR', 'Clear'); define ('_NOT_CHECKALL', 'Check All'); define ('_NOT_MODULE', 'Module'); define ('_NOT_CATEGORY', 'Category'); define ('_NOT_ITEMID', 'ID'); define ('_NOT_ITEMNAME', 'Name'); define ('_NOT_EVENT', 'Event'); define ('_NOT_EVENTS', 'Events'); define ('_NOT_ACTIVENOTIFICATIONS', 'Active Notifications'); define ('_NOT_NAMENOTAVAILABLE', 'Name Not Available'); // RMV-NEW : TODO: remove NAMENOTAVAILBLE above define ('_NOT_ITEMNAMENOTAVAILABLE', 'Item Name Not Available'); define ('_NOT_ITEMTYPENOTAVAILABLE', 'Item Type Not Available'); define ('_NOT_ITEMURLNOTAVAILABLE', 'Item URL Not Available'); define ('_NOT_DELETINGNOTIFICATIONS', 'Deleting Notifications'); define ('_NOT_DELETESUCCESS', 'Notification(s) deleted successfully.'); define ('_NOT_UPDATEOK', 'Notification options updated'); define ('_NOT_NOTIFICATIONMETHODIS', 'Notification method is'); define ('_NOT_EMAIL', 'email'); define ('_NOT_PM', 'private message'); define ('_NOT_DISABLE', 'disabled'); define ('_NOT_CHANGE', 'Change'); define ('_NOT_NOACCESS', 'You do not have permission to access this page.'); // Text for module config options define ('_NOT_ENABLE', 'Enable'); define ('_NOT_NOTIFICATION', 'Notification'); define ('_NOT_CONFIG_ENABLED', 'Enable Notification'); define ('_NOT_CONFIG_ENABLEDDSC', 'This module allows users to select to be notified when certain events occur. Choose "yes" to enable this feature.'); define ('_NOT_CONFIG_EVENTS', 'Enable Specific Events'); define ('_NOT_CONFIG_EVENTSDSC', 'Select which notification events to which your users may subscribe.'); define ('_NOT_CONFIG_ENABLE', 'Enable Notification'); define ('_NOT_CONFIG_ENABLEDSC', 'This module allows users to be notified when certain events occur. Select if users should be presented with notification options in a Block (Block-style), within the module (Inline-style), or both. For block-style notification, the Notification Options block must be enabled for this module.'); define ('_NOT_CONFIG_DISABLE', 'Disable Notification'); define ('_NOT_CONFIG_ENABLEBLOCK', 'Enable only Block-style'); define ('_NOT_CONFIG_ENABLEINLINE', 'Enable only Inline-style'); define ('_NOT_CONFIG_ENABLEBOTH', 'Enable Notification (both styles)'); // For notification about comment events define ('_NOT_COMMENT_NOTIFY', 'Comment Added'); define ('_NOT_COMMENT_NOTIFYCAP', 'Notify me when a new comment is posted for this item.'); define ('_NOT_COMMENT_NOTIFYDSC', 'Receive notification whenever a new comment is posted (or approved) for this item.'); define ('_NOT_COMMENT_NOTIFYSBJ', '[{X_SITENAME}] {X_MODULE} auto-notify: Comment added to {X_ITEM_TYPE}'); define ('_NOT_COMMENTSUBMIT_NOTIFY', 'Comment Submitted'); define ('_NOT_COMMENTSUBMIT_NOTIFYCAP', 'Notify me when a new comment is submitted (awaiting approval) for this item.'); define ('_NOT_COMMENTSUBMIT_NOTIFYDSC', 'Receive notification whenever a new comment is submitted (awaiting approval) for this item.'); define ('_NOT_COMMENTSUBMIT_NOTIFYSBJ', '[{X_SITENAME}] {X_MODULE} auto-notify: Comment submitted for {X_ITEM_TYPE}'); // For notification bookmark feature // (Not really notification, but easy to do with this module) define ('_NOT_BOOKMARK_NOTIFY', 'Bookmark'); define ('_NOT_BOOKMARK_NOTIFYCAP', 'Bookmark this item (no notification).'); define ('_NOT_BOOKMARK_NOTIFYDSC', 'Keep track of this item without receiving any event notifications.'); // For user profile // FIXME: These should be reworded a little... define ('_NOT_NOTIFYMETHOD', 'Notification Method: When you monitor e.g. a forum, how would you like to receive notifications of updates?'); define ('_NOT_METHOD_EMAIL', 'Email (use address in my profile)'); define ('_NOT_METHOD_PM', 'Private Message'); define ('_NOT_METHOD_DISABLE', 'Temporarily Disable'); define ('_NOT_NOTIFYMODE', 'Default Notification Mode'); define ('_NOT_MODE_SENDALWAYS', 'Notify me of all selected updates'); define ('_NOT_MODE_SENDONCE', 'Notify me only once'); define ('_NOT_MODE_SENDONCEPERLOGIN', 'Notify me once then disable until I log in again'); define ('_NOT_NOTHINGTODELETE', 'There is nothing to delete.'); ?>