Skip to content

Commit dd8f1bb

Browse files
Mathieu DupuyJulienPalard
Mathieu Dupuy
authored andcommitted
fuzzy + wrapping (#1866)
le changement upstream est le retrait de la majuscule au mot "Internet" , qui n'est pas repris dans la trad française
1 parent 025f8ba commit dd8f1bb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

library/hashlib.po

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ msgid "**Source code:** :source:`Lib/hashlib.py`"
2525
msgstr "**Code source :** :source:`Lib/hashlib.py`"
2626

2727
#: library/hashlib.rst:23
28-
#, fuzzy
2928
msgid ""
3029
"This module implements a common interface to many different secure hash and "
3130
"message digest algorithms. Included are the FIPS secure hash algorithms "
@@ -53,8 +52,8 @@ msgstr ""
5352

5453
#: library/hashlib.rst:37
5554
msgid ""
56-
"Some algorithms have known hash collision weaknesses, refer to the \"See "
57-
"also\" section at the end."
55+
"Some algorithms have known hash collision weaknesses, refer to the \"See also"
56+
"\" section at the end."
5857
msgstr ""
5958
"Certains algorithmes ont des faiblesses connues relatives à la collision, se "
6059
"référer à la section \"Voir aussi\" à la fin."
@@ -378,8 +377,8 @@ msgid ""
378377
"Key derivation and key stretching algorithms are designed for secure "
379378
"password hashing. Naive algorithms such as ``sha1(password)`` are not "
380379
"resistant against brute-force attacks. A good password hashing function must "
381-
"be tunable, slow, and include a `salt <https://en.wikipedia.org/wiki/"
382-
"Salt_%28cryptography%29>`_."
380+
"be tunable, slow, and include a `salt <https://en.wikipedia.org/wiki/Salt_"
381+
"%28cryptography%29>`_."
383382
msgstr ""
384383
"Les algorithmes de dérivation de clés et d'étirement de clés sont conçus "
385384
"pour le hachage sécurisé de mots de passe. Des algorithmes naïfs comme "

0 commit comments

Comments
 (0)