-
Notifications
You must be signed in to change notification settings - Fork 266
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
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next
Next commit
Fixed fuzzys in subprocess
- Loading branch information
commit 31a9dd330c904ff6266548bd5e2d63c51e8fe551
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,14 @@ msgstr "" | |
"Project-Id-Version: Python 3.6\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-01-05 00:27+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" | ||
|
@@ -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 "" | ||
|
@@ -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 "" | ||
|
@@ -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 "" | ||
|
@@ -812,7 +812,7 @@ msgid "" | |
"The default for *close_fds* was changed from :const:`False` to what is " | ||
"described above." | ||
msgstr "" | ||
"la valeur par défaut de *close_fds* n'est plus :const:`False`, comme décrit " | ||
"La valeur par défaut de *close_fds* n'est plus :const:`False`, comme décrit " | ||
Seluj78 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"ci-dessus." | ||
|
||
#: ../Doc/library/subprocess.rst:480 | ||
|
@@ -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 "" | ||
|
@@ -1639,7 +1641,7 @@ msgid "" | |
"will not create a window" | ||
msgstr "" | ||
"Paramètre ``creationflags`` de :class:`Popen` pour spécifier qu'un processus " | ||
"ne créera pas une nouvelle fenêtre." | ||
"ne créera pas une nouvelle fenêtre" | ||
Seluj78 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
#: ../Doc/library/subprocess.rst:968 | ||
msgid "" | ||
|
@@ -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::" | ||
|
@@ -1952,7 +1954,7 @@ msgstr ":class:`Popen` lève une exception si l'exécution échoue." | |
|
||
#: ../Doc/library/subprocess.rst:1298 | ||
msgid "the *capturestderr* argument is replaced with the *stderr* argument." | ||
msgstr "L'argument *capturestderr* est remplacé par *stderr*." | ||
msgstr "l’argument *capturestderr* est remplacé par *stderr*." | ||
Seluj78 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
#: ../Doc/library/subprocess.rst:1300 | ||
msgid "``stdin=PIPE`` and ``stdout=PIPE`` must be specified." | ||
|
@@ -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." | ||
|
@@ -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" | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.