1
0
Fork 0

Traduction de using/unix.po (#1736)

Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
This commit is contained in:
Jean-Abou-Samra 2021-10-23 15:33:32 +02:00 committed by GitHub
parent e024e948d3
commit 7ee9f0c378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 4 deletions

View File

@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-21 15:04+0200\n"
"PO-Revision-Date: 2021-09-24 15:11+0200\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n"
"PO-Revision-Date: 2021-10-22 01:46+0200\n"
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\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 3.0\n"
#: using/unix.rst:7
msgid "Using Python on Unix platforms"
@ -269,7 +269,7 @@ msgstr ""
#: using/unix.rst:141
msgid "Custom OpenSSL"
msgstr ""
msgstr "Version personnalisée d'OpenSSL"
#: using/unix.rst:143
msgid ""
@ -279,18 +279,30 @@ msgid ""
"directory should also contain a ``cert.pem`` file and/or a ``certs`` "
"directory."
msgstr ""
"Pour compiler avec votre propre configuration d'OpenSSL et le magasin des "
"certificats de confiance du système, commencez par trouver le sous-dossier "
"de ``/etc`` qui contient le fichier ou le lien symbolique ``openssl.cnf``. "
"Sur la plupart des distributions, c'est soit ``/etc/ssl``, soit ``/etc/pki/"
"tls``. Ce dossier doit également contenir un fichier ``cert.pem`` ou un sous-"
"dossier ``certs`` (ou les deux)."
#: using/unix.rst:154
msgid ""
"Download, build, and install OpenSSL. Make sure you use ``install_sw`` and "
"not ``install``. The ``install_sw`` target does not override ``openssl.cnf``."
msgstr ""
"Téléchargez et compilez OpenSSL. Installez-le, en prenant bien garde de le "
"faire avec la cible ``install_sw`` et non pas ``install``. En effet, "
"``install`` réécrirait le fichier ``openssl.cnf``."
#: using/unix.rst:172
msgid ""
"Build Python with custom OpenSSL (see the configure `--with-openssl` and `--"
"with-openssl-rpath` options)"
msgstr ""
"Ensuite, compilez Python avec votre version d'OpenSSL personnalisée (voir "
"les options ``--with-openssl`` et ``--with-openssl-rpath`` du script "
"``configure``)."
#: using/unix.rst:187
msgid ""
@ -298,3 +310,7 @@ msgid ""
"recompile Python to update OpenSSL. It's sufficient to replace the custom "
"OpenSSL installation with a newer version."
msgstr ""
"Les versions d'OpenSSL dans une même série (incrémentation du troisième "
"chiffre) conservent la compatibilité de l'interface binaire. Pour mettre à "
"jour OpenSSL, il n'y a pas besoin de recompiler Python, il suffit de "
"remplacer l'installation d'OpenSSL avec la nouvelle version."