@@ -9,8 +9,8 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.6\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2017-04-02 22:11+0200\n "
12
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE \n "
13
- "Last-Translator : FULL NAME <EMAIL@ADDRESS >\n "
12
+ "PO-Revision-Date : 2017-11-08 00:03+0100 \n "
13
+ "Last-Translator : Julien Palard <julien@palard.fr >\n "
14
14
"Language-Team : LANGUAGE <LL@li.org>\n "
15
15
"Language : fr\n "
16
16
"MIME-Version : 1.0\n "
@@ -19,17 +19,23 @@ msgstr ""
19
19
20
20
#: ../Doc/library/text.rst:6
21
21
msgid "Text Processing Services"
22
- msgstr ""
22
+ msgstr "Services de Manipulation de Texte "
23
23
24
24
#: ../Doc/library/text.rst:8
25
25
msgid ""
26
26
"The modules described in this chapter provide a wide range of string "
27
27
"manipulation operations and other text processing services."
28
28
msgstr ""
29
+ "Les modules décrits dans ce chapitre fournissent un large ensemble "
30
+ "d'opérations de manipulation sur les chaînes de caractères et le texte en "
31
+ "général."
29
32
30
33
#: ../Doc/library/text.rst:11
31
34
msgid ""
32
35
"The :mod:`codecs` module described under :ref:`binaryservices` is also "
33
36
"highly relevant to text processing. In addition, see the documentation for "
34
37
"Python's built-in string type in :ref:`textseq`."
35
38
msgstr ""
39
+ "Le module :mod:`codecs` documenté dans :ref:`binaryservices` est aussi très "
40
+ "pertinent pour la manipulation de texte. Consultez aussi la documentation du "
41
+ "type *str* natif Python dans :ref:`textseq`."
0 commit comments