1
0
Fork 0

unfuzz an entry (#1856)

le changement en anglais upstream n'affecte pas la traduction française (python/cpython@9a0d941df4)
This commit is contained in:
Mathieu Dupuy 2022-04-26 18:15:03 +02:00 committed by Julien Palard
parent d6d620f124
commit 7b6e288f54
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 9 additions and 10 deletions

View File

@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-22 23:13+0200\n"
"PO-Revision-Date: 2021-12-16 02:40+0100\n"
"PO-Revision-Date: 2022-04-26 14:55+0200\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
@ -14,7 +14,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 2.4.1\n"
"X-Generator: Poedit 3.0.1\n"
"X-Poedit-SourceCharset: UTF-8\n"
#: using/windows.rst:7
@ -259,14 +259,14 @@ msgid ""
"In the latest versions of Windows, this limitation can be expanded to "
"approximately 32,000 characters. Your administrator will need to activate "
"the \"Enable Win32 long paths\" group policy, or set ``LongPathsEnabled`` to "
"``1`` in the registry key "
"``HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\FileSystem``."
"``1`` in the registry key ``HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet"
"\\Control\\FileSystem``."
msgstr ""
"Dans les dernières versions de Windows, cette limitation peut être étendue à "
"approximativement 32.000 caractères. Votre administrateur devra activer la "
"stratégie de groupe « **Enable Win32 long paths** » ou mettre la valeur de "
"``LongPathsEnabled`` à ``1`` dans de registre à "
"``HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\FileSystem``."
"``LongPathsEnabled`` à ``1`` dans de registre à ``HKEY_LOCAL_MACHINE\\SYSTEM"
"\\CurrentControlSet\\Control\\FileSystem``."
#: using/windows.rst:110
msgid ""
@ -305,7 +305,6 @@ msgstr ""
"l'interface graphique pour changer les valeurs par défauts."
#: using/windows.rst:129
#, fuzzy
msgid ""
"To completely hide the installer UI and install Python silently, pass the ``/"
"quiet`` option. To skip past the user interaction but still display progress "
@ -1369,9 +1368,9 @@ msgstr ""
#: using/windows.rst:592
msgid ""
"On the first page of the installer, an option labelled \"Add Python to "
"PATH\" may be selected to have the installer add the install location into "
"the :envvar:`PATH`. The location of the :file:`Scripts\\\\` folder is also "
"On the first page of the installer, an option labelled \"Add Python to PATH"
"\" may be selected to have the installer add the install location into the :"
"envvar:`PATH`. The location of the :file:`Scripts\\\\` folder is also "
"added. This allows you to type :command:`python` to run the interpreter, "
"and :command:`pip` for the package installer. Thus, you can also execute "
"your scripts with command line options, see :ref:`using-on-cmdline` "