@@ -165,7 +165,7 @@ msgstr ""
165
165
166
166
#: library/2to3.rst:111
167
167
msgid "The :option:`-W` flag was added."
168
- msgstr ""
168
+ msgstr "L'option :option:`-W` est ajoutée. "
169
169
170
170
#: library/2to3.rst:114
171
171
msgid ""
@@ -184,7 +184,7 @@ msgstr ""
184
184
185
185
#: library/2to3.rst:122
186
186
msgid "The :option:`--add-suffix` option was added."
187
- msgstr ""
187
+ msgstr "L'option :option:`--add-suffix` est ajoutée. "
188
188
189
189
#: library/2to3.rst:125
190
190
msgid "To translate an entire project from one directory tree to another use::"
@@ -300,7 +300,7 @@ msgstr "``assertNotAlmostEquals(a, b)``"
300
300
301
301
#: library/2to3.rst:180
302
302
msgid "Converts :class:`basestring` to :class:`str`."
303
- msgstr ""
303
+ msgstr "Convertis une :class:`basestring` en :class:`str`. "
304
304
305
305
#: library/2to3.rst:184
306
306
msgid ""
@@ -330,7 +330,7 @@ msgstr ""
330
330
331
331
#: library/2to3.rst:207
332
332
msgid "Converts ``except X, T`` to ``except X as T``."
333
- msgstr ""
333
+ msgstr "Convertit ``except X, T`` en ``except X as T``. "
334
334
335
335
#: library/2to3.rst:211
336
336
msgid "Converts the :keyword:`exec` statement to the :func:`exec` function."
@@ -366,7 +366,7 @@ msgstr ""
366
366
367
367
#: library/2to3.rst:238
368
368
msgid "Renames :func:`os.getcwdu` to :func:`os.getcwd`."
369
- msgstr ""
369
+ msgstr "Renomme :func:`os.getcwdu` en :func:`os.getcwd`. "
370
370
371
371
#: library/2to3.rst:242
372
372
msgid "Changes ``dict.has_key(key)`` to ``key in dict``."
@@ -383,15 +383,15 @@ msgstr ""
383
383
384
384
#: library/2to3.rst:255
385
385
msgid "is changed to ::"
386
- msgstr ""
386
+ msgstr "est transformé en :: "
387
387
388
388
#: library/2to3.rst:261
389
389
msgid "Detects sibling imports and converts them to relative imports."
390
390
msgstr ""
391
391
392
392
#: library/2to3.rst:265
393
393
msgid "Handles module renames in the standard library."
394
- msgstr ""
394
+ msgstr "Gère les renommages de modules dans la bibliothèque standard. "
395
395
396
396
#: library/2to3.rst:269
397
397
msgid ""
@@ -434,7 +434,7 @@ msgstr ""
434
434
435
435
#: library/2to3.rst:300
436
436
msgid "Renames :class:`long` to :class:`int`."
437
- msgstr ""
437
+ msgstr "Renomme :class:`long` en :class:`int`. "
438
438
439
439
#: library/2to3.rst:304
440
440
msgid ""
@@ -475,6 +475,8 @@ msgstr "Renomme :meth:`__nonzero__` en :meth:`~object.__bool__`."
475
475
#: library/2to3.rst:334
476
476
msgid "Converts octal literals into the new syntax."
477
477
msgstr ""
478
+ "Convertit les nombre écrits littéralement en octal dans leur nouvelle "
479
+ "syntaxe."
478
480
479
481
#: library/2to3.rst:338
480
482
msgid ""
@@ -505,7 +507,7 @@ msgstr ""
505
507
506
508
#: library/2to3.rst:361
507
509
msgid "Changes :data:`sys.maxint` to :data:`sys.maxsize`."
508
- msgstr ""
510
+ msgstr "Change :data:`sys.maxint` en :data:`sys.maxsize`. "
509
511
510
512
#: library/2to3.rst:365
511
513
msgid "Replaces backtick repr with the :func:`repr` function."
@@ -521,7 +523,7 @@ msgstr ""
521
523
522
524
#: library/2to3.rst:374
523
525
msgid "Renames :exc:`StandardError` to :exc:`Exception`."
524
- msgstr ""
526
+ msgstr "Renomme :exc:`StandardError` en :exc:`Exception`. "
525
527
526
528
#: library/2to3.rst:378
527
529
msgid ""
@@ -583,7 +585,7 @@ msgstr ""
583
585
584
586
#: library/2to3.rst:425
585
587
msgid ":mod:`lib2to3` - 2to3's library"
586
- msgstr ""
588
+ msgstr ":mod:`lib2to3` - la bibliothèque de 2to3 "
587
589
588
590
#: library/2to3.rst:436
589
591
msgid ""
@@ -623,7 +625,7 @@ msgstr ""
623
625
624
626
#: library/__future__.rst:2
625
627
msgid ":mod:`__future__` --- Future statement definitions"
626
- msgstr ""
628
+ msgstr ":mod:`__future__ --- Définitions des futurs "
627
629
628
630
#: library/__future__.rst:7
629
631
msgid "**Source code:** :source:`Lib/__future__.py`"
@@ -721,11 +723,11 @@ msgstr "fonctionnalité"
721
723
722
724
#: library/__future__.rst:67
723
725
msgid "optional in"
724
- msgstr ""
726
+ msgstr "optionnel dans "
725
727
726
728
#: library/__future__.rst:67
727
729
msgid "mandatory in"
728
- msgstr ""
730
+ msgstr "obligatoire dans "
729
731
730
732
#: library/__future__.rst:67
731
733
msgid "effect"
@@ -761,7 +763,7 @@ msgstr "2.3"
761
763
762
764
#: library/__future__.rst:72
763
765
msgid ":pep:`255`: *Simple Generators*"
764
- msgstr ""
766
+ msgstr ":pep:`255` : *Générateurs simples* "
765
767
766
768
#: library/__future__.rst:75
767
769
msgid "division"
@@ -778,11 +780,11 @@ msgstr "3.0"
778
780
779
781
#: library/__future__.rst:75
780
782
msgid ":pep:`238`: *Changing the Division Operator*"
781
- msgstr ""
783
+ msgstr ":pep:`328` : *Changer l'opérateur de division* "
782
784
783
785
#: library/__future__.rst:78
784
786
msgid "absolute_import"
785
- msgstr ""
787
+ msgstr "absolute_import "
786
788
787
789
#: library/__future__.rst:78 library/__future__.rst:81
788
790
msgid "2.5.0a1"
@@ -794,19 +796,19 @@ msgstr ""
794
796
795
797
#: library/__future__.rst:81
796
798
msgid "with_statement"
797
- msgstr ""
799
+ msgstr "with_statement "
798
800
799
801
#: library/__future__.rst:81
800
802
msgid "2.6"
801
803
msgstr "2.6"
802
804
803
805
#: library/__future__.rst:81
804
806
msgid ":pep:`343`: *The \"with\" Statement*"
805
- msgstr ""
807
+ msgstr ":pep:`343` : *L'instruction \"with\"* "
806
808
807
809
#: library/__future__.rst:84
808
810
msgid "print_function"
809
- msgstr ""
811
+ msgstr "print_function "
810
812
811
813
#: library/__future__.rst:84 library/__future__.rst:87
812
814
msgid "2.6.0a2"
@@ -822,7 +824,7 @@ msgstr "unicode_literals"
822
824
823
825
#: library/__future__.rst:87
824
826
msgid ":pep:`3112`: *Bytes literals in Python 3000*"
825
- msgstr ""
827
+ msgstr ":pep:`3112` : *Obtets littéraux en Python 3000* "
826
828
827
829
#: library/__future__.rst:93
828
830
#, fuzzy
@@ -831,11 +833,11 @@ msgstr "fonctionnalité"
831
833
832
834
#: library/__future__.rst:94
833
835
msgid "How the compiler treats future imports."
834
- msgstr ""
836
+ msgstr "Comment le compilateur gère les imports du futur. "
835
837
836
838
#: library/__main__.rst:3
837
839
msgid ":mod:`__main__` --- Top-level script environment"
838
- msgstr ""
840
+ msgstr ":mod:`__main__` --- Environnement premier du script "
839
841
840
842
#: library/__main__.rst:9
841
843
msgid ""
@@ -1684,11 +1686,11 @@ msgstr ""
1684
1686
1685
1687
#: library/abc.rst:2
1686
1688
msgid ":mod:`abc` --- Abstract Base Classes"
1687
- msgstr ""
1689
+ msgstr ":mod:`abc` --- Classes de Base Abstraites "
1688
1690
1689
1691
#: library/abc.rst:12
1690
1692
msgid "**Source code:** :source:`Lib/abc.py`"
1691
- msgstr ""
1693
+ msgstr "**Code source:* :source:`Lib/abc.py` "
1692
1694
1693
1695
#: library/abc.rst:16
1694
1696
msgid ""
@@ -1744,7 +1746,7 @@ msgstr ""
1744
1746
1745
1747
#: library/abc.rst:64
1746
1748
msgid "(Must be defined as a class method.)"
1747
- msgstr ""
1749
+ msgstr "(Doit être définie en temps que méthode de classe.) "
1748
1750
1749
1751
#: library/abc.rst:66
1750
1752
msgid ""
@@ -1801,7 +1803,7 @@ msgstr ""
1801
1803
1802
1804
#: library/abc.rst:134
1803
1805
msgid "A decorator indicating abstract methods."
1804
- msgstr ""
1806
+ msgstr "Un décorateur marquant les méthodes abstraites. "
1805
1807
1806
1808
#: library/abc.rst:136
1807
1809
msgid ""
@@ -2296,11 +2298,11 @@ msgstr ""
2296
2298
2297
2299
#: library/aifc.rst:2
2298
2300
msgid ":mod:`aifc` --- Read and write AIFF and AIFC files"
2299
- msgstr ""
2301
+ msgstr ":mod:`aifc` --- Lis et écrit dans les fichiers AIFF et AIFC "
2300
2302
2301
2303
#: library/aifc.rst:13
2302
2304
msgid "**Source code:** :source:`Lib/aifc.py`"
2303
- msgstr ""
2305
+ msgstr "**Code source:** :source:`Lib/aifc.py` "
2304
2306
2305
2307
#: library/aifc.rst:17
2306
2308
msgid ""
@@ -2338,7 +2340,7 @@ msgstr ""
2338
2340
2339
2341
#: library/aifc.rst:41
2340
2342
msgid "Module :mod:`aifc` defines the following function:"
2341
- msgstr ""
2343
+ msgstr "Le module :mod:`aifc` définit les fonctions suivantes : "
2342
2344
2343
2345
#: library/aifc.rst:46
2344
2346
msgid ""
@@ -2364,7 +2366,7 @@ msgstr ""
2364
2366
2365
2367
#: library/aifc.rst:66
2366
2368
msgid "Return the size in bytes of individual samples."
2367
- msgstr ""
2369
+ msgstr "Donne la taille en octets des échantillons, individuellement. "
2368
2370
2369
2371
#: library/aifc.rst:71
2370
2372
msgid "Return the sampling rate (number of audio frames per second)."
@@ -102515,11 +102517,11 @@ msgstr ""
102515
102517
102516
102518
#: library/thread.rst:42
102517
102519
msgid "Raised on thread-specific errors."
102518
- msgstr ""
102520
+ msgstr "Levée lors d'erreur spécifique aux *threads*. "
102519
102521
102520
102522
#: library/thread.rst:47
102521
102523
msgid "This is the type of lock objects."
102522
- msgstr ""
102524
+ msgstr "C'est le type des verrous. "
102523
102525
102524
102526
#: library/thread.rst:52
102525
102527
msgid ""
@@ -102581,7 +102583,7 @@ msgstr ""
102581
102583
102582
102584
#: library/thread.rst:117
102583
102585
msgid "Lock objects have the following methods:"
102584
- msgstr ""
102586
+ msgstr "Les verrous (`lock objects`) ont les méthodes suivantes : "
102585
102587
102586
102588
#: library/thread.rst:122
102587
102589
msgid ""
0 commit comments