@@ -6,14 +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-03-20 09:03+0100\n "
9
- "PO-Revision-Date : 2018-11-29 18:27 +0100\n "
10
- "
Last-Translator :
Julien Palard <[email protected] >\n"
9
+ "PO-Revision-Date : 2019-02-27 12:00 +0100\n "
10
+ "
Last-Translator :
Jules Lasne <[email protected] >\n"
11
11
"
Language-Team :
FRENCH <[email protected] >\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 2.2\n "
16
+ "X-Generator : Poedit 2.2.1 \n "
17
17
18
18
#: ../Doc/library/subprocess.rst:2
19
19
msgid ":mod:`subprocess` --- Subprocess management"
@@ -327,7 +327,7 @@ msgstr ""
327
327
328
328
#: ../Doc/library/subprocess.rst:209 ../Doc/library/subprocess.rst:240
329
329
msgid "*stdout* and *stderr* attributes added"
330
- msgstr "Ajout des attributs *stdout* et *stderr*. "
330
+ msgstr "Ajout des attributs *stdout* et *stderr*"
331
331
332
332
#: ../Doc/library/subprocess.rst:214
333
333
msgid ""
@@ -653,7 +653,7 @@ msgid ""
653
653
msgstr ""
654
654
"*bufsize* sera fourni comme l'argument correspondant à la fonction :func:"
655
655
"`open`, lors de la création des objets de fichiers pour les tubes *stdin*/"
656
- "*stdout*/*stderr*. "
656
+ "*stdout*/*stderr* : "
657
657
658
658
#: ../Doc/library/subprocess.rst:411
659
659
msgid ""
@@ -675,7 +675,7 @@ msgstr ""
675
675
msgid "any other positive value means use a buffer of approximately that size"
676
676
msgstr ""
677
677
"toutes les autres valeurs positives indiquent d'utiliser un tampon "
678
- "d'approximativement cette taille ;"
678
+ "d'approximativement cette taille ;"
679
679
680
680
#: ../Doc/library/subprocess.rst:417
681
681
msgid ""
@@ -1022,6 +1022,8 @@ msgid ""
1022
1022
"Exceptions raised in the child process, before the new program has started "
1023
1023
"to execute, will be re-raised in the parent."
1024
1024
msgstr ""
1025
+ "Les exceptions levées dans le processus fils, avant que le nouveau programme "
1026
+ "ait commencé à s'exécuter, seront ré-levées dans le parent."
1025
1027
1026
1028
#: ../Doc/library/subprocess.rst:577
1027
1029
msgid ""
@@ -1919,7 +1921,7 @@ msgstr "Exemple en passant un environnement : ::"
1919
1921
1920
1922
#: ../Doc/library/subprocess.rst:1224
1921
1923
msgid "Replacing :func:`os.popen`, :func:`os.popen2`, :func:`os.popen3`"
1922
- msgstr "Remplacer :func:`os.popen`, :func:`os.popen2`, :func:`os.popen3` etc. "
1924
+ msgstr "Remplacer :func:`os.popen`, :func:`os.popen2`, :func:`os.popen3`"
1923
1925
1924
1926
#: ../Doc/library/subprocess.rst:1254
1925
1927
msgid "Return code handling translates as follows::"
@@ -2012,7 +2014,7 @@ msgstr ""
2012
2014
2013
2015
#: ../Doc/library/subprocess.rst:1337 ../Doc/library/subprocess.rst:1357
2014
2016
msgid ":ref:`Availability <availability>`: POSIX & Windows."
2015
- msgstr ":ref:`Disponibilité <availability>` : POSIX et Windows"
2017
+ msgstr ":ref:`Disponibilité <availability>` : POSIX et Windows. "
2016
2018
2017
2019
#: ../Doc/library/subprocess.rst:1338
2018
2020
msgid "Windows support was added."
@@ -2045,7 +2047,7 @@ msgstr ""
2045
2047
2046
2048
#: ../Doc/library/subprocess.rst:1358
2047
2049
msgid "Windows support added"
2048
- msgstr "Ajout de la gestion de Windows. "
2050
+ msgstr "Ajout de la gestion de Windows"
2049
2051
2050
2052
#: ../Doc/library/subprocess.rst:1363
2051
2053
msgid "Notes"
0 commit comments