Changeset 488

Show
Ignore:
Timestamp:
08/21/06 13:01:05
Author:
gerrykirk
Message:

made some more English language improvements and consistencies, found a missing string for translation, url encoded a status message

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneComments/branches/plone-2.5-i18n/i18n/plonecomments.pot

    r487 r488  
    55msgstr "" 
    66"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" 
    88"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" 
    99"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     
    2525msgstr "" 
    2626 
    27 #. Default: "Publish This Reply
     27#. Default: "Publish
    2828#: skins/qplonecomments/2.0.5/discussionitem_view.pt 
    29 msgid "Publish This Reply
     29msgid "Publish
    3030msgstr "" 
    3131 
  • qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.0.5/discussion_reply.cpy

    r487 r488  
    8383# Inform user about awaiting moderation 
    8484if 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.') 
    8686 
    8787target = '%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  
    5656                <input class="destructive" 
    5757                   type="submit" 
    58                    value="Remove This Reply" 
     58                   value="Remove this reply" 
    5959                   i18n:attributes="value" 
    6060                   /> 
     
    7070                <input class="standalone" 
    7171                       type="submit" 
    72                        value="Publish This Reply
     72                       value="Publish
    7373                                          i18n:domain="plonecomments" 
    7474                       i18n:attributes="value" 
  • qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.0.5/viewThreadsAtBottom.pt

    r487 r488  
    100100                        <input class="destructive" 
    101101                               type="submit" 
    102                                value="Remove This Discussion
     102                               value="Remove
    103103                               i18n:attributes="value" 
    104104                               /> 
     
    114114                        <input class="standalone" 
    115115                               type="submit" 
    116                                value="Publish This Discussion
     116                               value="Publish
    117117                               i18n:attributes="value" 
    118118                               /> 
     
    120120 
    121121                    <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> 
    123124 
    124125                    <div tal:define="replies python:here.getReplyReplies(reply)" 
  • qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.1/discussion_reply.cpy

    r487 r488  
    8484portal_status_message='Comment published.' 
    8585if 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.') 
    8787 
    8888from Products.CMFPlone.utils import transaction_note 
  • qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.1/viewThreadsAtBottom.pt

    r487 r488  
    112112                    <br/> 
    113113                    <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> 
    115116 
    116117                </div> 
  • qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.5/discussion_reply.cpy

    r487 r488  
    8282portal_status_message='Comment published.' 
    8383if 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.') 
    8585 
    8686from Products.CMFPlone.utils import transaction_note 
  • qPloneComments/branches/plone-2.5-i18n/skins/qplonecomments/2.5/viewThreadsAtBottom.pt

    r487 r488  
    112112                    <br/> 
    113113                    <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> 
    115116 
    116117                </div>