Skip to content

Commit 50d8aa8

Browse files
author
Mathieu Dupuy
authored
unfuzz an entry (#1856)
le changement en anglais upstream n'affecte pas la traduction française (python/cpython@9a0d941)
1 parent 3c0f016 commit 50d8aa8

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

using/windows.po

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2022-04-05 10:05+0200\n"
9-
"PO-Revision-Date: 2021-12-16 02:40+0100\n"
9+
"PO-Revision-Date: 2022-04-26 14:55+0200\n"
1010
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
1616
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
17-
"X-Generator: Poedit 2.4.1\n"
17+
"X-Generator: Poedit 3.0.1\n"
1818
"X-Poedit-SourceCharset: UTF-8\n"
1919

2020
#: using/windows.rst:7
@@ -259,14 +259,14 @@ msgid ""
259259
"In the latest versions of Windows, this limitation can be expanded to "
260260
"approximately 32,000 characters. Your administrator will need to activate "
261261
"the \"Enable Win32 long paths\" group policy, or set ``LongPathsEnabled`` to "
262-
"``1`` in the registry key "
263-
"``HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\FileSystem``."
262+
"``1`` in the registry key ``HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet"
263+
"\\Control\\FileSystem``."
264264
msgstr ""
265265
"Dans les dernières versions de Windows, cette limitation peut être étendue à "
266266
"approximativement 32.000 caractères. Votre administrateur devra activer la "
267267
"stratégie de groupe « **Enable Win32 long paths** » ou mettre la valeur de "
268-
"``LongPathsEnabled`` à ``1`` dans de registre à "
269-
"``HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\FileSystem``."
268+
"``LongPathsEnabled`` à ``1`` dans de registre à ``HKEY_LOCAL_MACHINE\\SYSTEM"
269+
"\\CurrentControlSet\\Control\\FileSystem``."
270270

271271
#: using/windows.rst:110
272272
msgid ""
@@ -305,7 +305,6 @@ msgstr ""
305305
"l'interface graphique pour changer les valeurs par défauts."
306306

307307
#: using/windows.rst:129
308-
#, fuzzy
309308
msgid ""
310309
"To completely hide the installer UI and install Python silently, pass the ``/"
311310
"quiet`` option. To skip past the user interaction but still display progress "
@@ -1362,9 +1361,9 @@ msgstr ""
13621361

13631362
#: using/windows.rst:591
13641363
msgid ""
1365-
"On the first page of the installer, an option labelled \"Add Python to "
1366-
"PATH\" may be selected to have the installer add the install location into "
1367-
"the :envvar:`PATH`. The location of the :file:`Scripts\\\\` folder is also "
1364+
"On the first page of the installer, an option labelled \"Add Python to PATH"
1365+
"\" may be selected to have the installer add the install location into the :"
1366+
"envvar:`PATH`. The location of the :file:`Scripts\\\\` folder is also "
13681367
"added. This allows you to type :command:`python` to run the interpreter, "
13691368
"and :command:`pip` for the package installer. Thus, you can also execute "
13701369
"your scripts with command line options, see :ref:`using-on-cmdline` "
@@ -2042,9 +2041,9 @@ msgstr "Recherche de modules"
20422041
msgid ""
20432042
"Python usually stores its library (and thereby your site-packages folder) in "
20442043
"the installation directory. So, if you had installed Python to :file:`C:\\"
2045-
"\\Python\\\\`, the default library would reside in :file:`C:\\\\Python\\"
2046-
"\\Lib\\\\` and third-party modules should be stored in :file:`C:\\\\Python\\"
2047-
"\\Lib\\\\site-packages\\\\`."
2044+
"\\Python\\\\`, the default library would reside in :file:`C:\\\\Python\\\\Lib"
2045+
"\\\\` and third-party modules should be stored in :file:`C:\\\\Python\\\\Lib"
2046+
"\\\\site-packages\\\\`."
20482047
msgstr ""
20492048
"Python stocke généralement sa bibliothèque (et donc votre dossier ``site-"
20502049
"packages``) dans le répertoire d'installation. Donc, si vous aviez installé "

0 commit comments

Comments
 (0)