diff --git a/howto/sockets.po b/howto/sockets.po index eaeef434..16ebf7c9 100644 --- a/howto/sockets.po +++ b/howto/sockets.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-01-15 22:33+0100\n" -"PO-Revision-Date: 2023-02-16 12:22+0100\n" +"PO-Revision-Date: 2023-02-16 15:07+0100\n" "Last-Translator: Jean Abou Samra \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -489,11 +489,11 @@ msgid "" "the bytes around appropriately." msgstr "" "Les bibliothèques de sockets ont des appels pour convertir les entiers 16 et " -"32 bits - ``ntohl, htonl, ntohs, htons`` où « n » signifie *réseau* et « h » " -"signifie *hôte*, « s » signifie *court* et « l » signifie *long*. Lorsque " -"l’ordre du réseau est l’ordre de l’hôte, ils ne font rien, mais lorsque la " -"machine fonctionne en ordre inversé, ils échangent les octets de manière " -"appropriée." +"32 bits - ``ntohl, htonl, ntohs, htons`` où « n » signifie *network* " +"(réseau) et « h » signifie *host* (hôte), « s » signifie *short* (court) et " +"« l » signifie *long*. Lorsque l’ordre du réseau est l’ordre de l’hôte, ils " +"ne font rien, mais lorsque la machine fonctionne en ordre inversé, ils " +"échangent les octets de manière appropriée." #: howto/sockets.rst:268 msgid ""