From 594224b428b4356267245b05f30c20d5ad08cd2a Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sun, 5 Nov 2017 12:05:47 +0100 Subject: [PATCH] Done: library/macpath.po --- library/macpath.po | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/library/macpath.po b/library/macpath.po index afca65af..2c218759 100644 --- a/library/macpath.po +++ b/library/macpath.po @@ -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 \n" "Language-Team: LANGUAGE \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é."