FIX: Hunspell 1.3.2 don't like negative values.

This commit is contained in:
Julien Palard 2018-09-28 09:17:30 +02:00
parent 82443eed3f
commit ba2907da58

View File

@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n" "Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-23 09:03+0100\n" "POT-Creation-Date: 2018-03-23 09:03+0100\n"
"PO-Revision-Date: 2018-09-27 15:57+0200\n" "PO-Revision-Date: 2018-09-28 09:16+0200\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n" "Last-Translator: Julien Palard <julien@palard.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" "Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n" "Language: fr\n"
@ -185,8 +185,8 @@ msgid ""
"9 to 15: Uses the absolute value of *wbits* as the window size logarithm, " "9 to 15: Uses the absolute value of *wbits* as the window size logarithm, "
"while producing a raw output stream with no header or trailing checksum." "while producing a raw output stream with no header or trailing checksum."
msgstr "" msgstr ""
"De -9 à -15 : utilise la valeur absolue de *wbits* comme logarithme binaire " "De ``-9`` à ``-15`` : utilise la valeur absolue de *wbits* comme logarithme "
"de la taille du tampon, et ne produit pas d'entêtes ni de bloc final." "binaire de la taille du tampon, et ne produit pas d'entêtes ni de bloc final."
#: ../Doc/library/zlib.rst:93 #: ../Doc/library/zlib.rst:93
msgid "" msgid ""
@ -312,9 +312,9 @@ msgid ""
"8 to 15: Uses the absolute value of *wbits* as the window size logarithm. " "8 to 15: Uses the absolute value of *wbits* as the window size logarithm. "
"The input must be a raw stream with no header or trailer." "The input must be a raw stream with no header or trailer."
msgstr "" msgstr ""
"De -8 à -15 : utilise la valeur absolue de *wbits* comme logarithme binaire " "De ``-8`` à ``-15`` : utilise la valeur absolue de *wbits* comme logarithme "
"pour la taille du tampon. L'entrée doit être un flux brut, sans en-tête ni " "binaire pour la taille du tampon. L'entrée doit être un flux brut, sans en-"
"bloc final." "tête ni bloc final."
#: ../Doc/library/zlib.rst:159 #: ../Doc/library/zlib.rst:159
msgid "" msgid ""