From cfdfb439220c346c6fa27d51b9320a53d4da5aa3 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sun, 5 Nov 2017 12:22:29 +0100 Subject: [PATCH] Done: library/text.po --- library/text.po | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/library/text.po b/library/text.po index 1b73b784..4a4e0bde 100644 --- a/library/text.po +++ b/library/text.po @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-04-02 22:11+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2017-11-08 00:03+0100\n" +"Last-Translator: Julien Palard \n" "Language-Team: LANGUAGE \n" "Language: fr\n" "MIME-Version: 1.0\n" @@ -19,13 +19,16 @@ msgstr "" #: ../Doc/library/text.rst:6 msgid "Text Processing Services" -msgstr "" +msgstr "Services de Manipulation de Texte" #: ../Doc/library/text.rst:8 msgid "" "The modules described in this chapter provide a wide range of string " "manipulation operations and other text processing services." msgstr "" +"Les modules décrits dans ce chapitre fournissent un large ensemble " +"d'opérations de manipulation sur les chaînes de caractères et le texte en " +"général." #: ../Doc/library/text.rst:11 msgid "" @@ -33,3 +36,6 @@ msgid "" "highly relevant to text processing. In addition, see the documentation for " "Python's built-in string type in :ref:`textseq`." msgstr "" +"Le module :mod:`codecs` documenté dans :ref:`binaryservices` est aussi très " +"pertinent pour la manipulation de texte. Consultez aussi la documentation du " +"type *str* natif Python dans :ref:`textseq`."