update using/unix #148

Merged
mdk merged 3 commits from pilou/python-docs-fr:using_unix into 3.11 2023-05-24 07:55:42 +00:00
1 changed files with 3 additions and 6 deletions

View File

@ -123,7 +123,6 @@ msgid "Building Python"
msgstr "Compiler Python" msgstr "Compiler Python"
#: using/unix.rst:69 #: using/unix.rst:69
#, fuzzy
msgid "" msgid ""
"If you want to compile CPython yourself, first thing you should do is get " "If you want to compile CPython yourself, first thing you should do is get "
"the `source <https://www.python.org/downloads/source/>`_. You can download " "the `source <https://www.python.org/downloads/source/>`_. You can download "
@ -134,7 +133,7 @@ msgstr ""
"Si vous voulez compiler CPython vous-même, la première chose à faire est de " "Si vous voulez compiler CPython vous-même, la première chose à faire est de "
"récupérer le `code source <https://www.python.org/downloads/source/>`_. Vous " "récupérer le `code source <https://www.python.org/downloads/source/>`_. Vous "
"pouvez télécharger la dernière version ou faire un `clone <https://devguide." "pouvez télécharger la dernière version ou faire un `clone <https://devguide."
"python.org/setup/#getting-the-source-code>`_. (Si vous voulez contribuer à " "python.org/setup/#get-the-source-code>`_. (Si vous voulez contribuer à "
"des correctifs, il vous faut un clone.)" "des correctifs, il vous faut un clone.)"
#: using/unix.rst:75 #: using/unix.rst:75
@ -166,7 +165,6 @@ msgid "Python-related paths and files"
msgstr "Fichiers et chemins liés à Python" msgstr "Fichiers et chemins liés à Python"
#: using/unix.rst:95 #: using/unix.rst:95
#, fuzzy
msgid "" msgid ""
"These are subject to difference depending on local installation " "These are subject to difference depending on local installation "
"conventions; :option:`prefix <--prefix>` and :option:`exec_prefix <--exec-" "conventions; :option:`prefix <--prefix>` and :option:`exec_prefix <--exec-"
@ -174,8 +172,8 @@ msgid ""
"software; they may be the same." "software; they may be the same."
msgstr "" msgstr ""
"Ceux-ci sont sujets à des différences en fonction des conventions locales " "Ceux-ci sont sujets à des différences en fonction des conventions locales "
"d'installation ; :envvar:`prefix` (``${prefix}``) et :envvar:`exec_prefix` " "d'installation ; :option:`prefix <--prefix>` et :option:`exec_prefix "
"(``${exec_prefix}``) sont dépendants de linstallation et doivent être " "<--exec_prefix` sont dépendants de linstallation et doivent être "
"interprétés comme pour des logiciels GNU ; ils peuvent être égaux." "interprétés comme pour des logiciels GNU ; ils peuvent être égaux."
#: using/unix.rst:100 #: using/unix.rst:100
@ -298,7 +296,6 @@ msgstr ""
"``install`` réécrirait le fichier ``openssl.cnf``." "``install`` réécrirait le fichier ``openssl.cnf``."
#: using/unix.rst:172 #: using/unix.rst:172
#, fuzzy
msgid "" msgid ""
"Build Python with custom OpenSSL (see the configure ``--with-openssl`` and " "Build Python with custom OpenSSL (see the configure ``--with-openssl`` and "
"``--with-openssl-rpath`` options)" "``--with-openssl-rpath`` options)"