Done: library/macpath.po

This commit is contained in:
Julien Palard 2017-11-05 12:05:47 +01:00
parent 0b7f4ec623
commit 594224b428

View File

@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2017-11-05 12:05+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\n"
@ -19,11 +19,11 @@ msgstr ""
#: ../Doc/library/macpath.rst:2
msgid ":mod:`macpath` --- Mac OS 9 path manipulation functions"
msgstr ""
msgstr ":mod:`macpath` --- Fonctions de manipulation de chemins pour Mac OS 9"
#: ../Doc/library/macpath.rst:7
msgid "**Source code:** :source:`Lib/macpath.py`"
msgstr ""
msgstr "**Code source:** :source:`Lib/macpath.py`"
#: ../Doc/library/macpath.rst:11
msgid ""
@ -31,11 +31,20 @@ msgid ""
"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:15
#, fuzzy
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 disponnibles 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 disponnibles, mais vides, pour "
"garder la compatibilité."