Fixing inconsistencies found by pomerge.

This commit is contained in:
Julien Palard 2018-07-03 11:49:47 +02:00
parent d11a6b41ee
commit 8b85b550c9
53 changed files with 69 additions and 68 deletions

View File

@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n" "Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-28 15:29+0200\n" "POT-Creation-Date: 2018-06-28 15:29+0200\n"
"PO-Revision-Date: 2018-02-15 00:30+0100\n" "PO-Revision-Date: 2018-07-03 11:50+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\n" "Language: fr\n"

View File

@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n" "Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-28 15:29+0200\n" "POT-Creation-Date: 2018-06-28 15:29+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2018-07-03 11:36+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\n" "Language: fr\n"
@ -164,7 +164,7 @@ msgstr ""
#: ../Doc/c-api/dict.rst:160 #: ../Doc/c-api/dict.rst:160
msgid "For example::" msgid "For example::"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/c-api/dict.rst:170 #: ../Doc/c-api/dict.rst:170
msgid "" msgid ""

View File

@ -380,7 +380,7 @@ msgstr ""
#: ../Doc/c-api/structures.rst:269 #: ../Doc/c-api/structures.rst:269
msgid "float" msgid "float"
msgstr "float" msgstr "*float*"
#: ../Doc/c-api/structures.rst:270 #: ../Doc/c-api/structures.rst:270
msgid "T_DOUBLE" msgid "T_DOUBLE"

View File

@ -341,7 +341,7 @@ msgstr ""
#: ../Doc/distutils/setupscript.rst:291 #: ../Doc/distutils/setupscript.rst:291
msgid "For example::" msgid "For example::"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/distutils/setupscript.rst:298 #: ../Doc/distutils/setupscript.rst:298
msgid "is the equivalent of having this at the top of every C source file::" msgid "is the equivalent of having this at the top of every C source file::"

View File

@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n" "Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-28 15:29+0200\n" "POT-Creation-Date: 2018-06-28 15:29+0200\n"
"PO-Revision-Date: 2017-09-24 21:34+0200\n" "PO-Revision-Date: 2018-07-03 11:39+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\n" "Language: fr\n"
@ -51,8 +51,9 @@ msgid ""
"often occurs with blocking I/O." "often occurs with blocking I/O."
msgstr "" msgstr ""
"Soyez prudent de ne pas utiliser ce module lorsqu'un deadlock peut se " "Soyez prudent de ne pas utiliser ce module lorsqu'un deadlock peut se "
"produire à partir d'un thread en cours de création qui bloque en attentant " "produire à partir d'un fil d'exécution en cours de création qui bloque en "
"qu'un autre thread soit créé. Cela se produit souvent avec des I/O bloquants." "attentant qu'un autre fil d'exécution soit créé. Cela se produit souvent "
"avec des I/O bloquants."
#~ msgid "Suggested usage is::" #~ msgid "Suggested usage is::"
#~ msgstr "Utilisation suggérée ::" #~ msgstr "Utilisation suggérée ::"

View File

@ -192,7 +192,7 @@ msgstr "``'f'``"
#: ../Doc/library/array.rst:43 ../Doc/library/array.rst:45 #: ../Doc/library/array.rst:43 ../Doc/library/array.rst:45
msgid "float" msgid "float"
msgstr "float" msgstr "*float*"
#: ../Doc/library/array.rst:45 #: ../Doc/library/array.rst:45
msgid "``'d'``" msgid "``'d'``"

View File

@ -1312,7 +1312,7 @@ msgstr ""
#: ../Doc/library/asyncio-eventloop.rst:1063 #: ../Doc/library/asyncio-eventloop.rst:1063
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/library/asyncio-eventloop.rst:1081 #: ../Doc/library/asyncio-eventloop.rst:1081
#, fuzzy #, fuzzy

View File

@ -681,7 +681,7 @@ msgstr ""
#: ../Doc/library/asyncio-task.rst:587 #: ../Doc/library/asyncio-task.rst:587
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/library/asyncio-task.rst:595 #: ../Doc/library/asyncio-task.rst:595
msgid "The futures ``f`` are not necessarily members of fs." msgid "The futures ``f`` are not necessarily members of fs."

View File

