# 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/macpath.rst:3 msgid ":mod:`macpath` --- Mac OS 9 path manipulation functions" msgstr ":mod:`macpath` --- Fonctions de manipulation de chemins pour Mac OS 9" #: ../Doc/library/macpath.rst:9 msgid "" "This module is the Mac OS 9 (and earlier) implementation of the :mod:`os." "path` module. It can be used to manipulate old-style Macintosh pathnames on " "Mac OS X (or any other platform)." msgstr "" "Ce module est une implémentation du module :mod:`os.path` pour Mac OS 9 (ou " "plus ancien). Il peut être utilisé pour manipuler des chemins dans l'ancien " "style Macintosh sur Mac OS X (ou n'importe quelle autre plateforme)." #: ../Doc/library/macpath.rst:13 msgid "" "The following functions are available in this module: :func:`normcase`, :" "func:`normpath`, :func:`isabs`, :func:`join`, :func:`split`, :func:`isdir`, :" "func:`isfile`, :func:`walk`, :func:`exists`. For other functions available " "in :mod:`os.path` dummy counterparts are available." msgstr "" "Les fonctions suivantes sont disponibles dans ce module : :func:`normcase`, :" "func:`normpath`, :func:`isabs`, :func:`join`, :func:`split`, :func:`isdir`, :" "func:`isfile`, :func:`walk`, :func:`exists`. Toutes les autres fonctions d':" "mod:`os.path` sont aussi disponibles, mais vides, pour garder la " "compatibilité."