From aa79640b7087e6cab757c349946fc83dbd7d9985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 29 Nov 2011 10:39:19 +0100 Subject: [PATCH] update strings and translations (#1029) --- tabellio/searchform/form.py | 14 +-- .../fr/LC_MESSAGES/tabellio.searchform.po | 86 ++++++++++++------- 2 files changed, 64 insertions(+), 36 deletions(-) diff --git a/tabellio/searchform/form.py b/tabellio/searchform/form.py index 3890ea9..14dba8a 100644 --- a/tabellio/searchform/form.py +++ b/tabellio/searchform/form.py @@ -328,7 +328,7 @@ class IDocumentSearch(interface.Interface): search_type_is_document = schema.TextLine(title=u'Search Type', default=u'1', required=False) nodoc = schema.TextLine(title=_(u'Document Number'), required=False) nosuite = schema.TextLine(title=_(u'Suite Number'), required=False) - doctype = schema.Choice(title=_(u'Type'), required=False, + doctype = schema.Choice(title=_(u'Document Type'), required=False, source=possible_document_types) ttitle = schema.TextLine(title=_(u'Title'), required=False) text = schema.TextLine(title=_(u'Text'), required=False) @@ -373,7 +373,7 @@ class IDossierSearch(interface.Interface): search_type_is_dossier = schema.TextLine(title=u'Search Type', default=u'1', required=False) nodos = schema.TextLine(title=_(u'Dossier Number'), required=False) - dostype = schema.Choice(title=_(u'Type'), required=False, + dostype = schema.Choice(title=_(u'Dossier Type'), required=False, source=possible_dossier_types) ttitle = schema.TextLine(title=_(u'Title'), required=False) authors = schema.TextLine(title=_(u'Authors'), required=False) @@ -420,7 +420,7 @@ class DossierSearchForm(form.Form): class IQuestionSearch(interface.Interface): search_type_is_question = schema.TextLine(title=u'Search Type', default=u'1', required=False) - questype = schema.Choice(title=_(u'Type'), required=False, + questype = schema.Choice(title=_(u'Question Type'), required=False, source=possible_question_types) ttitle = schema.TextLine(title=_(u'Title'), required=False) authors = schema.TextLine(title=_(u'Authors'), required=False) @@ -467,8 +467,8 @@ class IDocumentPfbSearch(interface.Interface): search_type_is_document = schema.TextLine(title=u'Search Type', default=u'1') nodoc = schema.TextLine(title=_(u'Document Number'), required=False) - l_doctypes = schema.List(title=_(u'Types'), required=False, - value_type=schema.Choice(title=_(u'Type'), required=False, + l_doctypes = schema.List(title=_(u'Document Types'), required=False, + value_type=schema.Choice(title=_(u'Document Type'), required=False, source=possible_document_types)) ttitle = schema.TextLine(title=_(u'Title'), required=False, description=_(u'Description for the title field')) @@ -520,8 +520,8 @@ class IAdoptedDocumentPfbSearch(interface.Interface): search_type_is_adopteddocument = schema.TextLine(title=u'Search Type', default=u'1') nodoc = schema.TextLine(title=_(u'Document Number'), required=False) - l_doctypes = schema.List(title=_(u'Types'), required=False, - value_type=schema.Choice(title=_(u'Type'), required=False, + l_doctypes = schema.List(title=_(u'Document Types'), required=False, + value_type=schema.Choice(title=_(u'Document Type'), required=False, values=[_(u'Projets'), _(u'Propositions')])) ttitle = schema.TextLine(title=_(u'Title'), required=False) text = schema.TextLine(title=_(u'Text'), required=False) diff --git a/tabellio/searchform/locales/fr/LC_MESSAGES/tabellio.searchform.po b/tabellio/searchform/locales/fr/LC_MESSAGES/tabellio.searchform.po index 4888dd2..6abddcf 100644 --- a/tabellio/searchform/locales/fr/LC_MESSAGES/tabellio.searchform.po +++ b/tabellio/searchform/locales/fr/LC_MESSAGES/tabellio.searchform.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: tabellio.searchform 1.0\n" -"POT-Creation-Date: 2011-11-20 19:59+0000\n" +"POT-Creation-Date: 2011-11-29 09:39+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" "Last-Translator: Frederic Peters \n" "Language-Team: French <@>\n" @@ -15,98 +15,126 @@ msgstr "" "Domain: tabellio.searchform\n" "X-Is-Fallback-For: fr-be fr-ca fr-lu fr-mc fr-ch fr-fr\n" -#: ./form.py:276 +#: ./form.py:335 msgid "Authors" msgstr "Auteurs" -#: ./form.py:270 +#: ./form.py:474 +msgid "Description for the title field" +msgstr "Description pour le champ titre" + +#: ./form.py:329 msgid "Document Number" msgstr "Numéro de document" -#: ./form.py:312 +#: ./form.py:331 +msgid "Document Type" +msgstr "Type de document" + +#: ./form.py:470 +msgid "Document Types" +msgstr "Types de document" + +#: ./form.py:375 msgid "Dossier Number" msgstr "Numéro de dossier" -#: ./form.py:282 +#: ./form.py:376 +msgid "Dossier Type" +msgstr "Type de dossier" + +#: ./form.py:341 msgid "End" msgstr "Fin" -#: ./form.py:279 +#: ./form.py:338 msgid "Legislature / Session" msgstr "Législature ou session" -#: ./form.py:322 +#: ./form.py:385 msgid "Limit to adopted" msgstr "Limiter aux textes adoptés" -#: ./form.py:323 +#: ./form.py:386 msgid "Limit to decreted" msgstr "Limiter aux décrets" -#: ./form.py:446 +#: ./form.py:571 msgid "Name" msgstr "Nom" -#: ./form.py:414 +#: ./form.py:345 msgid "Number" msgstr "Numéro" -#: ./form.py:318 +#: ./form.py:381 msgid "Participants" msgstr "Participants" -#: ./form.py:402 +#: ./form.py:478 msgid "Political Group" msgstr "Groupe politique" -#: ./form.py:277 +#: ./form.py:336 msgid "Political Groups" msgstr "Groupes politiques" -#: ./form.py:299 -msgid "Search" -msgstr "Cherche" +#: ./form.py:525 +msgid "Projets" +msgstr "Projets" -#: ./form.py:414 +#: ./form.py:525 +msgid "Propositions" +msgstr "Propositions" + +#: ./form.py:423 +msgid "Question Type" +msgstr "Type" + +#: ./form.py:362 +msgid "Search" +msgstr "Rechercher" + +#: ./form.py:344 msgid "Session" msgstr "Session" -#: ./form.py:412 +#: ./form.py:343 msgid "Sort By" msgstr "Trier par" -#: ./form.py:281 +#: ./form.py:340 msgid "Start" msgstr "Début" -#: ./form.py:433 +#: ./form.py:509 msgid "Submit" msgstr "Valider" -#: ./form.py:271 +#: ./form.py:330 msgid "Suite Number" msgstr "Numéro de suite" -#: ./form.py:275 +#: ./form.py:334 msgid "Text" -msgstr "Texte" +msgstr "Mot(s) du texte" -#: ./form.py:274 +#: ./form.py:333 msgid "Title" msgstr "Intitulé" -#: ./form.py:278 +#: ./form.py:337 msgid "Topics" -msgstr "Matières" +msgstr "Matières (mots-clefs)" -#: ./form.py:272 +#: ./form.py:345 msgid "Type" msgstr "Type" -#: ./form.py:395 +#: ./form.py:644 msgid "Types" msgstr "Types" -#: ./form.py:304 +#: ./form.py:367 msgid "Your search has been completed!" msgstr "Votre recherche est terminée !"