merge pot files.

This commit is contained in:
Julien Palard 2018-11-29 16:13:39 +01:00
commit 03ab206a30

File diff suppressed because it is too large Load diff

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-29 00:24+0200\n"
"POT-Creation-Date: 2018-11-29 16:06+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@ -34,7 +34,7 @@ msgstr ""
#: ../Doc/distutils/configfile.rst:16
msgid ""
"The setup configuration file is a useful middle-ground between the setup "
"script ---which, ideally, would be opaque to installers [#]_---and the "
"script---which, ideally, would be opaque to installers [#]_---and the "
"command-line to the setup script, which is outside of your control and "
"entirely up to the installer. In fact, :file:`setup.cfg` (and any other "
"Distutils configuration files present on the target system) are processed "

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-28 15:29+0200\n"
"POT-Creation-Date: 2018-11-29 16:06+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@ -989,22 +989,21 @@ msgstr ""
#: ../Doc/distutils/setupscript.rst:684
msgid ""
":class:`~distutils.core.setup` now raises a :exc:`TypeError` if "
"``classifiers``, ``keywords`` and ``platforms`` fields are not specified as "
"a list."
":class:`~distutils.core.setup` now warns when ``classifiers``, ``keywords`` "
"or ``platforms`` fields are not specified as a list or a string."
msgstr ""
#: ../Doc/distutils/setupscript.rst:692
#: ../Doc/distutils/setupscript.rst:691
msgid "Debugging the setup script"
msgstr ""
#: ../Doc/distutils/setupscript.rst:694
#: ../Doc/distutils/setupscript.rst:693
msgid ""
"Sometimes things go wrong, and the setup script doesn't do what the "
"developer wants."
msgstr ""
#: ../Doc/distutils/setupscript.rst:697
#: ../Doc/distutils/setupscript.rst:696
msgid ""
"Distutils catches any exceptions when running the setup script, and print a "
"simple error message before the script is terminated. The motivation for "
@ -1015,7 +1014,7 @@ msgid ""
"down to the bottom and see that it's a permission problem."
msgstr ""
#: ../Doc/distutils/setupscript.rst:705
#: ../Doc/distutils/setupscript.rst:704
msgid ""
"On the other hand, this doesn't help the developer to find the cause of the "
"failure. For this purpose, the :envvar:`DISTUTILS_DEBUG` environment "