Update message ids to match their real text.
svn path=/plone.app.discussion/trunk/; revision=33542
This commit is contained in:
		
							parent
							
								
									d894c45343
								
							
						
					
					
						commit
						590b343a53
					
				@ -4,7 +4,8 @@ Changelog
 | 
			
		||||
1.0b3 (XXXX-XX-XX)
 | 
			
		||||
------------------
 | 
			
		||||
 | 
			
		||||
* Set CSS classes for the comment form in the updateActions method. [timo]  
 | 
			
		||||
* Update message ids to match their real text. [hannosch]
 | 
			
		||||
* Set CSS classes for the comment form in the updateActions method. [timo]
 | 
			
		||||
* Respect the allow_comments field on an object and avoid calculations if no comments should be shown. [hannosch]
 | 
			
		||||
* Automatically load the ZCML files of the captcha widgets if they are installed. [hannosch]
 | 
			
		||||
* Fixed i18n domain in GenericSetup profiles to be ``plone``. Other values aren't supported for GS profiles. [hannosch]
 | 
			
		||||
 | 
			
		||||
@ -18,7 +18,7 @@
 | 
			
		||||
                    b_start request/b_start | b_start;
 | 
			
		||||
                    moderation_enabled view/moderation_enabled;">
 | 
			
		||||
 | 
			
		||||
        <h1 class="documentFirstHeading" i18n:translate="title_review">
 | 
			
		||||
        <h1 class="documentFirstHeading" i18n:translate="heading_moderate_comments">
 | 
			
		||||
            Moderate comments
 | 
			
		||||
        </h1>
 | 
			
		||||
 | 
			
		||||
@ -62,9 +62,9 @@
 | 
			
		||||
                        </tr>
 | 
			
		||||
                        <tr>
 | 
			
		||||
                            <th class="nosort"><input name="check_all" type="checkbox" value="0" /></th>
 | 
			
		||||
                            <th class="nosort" i18n:translate="heading_author">Commenter</th>
 | 
			
		||||
                            <th class="nosort" i18n:translate="heading_commenter">Commenter</th>
 | 
			
		||||
                            <th class="nosort" i18n:translate="heading_date">Date</th>
 | 
			
		||||
                            <th class="nosort" i18n:translate="heading_context">In Response To</th>
 | 
			
		||||
                            <th class="nosort" i18n:translate="heading_in_reponse_to">In Response To</th>
 | 
			
		||||
                            <th class="nosort" i18n:translate="heading_subject">Subject</th>
 | 
			
		||||
                            <th class="nosort" i18n:translate="heading_comment">Comment</th>
 | 
			
		||||
                            <th class="nosort" i18n:translate="heading_action">Action</th>
 | 
			
		||||
@ -113,7 +113,7 @@
 | 
			
		||||
                                           type="submit"
 | 
			
		||||
                                           value="Publish"
 | 
			
		||||
                                           name="form.button.Publish"
 | 
			
		||||
                                           i18n:attributes="value label_publish"
 | 
			
		||||
                                           i18n:attributes="value label_publish;"
 | 
			
		||||
                                           tal:attributes="id item/id"
 | 
			
		||||
                                           tal:condition="python:item.review_state == 'pending'"
 | 
			
		||||
                                           />
 | 
			
		||||
 | 
			
		||||
@ -240,7 +240,7 @@ msgstr "Aktion"
 | 
			
		||||
 | 
			
		||||
#. Default: "Commenter"
 | 
			
		||||
#: ./browser/moderation.pt:65
 | 
			
		||||
msgid "heading_author"
 | 
			
		||||
msgid "heading_commenter"
 | 
			
		||||
msgstr "Autor"
 | 
			
		||||
 | 
			
		||||
#. Default: "Comment"
 | 
			
		||||
@ -250,7 +250,7 @@ msgstr "Kommentar"
 | 
			
		||||
 | 
			
		||||
#. Default: "In Response To"
 | 
			
		||||
#: ./browser/moderation.pt:67
 | 
			
		||||
msgid "heading_context"
 | 
			
		||||
msgid "heading_in_reponse_to"
 | 
			
		||||
msgstr "Antwort auf"
 | 
			
		||||
 | 
			
		||||
#. Default: "Date"
 | 
			
		||||
@ -320,6 +320,6 @@ msgstr "Sammelbearbeitung"
 | 
			
		||||
 | 
			
		||||
#. Default: "Moderate comments"
 | 
			
		||||
#: ./browser/moderation.pt:21
 | 
			
		||||
msgid "title_review"
 | 
			
		||||
msgid "heading_moderate_comments"
 | 
			
		||||
msgstr "Moderieren"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -237,7 +237,7 @@ msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Default: "Commenter"
 | 
			
		||||
#: ./browser/moderation.pt:65
 | 
			
		||||
msgid "heading_author"
 | 
			
		||||
msgid "heading_commenter"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Default: "Comment"
 | 
			
		||||
@ -247,7 +247,7 @@ msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Default: "In Response To"
 | 
			
		||||
#: ./browser/moderation.pt:67
 | 
			
		||||
msgid "heading_context"
 | 
			
		||||
msgid "heading_in_reponse_to"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Default: "Date"
 | 
			
		||||
@ -317,6 +317,6 @@ msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Default: "Moderate comments"
 | 
			
		||||
#: ./browser/moderation.pt:21
 | 
			
		||||
msgid "title_review"
 | 
			
		||||
msgid "heading_moderate_comments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -240,7 +240,7 @@ msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Default: "Commenter"
 | 
			
		||||
#: ./browser/moderation.pt:65
 | 
			
		||||
msgid "heading_author"
 | 
			
		||||
msgid "heading_commenter"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Default: "Comment"
 | 
			
		||||
@ -250,7 +250,7 @@ msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Default: "In Response To"
 | 
			
		||||
#: ./browser/moderation.pt:67
 | 
			
		||||
msgid "heading_context"
 | 
			
		||||
msgid "heading_in_reponse_to"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Default: "Date"
 | 
			
		||||
@ -320,6 +320,6 @@ msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Default: "Moderate comments"
 | 
			
		||||
#: ./browser/moderation.pt:21
 | 
			
		||||
msgid "title_review"
 | 
			
		||||
msgid "heading_moderate_comments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user