library-shutil #229

Merged
ChristopheNan merged 6 commits from library-shutil into 3.11 2023-11-24 06:08:38 +00:00
Showing only changes of commit 939c8b182e - Show all commits

View File

@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-23 14:38+0200\n"
"PO-Revision-Date: 2023-08-26 20:19+0200\n"
"PO-Revision-Date: 2023-08-27 17:20+0200\n"
"Last-Translator: \n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
@ -126,8 +126,8 @@ msgid ""
"Raises an :ref:`auditing event <auditing>` ``shutil.copyfile`` with "
"arguments ``src``, ``dst``."
msgstr ""
"Lève un événement :ref:`événement daudit <auditing>` ``shutil.copyfile`` "
"avec les arguments ``src``, ``dst``."
"Lève un :ref:`événement daudit <auditing>` ``shutil.copyfile`` avec les "
"arguments ``src``, ``dst``."
#: library/shutil.rst:72
msgid ""
@ -189,8 +189,8 @@ msgid ""
"Raises an :ref:`auditing event <auditing>` ``shutil.copymode`` with "
"arguments ``src``, ``dst``."
msgstr ""
"Lève un événement :ref:`événement daudit <auditing>` ``shutil.copymode`` "
"avec les arguments ``src``, ``dst``."
"Lève un :ref:`événement daudit <auditing>` ``shutil.copymode`` avec les "
"arguments ``src``, ``dst``."
#: library/shutil.rst:108
msgid "Added *follow_symlinks* argument."