Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit acd1900

Browse files
Traduction de library/hmac.po (#1612)
* Traduction de library/hmac.po * Apply suggestions from code review Co-authored-by: Christophe Nanteuil <[email protected]> Co-authored-by: Christophe Nanteuil <[email protected]>
1 parent a8ec99e commit acd1900

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

library/hmac.po

+8-3
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: 2020-08-24 09:01+0200\n"
9-
"PO-Revision-Date: 2020-04-27 22:24+0200\n"
10-
"Last-Translator: Mathieu Dupuy <[email protected]>\n"
9+
"PO-Revision-Date: 2021-04-28 21:10+0200\n"
10+
"Last-Translator: Dimitri Merejkowsky <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\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.3\n"
16+
"X-Generator: Poedit 2.4.1\n"
1717

1818
#: library/hmac.rst:2
1919
msgid ":mod:`hmac` --- Keyed-Hashing for Message Authentication"
@@ -197,6 +197,9 @@ msgid ""
197197
"outer`` are internal implementation details and will be removed in Python "
198198
"3.10."
199199
msgstr ""
200+
"Les attributs ``HMAC.digest_cons``, ``HMAC.inner`` et ``HMAC.outer`` (non "
201+
"documentés) sont des détails d'implémentation internes et seront supprimés "
202+
"en Python 3.10."
200203

201204
#: library/hmac.rst:123
202205
msgid "This module also provides the following helper function:"
@@ -231,6 +234,8 @@ msgstr ""
231234
msgid ""
232235
"The function uses OpenSSL's ``CRYPTO_memcmp()`` internally when available."
233236
msgstr ""
237+
"Cette fonction utilise la fonction ``CRYPTO_memcmp()`` de OpenSSL quand "
238+
"celle-ci est disponible."
234239

235240
#: library/hmac.rst:149
236241
msgid "Module :mod:`hashlib`"

0 commit comments

Comments
 (0)