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

Skip to content

Fixed fuzzys in library/subprocess.po #597

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions library/subprocess.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-03-20 09:03+0100\n"
"PO-Revision-Date: 2018-11-29 18:27+0100\n"
"Last-Translator: Julien Palard <[email protected]>\n"
"PO-Revision-Date: 2019-02-27 12:00+0100\n"
"Last-Translator: Jules Lasne <[email protected]>\n"
"Language-Team: FRENCH <[email protected]>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2\n"
"X-Generator: Poedit 2.2.1\n"

#: ../Doc/library/subprocess.rst:2
msgid ":mod:`subprocess` --- Subprocess management"
Expand Down Expand Up @@ -327,7 +327,7 @@ msgstr ""

#: ../Doc/library/subprocess.rst:209 ../Doc/library/subprocess.rst:240
msgid "*stdout* and *stderr* attributes added"
msgstr "Ajout des attributs *stdout* et *stderr*."
msgstr "Ajout des attributs *stdout* et *stderr*"

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

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

#: ../Doc/library/subprocess.rst:417
msgid ""
Expand Down Expand Up @@ -1022,6 +1022,8 @@ msgid ""
"Exceptions raised in the child process, before the new program has started "
"to execute, will be re-raised in the parent."
msgstr ""
"Les exceptions levées dans le processus fils, avant que le nouveau programme "
"ait commencé à s'exécuter, seront ré-levées dans le parent."

#: ../Doc/library/subprocess.rst:577
msgid ""
Expand Down Expand Up @@ -1919,7 +1921,7 @@ msgstr "Exemple en passant un environnement : ::"

#: ../Doc/library/subprocess.rst:1224
msgid "Replacing :func:`os.popen`, :func:`os.popen2`, :func:`os.popen3`"
msgstr "Remplacer :func:`os.popen`, :func:`os.popen2`, :func:`os.popen3` etc."
msgstr "Remplacer :func:`os.popen`, :func:`os.popen2`, :func:`os.popen3`"

#: ../Doc/library/subprocess.rst:1254
msgid "Return code handling translates as follows::"
Expand Down Expand Up @@ -2012,7 +2014,7 @@ msgstr ""

#: ../Doc/library/subprocess.rst:1337 ../Doc/library/subprocess.rst:1357
msgid ":ref:`Availability <availability>`: POSIX & Windows."
msgstr ":ref:`Disponibilité <availability>` : POSIX et Windows"
msgstr ":ref:`Disponibilité <availability>` : POSIX et Windows."

#: ../Doc/library/subprocess.rst:1338
msgid "Windows support was added."
Expand Down Expand Up @@ -2045,7 +2047,7 @@ msgstr ""

#: ../Doc/library/subprocess.rst:1358
msgid "Windows support added"
msgstr "Ajout de la gestion de Windows."
msgstr "Ajout de la gestion de Windows"

#: ../Doc/library/subprocess.rst:1363
msgid "Notes"
Expand Down