@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"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 "
11
11
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 2.2 \n "
16
+ "X-Generator : Poedit 3.0 \n "
17
17
18
18
#: using/unix.rst:7
19
19
msgid "Using Python on Unix platforms"
@@ -269,7 +269,7 @@ msgstr ""
269
269
270
270
#: using/unix.rst:141
271
271
msgid "Custom OpenSSL"
272
- msgstr ""
272
+ msgstr "Version personnalisée d'OpenSSL "
273
273
274
274
#: using/unix.rst:143
275
275
msgid ""
@@ -279,22 +279,38 @@ msgid ""
279
279
"directory should also contain a ``cert.pem`` file and/or a ``certs`` "
280
280
"directory."
281
281
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)."
282
288
283
289
#: using/unix.rst:154
284
290
msgid ""
285
291
"Download, build, and install OpenSSL. Make sure you use ``install_sw`` and "
286
292
"not ``install``. The ``install_sw`` target does not override ``openssl.cnf``."
287
293
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``."
288
297
289
298
#: using/unix.rst:172
290
299
msgid ""
291
300
"Build Python with custom OpenSSL (see the configure `--with-openssl` and `--"
292
301
"with-openssl-rpath` options)"
293
302
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``)."
294
306
295
307
#: using/unix.rst:187
296
308
msgid ""
297
309
"Patch releases of OpenSSL have a backwards compatible ABI. You don't need to "
298
310
"recompile Python to update OpenSSL. It's sufficient to replace the custom "
299
311
"OpenSSL installation with a newer version."
300
312
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