@@ -6,15 +6,15 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2022-05-22 23:13+0200\n "
9
- "PO-Revision-Date : 2021-12-16 02:40+0100 \n "
9
+ "PO-Revision-Date : 2022-04-26 14:55+0200 \n "
10
10
"Last-Translator : Julien Palard <julien@palard.fr>\n "
11
11
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
16
"Plural-Forms : nplurals=2; plural=(n > 1);\n "
17
- "X-Generator : Poedit 2.4 .1\n "
17
+ "X-Generator : Poedit 3.0 .1\n "
18
18
"X-Poedit-SourceCharset : UTF-8\n "
19
19
20
20
#: using/windows.rst:7
@@ -259,14 +259,14 @@ msgid ""
259
259
"In the latest versions of Windows, this limitation can be expanded to "
260
260
"approximately 32,000 characters. Your administrator will need to activate "
261
261
"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``."
264
264
msgstr ""
265
265
"Dans les dernières versions de Windows, cette limitation peut être étendue à "
266
266
"approximativement 32.000 caractères. Votre administrateur devra activer la "
267
267
"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``."
270
270
271
271
#: using/windows.rst:110
272
272
msgid ""
@@ -305,7 +305,6 @@ msgstr ""
305
305
"l'interface graphique pour changer les valeurs par défauts."
306
306
307
307
#: using/windows.rst:129
308
- #, fuzzy
309
308
msgid ""
310
309
"To completely hide the installer UI and install Python silently, pass the ``/"
311
310
"quiet`` option. To skip past the user interaction but still display progress "
@@ -1369,9 +1368,9 @@ msgstr ""
1369
1368
1370
1369
#: using/windows.rst:592
1371
1370
msgid ""
1372
- "On the first page of the installer, an option labelled \" Add Python to "
1373
- "PATH \" may be selected to have the installer add the install location into "
1374
- "the : envvar:`PATH`. The location of the :file:`Scripts\\\\ ` folder is also "
1371
+ "On the first page of the installer, an option labelled \" Add Python to PATH "
1372
+ "\" may be selected to have the installer add the install location into the : "
1373
+ "envvar:`PATH`. The location of the :file:`Scripts\\\\ ` folder is also "
1375
1374
"added. This allows you to type :command:`python` to run the interpreter, "
1376
1375
"and :command:`pip` for the package installer. Thus, you can also execute "
1377
1376
"your scripts with command line options, see :ref:`using-on-cmdline` "
0 commit comments