Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 316a9d5

Browse files
committed
Replicating known translations.
1 parent 5885f3b commit 316a9d5

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

extending/building.po

+5
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ msgid ""
100100
"A distutils package contains a driver script, :file:`setup.py`. This is a "
101101
"plain Python file, which, in the most simple case, could look like this:"
102102
msgstr ""
103+
"Un paquet distutils contient un script :file:`setup.py`. C'est un simple "
104+
"fichier Python, ressemblant dans la plupart des cas à :"
103105

104106
#: ../Doc/extending/building.rst:73
105107
msgid "With this :file:`setup.py`, and a file :file:`demo.c`, running ::"
@@ -154,6 +156,9 @@ msgid ""
154156
"preprocessor defines and libraries may be needed. This is demonstrated in "
155157
"the example below."
156158
msgstr ""
159+
"Dans la plupart des cas, construire une extension est plus complexe à cause "
160+
"des bibliothèques et définitions de préprocesseurs dont la compilation "
161+
"pourrait dépendre. C'est ce qu'on remarque dans l'exemple plus bas."
157162

158163
#: ../Doc/extending/building.rst:127
159164
msgid ""

extending/embedding.po

+3-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ msgstr ""
265265

266266
#: ../Doc/extending/embedding.rst:158
267267
msgid "then the result should be:"
268-
msgstr ""
268+
msgstr "alors, le résultat sera:"
269269

270270
#: ../Doc/extending/embedding.rst:166
271271
msgid ""
@@ -418,6 +418,8 @@ msgid ""
418418
"``pythonX.Y-config --cflags`` will give you the recommended flags when "
419419
"compiling:"
420420
msgstr ""
421+
"``pythonX.Y-config --cflags`` vous donnera les options recommandées pour "
422+
"compiler:"
421423

422424
#: ../Doc/extending/embedding.rst:301
423425
msgid ""

library/2to3.po

+5
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ msgstr "Voici un exemple de fichier source Python 2.x, :file:`example.py`::"
5757
#: ../Doc/library/2to3.rst:36
5858
msgid "It can be converted to Python 3.x code via 2to3 on the command line:"
5959
msgstr ""
60+
"Il peut être converti en code Python 3.x par 2to3 en ligne de commande :"
6061

6162
#: ../Doc/library/2to3.rst:42
6263
msgid ""
@@ -170,6 +171,10 @@ msgid ""
170171
"filenames. The :option:`-n` flag is required when specifying this as "
171172
"backups are not necessary when writing to different filenames. Example:"
172173
msgstr ""
174+
"L'option :option:`--add-suffix` spécifie une chaîne à ajouter à tous les "
175+
"noms de fichiers de sortie. L'option :option:`-n` est necessaire dans ce "
176+
"cas, puisque sauvegarder n'est pas necessaire en écrivant dans des fichiers "
177+
"différents. Exemple:"
173178

174179
#: ../Doc/library/2to3.rst:132
175180
msgid "Will cause a converted file named ``example.py3`` to be written."

library/asyncio-dev.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ msgstr ""
347347

348348
#: ../Doc/library/asyncio-dev.rst:341
349349
msgid "Actual output:"
350-
msgstr ""
350+
msgstr "Affichage obtenu :"
351351

352352
#: ../Doc/library/asyncio-dev.rst:351
353353
msgid ""

library/socketserver.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -457,11 +457,11 @@ msgstr ""
457457

458458
#: ../Doc/library/socketserver.rst:482
459459
msgid "Server:"
460-
msgstr ""
460+
msgstr "Serveur :"
461461

462462
#: ../Doc/library/socketserver.rst:492
463463
msgid "Client:"
464-
msgstr ""
464+
msgstr "Client :"
465465

466466
#: ../Doc/library/socketserver.rst:505
467467
msgid ":class:`socketserver.UDPServer` Example"

sphinx.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ msgstr "Documentation"
2222

2323
#: ../Doc/tools/templates/layout.html:20
2424
msgid "Quick search"
25-
msgstr ""
25+
msgstr "Recherche rapide"
2626

2727
#: ../Doc/tools/templates/layout.html:21
2828
msgid "Go"
29-
msgstr ""
29+
msgstr "Go"
3030

3131
#: ../Doc/tools/templates/layout.html:106
3232
#: ../Doc/tools/templates/indexcontent.html:56

0 commit comments

Comments
 (0)