# SOME DESCRIPTIVE TITLE. # Copyright (C) 1990-2016, Python Software Foundation # This file is distributed under the same license as the Python package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 2.7\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-10-30 10:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../Doc/library/internet.rst:6 msgid "Internet Protocols and Support" msgstr "Gestion des protocoles internet" #: ../Doc/library/internet.rst:15 msgid "" "The modules described in this chapter implement Internet protocols and " "support for related technology. They are all implemented in Python. Most of " "these modules require the presence of the system-dependent module :mod:" "`socket`, which is currently supported on most popular platforms. Here is " "an overview:" msgstr "" "Les modules documentés dans ce chapitre implémentent des protocoles relatifs " "à Internet et à ses technologies relatives. Ils sont tous implémentés en " "Python. La majorité de ces modules nécessitent la présence du module :mod:" "`socket` lui même dépendant du système, mais fourni sur la plupart des " "plateformes populaires. Voici une vue d'ensemble :"