@@ -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-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 "
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 "
@@ -1362,9 +1361,9 @@ msgstr ""
1362
1361
1363
1362
#: using/windows.rst:591
1364
1363
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 "
1368
1367
"added. This allows you to type :command:`python` to run the interpreter, "
1369
1368
"and :command:`pip` for the package installer. Thus, you can also execute "
1370
1369
"your scripts with command line options, see :ref:`using-on-cmdline` "
@@ -2042,9 +2041,9 @@ msgstr "Recherche de modules"
2042
2041
msgid ""
2043
2042
"Python usually stores its library (and thereby your site-packages folder) in "
2044
2043
"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\\\\ `."
2048
2047
msgstr ""
2049
2048
"Python stocke généralement sa bibliothèque (et donc votre dossier ``site-"
2050
2049
"packages``) dans le répertoire d'installation. Donc, si vous aviez installé "
0 commit comments