@ -186,7 +186,7 @@ msgstr ""
#: ../Doc/library/configparser.rst:244 ../Doc/library/configparser.rst:305 #: ../Doc/library/configparser.rst:244 ../Doc/library/configparser.rst:305
msgid "For example:" msgid "For example:"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/configparser.rst:292 #: ../Doc/library/configparser.rst:292
msgid "Interpolation of values" msgid "Interpolation of values"

View File

@ -128,7 +128,7 @@ msgstr ""
#: ../Doc/library/contextlib.rst:105 #: ../Doc/library/contextlib.rst:105
#, fuzzy #, fuzzy
msgid "A simple example::" msgid "A simple example::"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/contextlib.rst:126 #: ../Doc/library/contextlib.rst:126
msgid "" msgid ""
@ -170,7 +170,7 @@ msgstr ""
#: ../Doc/library/contextlib.rst:184 #: ../Doc/library/contextlib.rst:184
msgid "For example::" msgid "For example::"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/contextlib.rst:194 #: ../Doc/library/contextlib.rst:194
msgid "This code is equivalent to::" msgid "This code is equivalent to::"

View File

@ -380,7 +380,7 @@ msgstr ":c:type:`float`"
#: ../Doc/library/ctypes.rst:257 ../Doc/library/ctypes.rst:259 #: ../Doc/library/ctypes.rst:257 ../Doc/library/ctypes.rst:259
#: ../Doc/library/ctypes.rst:261 #: ../Doc/library/ctypes.rst:261
msgid "float" msgid "float"
msgstr "float" msgstr "*float*"
#: ../Doc/library/ctypes.rst:259 #: ../Doc/library/ctypes.rst:259
msgid ":class:`c_double`" msgid ":class:`c_double`"

View File

@ -597,7 +597,7 @@ msgstr ""
#: ../Doc/library/difflib.rst:505 #: ../Doc/library/difflib.rst:505
msgid "For example::" msgid "For example::"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/difflib.rst:522 #: ../Doc/library/difflib.rst:522
msgid "Return a :term:`generator` of groups with up to *n* lines of context." msgid "Return a :term:`generator` of groups with up to *n* lines of context."

View File

@ -134,7 +134,7 @@ msgstr ""
#: ../Doc/library/dis.rst:99 #: ../Doc/library/dis.rst:99
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/library/dis.rst:112 #: ../Doc/library/dis.rst:112
msgid "Analysis functions" msgid "Analysis functions"

View File

@ -75,7 +75,7 @@ msgstr ""
#: ../Doc/library/functools.rst:37 ../Doc/library/functools.rst:220 #: ../Doc/library/functools.rst:37 ../Doc/library/functools.rst:220
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/library/functools.rst:41 #: ../Doc/library/functools.rst:41
msgid "" msgid ""
@ -212,7 +212,7 @@ msgstr ""
#: ../Doc/library/functools.rst:135 #: ../Doc/library/functools.rst:135
msgid "For example::" msgid "For example::"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/functools.rst:155 #: ../Doc/library/functools.rst:155
msgid "" msgid ""

View File

@ -444,7 +444,7 @@ msgstr ""
#: ../Doc/library/imaplib.rst:410 #: ../Doc/library/imaplib.rst:410
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/library/imaplib.rst:421 #: ../Doc/library/imaplib.rst:421
msgid "" msgid ""

View File

@ -189,4 +189,4 @@ msgstr ""
#: ../Doc/library/imghdr.rst:76 #: ../Doc/library/imghdr.rst:76
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"

View File

@ -1252,7 +1252,7 @@ msgstr ""
#: ../Doc/library/inspect.rst:960 #: ../Doc/library/inspect.rst:960
msgid "For example:" msgid "For example:"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/inspect.rst:969 #: ../Doc/library/inspect.rst:969
msgid "" msgid ""

View File

@ -111,4 +111,4 @@ msgstr ""
#: ../Doc/library/linecache.rst:60 #: ../Doc/library/linecache.rst:60
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"

View File

@ -714,7 +714,7 @@ msgstr ""
#: ../Doc/library/locale.rst:497 #: ../Doc/library/locale.rst:497
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/library/locale.rst:510 #: ../Doc/library/locale.rst:510
msgid "Background, details, hints, tips and caveats" msgid "Background, details, hints, tips and caveats"

View File

