# Copyright (C) 2001-2018, Python Software Foundation # For licence information, see README file. # msgid "" msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-08-24 09:01+0200\n" "PO-Revision-Date: 2020-12-11 15:56+0100\n" "Last-Translator: Julien Palard \n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: library/allos.rst:5 msgid "Generic Operating System Services" msgstr "Services génériques du système d'exploitation" #: library/allos.rst:7 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 :"