Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31a9dd3

Browse files
committed
Fixed fuzzys in subprocess
1 parent 6414369 commit 31a9dd3

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

library/subprocess.po

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2019-01-05 00:27+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"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.2\n"
16+
"X-Generator: Poedit 2.2.1\n"
1717

1818
#: ../Doc/library/subprocess.rst:2
1919
msgid ":mod:`subprocess` --- Subprocess management"
@@ -327,7 +327,7 @@ msgstr ""
327327

328328
#: ../Doc/library/subprocess.rst:209 ../Doc/library/subprocess.rst:240
329329
msgid "*stdout* and *stderr* attributes added"
330-
msgstr "Ajout des attributs *stdout* et *stderr*."
330+
msgstr "Ajout des attributs *stdout* et *stderr*"
331331

332332
#: ../Doc/library/subprocess.rst:214
333333
msgid ""
@@ -653,7 +653,7 @@ msgid ""
653653
msgstr ""
654654
"*bufsize* sera fourni comme l'argument correspondant à la fonction :func:"
655655
"`open`, lors de la création des objets de fichiers pour les tubes *stdin*/"
656-
"*stdout*/*stderr*."
656+
"*stdout*/*stderr* :"
657657

658658
#: ../Doc/library/subprocess.rst:411
659659
msgid ""
@@ -675,7 +675,7 @@ msgstr ""
675675
msgid "any other positive value means use a buffer of approximately that size"
676676
msgstr ""
677677
"toutes les autres valeurs positives indiquent d'utiliser un tampon "
678-
"d'approximativement cette taille ;"
678+
"d'approximativement cette taille"
679679

680680
#: ../Doc/library/subprocess.rst:417
681681
msgid ""
@@ -812,7 +812,7 @@ msgid ""
812812
"The default for *close_fds* was changed from :const:`False` to what is "
813813
"described above."
814814
msgstr ""
815-
"la valeur par défaut de *close_fds* n'est plus :const:`False`, comme décrit "
815+
"La valeur par défaut de *close_fds* n'est plus :const:`False`, comme décrit "
816816
"ci-dessus."
817817

818818
#: ../Doc/library/subprocess.rst:480
@@ -1022,6 +1022,8 @@ msgid ""
10221022
"Exceptions raised in the child process, before the new program has started "
10231023
"to execute, will be re-raised in the parent."
10241024
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."
10251027

10261028
#: ../Doc/library/subprocess.rst:577
10271029
msgid ""
@@ -1639,7 +1641,7 @@ msgid ""
16391641
"will not create a window"
16401642
msgstr ""
16411643
"Paramètre ``creationflags`` de :class:`Popen` pour spécifier qu'un processus "
1642-
"ne créera pas une nouvelle fenêtre."
1644+
"ne créera pas une nouvelle fenêtre"
16431645

16441646
#: ../Doc/library/subprocess.rst:968
16451647
msgid ""
@@ -1919,7 +1921,7 @@ msgstr "Exemple en passant un environnement : ::"
19191921

19201922
#: ../Doc/library/subprocess.rst:1224
19211923
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`"
19231925

19241926
#: ../Doc/library/subprocess.rst:1254
19251927
msgid "Return code handling translates as follows::"
@@ -1952,7 +1954,7 @@ msgstr ":class:`Popen` lève une exception si l'exécution échoue."
19521954

19531955
#: ../Doc/library/subprocess.rst:1298
19541956
msgid "the *capturestderr* argument is replaced with the *stderr* argument."
1955-
msgstr "L'argument *capturestderr* est remplacé par *stderr*."
1957+
msgstr "l’argument *capturestderr* est remplacé par *stderr*."
19561958

19571959
#: ../Doc/library/subprocess.rst:1300
19581960
msgid "``stdin=PIPE`` and ``stdout=PIPE`` must be specified."
@@ -2012,7 +2014,7 @@ msgstr ""
20122014

20132015
#: ../Doc/library/subprocess.rst:1337 ../Doc/library/subprocess.rst:1357
20142016
msgid ":ref:`Availability <availability>`: POSIX & Windows."
2015-
msgstr ":ref:`Disponibilité <availability>` : POSIX et Windows"
2017+
msgstr ":ref:`Disponibilité <availability>` : POSIX et Windows."
20162018

20172019
#: ../Doc/library/subprocess.rst:1338
20182020
msgid "Windows support was added."
@@ -2045,7 +2047,7 @@ msgstr ""
20452047

20462048
#: ../Doc/library/subprocess.rst:1358
20472049
msgid "Windows support added"
2048-
msgstr "Ajout de la gestion de Windows."
2050+
msgstr "Ajout de la gestion de Windows"
20492051

20502052
#: ../Doc/library/subprocess.rst:1363
20512053
msgid "Notes"

0 commit comments

Comments
 (0)