XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
notification.php
Go to the documentation of this file.
1 <?php
2 // $Id: notification.php 11355 2013-04-07 03:14:28Z beckmi $
3 // _LANGCODE: en
4 // _CHARSET : UTF-8
5 // Translator: XOOPS Translation Team
6 // RMV-NOTIFY
7 // Text for various templates...
8 define('_NOT_NOTIFICATIONOPTIONS','Notification Options');
9 define('_NOT_UPDATENOW','Update Now');
10 define('_NOT_UPDATEOPTIONS','Update Notification Options');
11 define('_NOT_CLEAR','Clear');
12 define('_NOT_CHECKALL','Check All');
13 define('_NOT_MODULE','Module');
14 define('_NOT_CATEGORY','Category');
15 define('_NOT_ITEMID','ID');
16 define('_NOT_ITEMNAME','Name');
17 define('_NOT_EVENT','Event');
18 define('_NOT_EVENTS','Events');
19 define('_NOT_ACTIVENOTIFICATIONS','Active Notifications');
20 define('_NOT_NAMENOTAVAILABLE','Name Not Available');
21 // RMV-NEW : TODO: remove NAMENOTAVAILBLE above
22 define('_NOT_ITEMNAMENOTAVAILABLE','Item Name Not Available');
23 define('_NOT_ITEMTYPENOTAVAILABLE','Item Type Not Available');
24 define('_NOT_ITEMURLNOTAVAILABLE','Item URL Not Available');
25 define('_NOT_DELETINGNOTIFICATIONS','Deleting Notifications');
26 define('_NOT_DELETESUCCESS','Notification(s) deleted successfully.');
27 define('_NOT_UPDATEOK','Notification options updated');
28 define('_NOT_NOTIFICATIONMETHODIS','Notification method is');
29 define('_NOT_EMAIL','email');
30 define('_NOT_PM','private message');
31 define('_NOT_DISABLE','disabled');
32 define('_NOT_CHANGE','Change');
33 define('_NOT_NOACCESS','You do not have permission to access this page.');
34 // Text for module config options
35 define('_NOT_ENABLE','Enable');
36 define('_NOT_NOTIFICATION','Notification');
37 define('_NOT_CONFIG_ENABLED','Enable Notification');
38 define('_NOT_CONFIG_ENABLEDDSC','This module allows users to select to be notified when certain events occur. Choose "yes" to enable this feature.');
39 define('_NOT_CONFIG_EVENTS','Enable Specific Events');
40 define('_NOT_CONFIG_EVENTSDSC','Select which notification events to which your users may subscribe.');
41 define('_NOT_CONFIG_ENABLE','Enable Notification');
42 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.');
43 define('_NOT_CONFIG_DISABLE','Disable Notification');
44 define('_NOT_CONFIG_ENABLEBLOCK','Enable only Block-style');
45 define('_NOT_CONFIG_ENABLEINLINE','Enable only Inline-style');
46 define('_NOT_CONFIG_ENABLEBOTH','Enable Notification (both styles)');
47 // For notification about comment events
48 define('_NOT_COMMENT_NOTIFY','Comment Added');
49 define('_NOT_COMMENT_NOTIFYCAP','Notify me when a new comment is posted for this item.');
50 define('_NOT_COMMENT_NOTIFYDSC','Receive notification whenever a new comment is posted (or approved) for this item.');
51 define('_NOT_COMMENT_NOTIFYSBJ','[{X_SITENAME}] {X_MODULE} auto-notify: Comment added to {X_ITEM_TYPE}');
52 define('_NOT_COMMENTSUBMIT_NOTIFY','Comment Submitted');
53 define('_NOT_COMMENTSUBMIT_NOTIFYCAP','Notify me when a new comment is submitted (awaiting approval) for this item.');
54 define('_NOT_COMMENTSUBMIT_NOTIFYDSC','Receive notification whenever a new comment is submitted (awaiting approval) for this item.');
55 define('_NOT_COMMENTSUBMIT_NOTIFYSBJ','[{X_SITENAME}] {X_MODULE} auto-notify: Comment submitted for {X_ITEM_TYPE}');
56 // For notification bookmark feature
57 // (Not really notification, but easy to do with this module)
58 define('_NOT_BOOKMARK_NOTIFY','Bookmark');
59 define('_NOT_BOOKMARK_NOTIFYCAP','Bookmark this item (no notification).');
60 define('_NOT_BOOKMARK_NOTIFYDSC','Keep track of this item without receiving any event notifications.');
61 // For user profile
62 // FIXME: These should be reworded a little...
63 define('_NOT_NOTIFYMETHOD','Notification Method<br /> When you monitor e.g. a forum, how would you like to receive notifications of updates?');
64 define('_NOT_METHOD_EMAIL','Email (use address in my profile)');
65 define('_NOT_METHOD_PM','Private Message');
66 define('_NOT_METHOD_DISABLE','Temporarily Disable');
67 define('_NOT_NOTIFYMODE','Default Notification Mode');
68 define('_NOT_MODE_SENDALWAYS','Notify me of all selected updates');
69 define('_NOT_MODE_SENDONCE','Notify me only once');
70 define('_NOT_MODE_SENDONCEPERLOGIN','Notify me once then disable until I log in again');
71 define('_NOT_NOTHINGTODELETE','There is nothing to delete.');