Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cfdfb43

Browse filesBrowse files
committed
Done: library/text.po
1 parent d2e1191 commit cfdfb43
Copy full SHA for cfdfb43

File tree

Expand file treeCollapse file tree

1 file changed

+9
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-3
lines changed

‎library/text.po

Copy file name to clipboardExpand all lines: library/text.po
+9-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.