@ -343,7 +343,7 @@ msgstr ""
#: ../Doc/library/multiprocessing.rst:365 #: ../Doc/library/multiprocessing.rst:365
msgid "For example::" msgid "For example::"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/multiprocessing.rst:409 #: ../Doc/library/multiprocessing.rst:409
msgid "" msgid ""
@ -1223,7 +1223,7 @@ msgstr ""
#: ../Doc/library/multiprocessing.rst:1123 #: ../Doc/library/multiprocessing.rst:1123
msgid "For example:" msgid "For example:"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/multiprocessing.rst:1147 #: ../Doc/library/multiprocessing.rst:1147
msgid "" msgid ""

View File

@ -425,7 +425,7 @@ msgstr ""
#: ../Doc/library/optparse.rst:330 #: ../Doc/library/optparse.rst:330
msgid "For example::" msgid "For example::"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/optparse.rst:335 #: ../Doc/library/optparse.rst:335
msgid "" msgid ""
@ -1328,7 +1328,7 @@ msgstr ""
#: ../Doc/library/optparse.rst:1145 ../Doc/library/optparse.rst:1163 #: ../Doc/library/optparse.rst:1145 ../Doc/library/optparse.rst:1163
#: ../Doc/library/optparse.rst:1202 ../Doc/library/optparse.rst:1240 #: ../Doc/library/optparse.rst:1202 ../Doc/library/optparse.rst:1240
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/library/optparse.rst:1108 #: ../Doc/library/optparse.rst:1108
msgid "As it parses the command line ::" msgid "As it parses the command line ::"

View File

@ -3418,7 +3418,7 @@ msgstr ""
#: ../Doc/library/os.rst:2363 #: ../Doc/library/os.rst:2363
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/library/os.rst:2376 #: ../Doc/library/os.rst:2376
msgid ":func:`fstat` and :func:`lstat` functions." msgid ":func:`fstat` and :func:`lstat` functions."

View File

@ -857,7 +857,7 @@ msgstr ""
#: ../Doc/library/pickle.rst:678 #: ../Doc/library/pickle.rst:678
msgid "For example ::" msgid "For example ::"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/pickle.rst:685 #: ../Doc/library/pickle.rst:685
msgid "" msgid ""

View File

@ -2003,7 +2003,7 @@ msgstr ""
#: ../Doc/library/re.rst:1120 ../Doc/library/re.rst:1345 #: ../Doc/library/re.rst:1120 ../Doc/library/re.rst:1345
msgid "For example::" msgid "For example::"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/re.rst:1126 #: ../Doc/library/re.rst:1126
msgid "" msgid ""
@ -2598,7 +2598,7 @@ msgstr ""
#~ msgstr "``'|'``" #~ msgstr "``'|'``"
#~ msgid "For example:" #~ msgid "For example:"
#~ msgstr "Par exemple : ::" #~ msgstr "Par exemple ::"
#~ msgid "" #~ msgid ""
#~ "Perform case-insensitive matching; expressions like ``[A-Z]`` will match " #~ "Perform case-insensitive matching; expressions like ``[A-Z]`` will match "

View File

@ -42,7 +42,7 @@ msgstr ""
#: ../Doc/library/rlcompleter.rst:20 #: ../Doc/library/rlcompleter.rst:20
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/library/rlcompleter.rst:31 #: ../Doc/library/rlcompleter.rst:31
msgid "" msgid ""

View File

@ -55,7 +55,7 @@ msgstr ""
#: ../Doc/library/sched.rst:37 #: ../Doc/library/sched.rst:37
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/library/sched.rst:62 #: ../Doc/library/sched.rst:62
msgid "Scheduler Objects" msgid "Scheduler Objects"

View File

@ -1446,7 +1446,7 @@ msgstr ""
#: ../Doc/library/socket.rst:1308 #: ../Doc/library/socket.rst:1308
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/library/socket.rst:1329 #: ../Doc/library/socket.rst:1329
msgid "" msgid ""

View File

@ -602,7 +602,7 @@ msgstr ""
#: ../Doc/library/sqlite3.rst:524 #: ../Doc/library/sqlite3.rst:524
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/library/sqlite3.rst:537 #: ../Doc/library/sqlite3.rst:537
msgid "" msgid ""

View File

