From fd6a8e0fd8f2a8d1e6f80e944e5d435110e04d30 Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Fri, 6 Aug 2010 15:33:34 +0000 Subject: [PATCH] * Renamed legend_add_comment to label_add_comment to have the translation from plone domain. * label_comment_by and label_commented_at are not in Plone 4 translation anymore, so these two messages moved to plone.app.discussions i18n domain. svn path=/plone.app.discussion/trunk/; revision=38574 --- CHANGES.txt | 8 ++++++++ plone/app/discussion/browser/comments.pt | 6 +++--- .../locales/de/LC_MESSAGES/plone.app.discussion.po | 12 +++++++++++- .../locales/es/LC_MESSAGES/plone.app.discussion.po | 12 +++++++++++- .../locales/fr/LC_MESSAGES/plone.app.discussion.po | 14 ++++++++++++-- .../locales/it/LC_MESSAGES/plone.app.discussion.po | 12 +++++++++++- .../locales/nl/LC_MESSAGES/plone.app.discussion.po | 12 +++++++++++- .../locales/no/LC_MESSAGES/plone.app.discussion.po | 12 +++++++++++- .../discussion/locales/plone.app.discussion.pot | 12 +++++++++++- 9 files changed, 89 insertions(+), 11 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 78290c3..8c4b176 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,14 @@ Changelog * Added French translation. [vincentfretin] +* Renamed legend_add_comment to label_add_comment to have the translation from + plone domain. + [vincentfretin] + +* label_comment_by and label_commented_at are not in Plone 4 translation anymore, so + these two messages moved to plone.app.discussions i18n domain. + [vincentfretin] + * Translate "Warning" shown in @@moderate-comments in the plone domain. [vincentfretin] diff --git a/plone/app/discussion/browser/comments.pt b/plone/app/discussion/browser/comments.pt index 85591f9..800fda7 100644 --- a/plone/app/discussion/browser/comments.pt +++ b/plone/app/discussion/browser/comments.pt @@ -62,7 +62,7 @@

