From 6d07243885ebe091d98051c9b1e34ae15ed74ab8 Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Thu, 5 Aug 2010 17:00:05 +0000 Subject: [PATCH] Added fr to the script and added the empty i18n/plone-fr.po file svn path=/plone.app.discussion/trunk/; revision=38549 --- plone/app/discussion/i18n/plone-fr.po | 105 ++++++++++++++++++++ plone/app/discussion/update-translations.sh | 2 +- 2 files changed, 106 insertions(+), 1 deletion(-) create mode 100644 plone/app/discussion/i18n/plone-fr.po diff --git a/plone/app/discussion/i18n/plone-fr.po b/plone/app/discussion/i18n/plone-fr.po new file mode 100644 index 0000000..58503ae --- /dev/null +++ b/plone/app/discussion/i18n/plone-fr.po @@ -0,0 +1,105 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2010-08-05 16:58+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0\n" +"Language-Code: en\n" +"Language-Name: English\n" +"Preferred-Encodings: utf-8 latin1\n" +"Domain: DOMAIN\n" + +#: profiles/default/workflows/comment_review_workflow/definition.xml +msgid "A simple workflow for comments" +msgstr "" + +#: profiles/default/workflows/comment_review_workflow/definition.xml +msgid "Approve" +msgstr "" + +#: profiles/default/workflows/comment_review_workflow/definition.xml +msgid "Approving the comment makes it visible to other users." +msgstr "" + +#: profiles/default/types/Discussion_Item.xml +msgid "Comment" +msgstr "" + +#: profiles/default/workflows/comment_review_workflow/definition.xml +msgid "Comment Review Workflow" +msgstr "" + +#: profiles/default/workflows/comment_review_workflow/definition.xml +msgid "Comment about the last transition" +msgstr "" + +#: profiles/default/portal_atct.xml +msgid "Commentators" +msgstr "" + +#: profiles/default/types/Discussion_Item.xml +msgid "Comments added to a content item." +msgstr "" + +#: profiles/default/actionicons.xml +#: profiles/default/controlpanel.xml +msgid "Discussion" +msgstr "" + +#: profiles/default/actions.xml +msgid "Moderate comments" +msgstr "" + +#: profiles/default/workflows/comment_review_workflow/definition.xml +msgid "Pending" +msgstr "" + +#: profiles/default/workflows/comment_review_workflow/definition.xml +msgid "Previous transition" +msgstr "" + +#: profiles/default/workflows/comment_review_workflow/definition.xml +msgid "Provides access to workflow history" +msgstr "" + +#: profiles/default/workflows/comment_review_workflow/definition.xml +msgid "Published" +msgstr "" + +#: profiles/default/workflows/comment_review_workflow/definition.xml +msgid "Reviewer approves content" +msgstr "" + +#: profiles/default/workflows/comment_review_workflow/definition.xml +msgid "Submitted, pending review." +msgstr "" + +#: profiles/default/workflows/comment_review_workflow/definition.xml +msgid "The ID of the user who performed the previous transition" +msgstr "" + +#: profiles/default/portal_atct.xml +msgid "Total number of comments" +msgstr "" + +#: profiles/default/portal_atct.xml +msgid "Total number of comments on this item." +msgstr "" + +#: profiles/default/portal_atct.xml +msgid "Users who have commented on the item" +msgstr "" + +#: profiles/default/workflows/comment_review_workflow/definition.xml +msgid "Visible to everyone, non-editable." +msgstr "" + +#: profiles/default/workflows/comment_review_workflow/definition.xml +msgid "When the previous transition was performed" +msgstr "" + diff --git a/plone/app/discussion/update-translations.sh b/plone/app/discussion/update-translations.sh index 63c3034..a47be8d 100644 --- a/plone/app/discussion/update-translations.sh +++ b/plone/app/discussion/update-translations.sh @@ -7,7 +7,7 @@ CURRENT_PATH=`pwd` PRODUCTNAME="plone.app.discussion" # List of languages -LANGUAGES="de es it nl no" +LANGUAGES="de es fr it nl no" # Create locales folder structure for languages install -d locales