Ignore:
Timestamp:
Aug 24, 2006 2:55:20 PM (18 years ago)
Author:
crchemist
Message:

Added field in configlet for anonym email.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • qPloneComments/branches/plone-2.5/skins/qplonecomments/prefs_comments_setup_form.cpt

    • Property svn:eol-style deleted
    r375 r496  
    7272 
    7373                    <label i18n:translate="label_enable_moderation"  
    74                            for="isEnabledModeration">Enable comment moderation</label> 
     74                           for="isEnabledModeration">Enable moderation.</label> 
    7575 
    7676                </div> 
     
    9292 
    9393                    <label i18n:translate="label_require_anonym_email"  
    94                            for="requireEmail">Require email from Anonymous commenters</label> 
     94                           for="requireEmail">Require Anonym Email.</label> 
    9595 
    9696                </div> 
     
    112112 
    113113                    <label i18n:translate="label_anonymous_commenting"  
    114                            for="isEnabledAnonymousCommenting">Allow comments from Anonymous users</label> 
     114                           for="isEnabledAnonymousCommenting">Enable anonymous commenting.</label> 
    115115                </div> 
    116116 
     
    128128 
    129129                    <label i18n:translate="enable_manager_moderation" 
    130                            for="isEnableApproveNotification">Enable Manager moderation</label> 
     130                           for="isEnableApproveNotification">Enable Manager moderation.</label> 
    131131                </div> 
    132132 
     
    142142                    <div class="formHelp" id="smtp_server_help" 
    143143                         i18n:translate="help_discussion-manager_email"> 
    144                         The email address where comment notifications will be sent 
     144                        The e-mail address where notifications about adding new comments will be sent. 
    145145                    </div> 
    146146 
     
    165165                    <div class="formHelp" id="organization_name_help" 
    166166                         i18n:translate="help_organization_name"> 
    167                         You can change notification message templates by customizing 'approve_comment_template' and 'published_comment_template' in the qplonecomments skin. 
     167                        You can change notification message templates customizing 'approve_comment_template' and 'published_comment_template' from qplonecomments skin. 
    168168                    </div> 
    169169 
     
    183183 
    184184            <fieldset> 
    185                 <legend i18n:translate="legend_qpc_notification_legend">Email Notification Options</legend> 
     185                <legend i18n:translate="legend_qpc_notification_legend">Notification tuning</legend> 
    186186 
    187187                <div class="field" 
     
    201201 
    202202                    <label i18n:translate="label_enable_published_notification"  
    203                            for="isEnabledPublishedNotification">Notify Document Owner of new comments on their documents.</label> 
     203                           for="isEnabledPublishedNotification">Enable Document Owner notification on new comments.</label> 
    204204                </div> 
    205205 
     
    220220 
    221221                    <label i18n:translate="label_enable_approve_notification" 
    222                            for="isEnableApproveNotification">Notify Discussion Manager of new comments.</label> 
     222                           for="isEnableApproveNotification">Enable Discussion Manager notification on new comments.</label> 
    223223                </div> 
    224224 
     
    239239 
    240240                    <label i18n:translate="label_enable_approve_user_notification" 
    241                            for="isEnableApproveUserNotification">Notify Commenter when comment is published.</label> 
     241                           for="isEnableApproveUserNotification">Enable Commentator notification on comment was published.</label> 
    242242                </div> 
    243243 
     
    278278 
    279279                    <label i18n:translate="label_enable_reply_notification" 
    280                            for="isReplyNotificationEnabled">Notify Commenter when their comment receives a reply</label> 
     280                           for="isReplyNotificationEnabled">Enable Commentator notification on comment was replied.</label> 
    281281                </div> 
    282282            </fieldset> 
Note: See TracChangeset for help on using the changeset viewer.