@@ -12,19 +12,19 @@ msgstr ""
12
12
"MIME-Version : 1.0\n "
13
13
"Content-Type : text/plain; charset=UTF-8\n "
14
14
"Content-Transfer-Encoding : 8bit\n "
15
- "Last-Translator : paul bhs <p.bourhis56@gmail.com>\n "
15
+ "Last-Translator : Paul Bourhis <p.bourhis56@gmail.com>\n "
16
16
"X-Generator : Poedit 2.2.3\n "
17
17
18
18
#: ../Doc/library/os.path.rst:2
19
19
msgid ":mod:`os.path` --- Common pathname manipulations"
20
- msgstr ":mod:`os.path` --- manipulation courante des chemins"
20
+ msgstr ":mod:`os.path` – manipulation courante des chemins"
21
21
22
22
#: ../Doc/library/os.path.rst:7
23
23
msgid ""
24
24
"**Source code:** :source:`Lib/posixpath.py` (for POSIX), :source:`Lib/ntpath."
25
25
"py` (for Windows NT), and :source:`Lib/macpath.py` (for Macintosh)"
26
26
msgstr ""
27
- "**Code source :** :source:`Lib/posixpath.py` (pour POSIX), :source:`Lib/"
27
+ "**Code source :** :source:`Lib/posixpath.py` (pour POSIX), :source:`Lib/"
28
28
"ntpath.py` (pour Windows NT), et :source:`Lib/macpath.py` (pour Macintosh)"
29
29
30
30
#: ../Doc/library/os.path.rst:15
@@ -120,7 +120,7 @@ msgid ""
120
120
msgstr ""
121
121
"Retourne une version absolue normalisée du chemin d'accès *path*. Sur la "
122
122
"plupart des platesforme, cela équivaut à appeler la fonction :func:"
123
- "`normpath` comme suit : ``normpath(join(os.getcwd(), chemin))```."
123
+ "`normpath` comme suit : ``normpath(join(os.getcwd(), chemin))```."
124
124
125
125
#: ../Doc/library/os.path.rst:64 ../Doc/library/os.path.rst:77
126
126
#: ../Doc/library/os.path.rst:116 ../Doc/library/os.path.rst:125
@@ -149,7 +149,7 @@ msgstr ""
149
149
"Retourne le nom de base du chemin d'accès *path*. C'est le deuxième élément "
150
150
"de la paire retourné en passant *path* à la fonction :func:`split`. Notez "
151
151
"que le résultat de cette fonction est différent de celui du programme Unix :"
152
- "program:`basename` ; où :program:`basename` pour ``'/foo/bar/'`` renvoie "
152
+ "program:`basename` ; où :program:`basename` pour ``'/foo/bar/'`` renvoie "
153
153
"``'bar'``, la fonction :func:`basename` renvoie une chaîne vide (``''``)."
154
154
155
155
#: ../Doc/library/os.path.rst:83
0 commit comments