Skip to content
Merged
Changes from 2 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
17 changes: 9 additions & 8 deletions library/venv.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: 2018-12-17 21:38+0100\n"
"PO-Revision-Date: 2018-12-17 21:52+0100\n"
"PO-Revision-Date: 2019-02-27 10:58+0100\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\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/venv.rst:2
msgid ":mod:`venv` --- Creation of virtual environments"
Expand Down Expand Up @@ -76,7 +76,6 @@ msgstr ""
"exécutant la commande ``venv`` ::"

#: ../Doc/using/venv-create.inc:6
#, fuzzy
msgid ""
"Running this command creates the target directory (creating any parent "
"directories that don't exist already) and places a ``pyvenv.cfg`` file in it "
Expand Down Expand Up @@ -178,7 +177,6 @@ msgstr ""
"chemin donné."

#: ../Doc/using/venv-create.inc:84
#, fuzzy
msgid ""
"Once a virtual environment has been created, it can be \"activated\" using a "
"script in the virtual environment's binary directory. The invocation of the "
Expand Down Expand Up @@ -543,7 +541,6 @@ msgid "Creates the ``pyvenv.cfg`` configuration file in the environment."
msgstr "Crée le fichier de configuration ``pyenv.cfg`` dans l'environnement."

#: ../Doc/library/venv.rst:184
#, fuzzy
msgid ""
"Creates a copy of the Python executable in the environment on POSIX systems. "
"If a specific executable ``python3.x`` was used, symlinks to ``python`` and "
Expand All @@ -557,13 +554,13 @@ msgstr ""
"déjà."

#: ../Doc/library/venv.rst:191
#, fuzzy
msgid ""
"Installs activation scripts appropriate to the platform into the virtual "
"environment. On Windows, also installs the ``python[w].exe`` scripts."
msgstr ""
"Installe des scripts d'activation appropriés pour la plateforme dans "
"l'environnement virtuel."
"Installe les scripts d'activation appropriés à la plateforme dans "
"l'environnement virtuel. Sous Windows, installe également les scripts "
"``python[w].exe``."

#: ../Doc/library/venv.rst:196
msgid ""
Expand All @@ -581,6 +578,10 @@ msgid ""
"the actual binaries, and so :meth:`setup_python` does nothing unless running "
"from a build in the source tree."
msgstr ""
"Windows utilise maintenant des scripts de redirection pour ``python[w].exe`` "
"au lieu de copier les fichiers binaires, et ainsi :meth:`setup_python` ne "
Comment thread
Seluj78 marked this conversation as resolved.
Outdated
"fait rien sauf s'il s'exécute à partir d'une version compilée dans l'arborescence "
"source."

#: ../Doc/library/venv.rst:205
msgid ""
Expand Down