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)
|
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]
|
* 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]
|
* 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]
|
* 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;
|
b_start request/b_start | b_start;
|
||||||
moderation_enabled view/moderation_enabled;">
|
moderation_enabled view/moderation_enabled;">
|
||||||
|
|
||||||
<h1 class="documentFirstHeading" i18n:translate="title_review">
|
<h1 class="documentFirstHeading" i18n:translate="heading_moderate_comments">
|
||||||
Moderate comments
|
Moderate comments
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
@ -62,9 +62,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="nosort"><input name="check_all" type="checkbox" value="0" /></th>
|
<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_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_subject">Subject</th>
|
||||||
<th class="nosort" i18n:translate="heading_comment">Comment</th>
|
<th class="nosort" i18n:translate="heading_comment">Comment</th>
|
||||||
<th class="nosort" i18n:translate="heading_action">Action</th>
|
<th class="nosort" i18n:translate="heading_action">Action</th>
|
||||||
@ -113,7 +113,7 @@
|
|||||||
type="submit"
|
type="submit"
|
||||||
value="Publish"
|
value="Publish"
|
||||||
name="form.button.Publish"
|
name="form.button.Publish"
|
||||||
i18n:attributes="value label_publish"
|
i18n:attributes="value label_publish;"
|
||||||
tal:attributes="id item/id"
|
tal:attributes="id item/id"
|
||||||
tal:condition="python:item.review_state == 'pending'"
|
tal:condition="python:item.review_state == 'pending'"
|
||||||
/>
|
/>
|
||||||
|
@ -240,7 +240,7 @@ msgstr "Aktion"
|
|||||||
|
|
||||||
#. Default: "Commenter"
|
#. Default: "Commenter"
|
||||||
#: ./browser/moderation.pt:65
|
#: ./browser/moderation.pt:65
|
||||||
msgid "heading_author"
|
msgid "heading_commenter"
|
||||||
msgstr "Autor"
|
msgstr "Autor"
|
||||||
|
|
||||||
#. Default: "Comment"
|
#. Default: "Comment"
|
||||||
@ -250,7 +250,7 @@ msgstr "Kommentar"
|
|||||||
|
|
||||||
#. Default: "In Response To"
|
#. Default: "In Response To"
|
||||||
#: ./browser/moderation.pt:67
|
#: ./browser/moderation.pt:67
|
||||||
msgid "heading_context"
|
msgid "heading_in_reponse_to"
|
||||||
msgstr "Antwort auf"
|
msgstr "Antwort auf"
|
||||||
|
|
||||||
#. Default: "Date"
|
#. Default: "Date"
|
||||||
@ -320,6 +320,6 @@ msgstr "Sammelbearbeitung"
|
|||||||
|
|
||||||
#. Default: "Moderate comments"
|
#. Default: "Moderate comments"
|
||||||
#: ./browser/moderation.pt:21
|
#: ./browser/moderation.pt:21
|
||||||
msgid "title_review"
|
msgid "heading_moderate_comments"
|
||||||
msgstr "Moderieren"
|
msgstr "Moderieren"
|
||||||
|
|
||||||
|
@ -237,7 +237,7 @@ msgstr ""
|
|||||||
|
|
||||||
#. Default: "Commenter"
|
#. Default: "Commenter"
|
||||||
#: ./browser/moderation.pt:65
|
#: ./browser/moderation.pt:65
|
||||||
msgid "heading_author"
|
msgid "heading_commenter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Default: "Comment"
|
#. Default: "Comment"
|
||||||
@ -247,7 +247,7 @@ msgstr ""
|
|||||||
|
|
||||||
#. Default: "In Response To"
|
#. Default: "In Response To"
|
||||||
#: ./browser/moderation.pt:67
|
#: ./browser/moderation.pt:67
|
||||||
msgid "heading_context"
|
msgid "heading_in_reponse_to"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Default: "Date"
|
#. Default: "Date"
|
||||||
@ -317,6 +317,6 @@ msgstr ""
|
|||||||
|
|
||||||
#. Default: "Moderate comments"
|
#. Default: "Moderate comments"
|
||||||
#: ./browser/moderation.pt:21
|
#: ./browser/moderation.pt:21
|
||||||
msgid "title_review"
|
msgid "heading_moderate_comments"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -240,7 +240,7 @@ msgstr ""
|
|||||||
|
|
||||||
#. Default: "Commenter"
|
#. Default: "Commenter"
|
||||||
#: ./browser/moderation.pt:65
|
#: ./browser/moderation.pt:65
|
||||||
msgid "heading_author"
|
msgid "heading_commenter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Default: "Comment"
|
#. Default: "Comment"
|
||||||
@ -250,7 +250,7 @@ msgstr ""
|
|||||||
|
|
||||||
#. Default: "In Response To"
|
#. Default: "In Response To"
|
||||||
#: ./browser/moderation.pt:67
|
#: ./browser/moderation.pt:67
|
||||||
msgid "heading_context"
|
msgid "heading_in_reponse_to"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Default: "Date"
|
#. Default: "Date"
|
||||||
@ -320,6 +320,6 @@ msgstr ""
|
|||||||
|
|
||||||
#. Default: "Moderate comments"
|
#. Default: "Moderate comments"
|
||||||
#: ./browser/moderation.pt:21
|
#: ./browser/moderation.pt:21
|
||||||
msgid "title_review"
|
msgid "heading_moderate_comments"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user