File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,15 @@ msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2019-09-04 11:33+0200\n "
9
+ "PO-Revision-Date : 2019-10-31 14:24+0100\n "
9
10
"PO-Revision-Date : 2019-10-31 17:05+0100\n "
10
11
"Last-Translator : Jules Lasne <jules.lasne@gmail.com>\n "
11
12
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
12
13
"Language : fr\n "
13
14
"MIME-Version : 1.0\n "
14
15
"Content-Type : text/plain; charset=UTF-8\n "
15
16
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 1.8.7 .1\n "
17
+ "X-Generator : Poedit 2.2 .1\n "
17
18
18
19
#: ../Doc/tutorial/classes.rst:5
19
20
msgid "Classes"
Original file line
8000
number Diff line number Diff line change @@ -6,10 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2019-09-04 11:33+0200\n "
9
- "PO-Revision-Date : 2018-07 -31 23:46+0200 \n "
9
+ "PO-Revision-Date : 2019-10 -31 14:38+0100 \n "
10
10
"MIME-Version : 1.0\n "
11
11
"Content-Type : text/plain; charset=UTF-8\n "
12
12
"Content-Transfer-Encoding : 8bit\n "
13
+ "Last-Translator : Loc Cosnier <loc.cosnier@pm.me>\n "
14
+ "Language-Team : \n "
15
+ "Language : fr\n "
16
+ "X-Generator : Poedit 2.2.1\n "
13
17
14
18
#: ../Doc/tutorial/stdlib.rst:5
15
19
msgid "Brief Tour of the Standard Library"
@@ -88,10 +92,13 @@ msgid ""
88
92
"arguments. It should always be preferred over directly processing ``sys."
89
93
"argv`` manually."
90
94
msgstr ""
95
+ "Le module :mod:`argparse' fournit un mécanisme pour traiter les arguments de "
96
+ "ligne de commande. Il doit toujours être préféré au traitement manuel direct "
97
+ "de ``sys.argv``."
91
98
92
99
#: ../Doc/tutorial/stdlib.rst:78
93
100
msgid "Take, for example, the below snippet of code::"
94
- msgstr ""
101
+ msgstr "Prenons, par exemple, l'extrait de code suivant :: "
95
102
96
103
#: ../Doc/tutorial/stdlib.rst:94
97
104
msgid "Error Output Redirection and Program Termination"
You can’t perform that action at this time.
0 commit comments