Skip to content

Commit cfdfb43

Browse files
committed
Done: library/text.po
1 parent d2e1191 commit cfdfb43

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

library/text.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"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"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
1515
"Language: fr\n"
1616
"MIME-Version: 1.0\n"
@@ -19,17 +19,23 @@ msgstr ""
1919

2020
#: ../Doc/library/text.rst:6
2121
msgid "Text Processing Services"
22-
msgstr ""
22+
msgstr "Services de Manipulation de Texte"
2323

2424
#: ../Doc/library/text.rst:8
2525
msgid ""
2626
"The modules described in this chapter provide a wide range of string "
2727
"manipulation operations and other text processing services."
2828
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."
2932

3033
#: ../Doc/library/text.rst:11
3134
msgid ""
3235
"The :mod:`codecs` module described under :ref:`binaryservices` is also "
3336
"highly relevant to text processing. In addition, see the documentation for "
3437
"Python's built-in string type in :ref:`textseq`."
3538
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

Comments
 (0)