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

Skip to content

Commit a985e8e

Browse files
Seluj78JulienPalard
authored andcommitted
Fixed fuzzys in library/subprocess.po (#597)
1 parent 211f724 commit a985e8e

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

library/subprocess.po

Lines changed: 11 additions & 9 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-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"
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 ""
@@ -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 ""
@@ -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::"
@@ -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)