From acd1900b62652544078afd385527052e5c57fba5 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Fri, 30 Apr 2021 17:05:54 +0200 Subject: [PATCH] Traduction de library/hmac.po (#1612) * Traduction de library/hmac.po * Apply suggestions from code review Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> --- library/hmac.po | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/library/hmac.po b/library/hmac.po index 1894d4fd..6ac9edc9 100644 --- a/library/hmac.po +++ b/library/hmac.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-08-24 09:01+0200\n" -"PO-Revision-Date: 2020-04-27 22:24+0200\n" -"Last-Translator: Mathieu Dupuy \n" +"PO-Revision-Date: 2021-04-28 21:10+0200\n" +"Last-Translator: Dimitri Merejkowsky \n" "Language-Team: FRENCH \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.3\n" +"X-Generator: Poedit 2.4.1\n" #: library/hmac.rst:2 msgid ":mod:`hmac` --- Keyed-Hashing for Message Authentication" @@ -197,6 +197,9 @@ msgid "" "outer`` are internal implementation details and will be removed in Python " "3.10." msgstr "" +"Les attributs ``HMAC.digest_cons``, ``HMAC.inner`` et ``HMAC.outer`` (non " +"documentés) sont des détails d'implémentation internes et seront supprimés " +"en Python 3.10." #: library/hmac.rst:123 msgid "This module also provides the following helper function:" @@ -231,6 +234,8 @@ msgstr "" msgid "" "The function uses OpenSSL's ``CRYPTO_memcmp()`` internally when available." msgstr "" +"Cette fonction utilise la fonction ``CRYPTO_memcmp()`` de OpenSSL quand " +"celle-ci est disponible." #: library/hmac.rst:149 msgid "Module :mod:`hashlib`"