@ -529,7 +529,7 @@ msgstr ""
#: ../Doc/library/ssl.rst:481 ../Doc/library/ssl.rst:1545 #: ../Doc/library/ssl.rst:481 ../Doc/library/ssl.rst:1545
#: ../Doc/library/ssl.rst:1858 #: ../Doc/library/ssl.rst:1858
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/library/ssl.rst:487 ../Doc/library/ssl.rst:502 #: ../Doc/library/ssl.rst:487 ../Doc/library/ssl.rst:502
msgid "Availability: Windows." msgid "Availability: Windows."

View File

@ -114,7 +114,7 @@ msgstr ""
#: ../Doc/library/stat.rst:101 #: ../Doc/library/stat.rst:101
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/library/stat.rst:129 #: ../Doc/library/stat.rst:129
msgid "" msgid ""

View File

@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n" "Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-28 15:29+0200\n" "POT-Creation-Date: 2018-06-28 15:29+0200\n"
"PO-Revision-Date: 2018-07-03 11:06+0200\n" "PO-Revision-Date: 2018-07-03 11:50+0200\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n" "Last-Translator: Julien Palard <julien@palard.fr>\n"
"Language-Team: \n" "Language-Team: \n"
"Language: fr\n" "Language: fr\n"
@ -3162,7 +3162,7 @@ msgstr ""
#: ../Doc/library/stdtypes.rst:3121 ../Doc/library/stdtypes.rst:3163 #: ../Doc/library/stdtypes.rst:3121 ../Doc/library/stdtypes.rst:3163
#: ../Doc/library/stdtypes.rst:3187 #: ../Doc/library/stdtypes.rst:3187
msgid "For example::" msgid "For example::"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/stdtypes.rst:1880 #: ../Doc/library/stdtypes.rst:1880
msgid "" msgid ""
@ -3912,7 +3912,7 @@ msgstr ""
#: ../Doc/library/stdtypes.rst:2289 #: ../Doc/library/stdtypes.rst:2289
msgid "Bytes Objects" msgid "Bytes Objects"
msgstr "Objets *Bytes*" msgstr "Objets *bytes*"
#: ../Doc/library/stdtypes.rst:2293 #: ../Doc/library/stdtypes.rst:2293
msgid "" msgid ""

View File

@ -510,7 +510,7 @@ msgstr "\\(7)"
#: ../Doc/library/struct.rst:220 ../Doc/library/struct.rst:222 #: ../Doc/library/struct.rst:220 ../Doc/library/struct.rst:222
#: ../Doc/library/struct.rst:224 #: ../Doc/library/struct.rst:224
msgid "float" msgid "float"
msgstr "float" msgstr "*float*"
#: ../Doc/library/struct.rst:220 ../Doc/library/struct.rst:222 #: ../Doc/library/struct.rst:220 ../Doc/library/struct.rst:222
#: ../Doc/library/struct.rst:224 #: ../Doc/library/struct.rst:224

View File

@ -194,7 +194,7 @@ msgstr ""
#: ../Doc/library/symtable.rst:171 #: ../Doc/library/symtable.rst:171
msgid "For example::" msgid "For example::"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/symtable.rst:177 #: ../Doc/library/symtable.rst:177
msgid "" msgid ""

View File

@ -105,7 +105,7 @@ msgstr ""
#: ../Doc/library/textwrap.rst:80 ../Doc/library/textwrap.rst:101 #: ../Doc/library/textwrap.rst:80 ../Doc/library/textwrap.rst:101
msgid "For example::" msgid "For example::"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/textwrap.rst:94 #: ../Doc/library/textwrap.rst:94
msgid "Add *prefix* to the beginning of selected lines in *text*." msgid "Add *prefix* to the beginning of selected lines in *text*."

View File

@ -1064,7 +1064,7 @@ msgstr ""
#: ../Doc/library/threading.rst:845 #: ../Doc/library/threading.rst:845
msgid "For example::" msgid "For example::"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/threading.rst:856 #: ../Doc/library/threading.rst:856
msgid "" msgid ""

View File

@ -747,7 +747,7 @@ msgstr ""
#: ../Doc/library/time.rst:517 #: ../Doc/library/time.rst:517
msgid "For example:" msgid "For example:"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/time.rst:524 #: ../Doc/library/time.rst:524
msgid "" msgid ""

View File

