Fixed translations in library/tempfile.po (#654)

This commit is contained in:
Jules Lasne (jlasne) 2019-03-29 17:01:45 +01:00 committed by Julien Palard
parent 3aa2aa0738
commit 097143e161

View File

@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-03-11 12:59+0100\n"
"PO-Revision-Date: 2019-03-26 16:52+0100\n"
"Last-Translator: \n"
"PO-Revision-Date: 2019-03-27 13:37+0100\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.6\n"
"X-Generator: Poedit 2.2.1\n"
#: ../Doc/library/tempfile.rst:2
msgid ":mod:`tempfile` --- Generate temporary files and directories"
@ -338,6 +338,10 @@ msgid ""
"file (as would be returned by :func:`os.open`) and the absolute pathname of "
"that file, in that order."
msgstr ""
":func:`mkstemp` renvoie un n-uplet contenant un descripteur (*handle* en "
"anglais) au niveau du système d'exploitation vers un fichier ouvert (le même "
"que renvoie :func:`os.open`) et le chemin d'accès absolu de ce fichier, dans "
"cet ordre."
#: ../Doc/library/tempfile.rst:171 ../Doc/library/tempfile.rst:192
msgid ""