# 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/allos.rst:6 msgid "Generic Operating System Services" msgstr "Services génériques du système d'exploitation" #: ../Doc/library/allos.rst:8 msgid "" "The modules described in this chapter provide interfaces to operating system " "features that are available on (almost) all operating systems, such as files " "and a clock. The interfaces are generally modeled after the Unix or C " "interfaces, but they are available on most other systems as well. Here's an " "overview:" msgstr "" "Les modules documentés dans ce chapitre fournissent des interfaces vers des " "fonctionnalités communes à la grande majorité des systèmes d'exploitation, " "telles que les fichiers et l'horloge. Bien que ces interfaces soient " "classiquement calquées sur les interfaces Unix ou C, elles sont aussi " "disponibles sur la plupart des autres systèmes. En voici un aperçu."