@ -470,7 +470,7 @@ msgstr ""
#: ../Doc/library/tkinter.rst:278 ../Doc/library/tkinter.rst:540 #: ../Doc/library/tkinter.rst:278 ../Doc/library/tkinter.rst:540
#: ../Doc/library/tkinter.rst:714 #: ../Doc/library/tkinter.rst:714
msgid "For example::" msgid "For example::"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/tkinter.rst:286 #: ../Doc/library/tkinter.rst:286
msgid "" msgid ""
@ -750,7 +750,7 @@ msgstr "``'groove'``"
#: ../Doc/library/tkinter.rst:449 #: ../Doc/library/tkinter.rst:449
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/library/tkinter.rst:454 #: ../Doc/library/tkinter.rst:454
msgid "" msgid ""

View File

@ -714,7 +714,7 @@ msgstr ""
#: ../Doc/library/tracemalloc.rst:681 #: ../Doc/library/tracemalloc.rst:681
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/library/tracemalloc.rst:687 #: ../Doc/library/tracemalloc.rst:687
msgid "Output::" msgid "Output::"

View File

@ -1460,7 +1460,7 @@ msgstr ""
#: ../Doc/library/turtle.rst:1484 #: ../Doc/library/turtle.rst:1484
msgid "For example:" msgid "For example:"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/turtle.rst:1494 #: ../Doc/library/turtle.rst:1494
msgid "Now add the Shape to the Screen's shapelist and use it:" msgid "Now add the Shape to the Screen's shapelist and use it:"
@ -1691,7 +1691,7 @@ msgstr ""
#: ../Doc/library/turtle.rst:1795 ../Doc/library/turtle.rst:1796 #: ../Doc/library/turtle.rst:1795 ../Doc/library/turtle.rst:1796
#: ../Doc/library/turtle.rst:1808 ../Doc/library/turtle.rst:1809 #: ../Doc/library/turtle.rst:1808 ../Doc/library/turtle.rst:1809
msgid "string" msgid "string"
msgstr "string" msgstr "*string*"
#: ../Doc/library/turtle.rst:1798 #: ../Doc/library/turtle.rst:1798
msgid "" msgid ""

View File

@ -163,7 +163,7 @@ msgstr ""
#: ../Doc/library/typing.rst:157 #: ../Doc/library/typing.rst:157
msgid "For example::" msgid "For example::"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/typing.rst:168 #: ../Doc/library/typing.rst:168
msgid "" msgid ""

View File

@ -1580,7 +1580,7 @@ msgstr ""
#: ../Doc/library/unittest.mock.rst:1751 #: ../Doc/library/unittest.mock.rst:1751
msgid "For example:" msgid "For example:"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/unittest.mock.rst:1763 #: ../Doc/library/unittest.mock.rst:1763
msgid "" msgid ""

View File

@ -1290,7 +1290,7 @@ msgstr ""
#: ../Doc/library/unittest.rst:1106 #: ../Doc/library/unittest.rst:1106
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/library/unittest.rst:1117 #: ../Doc/library/unittest.rst:1117
msgid "" msgid ""

View File

@ -130,7 +130,7 @@ msgstr ""
#: ../Doc/library/winsound.rst:77 #: ../Doc/library/winsound.rst:77
msgid "For example::" msgid "For example::"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/library/winsound.rst:90 #: ../Doc/library/winsound.rst:90
msgid "" msgid ""

View File

@ -46,7 +46,7 @@ msgstr ""
#: ../Doc/library/xml.dom.pulldom.rst:29 #: ../Doc/library/xml.dom.pulldom.rst:29
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/library/xml.dom.pulldom.rst:40 #: ../Doc/library/xml.dom.pulldom.rst:40
msgid "``event`` is a constant and can be one of:" msgid "``event`` is a constant and can be one of:"

View File

@ -254,7 +254,7 @@ msgstr ""
#: ../Doc/library/xmlrpc.server.rst:341 #: ../Doc/library/xmlrpc.server.rst:341
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/library/xmlrpc.server.rst:357 #: ../Doc/library/xmlrpc.server.rst:357
msgid "Documenting XMLRPC server" msgid "Documenting XMLRPC server"

View File

@ -244,7 +244,7 @@ msgstr ""
#: ../Doc/reference/datamodel.rst:150 #: ../Doc/reference/datamodel.rst:150
msgid "None" msgid "None"
msgstr "None" msgstr "*None*"
#: ../Doc/reference/datamodel.rst:147 #: ../Doc/reference/datamodel.rst:147
msgid "" msgid ""

