Skip to content

Commit 7ee9f0c

Browse files
Traduction de using/unix.po (python#1736)
Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
1 parent e024e94 commit 7ee9f0c

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

using/unix.po

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-10-21 15:04+0200\n"
9-
"PO-Revision-Date: 2021-09-24 15:11+0200\n"
10-
"Last-Translator: Julien Palard <julien@palard.fr>\n"
9+
"PO-Revision-Date: 2021-10-22 01:46+0200\n"
10+
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.2\n"
16+
"X-Generator: Poedit 3.0\n"
1717

1818
#: using/unix.rst:7
1919
msgid "Using Python on Unix platforms"
@@ -269,7 +269,7 @@ msgstr ""
269269

270270
#: using/unix.rst:141
271271
msgid "Custom OpenSSL"
272-
msgstr ""
272+
msgstr "Version personnalisée d'OpenSSL"
273273

274274
#: using/unix.rst:143
275275
msgid ""
@@ -279,22 +279,38 @@ msgid ""
279279
"directory should also contain a ``cert.pem`` file and/or a ``certs`` "
280280
"directory."
281281
msgstr ""
282+
"Pour compiler avec votre propre configuration d'OpenSSL et le magasin des "
283+
"certificats de confiance du système, commencez par trouver le sous-dossier "
284+
"de ``/etc`` qui contient le fichier ou le lien symbolique ``openssl.cnf``. "
285+
"Sur la plupart des distributions, c'est soit ``/etc/ssl``, soit ``/etc/pki/"
286+
"tls``. Ce dossier doit également contenir un fichier ``cert.pem`` ou un sous-"
287+
"dossier ``certs`` (ou les deux)."
282288

283289
#: using/unix.rst:154
284290
msgid ""
285291
"Download, build, and install OpenSSL. Make sure you use ``install_sw`` and "
286292
"not ``install``. The ``install_sw`` target does not override ``openssl.cnf``."
287293
msgstr ""
294+
"Téléchargez et compilez OpenSSL. Installez-le, en prenant bien garde de le "
295+
"faire avec la cible ``install_sw`` et non pas ``install``. En effet, "
296+
"``install`` réécrirait le fichier ``openssl.cnf``."
288297

289298
#: using/unix.rst:172
290299
msgid ""
291300
"Build Python with custom OpenSSL (see the configure `--with-openssl` and `--"
292301
"with-openssl-rpath` options)"
293302
msgstr ""
303+
"Ensuite, compilez Python avec votre version d'OpenSSL personnalisée (voir "
304+
"les options ``--with-openssl`` et ``--with-openssl-rpath`` du script "
305+
"``configure``)."
294306

295307
#: using/unix.rst:187
296308
msgid ""
297309
"Patch releases of OpenSSL have a backwards compatible ABI. You don't need to "
298310
"recompile Python to update OpenSSL. It's sufficient to replace the custom "
299311
"OpenSSL installation with a newer version."
300312
msgstr ""
313+
"Les versions d'OpenSSL dans une même série (incrémentation du troisième "
314+
"chiffre) conservent la compatibilité de l'interface binaire. Pour mettre à "
315+
"jour OpenSSL, il n'y a pas besoin de recompiler Python, il suffit de "
316+
"remplacer l'installation d'OpenSSL avec la nouvelle version."

0 commit comments

Comments
 (0)