8000 traduction ospath by Pyodin · Pull Request #764 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

traduction ospath #764

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Oct 9, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
< 8000 div class="js-unified-diff-view">
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from Seluj78
Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr>
  • Loading branch information
Pyodin and Seluj78 authored Sep 21, 2019
commit f11f5deb1750c16bd23a486827da2f9852dc0a1d
10 changes: 5 additions & 5 deletions library/os.path.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Last-Translator: paul bhs <p.bourhis56@gmail.com>\n"
"Last-Translator: Paul Bourhis <p.bourhis56@gmail.com>\n"
"X-Generator: Poedit 2.2.3\n"

#: ../Doc/library/os.path.rst:2
msgid ":mod:`os.path` --- Common pathname manipulations"
msgstr ":mod:`os.path` --- manipulation courante des chemins"
msgstr ":mod:`os.path` manipulation courante des chemins"

#: ../Doc/library/os.path.rst:7
msgid ""
"**Source code:** :source:`Lib/posixpath.py` (for POSIX), :source:`Lib/ntpath."
"py` (for Windows NT), and :source:`Lib/macpath.py` (for Macintosh)"
msgstr ""
"**Code source :** :source:`Lib/posixpath.py` (pour POSIX), :source:`Lib/"
"**Code source :** :source:`Lib/posixpath.py` (pour POSIX), :source:`Lib/"
"ntpath.py` (pour Windows NT), et :source:`Lib/macpath.py` (pour Macintosh)"

#: ../Doc/library/os.path.rst:15
Expand Down Expand Up @@ -120,7 +120,7 @@ msgid ""
msgstr ""
"Retourne une version absolue normalisée du chemin d'accès *path*. Sur la "
"plupart des platesforme, cela équivaut à appeler la fonction :func:"
"`normpath` comme suit : ``normpath(join(os.getcwd(), chemin))```."
"`normpath` comme suit : ``normpath(join(os.getcwd(), chemin))```."

#: ../Doc/library/os.path.rst:64 ../Doc/library/os.path.rst:77
#: ../Doc/library/os.path.rst:116 ../Doc/library/os.path.rst:125
Expand Down Expand Up @@ -149,7 +149,7 @@ msgstr ""
"Retourne le nom de base du chemin d'accès *path*. C'est le deuxième élément "
"de la paire retourné en passant *path* à la fonction :func:`split`. Notez "
"que le résultat de cette fonction est différent de celui du programme Unix :"
"program:`basename` ; où :program:`basename` pour ``'/foo/bar/'`` renvoie "
"program:`basename` ; où :program:`basename` pour ``'/foo/bar/'`` renvoie "
"``'bar'``, la fonction :func:`basename` renvoie une chaîne vide (``''``)."

#: ../Doc/library/os.path.rst:83
Expand Down
0