@@ -6,7 +6,7 @@ msgstr ""
66"Project-Id-Version : Python 3\n "
77"Report-Msgid-Bugs-To : \n "
88"POT-Creation-Date : 2021-02-24 17:33+0100\n "
9- "PO-Revision-Date : 2020 -04-27 22:25 +0200\n "
9+ "PO-Revision-Date : 2021 -04-27 15:27 +0200\n "
1010"Last-Translator : Julien Palard <julien@palard.fr>\n "
1111"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
1212"Language : fr\n "
@@ -115,7 +115,7 @@ msgstr ""
115115
116116#: install/index.rst:55
117117msgid "Distutils based source distributions"
118- msgstr ""
118+ msgstr "Distributions basées sur *distutils* "
119119
120120#: install/index.rst:57
121121msgid ""
@@ -954,10 +954,14 @@ msgid ""
954954"that pure Python modules and extension modules are installed into the same "
955955"location. Files are installed as follows:"
956956msgstr ""
957+ "Le dossier racine de l'installation est défini par l'option :option:`!--"
958+ "prefix`. L'option :option:`!--exec-prefix` n'est pas gérée sur Windows, ce "
959+ "qui signifie que les modules Python et les modules d'extension sont "
960+ "installés au même endroit. Les fichiers sont installés selon ce tableau :"
957961
958962#: install/index.rst:477
959963msgid ":file:`{prefix}\\\\ Scripts`"
960- msgstr ""
964+ msgstr ":file:`{prefix} \\\\ Scripts` "
961965
962966#: install/index.rst:479
963967msgid ":file:`{prefix}\\\\ Include\\\\ {distname}`"
@@ -988,38 +992,41 @@ msgid ""
988992"schemes and override some of the installation directories used for the "
989993"various types of files, using these options:"
990994msgstr ""
995+ "Pour créer un modèle d'installation personnalisé, partez d'un modèle "
996+ "alternatif et remplacez les dossiers d'installation de types de fichiers "
997+ "donnés via ces options :"
991998
992999#: install/index.rst:499
9931000msgid "Override option"
994- msgstr ""
1001+ msgstr "Option "
9951002
9961003#: install/index.rst:501
9971004msgid "``--install-purelib``"
998- msgstr ""
1005+ msgstr "``--install-purelib`` "
9991006
10001007#: install/index.rst:502
10011008msgid "``--install-platlib``"
1002- msgstr ""
1009+ msgstr "``--install-platlib`` "
10031010
10041011#: install/index.rst:503
10051012msgid "all modules"
1006- msgstr ""
1013+ msgstr "tous les modules "
10071014
10081015#: install/index.rst:503
10091016msgid "``--install-lib``"
1010- msgstr ""
1017+ msgstr "``--install-lib`` "
10111018
10121019#: install/index.rst:504
10131020msgid "``--install-scripts``"
1014- msgstr ""
1021+ msgstr "``--install-scripts`` "
10151022
10161023#: install/index.rst:505
10171024msgid "``--install-data``"
1018- msgstr ""
1025+ msgstr "``--install-data`` "
10191026
10201027#: install/index.rst:506
10211028msgid "``--install-headers``"
1022- msgstr ""
1029+ msgstr "``--install-headers`` "
10231030
10241031#: install/index.rst:509
10251032msgid ""
0 commit comments