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

Skip to content

Commit 617accf

Browse files
authored
Few lines (but it's deprecated) on install/index.po (#1603)
Automerge of PR #1603 by @JulienPalard
1 parent 45d9b35 commit 617accf

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

install/index.po

+18-11
Original file line numberDiff line numberDiff line change
@@ -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 <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -115,7 +115,7 @@ msgstr ""
115115

116116
#: install/index.rst:55
117117
msgid "Distutils based source distributions"
118-
msgstr ""
118+
msgstr "Distributions basées sur *distutils*"
119119

120120
#: install/index.rst:57
121121
msgid ""
@@ -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:"
956956
msgstr ""
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
959963
msgid ":file:`{prefix}\\\\Scripts`"
960-
msgstr ""
964+
msgstr ":file:`{prefix}\\\\Scripts`"
961965

962966
#: install/index.rst:479
963967
msgid ":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:"
990994
msgstr ""
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
9931000
msgid "Override option"
994-
msgstr ""
1001+
msgstr "Option"
9951002

9961003
#: install/index.rst:501
9971004
msgid "``--install-purelib``"
998-
msgstr ""
1005+
msgstr "``--install-purelib``"
9991006

10001007
#: install/index.rst:502
10011008
msgid "``--install-platlib``"
1002-
msgstr ""
1009+
msgstr "``--install-platlib``"
10031010

10041011
#: install/index.rst:503
10051012
msgid "all modules"
1006-
msgstr ""
1013+
msgstr "tous les modules"
10071014

10081015
#: install/index.rst:503
10091016
msgid "``--install-lib``"
1010-
msgstr ""
1017+
msgstr "``--install-lib``"
10111018

10121019
#: install/index.rst:504
10131020
msgid "``--install-scripts``"
1014-
msgstr ""
1021+
msgstr "``--install-scripts``"
10151022

10161023
#: install/index.rst:505
10171024
msgid "``--install-data``"
1018-
msgstr ""
1025+
msgstr "``--install-data``"
10191026

10201027
#: install/index.rst:506
10211028
msgid "``--install-headers``"
1022-
msgstr ""
1029+
msgstr "``--install-headers``"
10231030

10241031
#: install/index.rst:509
10251032
msgid ""

0 commit comments

Comments
 (0)