3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
- #, fuzzy
7
6
msgid ""
8
7
msgstr ""
9
8
"Project-Id-Version : Python 3.5\n "
10
9
"Report-Msgid-Bugs-To : \n "
11
10
"POT-Creation-Date : 2016-03-12 23:41+0100\n "
12
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE \n "
13
- "Last-Translator : FULL NAME <EMAIL@ADDRESS >\n "
14
- "
Language-Team :
LANGUAGE <[email protected] > \n"
15
- "Language : \n "
11
+ "PO-Revision-Date : 2016-04-26 21:29+0200 \n "
12
+ "
Last-Translator :
Julien Palard <[email protected] >\n"
13
+ "Language-Team : \n "
14
+ "Language : fr \n "
16
15
"MIME-Version : 1.0\n "
17
16
"Content-Type : text/plain; charset=UTF-8\n "
18
17
"Content-Transfer-Encoding : 8bit\n "
18
+ "X-Generator : Poedit 1.8.7.1\n "
19
19
20
20
#: ../Doc/distutils/apiref.rst:5
21
21
msgid "API Reference"
@@ -38,13 +38,12 @@ msgstr ""
38
38
"`distutils.dist.Distribution` et :class:`distutils.cmd.Command`."
39
39
40
40
#: ../Doc/distutils/apiref.rst:23
41
- #, fuzzy
42
41
msgid ""
43
42
"The basic do-everything function that does most everything you could ever "
44
43
"ask for from a Distutils method."
45
44
msgstr ""
46
45
"La fonction de base à tout faire qui fait presque tout ce dont vous pourriez "
47
- "attendre d'une méthode Distutils. Voir XXXXX "
46
+ "attendre d'une méthode Distutils."
48
47
49
48
#: ../Doc/distutils/apiref.rst:26
50
49
msgid ""
@@ -90,9 +89,8 @@ msgid "*version*"
90
89
msgstr "*version*"
91
90
92
91
#: ../Doc/distutils/apiref.rst:36
93
- #, fuzzy
94
92
msgid "The version number of the package; see :mod:`distutils.version`"
95
- msgstr "Le numéro de version du paquet"
93
+ msgstr "Le numéro de version du paquet, voir :mod:`distutils.version` "
96
94
97
95
#: ../Doc/distutils/apiref.rst:40
98
96
msgid "*description*"
@@ -206,9 +204,8 @@ msgid "A list of Python extensions to be built"
206
204
msgstr "Une liste des extensions Python à construire"
207
205
208
206
#: ../Doc/distutils/apiref.rst:77
209
- #, fuzzy
210
207
msgid "a list of instances of :class:`distutils.core.Extension`"
211
- msgstr "Une liste d'instances de :class:`distutils.core.Extension' "
208
+ msgstr "une liste d'instances de :class:`distutils.core.Extension` "
212
209
213
210
#: ../Doc/distutils/apiref.rst:80
214
211
msgid "*classifiers*"
@@ -219,13 +216,12 @@ msgid "A list of categories for the package"
219
216
msgstr "Une liste de catégories pour le paquet"
220
217
221
218
#: ../Doc/distutils/apiref.rst:80
222
- #, fuzzy
223
219
msgid ""
224
220
"a list of strings; valid classifiers are listed on `PyPI <https://pypi."
225
221
"python.org/pypi?:action=list_classifiers>`_."
226
222
msgstr ""
227
- "La liste des catégorisations est disponibles sur http://pypi.python.org/ "
228
- "pypi?:action=list_classifiers."
223
+ "une liste des chaines, les classifieurs valides est listés sur `PyPI "
224
+ "<https:// pypi.python.org/pypi ?:action=list_classifiers>`_ ."
229
225
230
226
#: ../Doc/distutils/apiref.rst:83
231
227
msgid "*distclass*"
@@ -236,9 +232,8 @@ msgid "the :class:`Distribution` class to use"
236
232
msgstr "la classe :class:`Distribution` à utiliser"
237
233
238
234
#: ../Doc/distutils/apiref.rst:83
239
- #, fuzzy
240
235
msgid "a subclass of :class:`distutils.core.Distribution`"
241
- msgstr "Une sous classe de :class:`distutils.core.Distribution`"
236
+ msgstr "une sous classe de :class:`distutils.core.Distribution`"
242
237
243
238
#: ../Doc/distutils/apiref.rst:86
244
239
msgid "*script_name*"
@@ -331,7 +326,6 @@ msgid ""
331
326
msgstr ""
332
327
333
328
#: ../Doc/distutils/apiref.rst:123
334
- #, fuzzy
335
329
msgid ""
336
330
"*script_name* is a file that will be read and run with :func:`exec`. ``sys."
337
331
"argv[0]`` will be replaced with *script* for the duration of the call. "
@@ -411,19 +405,17 @@ msgstr ""
411
405
"existent ailleurs."
412
406
413
407
#: ../Doc/distutils/apiref.rst:157
414
- #, fuzzy
415
408
msgid ":class:`~distutils.extension.Extension` from :mod:`distutils.extension`"
416
- msgstr ":class:`Extension` de :mod:`distutils.extension`"
409
+ msgstr ""
410
+ ":class:`~distutils.extension.Extension` du module :mod:`distutils.extension`"
417
411
418
412
#: ../Doc/distutils/apiref.rst:159
419
- #, fuzzy
420
413
msgid ":class:`~distutils.cmd.Command` from :mod:`distutils.cmd`"
421
- msgstr ":class:`Command` de :mod:`distutils.cmd`"
414
+ msgstr ":class:`~distutils.cmd. Command` du module :mod:`distutils.cmd`"
422
415
423
416
#: ../Doc/distutils/apiref.rst:161
424
- #, fuzzy
425
417
msgid ":class:`~distutils.dist.Distribution` from :mod:`distutils.dist`"
426
- msgstr ":class:`Distribution` de :mod:`distutils.dist`"
418
+ msgstr ":class:`~distutils.dist. Distribution` du module :mod:`distutils.dist`"
427
419
428
420
#: ../Doc/distutils/apiref.rst:163
429
421
msgid ""
@@ -434,14 +426,13 @@ msgstr ""
434
426
"concerné pour une référence complète."
435
427
436
428
#: ../Doc/distutils/apiref.rst:169
437
- #, fuzzy
438
429
msgid ""
439
430
"The Extension class describes a single C or C++extension module in a setup "
440
431
"script. It accepts the following keyword arguments in its constructor:"
441
432
msgstr ""
442
- "La class Extension décrit un seul module d'extension C ou C++ dans un script "
443
- "d'installation. Elle accepte dans son constructeur les arguments-clés "
444
- "suivants"
433
+ "La classe * Extension* décrit un seul module d'extension C ou C++ dans un "
434
+ "script d'installation. Elle accepte dans son constructeur les arguments "
435
+ "nommés suivants: "
445
436
446
437
#: ../Doc/distutils/apiref.rst:177
447
438
msgid ""
@@ -495,9 +486,8 @@ msgid ""
495
486
msgstr ""
496
487
497
488
#: ../Doc/distutils/apiref.rst:200
498
- #, fuzzy
499
489
msgid "a list of tuples"
500
- msgstr "une liste de chaînes "
490
+ msgstr "une liste de tuples "
501
491
502
492
#: ../Doc/distutils/apiref.rst:212
503
493
msgid "*undef_macros*"
@@ -599,9 +589,8 @@ msgstr ""
599
589
"détecté selon l'extension de la source s'il n'est pas précisé."
600
590
601
591
#: ../Doc/distutils/apiref.rst:273
602
- #, fuzzy
603
592
msgid "*optional*"
604
- msgstr "*options *"
593
+ msgstr "*optionnel *"
605
594
606
595
#: ../Doc/distutils/apiref.rst:273
607
596
msgid ""
@@ -2272,11 +2261,12 @@ msgid ""
2272
2261
msgstr ""
2273
2262
2274
2263
#: ../Doc/distutils/apiref.rst:1707
2275
- #, fuzzy
2276
2264
msgid ""
2277
2265
"The class constructor takes a single argument *dist*, a :class:`~distutils."
2278
2266
"core.Distribution` instance."
2279
- msgstr "Une sous classe de :class:`distutils.core.Distribution`"
2267
+ msgstr ""
2268
+ "Le constructeur prend un seul argument, *dist*, une instance de :class:"
2269
+ "`~distutils.core.Distribution`."
2280
2270
2281
2271
#: ../Doc/distutils/apiref.rst:1712
2282
2272
msgid "Creating a new Distutils command"
@@ -2781,7 +2771,7 @@ msgstr ""
2781
2771
2782
2772
#: ../Doc/distutils/builtdist.rst:136
2783
2773
msgid "Formats"
2784
- msgstr ""
2774
+ msgstr "Formats "
2785
2775
2786
2776
#: ../Doc/distutils/builtdist.rst:138
2787
2777
msgid ":command:`bdist_dumb`"
@@ -2982,9 +2972,8 @@ msgid "Packager"
2982
2972
msgstr ""
2983
2973
2984
2974
#: ../Doc/distutils/builtdist.rst:229
2985
- #, fuzzy
2986
2975
msgid "``packager``"
2987
- msgstr "*packages* "
2976
+ msgstr "``packager`` "
2988
2977
2989
2978
#: ../Doc/distutils/builtdist.rst:229 ../Doc/distutils/builtdist.rst:231
2990
2979
#: ../Doc/distutils/builtdist.rst:233 ../Doc/distutils/builtdist.rst:235
@@ -3030,9 +3019,8 @@ msgid "Distribution"
3030
3019
msgstr ""
3031
3020
3032
3021
#: ../Doc/distutils/builtdist.rst:239
3033
- #, fuzzy
3034
3022
msgid "``distribution_name``"
3035
- msgstr "description "
3023
+ msgstr "``distribution_name`` "
3036
3024
3037
3025
#: ../Doc/distutils/builtdist.rst:241
3038
3026
msgid "BuildRequires"
@@ -4018,7 +4006,6 @@ msgid ""
4018
4006
msgstr ""
4019
4007
4020
4008
#: ../Doc/distutils/introduction.rst:47
4021
- #, fuzzy
4022
4009
msgid "A Simple Example"
4023
4010
msgstr "Un exemple simple"
4024
4011
@@ -4162,7 +4149,6 @@ msgid ""
4162
4149
msgstr ""
4163
4150
4164
4151
#: ../Doc/distutils/introduction.rst:155
4165
- #, fuzzy
4166
4152
msgid "module"
4167
4153
msgstr "module"
4168
4154
@@ -4185,7 +4171,6 @@ msgid ""
4185
4171
msgstr ""
4186
4172
4187
4173
#: ../Doc/distutils/introduction.rst:168
4188
- #, fuzzy
4189
4174
msgid "extension module"
4190
4175
msgstr "module d'extension"
4191
4176
@@ -4201,7 +4186,6 @@ msgid ""
4201
4186
msgstr ""
4202
4187
4203
4188
#: ../Doc/distutils/introduction.rst:173
4204
- #, fuzzy
4205
4189
msgid "package"
4206
4190
msgstr "paquet"
4207
4191
@@ -4213,9 +4197,8 @@ msgid ""
4213
4197
msgstr ""
4214
4198
4215
4199
#: ../Doc/distutils/introduction.rst:183
4216
- #, fuzzy
4217
4200
msgid "root package"
4218
- msgstr "*packages* "
4201
+ msgstr "paquet racine "
4219
4202
4220
4203
#: ../Doc/distutils/introduction.rst:176
4221
4204
msgid ""
@@ -4239,9 +4222,8 @@ msgid ""
4239
4222
msgstr ""
4240
4223
4241
4224
#: ../Doc/distutils/introduction.rst:199
4242
- #, fuzzy
4243
4225
msgid "module distribution"
4244
- msgstr "description "
4226
+ msgstr ""
4245
4227
4246
4228
#: ../Doc/distutils/introduction.rst:194
4247
4229
msgid ""
@@ -5082,9 +5064,8 @@ msgid ""
5082
5064
msgstr ""
5083
5065
5084
5066
#: ../Doc/distutils/setupscript.rst:413
5085
- #, fuzzy
5086
5067
msgid "Some examples:"
5087
- msgstr "Quelques exemples : :: "
5068
+ msgstr "Quelques exemples :"
5088
5069
5089
5070
#: ../Doc/distutils/setupscript.rst:416
5090
5071
msgid "Provides Expression"
@@ -5418,18 +5399,16 @@ msgid ""
5418
5399
msgstr ""
5419
5400
5420
5401
#: ../Doc/distutils/setupscript.rst:627
5421
- #, fuzzy
5422
5402
msgid "'short string'"
5423
- msgstr "une chaîne de caractères "
5403
+ msgstr "' chaîne courte' "
5424
5404
5425
5405
#: ../Doc/distutils/setupscript.rst:627
5426
5406
msgid "A single line of text, not more than 200 characters."
5427
5407
msgstr ""
5428
5408
5429
5409
#: ../Doc/distutils/setupscript.rst:631
5430
- #, fuzzy
5431
5410
msgid "'long string'"
5432
- msgstr "une chaîne de caractères "
5411
+ msgstr "' chaîne longue' "
5433
5412
5434
5413
#: ../Doc/distutils/setupscript.rst:630
5435
5414
msgid ""
@@ -5438,9 +5417,8 @@ msgid ""
5438
5417
msgstr ""
5439
5418
5440
5419
#: ../Doc/distutils/setupscript.rst:634
5441
- #, fuzzy
5442
5420
msgid "'list of strings'"
5443
- msgstr "une liste de chaînes"
5421
+ msgstr "' liste de chaînes' "
5444
5422
5445
5423
#: ../Doc/distutils/setupscript.rst:634
5446
5424
msgid "See below."
0 commit comments