XOOPS 2.5.6
Final
|
Go to the source code of this file.
Variables | |
const | _NOT_ACTIVENOTIFICATIONS 'Active Notifications' |
const | _NOT_BOOKMARK_NOTIFY 'Bookmark' |
const | _NOT_BOOKMARK_NOTIFYCAP 'Bookmark this item (no notification).' |
const | _NOT_BOOKMARK_NOTIFYDSC 'Keep track of this item without receiving any event notifications.' |
const | _NOT_CATEGORY 'Category' |
const | _NOT_CHANGE 'Change' |
const | _NOT_CHECKALL 'Check All' |
const | _NOT_CLEAR 'Clear' |
const | _NOT_COMMENT_NOTIFY 'Comment Added' |
const | _NOT_COMMENT_NOTIFYCAP 'Notify me when a new comment is posted for this item.' |
const | _NOT_COMMENT_NOTIFYDSC 'Receive notification whenever a new comment is posted (or approved) for this item.' |
const | _NOT_COMMENT_NOTIFYSBJ '[{X_SITENAME}] {X_MODULE} auto-notify: Comment added to {X_ITEM_TYPE}' |
const | _NOT_COMMENTSUBMIT_NOTIFY 'Comment Submitted' |
const | _NOT_COMMENTSUBMIT_NOTIFYCAP 'Notify me when a new comment is submitted (awaiting approval) for this item.' |
const | _NOT_COMMENTSUBMIT_NOTIFYDSC 'Receive notification whenever a new comment is submitted (awaiting approval) for this item.' |
const | _NOT_COMMENTSUBMIT_NOTIFYSBJ '[{X_SITENAME}] {X_MODULE} auto-notify: Comment submitted for {X_ITEM_TYPE}' |
const | _NOT_CONFIG_DISABLE 'Disable Notification' |
const | _NOT_CONFIG_ENABLE 'Enable Notification' |
const | _NOT_CONFIG_ENABLEBLOCK 'Enable only Block-style' |
const | _NOT_CONFIG_ENABLEBOTH 'Enable Notification (both styles)' |
const | _NOT_CONFIG_ENABLED 'Enable Notification' |
const | _NOT_CONFIG_ENABLEDDSC 'This module allows users to select to be notified when certain events occur. Choose "yes" to enable this feature.' |
const | _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.' |
const | _NOT_CONFIG_ENABLEINLINE 'Enable only Inline-style' |
const | _NOT_CONFIG_EVENTS 'Enable Specific Events' |
const | _NOT_CONFIG_EVENTSDSC 'Select which notification events to which your users may subscribe.' |
const | _NOT_DELETESUCCESS 'Notification(s) deleted successfully.' |
const | _NOT_DELETINGNOTIFICATIONS 'Deleting Notifications' |
const | _NOT_DISABLE 'disabled' |
const | _NOT_EMAIL 'email' |
const | _NOT_ENABLE 'Enable' |
const | _NOT_EVENT 'Event' |
const | _NOT_EVENTS 'Events' |
const | _NOT_ITEMID 'ID' |
const | _NOT_ITEMNAME 'Name' |
const | _NOT_ITEMNAMENOTAVAILABLE 'Item Name Not Available' |
const | _NOT_ITEMTYPENOTAVAILABLE 'Item Type Not Available' |
const | _NOT_ITEMURLNOTAVAILABLE 'Item URL Not Available' |
const | _NOT_METHOD_DISABLE 'Temporarily Disable' |
const | _NOT_METHOD_EMAIL 'Email (use address in my profile)' |
const | _NOT_METHOD_PM 'Private Message' |
const | _NOT_MODE_SENDALWAYS 'Notify me of all selected updates' |
const | _NOT_MODE_SENDONCE 'Notify me only once' |
const | _NOT_MODE_SENDONCEPERLOGIN 'Notify me once then disable until I log in again' |
const | _NOT_MODULE 'Module' |
const | _NOT_NAMENOTAVAILABLE 'Name Not Available' |
const | _NOT_NOACCESS 'You do not have permission to access this page.' |
const | _NOT_NOTHINGTODELETE 'There is nothing to delete.' |
const | _NOT_NOTIFICATION 'Notification' |
const | _NOT_NOTIFICATIONMETHODIS 'Notification method is' |
const | _NOT_NOTIFICATIONOPTIONS 'Notification Options' |
const | _NOT_NOTIFYMETHOD 'Notification Method<br /> When you monitor e.g. a forum, how would you like to receive notifications of updates?' |
const | _NOT_NOTIFYMODE 'Default Notification Mode' |
const | _NOT_PM 'private message' |
const | _NOT_UPDATENOW 'Update Now' |
const | _NOT_UPDATEOK 'Notification options updated' |
const | _NOT_UPDATEOPTIONS 'Update Notification Options' |
const _NOT_ACTIVENOTIFICATIONS 'Active Notifications' |
Definition at line 19 of file notification.php.
const _NOT_BOOKMARK_NOTIFY 'Bookmark' |
Definition at line 58 of file notification.php.
Referenced by notificationEvents().
const _NOT_BOOKMARK_NOTIFYCAP 'Bookmark this item (no notification).' |
Definition at line 59 of file notification.php.
Referenced by notificationEvents().
const _NOT_BOOKMARK_NOTIFYDSC 'Keep track of this item without receiving any event notifications.' |
Definition at line 60 of file notification.php.
Referenced by notificationEvents().
const _NOT_CATEGORY 'Category' |
Definition at line 14 of file notification.php.
const _NOT_CHANGE 'Change' |
Definition at line 32 of file notification.php.
const _NOT_CHECKALL 'Check All' |
Definition at line 12 of file notification.php.
const _NOT_CLEAR 'Clear' |
Definition at line 11 of file notification.php.
const _NOT_COMMENT_NOTIFY 'Comment Added' |
Definition at line 48 of file notification.php.
Referenced by notificationEvents().
const _NOT_COMMENT_NOTIFYCAP 'Notify me when a new comment is posted for this item.' |
Definition at line 49 of file notification.php.
Referenced by notificationEvents().
const _NOT_COMMENT_NOTIFYDSC 'Receive notification whenever a new comment is posted (or approved) for this item.' |
Definition at line 50 of file notification.php.
Referenced by notificationEvents().
const _NOT_COMMENT_NOTIFYSBJ '[{X_SITENAME}] {X_MODULE} auto-notify: Comment added to {X_ITEM_TYPE}' |
Definition at line 51 of file notification.php.
Referenced by notificationEvents().
const _NOT_COMMENTSUBMIT_NOTIFY 'Comment Submitted' |
Definition at line 52 of file notification.php.
Referenced by notificationEvents().
const _NOT_COMMENTSUBMIT_NOTIFYCAP 'Notify me when a new comment is submitted (awaiting approval) for this item.' |
Definition at line 53 of file notification.php.
Referenced by notificationEvents().
const _NOT_COMMENTSUBMIT_NOTIFYDSC 'Receive notification whenever a new comment is submitted (awaiting approval) for this item.' |
Definition at line 54 of file notification.php.
Referenced by notificationEvents().
const _NOT_COMMENTSUBMIT_NOTIFYSBJ '[{X_SITENAME}] {X_MODULE} auto-notify: Comment submitted for {X_ITEM_TYPE}' |
Definition at line 55 of file notification.php.
Referenced by notificationEvents().
const _NOT_CONFIG_DISABLE 'Disable Notification' |
Definition at line 43 of file notification.php.
const _NOT_CONFIG_ENABLE 'Enable Notification' |
Definition at line 41 of file notification.php.
const _NOT_CONFIG_ENABLEBLOCK 'Enable only Block-style' |
Definition at line 44 of file notification.php.
const _NOT_CONFIG_ENABLEBOTH 'Enable Notification (both styles)' |
Definition at line 46 of file notification.php.
const _NOT_CONFIG_ENABLED 'Enable Notification' |
Definition at line 37 of file notification.php.
const _NOT_CONFIG_ENABLEDDSC 'This module allows users to select to be notified when certain events occur. Choose "yes" to enable this feature.' |
Definition at line 38 of file notification.php.
const _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.' |
Definition at line 42 of file notification.php.
const _NOT_CONFIG_ENABLEINLINE 'Enable only Inline-style' |
Definition at line 45 of file notification.php.
const _NOT_CONFIG_EVENTS 'Enable Specific Events' |
Definition at line 39 of file notification.php.
const _NOT_CONFIG_EVENTSDSC 'Select which notification events to which your users may subscribe.' |
Definition at line 40 of file notification.php.
const _NOT_DELETESUCCESS 'Notification(s) deleted successfully.' |
Definition at line 26 of file notification.php.
const _NOT_DELETINGNOTIFICATIONS 'Deleting Notifications' |
Definition at line 25 of file notification.php.
const _NOT_DISABLE 'disabled' |
Definition at line 31 of file notification.php.
const _NOT_EMAIL 'email' |
Definition at line 29 of file notification.php.
const _NOT_ENABLE 'Enable' |
Definition at line 35 of file notification.php.
const _NOT_EVENT 'Event' |
Definition at line 17 of file notification.php.
const _NOT_EVENTS 'Events' |
Definition at line 18 of file notification.php.
const _NOT_ITEMID 'ID' |
Definition at line 15 of file notification.php.
const _NOT_ITEMNAME 'Name' |
Definition at line 16 of file notification.php.
const _NOT_ITEMNAMENOTAVAILABLE 'Item Name Not Available' |
Definition at line 22 of file notification.php.
Referenced by XoopsNotificationHandler\triggerEvent().
const _NOT_ITEMTYPENOTAVAILABLE 'Item Type Not Available' |
Definition at line 23 of file notification.php.
Referenced by XoopsNotificationHandler\triggerEvent().
const _NOT_ITEMURLNOTAVAILABLE 'Item URL Not Available' |
Definition at line 24 of file notification.php.
Referenced by XoopsNotificationHandler\triggerEvent().
const _NOT_METHOD_DISABLE 'Temporarily Disable' |
Definition at line 66 of file notification.php.
Referenced by form_user(), and xoops_module_install_profile().
const _NOT_METHOD_EMAIL 'Email (use address in my profile)' |
Definition at line 64 of file notification.php.
Referenced by form_user(), and xoops_module_install_profile().
const _NOT_METHOD_PM 'Private Message' |
Definition at line 65 of file notification.php.
Referenced by form_user(), and xoops_module_install_profile().
const _NOT_MODE_SENDALWAYS 'Notify me of all selected updates' |
Definition at line 68 of file notification.php.
Referenced by form_user(), and xoops_module_install_profile().
const _NOT_MODE_SENDONCE 'Notify me only once' |
Definition at line 69 of file notification.php.
Referenced by form_user(), and xoops_module_install_profile().
const _NOT_MODE_SENDONCEPERLOGIN 'Notify me once then disable until I log in again' |
Definition at line 70 of file notification.php.
Referenced by form_user(), and xoops_module_install_profile().
const _NOT_MODULE 'Module' |
Definition at line 13 of file notification.php.
const _NOT_NAMENOTAVAILABLE 'Name Not Available' |
Definition at line 20 of file notification.php.
const _NOT_NOACCESS 'You do not have permission to access this page.' |
Definition at line 33 of file notification.php.
const _NOT_NOTHINGTODELETE 'There is nothing to delete.' |
Definition at line 71 of file notification.php.
const _NOT_NOTIFICATION 'Notification' |
Definition at line 36 of file notification.php.
const _NOT_NOTIFICATIONMETHODIS 'Notification method is' |
Definition at line 28 of file notification.php.
const _NOT_NOTIFICATIONOPTIONS 'Notification Options' |
Definition at line 8 of file notification.php.
const _NOT_NOTIFYMETHOD 'Notification Method<br /> When you monitor e.g. a forum, how would you like to receive notifications of updates?' |
Definition at line 63 of file notification.php.
Referenced by form_user(), and xoops_module_install_profile().
const _NOT_NOTIFYMODE 'Default Notification Mode' |
Definition at line 67 of file notification.php.
Referenced by form_user(), and xoops_module_install_profile().
const _NOT_PM 'private message' |
Definition at line 30 of file notification.php.
const _NOT_UPDATENOW 'Update Now' |
Definition at line 9 of file notification.php.
Referenced by b_system_notification_show().
const _NOT_UPDATEOK 'Notification options updated' |
Definition at line 27 of file notification.php.
const _NOT_UPDATEOPTIONS 'Update Notification Options' |
Definition at line 10 of file notification.php.