Changeset 488
- Timestamp:
- 08/21/06 13:01:05
- Files:
-
- qPloneComments/branches/plone-2.5-i18n/i18n/plonecomments.pot (modified) (2 diffs)
- qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.0.5/discussion_reply.cpy (modified) (1 diff)
- qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.0.5/discussionitem_view.pt (modified) (2 diffs)
- qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.0.5/viewThreadsAtBottom.pt (modified) (3 diffs)
- qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.1/discussion_reply.cpy (modified) (1 diff)
- qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.1/viewThreadsAtBottom.pt (modified) (1 diff)
- qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.5/discussion_reply.cpy (modified) (1 diff)
- qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.5/viewThreadsAtBottom.pt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneComments/branches/plone-2.5-i18n/i18n/plonecomments.pot
r487 r488 5 5 msgstr "" 6 6 "Project-Id-Version: PACKAGE VERSION\n" 7 "POT-Creation-Date: 2006-08- 17 16:18+0000\n"7 "POT-Creation-Date: 2006-08-21 17:50+0000\n" 8 8 "PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" 9 9 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 25 25 msgstr "" 26 26 27 #. Default: "Publish This Reply"27 #. Default: "Publish" 28 28 #: skins/qplonecomments/2.0.5/discussionitem_view.pt 29 msgid "Publish This Reply"29 msgid "Publish" 30 30 msgstr "" 31 31 qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.0.5/discussion_reply.cpy
r487 r488 83 83 # Inform user about awaiting moderation 84 84 if ifModerate and reply: 85 portal_status_message= 'Currently, all comments require approval before being published. Please check back later.'85 portal_status_message=url_quote_plus('Currently, all comments require approval before being published. Please check back later.') 86 86 87 87 target = '%s/%s?portal_status_message=%s' % (parent.absolute_url(), parent.getTypeInfo().getActionById('view'), portal_status_message) qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.0.5/discussionitem_view.pt
r487 r488 56 56 <input class="destructive" 57 57 type="submit" 58 value="Remove This Reply"58 value="Remove this reply" 59 59 i18n:attributes="value" 60 60 /> … … 70 70 <input class="standalone" 71 71 type="submit" 72 value="Publish This Reply"72 value="Publish" 73 73 i18n:domain="plonecomments" 74 74 i18n:attributes="value" qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.0.5/viewThreadsAtBottom.pt
r487 r488 100 100 <input class="destructive" 101 101 type="submit" 102 value="Remove This Discussion"102 value="Remove" 103 103 i18n:attributes="value" 104 104 /> … … 114 114 <input class="standalone" 115 115 type="submit" 116 value="Publish This Discussion"116 value="Publish" 117 117 i18n:attributes="value" 118 118 /> … … 120 120 121 121 <div class="documentByLine" 122 tal:condition="not:isPublished">Until publishing this comment adding reply impossible.</div> 122 i18n:translate="text_no_add_reply" 123 tal:condition="not:isPublished">Comment must be approved before replies to comment accepted.</div> 123 124 124 125 <div tal:define="replies python:here.getReplyReplies(reply)" qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.1/discussion_reply.cpy
r487 r488 84 84 portal_status_message='Comment published.' 85 85 if ifModerate and reply: 86 portal_status_message= 'Currently, all comments require approval before being published. Please check back later.'86 portal_status_message=url_quote_plus('Currently, all comments require approval before being published. Please check back later.') 87 87 88 88 from Products.CMFPlone.utils import transaction_note qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.1/viewThreadsAtBottom.pt
r487 r488 112 112 <br/> 113 113 <div class="documentByLine" 114 tal:condition="not:isPublished">Until publishing this comment adding reply impossible.</div> 114 i18n:translate="text_no_add_reply" 115 tal:condition="not:isPublished">Comment must be approved before replies to comment accepted.</div> 115 116 116 117 </div> qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.5/discussion_reply.cpy
r487 r488 82 82 portal_status_message='Comment published.' 83 83 if ifModerate and reply: 84 portal_status_message= 'Currently, all comments require approval before being published. Please check back later.'84 portal_status_message=url_quote_plus('Currently, all comments require approval before being published. Please check back later.') 85 85 86 86 from Products.CMFPlone.utils import transaction_note qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.5/viewThreadsAtBottom.pt
r487 r488 112 112 <br/> 113 113 <div class="documentByLine" 114 tal:condition="not:isPublished">Until publishing this comment adding reply impossible.</div> 114 i18n:translate="text_no_add_reply" 115 tal:condition="not:isPublished">Comment must be approved before replies to comment accepted.</div> 115 116 116 117 </div>