-
+ - \ No newline at end of file + diff --git a/plone/app/discussion/locales/de/LC_MESSAGES/plone.app.discussion.po b/plone/app/discussion/locales/de/LC_MESSAGES/plone.app.discussion.po index 5d75d6b..3c1d8b0 100644 --- a/plone/app/discussion/locales/de/LC_MESSAGES/plone.app.discussion.po +++ b/plone/app/discussion/locales/de/LC_MESSAGES/plone.app.discussion.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: plone.app.discussion\n" -"POT-Creation-Date: 2010-08-06 10:01+0000\n" +"POT-Creation-Date: 2010-08-06 15:31+0000\n" "PO-Revision-Date: 2010-03-18 11:10+0100\n" "Last-Translator: Timo Stollenwerk \n" "Language-Team: Deutsch \n" @@ -214,6 +214,16 @@ msgstr "" msgid "label_comment" msgstr "Kommentar" +#. Default: "Posted by" +#: ./browser/comments.pt:66 +msgid "label_comment_by" +msgstr "" + +#. Default: "at" +#: ./browser/comments.pt:79 +msgid "label_commented_at" +msgstr "" + #. Default: "Delete" #: ./browser/moderation.pt:136 msgid "label_delete" diff --git a/plone/app/discussion/locales/es/LC_MESSAGES/plone.app.discussion.po b/plone/app/discussion/locales/es/LC_MESSAGES/plone.app.discussion.po index 626dc8c..9755079 100644 --- a/plone/app/discussion/locales/es/LC_MESSAGES/plone.app.discussion.po +++ b/plone/app/discussion/locales/es/LC_MESSAGES/plone.app.discussion.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: plone.app.discussion\n" -"POT-Creation-Date: 2010-08-06 10:01+0000\n" +"POT-Creation-Date: 2010-08-06 15:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" "Last-Translator: Judith Sanleandro \n" "Language-Team: LANGUAGE \n" @@ -211,6 +211,16 @@ msgstr "Captcha" msgid "label_comment" msgstr "Comentario" +#. Default: "Posted by" +#: ./browser/comments.pt:66 +msgid "label_comment_by" +msgstr "" + +#. Default: "at" +#: ./browser/comments.pt:79 +msgid "label_commented_at" +msgstr "" + #. Default: "Delete" #: ./browser/moderation.pt:136 msgid "label_delete" diff --git a/plone/app/discussion/locales/fr/LC_MESSAGES/plone.app.discussion.po b/plone/app/discussion/locales/fr/LC_MESSAGES/plone.app.discussion.po index 8fda808..606c948 100644 --- a/plone/app/discussion/locales/fr/LC_MESSAGES/plone.app.discussion.po +++ b/plone/app/discussion/locales/fr/LC_MESSAGES/plone.app.discussion.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: plone.app.discussion\n" -"POT-Creation-Date: 2010-08-06 10:01+0000\n" -"PO-Revision-Date: 2010-08-06 17:19+0100\n" +"POT-Creation-Date: 2010-08-06 15:31+0000\n" +"PO-Revision-Date: 2010-08-06 17:32+0100\n" "Last-Translator: Vincent Fretin \n" "Language-Team: Vincent Fretin \n" "MIME-Version: 1.0\n" @@ -212,6 +212,16 @@ msgstr "Captcha" msgid "label_comment" msgstr "Commentaire" +#. Default: "Posted by" +#: ./browser/comments.pt:66 +msgid "label_comment_by" +msgstr "Posté par" + +#. Default: "at" +#: ./browser/comments.pt:79 +msgid "label_commented_at" +msgstr "le" + #. Default: "Delete" #: ./browser/moderation.pt:136 msgid "label_delete" diff --git a/plone/app/discussion/locales/it/LC_MESSAGES/plone.app.discussion.po b/plone/app/discussion/locales/it/LC_MESSAGES/plone.app.discussion.po index 9efb443..226d61d 100644 --- a/plone/app/discussion/locales/it/LC_MESSAGES/plone.app.discussion.po +++ b/plone/app/discussion/locales/it/LC_MESSAGES/plone.app.discussion.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: plone.app.discussion\n" -"POT-Creation-Date: 2010-08-06 10:01+0000\n" +"POT-Creation-Date: 2010-08-06 15:31+0000\n" "PO-Revision-Date: 2010-02-26 09:15+0000\n" "Last-Translator: Luca Fabbri \n" "Language-Team: RedTurtle Technology \n" @@ -219,6 +219,16 @@ msgstr "" msgid "label_comment" msgstr "Commento" +#. Default: "Posted by" +#: ./browser/comments.pt:66 +msgid "label_comment_by" +msgstr "" + +#. Default: "at" +#: ./browser/comments.pt:79 +msgid "label_commented_at" +msgstr "" + #. Default: "Delete" #: ./browser/moderation.pt:136 msgid "label_delete" diff --git a/plone/app/discussion/locales/nl/LC_MESSAGES/plone.app.discussion.po b/plone/app/discussion/locales/nl/LC_MESSAGES/plone.app.discussion.po index 28abc1a..37c6d46 100644 --- a/plone/app/discussion/locales/nl/LC_MESSAGES/plone.app.discussion.po +++ b/plone/app/discussion/locales/nl/LC_MESSAGES/plone.app.discussion.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: plone.app.discussion\n" -"POT-Creation-Date: 2010-08-06 10:01+0000\n" +"POT-Creation-Date: 2010-08-06 15:31+0000\n" "PO-Revision-Date: 2010-06-07 16:30+0100\n" "Last-Translator: Kim Chee Leong \n" "Language-Team: Nederlands \n" @@ -211,6 +211,16 @@ msgstr "" msgid "label_comment" msgstr "" +#. Default: "Posted by" +#: ./browser/comments.pt:66 +msgid "label_comment_by" +msgstr "" + +#. Default: "at" +#: ./browser/comments.pt:79 +msgid "label_commented_at" +msgstr "" + #. Default: "Delete" #: ./browser/moderation.pt:136 msgid "label_delete" diff --git a/plone/app/discussion/locales/no/LC_MESSAGES/plone.app.discussion.po b/plone/app/discussion/locales/no/LC_MESSAGES/plone.app.discussion.po index 96aaf44..6179d2e 100644 --- a/plone/app/discussion/locales/no/LC_MESSAGES/plone.app.discussion.po +++ b/plone/app/discussion/locales/no/LC_MESSAGES/plone.app.discussion.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: plone.app.discussion\n" -"POT-Creation-Date: 2010-08-06 10:01+0000\n" +"POT-Creation-Date: 2010-08-06 15:31+0000\n" "PO-Revision-Date: 2010-01-28 15:00+0000\n" "Last-Translator: Sverre Helge Bolstad \n" "Language-Team: Norwegian \n" @@ -213,6 +213,16 @@ msgstr "" msgid "label_comment" msgstr "" +#. Default: "Posted by" +#: ./browser/comments.pt:66 +msgid "label_comment_by" +msgstr "" + +#. Default: "at" +#: ./browser/comments.pt:79 +msgid "label_commented_at" +msgstr "" + #. Default: "Delete" #: ./browser/moderation.pt:136 msgid "label_delete" diff --git a/plone/app/discussion/locales/plone.app.discussion.pot b/plone/app/discussion/locales/plone.app.discussion.pot index 2d0c3be..fb0a7b8 100644 --- a/plone/app/discussion/locales/plone.app.discussion.pot +++ b/plone/app/discussion/locales/plone.app.discussion.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: plone.app.discussion\n" -"POT-Creation-Date: 2010-08-06 10:01+0000\n" +"POT-Creation-Date: 2010-08-06 15:31+0000\n" "PO-Revision-Date: 2010-01-28 15:00+0000\n" "Last-Translator: Hanno Schlichting \n" "Language-Team: Hanno Schlichting \n" @@ -210,6 +210,16 @@ msgstr "" msgid "label_comment" msgstr "" +#. Default: "Posted by" +#: ./browser/comments.pt:66 +msgid "label_comment_by" +msgstr "" + +#. Default: "at" +#: ./browser/comments.pt:79 +msgid "label_commented_at" +msgstr "" + #. Default: "Delete" #: ./browser/moderation.pt:136 msgid "label_delete"