View File

@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n" "Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-28 15:29+0200\n" "POT-Creation-Date: 2018-06-28 15:29+0200\n"
"PO-Revision-Date: 2018-06-17 21:30+0200\n" "PO-Revision-Date: 2018-07-03 11:41+0200\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n" "Last-Translator: Julien Palard <julien@palard.fr>\n"
"Language-Team: \n" "Language-Team: \n"
"Language: fr\n" "Language: fr\n"
@ -1012,8 +1012,8 @@ msgid ""
"If the module name is followed by :keyword:`as`, then the name following :" "If the module name is followed by :keyword:`as`, then the name following :"
"keyword:`as` is bound directly to the imported module." "keyword:`as` is bound directly to the imported module."
msgstr "" msgstr ""
"Si le nom du module est suivi d'un :keyword:`as`, le nom suivant :keyword:" "Si le nom du module est suivi par :keyword:`as`, alors le nom suivant :"
"`as` est lié directement au module importé." "keyword:`as` est directement lié au module importé."
#: ../Doc/reference/simple_stmts.rst:748 #: ../Doc/reference/simple_stmts.rst:748
msgid "" msgid ""

View File

@ -1377,7 +1377,7 @@ msgstr ""
#: ../Doc/tutorial/classes.rst:885 #: ../Doc/tutorial/classes.rst:885
msgid "Examples::" msgid "Examples::"
msgstr "Exemples ::" msgstr "Exemples : ::"
#: ../Doc/tutorial/classes.rst:909 #: ../Doc/tutorial/classes.rst:909
msgid "Footnotes" msgid "Footnotes"

View File

@ -1155,7 +1155,7 @@ msgstr ""
#: ../Doc/using/windows.rst:686 #: ../Doc/using/windows.rst:686
msgid "For example:" msgid "For example:"
msgstr "Par exemple : ::" msgstr "Par exemple ::"
#: ../Doc/using/windows.rst:688 #: ../Doc/using/windows.rst:688
msgid "Setting ``PY_PYTHON=3.1`` is equivalent to the INI file containing:" msgid "Setting ``PY_PYTHON=3.1`` is equivalent to the INI file containing:"

View File

@ -1231,7 +1231,7 @@ msgstr ""
#: ../Doc/whatsnew/3.3.rst:933 #: ../Doc/whatsnew/3.3.rst:933
msgid "array" msgid "array"
msgstr "array" msgstr "*array*"
#: ../Doc/whatsnew/3.3.rst:935 #: ../Doc/whatsnew/3.3.rst:935
msgid "" msgid ""

View File

@ -1213,7 +1213,7 @@ msgstr ""
#: ../Doc/whatsnew/3.5.rst:998 #: ../Doc/whatsnew/3.5.rst:998
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/whatsnew/3.5.rst:1016 #: ../Doc/whatsnew/3.5.rst:1016
msgid "(Contributed by Łukasz Langa in :issue:`18159`.)" msgid "(Contributed by Łukasz Langa in :issue:`18159`.)"

View File

@ -921,7 +921,7 @@ msgstr ""
#: ../Doc/whatsnew/3.6.rst:795 #: ../Doc/whatsnew/3.6.rst:795
msgid "array" msgid "array"
msgstr "array" msgstr "*array*"
#: ../Doc/whatsnew/3.6.rst:797 #: ../Doc/whatsnew/3.6.rst:797
msgid "" msgid ""

View File

@ -797,7 +797,7 @@ msgstr ""
#: ../Doc/whatsnew/3.7.rst:566 #: ../Doc/whatsnew/3.7.rst:566
msgid "Example::" msgid "Example::"
msgstr "Exemples ::" msgstr "Exemple ::"
#: ../Doc/whatsnew/3.7.rst:579 #: ../Doc/whatsnew/3.7.rst:579
msgid ":pep:`557` -- Data Classes" msgid ":pep:`557` -- Data Classes"
@ -1886,7 +1886,7 @@ msgstr ""
#: ../Doc/whatsnew/3.7.rst:1347 #: ../Doc/whatsnew/3.7.rst:1347
msgid "string" msgid "string"
msgstr "string" msgstr "*string*"
#: ../Doc/whatsnew/3.7.rst:1349 #: ../Doc/whatsnew/3.7.rst:1349
msgid "" msgid ""