From 8b85b550c9943d41d15a3343e64c4ab1aec3e727 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 3 Jul 2018 11:49:47 +0200 Subject: [PATCH] Fixing inconsistencies found by pomerge. --- c-api/bytes.po | 2 +- c-api/dict.po | 4 ++-- c-api/structures.po | 2 +- distutils/setupscript.po | 2 +- library/_dummy_thread.po | 7 ++++--- library/array.po | 2 +- library/asyncio-eventloop.po | 2 +- library/asyncio-task.po | 2 +- library/configparser.po | 2 +- library/contextlib.po | 4 ++-- library/ctypes.po | 2 +- library/difflib.po | 2 +- library/dis.po | 2 +- library/functools.po | 4 ++-- library/imaplib.po | 2 +- library/imghdr.po | 2 +- library/inspect.po | 2 +- library/linecache.po | 2 +- library/locale.po | 2 +- library/multiprocessing.po | 4 ++-- library/optparse.po | 4 ++-- library/os.po | 2 +- library/pickle.po | 2 +- library/re.po | 4 ++-- library/rlcompleter.po | 2 +- library/sched.po | 2 +- library/socket.po | 2 +- library/sqlite3.po | 2 +- library/ssl.po | 2 +- library/stat.po | 2 +- library/stdtypes.po | 6 +++--- library/struct.po | 2 +- library/symtable.po | 2 +- library/textwrap.po | 2 +- library/threading.po | 2 +- library/time.po | 2 +- library/tkinter.po | 4 ++-- library/tracemalloc.po | 2 +- library/turtle.po | 4 ++-- library/typing.po | 2 +- library/unittest.mock.po | 2 +- library/unittest.po | 2 +- library/winsound.po | 2 +- library/xml.dom.pulldom.po | 2 +- library/xmlrpc.server.po | 2 +- reference/datamodel.po | 2 +- reference/simple_stmts.po | 6 +++--- tutorial/classes.po | 2 +- using/windows.po | 2 +- whatsnew/3.3.po | 2 +- whatsnew/3.5.po | 2 +- whatsnew/3.6.po | 2 +- whatsnew/3.7.po | 4 ++-- 53 files changed, 69 insertions(+), 68 deletions(-) diff --git a/c-api/bytes.po b/c-api/bytes.po index d499456a..a847ba3c 100644 --- a/c-api/bytes.po +++ b/c-api/bytes.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \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 \n" "Language-Team: LANGUAGE \n" "Language: fr\n" diff --git a/c-api/dict.po b/c-api/dict.po index 6a665622..05d5bfc1 100644 --- a/c-api/dict.po +++ b/c-api/dict.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \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 \n" "Language-Team: LANGUAGE \n" "Language: fr\n" @@ -164,7 +164,7 @@ msgstr "" #: ../Doc/c-api/dict.rst:160 msgid "For example::" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/c-api/dict.rst:170 msgid "" diff --git a/c-api/structures.po b/c-api/structures.po index 19d9d82c..7e8b1591 100644 --- a/c-api/structures.po +++ b/c-api/structures.po @@ -380,7 +380,7 @@ msgstr "" #: ../Doc/c-api/structures.rst:269 msgid "float" -msgstr "float" +msgstr "*float*" #: ../Doc/c-api/structures.rst:270 msgid "T_DOUBLE" diff --git a/distutils/setupscript.po b/distutils/setupscript.po index d0b7486a..c6fec4aa 100644 --- a/distutils/setupscript.po +++ b/distutils/setupscript.po @@ -341,7 +341,7 @@ msgstr "" #: ../Doc/distutils/setupscript.rst:291 msgid "For example::" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/distutils/setupscript.rst:298 msgid "is the equivalent of having this at the top of every C source file::" diff --git a/library/_dummy_thread.po b/library/_dummy_thread.po index a23cebd4..a41d340a 100644 --- a/library/_dummy_thread.po +++ b/library/_dummy_thread.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \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 \n" "Language-Team: LANGUAGE \n" "Language: fr\n" @@ -51,8 +51,9 @@ msgid "" "often occurs with blocking I/O." msgstr "" "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 " -"qu'un autre thread soit créé. Cela se produit souvent avec des I/O bloquants." +"produire à partir d'un fil d'exécution en cours de création qui bloque en " +"attentant qu'un autre fil d'exécution soit créé. Cela se produit souvent " +"avec des I/O bloquants." #~ msgid "Suggested usage is::" #~ msgstr "Utilisation suggérée ::" diff --git a/library/array.po b/library/array.po index 23a318ab..c9e92cb1 100644 --- a/library/array.po +++ b/library/array.po @@ -192,7 +192,7 @@ msgstr "``'f'``" #: ../Doc/library/array.rst:43 ../Doc/library/array.rst:45 msgid "float" -msgstr "float" +msgstr "*float*" #: ../Doc/library/array.rst:45 msgid "``'d'``" diff --git a/library/asyncio-eventloop.po b/library/asyncio-eventloop.po index 54a01561..258bfe98 100644 --- a/library/asyncio-eventloop.po +++ b/library/asyncio-eventloop.po @@ -1312,7 +1312,7 @@ msgstr "" #: ../Doc/library/asyncio-eventloop.rst:1063 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/library/asyncio-eventloop.rst:1081 #, fuzzy diff --git a/library/asyncio-task.po b/library/asyncio-task.po index aa3b1530..d0a71f77 100644 --- a/library/asyncio-task.po +++ b/library/asyncio-task.po @@ -681,7 +681,7 @@ msgstr "" #: ../Doc/library/asyncio-task.rst:587 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/library/asyncio-task.rst:595 msgid "The futures ``f`` are not necessarily members of fs." diff --git a/library/configparser.po b/library/configparser.po index b9d7b7bf..3f782b82 100644 --- a/library/configparser.po +++ b/library/configparser.po @@ -186,7 +186,7 @@ msgstr "" #: ../Doc/library/configparser.rst:244 ../Doc/library/configparser.rst:305 msgid "For example:" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/configparser.rst:292 msgid "Interpolation of values" diff --git a/library/contextlib.po b/library/contextlib.po index 9469fc61..cf72d2b1 100644 --- a/library/contextlib.po +++ b/library/contextlib.po @@ -128,7 +128,7 @@ msgstr "" #: ../Doc/library/contextlib.rst:105 #, fuzzy msgid "A simple example::" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/contextlib.rst:126 msgid "" @@ -170,7 +170,7 @@ msgstr "" #: ../Doc/library/contextlib.rst:184 msgid "For example::" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/contextlib.rst:194 msgid "This code is equivalent to::" diff --git a/library/ctypes.po b/library/ctypes.po index b9a0f12e..f13c2f86 100644 --- a/library/ctypes.po +++ b/library/ctypes.po @@ -380,7 +380,7 @@ msgstr ":c:type:`float`" #: ../Doc/library/ctypes.rst:257 ../Doc/library/ctypes.rst:259 #: ../Doc/library/ctypes.rst:261 msgid "float" -msgstr "float" +msgstr "*float*" #: ../Doc/library/ctypes.rst:259 msgid ":class:`c_double`" diff --git a/library/difflib.po b/library/difflib.po index f96fe374..a8c8d1b9 100644 --- a/library/difflib.po +++ b/library/difflib.po @@ -597,7 +597,7 @@ msgstr "" #: ../Doc/library/difflib.rst:505 msgid "For example::" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/difflib.rst:522 msgid "Return a :term:`generator` of groups with up to *n* lines of context." diff --git a/library/dis.po b/library/dis.po index fafa91d8..81a9a2af 100644 --- a/library/dis.po +++ b/library/dis.po @@ -134,7 +134,7 @@ msgstr "" #: ../Doc/library/dis.rst:99 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/library/dis.rst:112 msgid "Analysis functions" diff --git a/library/functools.po b/library/functools.po index 72b86073..3b026569 100644 --- a/library/functools.po +++ b/library/functools.po @@ -75,7 +75,7 @@ msgstr "" #: ../Doc/library/functools.rst:37 ../Doc/library/functools.rst:220 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/library/functools.rst:41 msgid "" @@ -212,7 +212,7 @@ msgstr "" #: ../Doc/library/functools.rst:135 msgid "For example::" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/functools.rst:155 msgid "" diff --git a/library/imaplib.po b/library/imaplib.po index 98a38620..2bf6aa02 100644 --- a/library/imaplib.po +++ b/library/imaplib.po @@ -444,7 +444,7 @@ msgstr "" #: ../Doc/library/imaplib.rst:410 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/library/imaplib.rst:421 msgid "" diff --git a/library/imghdr.po b/library/imghdr.po index ac60984c..9455b2a8 100644 --- a/library/imghdr.po +++ b/library/imghdr.po @@ -189,4 +189,4 @@ msgstr "" #: ../Doc/library/imghdr.rst:76 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" diff --git a/library/inspect.po b/library/inspect.po index e480872c..c8db4135 100644 --- a/library/inspect.po +++ b/library/inspect.po @@ -1252,7 +1252,7 @@ msgstr "" #: ../Doc/library/inspect.rst:960 msgid "For example:" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/inspect.rst:969 msgid "" diff --git a/library/linecache.po b/library/linecache.po index 151f2c52..06a4652b 100644 --- a/library/linecache.po +++ b/library/linecache.po @@ -111,4 +111,4 @@ msgstr "" #: ../Doc/library/linecache.rst:60 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" diff --git a/library/locale.po b/library/locale.po index dcb3d5e8..75827f76 100644 --- a/library/locale.po +++ b/library/locale.po @@ -714,7 +714,7 @@ msgstr "" #: ../Doc/library/locale.rst:497 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/library/locale.rst:510 msgid "Background, details, hints, tips and caveats" diff --git a/library/multiprocessing.po b/library/multiprocessing.po index b6bfa5d5..594ab5a3 100644 --- a/library/multiprocessing.po +++ b/library/multiprocessing.po @@ -343,7 +343,7 @@ msgstr "" #: ../Doc/library/multiprocessing.rst:365 msgid "For example::" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/multiprocessing.rst:409 msgid "" @@ -1223,7 +1223,7 @@ msgstr "" #: ../Doc/library/multiprocessing.rst:1123 msgid "For example:" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/multiprocessing.rst:1147 msgid "" diff --git a/library/optparse.po b/library/optparse.po index a4375d6f..30cf409f 100644 --- a/library/optparse.po +++ b/library/optparse.po @@ -425,7 +425,7 @@ msgstr "" #: ../Doc/library/optparse.rst:330 msgid "For example::" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/optparse.rst:335 msgid "" @@ -1328,7 +1328,7 @@ msgstr "" #: ../Doc/library/optparse.rst:1145 ../Doc/library/optparse.rst:1163 #: ../Doc/library/optparse.rst:1202 ../Doc/library/optparse.rst:1240 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/library/optparse.rst:1108 msgid "As it parses the command line ::" diff --git a/library/os.po b/library/os.po index 23047629..91c5caff 100644 --- a/library/os.po +++ b/library/os.po @@ -3418,7 +3418,7 @@ msgstr "" #: ../Doc/library/os.rst:2363 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/library/os.rst:2376 msgid ":func:`fstat` and :func:`lstat` functions." diff --git a/library/pickle.po b/library/pickle.po index 43efb43f..43b42a1c 100644 --- a/library/pickle.po +++ b/library/pickle.po @@ -857,7 +857,7 @@ msgstr "" #: ../Doc/library/pickle.rst:678 msgid "For example ::" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/pickle.rst:685 msgid "" diff --git a/library/re.po b/library/re.po index cfacd1c9..35107ca5 100644 --- a/library/re.po +++ b/library/re.po @@ -2003,7 +2003,7 @@ msgstr "" #: ../Doc/library/re.rst:1120 ../Doc/library/re.rst:1345 msgid "For example::" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/re.rst:1126 msgid "" @@ -2598,7 +2598,7 @@ msgstr "" #~ msgstr "``'|'``" #~ msgid "For example:" -#~ msgstr "Par exemple : ::" +#~ msgstr "Par exemple ::" #~ msgid "" #~ "Perform case-insensitive matching; expressions like ``[A-Z]`` will match " diff --git a/library/rlcompleter.po b/library/rlcompleter.po index 64d345f0..4d4a6978 100644 --- a/library/rlcompleter.po +++ b/library/rlcompleter.po @@ -42,7 +42,7 @@ msgstr "" #: ../Doc/library/rlcompleter.rst:20 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/library/rlcompleter.rst:31 msgid "" diff --git a/library/sched.po b/library/sched.po index e84fa20e..839ede7a 100644 --- a/library/sched.po +++ b/library/sched.po @@ -55,7 +55,7 @@ msgstr "" #: ../Doc/library/sched.rst:37 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/library/sched.rst:62 msgid "Scheduler Objects" diff --git a/library/socket.po b/library/socket.po index 57b2946e..df686fff 100644 --- a/library/socket.po +++ b/library/socket.po @@ -1446,7 +1446,7 @@ msgstr "" #: ../Doc/library/socket.rst:1308 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/library/socket.rst:1329 msgid "" diff --git a/library/sqlite3.po b/library/sqlite3.po index 8630a87a..6c7a8554 100644 --- a/library/sqlite3.po +++ b/library/sqlite3.po @@ -602,7 +602,7 @@ msgstr "" #: ../Doc/library/sqlite3.rst:524 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/library/sqlite3.rst:537 msgid "" diff --git a/library/ssl.po b/library/ssl.po index 7a99f781..57425e50 100644 --- a/library/ssl.po +++ b/library/ssl.po @@ -529,7 +529,7 @@ msgstr "" #: ../Doc/library/ssl.rst:481 ../Doc/library/ssl.rst:1545 #: ../Doc/library/ssl.rst:1858 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/library/ssl.rst:487 ../Doc/library/ssl.rst:502 msgid "Availability: Windows." diff --git a/library/stat.po b/library/stat.po index f6378d85..03a0091a 100644 --- a/library/stat.po +++ b/library/stat.po @@ -114,7 +114,7 @@ msgstr "" #: ../Doc/library/stat.rst:101 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/library/stat.rst:129 msgid "" diff --git a/library/stdtypes.po b/library/stdtypes.po index 72b218cf..3299a79b 100644 --- a/library/stdtypes.po +++ b/library/stdtypes.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \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 \n" "Language-Team: \n" "Language: fr\n" @@ -3162,7 +3162,7 @@ msgstr "" #: ../Doc/library/stdtypes.rst:3121 ../Doc/library/stdtypes.rst:3163 #: ../Doc/library/stdtypes.rst:3187 msgid "For example::" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/stdtypes.rst:1880 msgid "" @@ -3912,7 +3912,7 @@ msgstr "" #: ../Doc/library/stdtypes.rst:2289 msgid "Bytes Objects" -msgstr "Objets *Bytes*" +msgstr "Objets *bytes*" #: ../Doc/library/stdtypes.rst:2293 msgid "" diff --git a/library/struct.po b/library/struct.po index 0f72dedc..4c3a4de0 100644 --- a/library/struct.po +++ b/library/struct.po @@ -510,7 +510,7 @@ msgstr "\\(7)" #: ../Doc/library/struct.rst:220 ../Doc/library/struct.rst:222 #: ../Doc/library/struct.rst:224 msgid "float" -msgstr "float" +msgstr "*float*" #: ../Doc/library/struct.rst:220 ../Doc/library/struct.rst:222 #: ../Doc/library/struct.rst:224 diff --git a/library/symtable.po b/library/symtable.po index 6afe2b0c..56ec42d3 100644 --- a/library/symtable.po +++ b/library/symtable.po @@ -194,7 +194,7 @@ msgstr "" #: ../Doc/library/symtable.rst:171 msgid "For example::" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/symtable.rst:177 msgid "" diff --git a/library/textwrap.po b/library/textwrap.po index 827d8a96..5da6c542 100644 --- a/library/textwrap.po +++ b/library/textwrap.po @@ -105,7 +105,7 @@ msgstr "" #: ../Doc/library/textwrap.rst:80 ../Doc/library/textwrap.rst:101 msgid "For example::" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/textwrap.rst:94 msgid "Add *prefix* to the beginning of selected lines in *text*." diff --git a/library/threading.po b/library/threading.po index a8aafaaf..46c9cdd5 100644 --- a/library/threading.po +++ b/library/threading.po @@ -1064,7 +1064,7 @@ msgstr "" #: ../Doc/library/threading.rst:845 msgid "For example::" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/threading.rst:856 msgid "" diff --git a/library/time.po b/library/time.po index 63edaeb1..96e8b834 100644 --- a/library/time.po +++ b/library/time.po @@ -747,7 +747,7 @@ msgstr "" #: ../Doc/library/time.rst:517 msgid "For example:" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/time.rst:524 msgid "" diff --git a/library/tkinter.po b/library/tkinter.po index dcb03921..dc9cdf3d 100644 --- a/library/tkinter.po +++ b/library/tkinter.po @@ -470,7 +470,7 @@ msgstr "" #: ../Doc/library/tkinter.rst:278 ../Doc/library/tkinter.rst:540 #: ../Doc/library/tkinter.rst:714 msgid "For example::" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/tkinter.rst:286 msgid "" @@ -750,7 +750,7 @@ msgstr "``'groove'``" #: ../Doc/library/tkinter.rst:449 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/library/tkinter.rst:454 msgid "" diff --git a/library/tracemalloc.po b/library/tracemalloc.po index 7e8be1cd..7005b6f8 100644 --- a/library/tracemalloc.po +++ b/library/tracemalloc.po @@ -714,7 +714,7 @@ msgstr "" #: ../Doc/library/tracemalloc.rst:681 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/library/tracemalloc.rst:687 msgid "Output::" diff --git a/library/turtle.po b/library/turtle.po index 3e45d4bc..081defc5 100644 --- a/library/turtle.po +++ b/library/turtle.po @@ -1460,7 +1460,7 @@ msgstr "" #: ../Doc/library/turtle.rst:1484 msgid "For example:" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/turtle.rst:1494 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:1808 ../Doc/library/turtle.rst:1809 msgid "string" -msgstr "string" +msgstr "*string*" #: ../Doc/library/turtle.rst:1798 msgid "" diff --git a/library/typing.po b/library/typing.po index 8d5d790f..83119629 100644 --- a/library/typing.po +++ b/library/typing.po @@ -163,7 +163,7 @@ msgstr "" #: ../Doc/library/typing.rst:157 msgid "For example::" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/typing.rst:168 msgid "" diff --git a/library/unittest.mock.po b/library/unittest.mock.po index 53358139..fa313da8 100644 --- a/library/unittest.mock.po +++ b/library/unittest.mock.po @@ -1580,7 +1580,7 @@ msgstr "" #: ../Doc/library/unittest.mock.rst:1751 msgid "For example:" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/unittest.mock.rst:1763 msgid "" diff --git a/library/unittest.po b/library/unittest.po index 082bbccc..41b50fd0 100644 --- a/library/unittest.po +++ b/library/unittest.po @@ -1290,7 +1290,7 @@ msgstr "" #: ../Doc/library/unittest.rst:1106 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/library/unittest.rst:1117 msgid "" diff --git a/library/winsound.po b/library/winsound.po index 53ad4622..6f7bf3c4 100644 --- a/library/winsound.po +++ b/library/winsound.po @@ -130,7 +130,7 @@ msgstr "" #: ../Doc/library/winsound.rst:77 msgid "For example::" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/library/winsound.rst:90 msgid "" diff --git a/library/xml.dom.pulldom.po b/library/xml.dom.pulldom.po index 0d2393f3..4e6a9760 100644 --- a/library/xml.dom.pulldom.po +++ b/library/xml.dom.pulldom.po @@ -46,7 +46,7 @@ msgstr "" #: ../Doc/library/xml.dom.pulldom.rst:29 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/library/xml.dom.pulldom.rst:40 msgid "``event`` is a constant and can be one of:" diff --git a/library/xmlrpc.server.po b/library/xmlrpc.server.po index b790f953..8c8c5efc 100644 --- a/library/xmlrpc.server.po +++ b/library/xmlrpc.server.po @@ -254,7 +254,7 @@ msgstr "" #: ../Doc/library/xmlrpc.server.rst:341 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/library/xmlrpc.server.rst:357 msgid "Documenting XMLRPC server" diff --git a/reference/datamodel.po b/reference/datamodel.po index fc22cb75..a007bf57 100644 --- a/reference/datamodel.po +++ b/reference/datamodel.po @@ -244,7 +244,7 @@ msgstr "" #: ../Doc/reference/datamodel.rst:150 msgid "None" -msgstr "None" +msgstr "*None*" #: ../Doc/reference/datamodel.rst:147 msgid "" diff --git a/reference/simple_stmts.po b/reference/simple_stmts.po index 5fb18e24..fd557728 100644 --- a/reference/simple_stmts.po +++ b/reference/simple_stmts.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \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 \n" "Language-Team: \n" "Language: fr\n" @@ -1012,8 +1012,8 @@ msgid "" "If the module name is followed by :keyword:`as`, then the name following :" "keyword:`as` is bound directly to the imported module." msgstr "" -"Si le nom du module est suivi d'un :keyword:`as`, le nom suivant :keyword:" -"`as` est lié directement au module importé." +"Si le nom du module est suivi par :keyword:`as`, alors le nom suivant :" +"keyword:`as` est directement lié au module importé." #: ../Doc/reference/simple_stmts.rst:748 msgid "" diff --git a/tutorial/classes.po b/tutorial/classes.po index 0512fc6f..9ea6baa4 100644 --- a/tutorial/classes.po +++ b/tutorial/classes.po @@ -1377,7 +1377,7 @@ msgstr "" #: ../Doc/tutorial/classes.rst:885 msgid "Examples::" -msgstr "Exemples ::" +msgstr "Exemples : ::" #: ../Doc/tutorial/classes.rst:909 msgid "Footnotes" diff --git a/using/windows.po b/using/windows.po index eac5bf3b..96b4ee4a 100644 --- a/using/windows.po +++ b/using/windows.po @@ -1155,7 +1155,7 @@ msgstr "" #: ../Doc/using/windows.rst:686 msgid "For example:" -msgstr "Par exemple : ::" +msgstr "Par exemple ::" #: ../Doc/using/windows.rst:688 msgid "Setting ``PY_PYTHON=3.1`` is equivalent to the INI file containing:" diff --git a/whatsnew/3.3.po b/whatsnew/3.3.po index 5bf921e3..05a1c7ea 100644 --- a/whatsnew/3.3.po +++ b/whatsnew/3.3.po @@ -1231,7 +1231,7 @@ msgstr "" #: ../Doc/whatsnew/3.3.rst:933 msgid "array" -msgstr "array" +msgstr "*array*" #: ../Doc/whatsnew/3.3.rst:935 msgid "" diff --git a/whatsnew/3.5.po b/whatsnew/3.5.po index 0988930f..32adacf4 100644 --- a/whatsnew/3.5.po +++ b/whatsnew/3.5.po @@ -1213,7 +1213,7 @@ msgstr "" #: ../Doc/whatsnew/3.5.rst:998 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/whatsnew/3.5.rst:1016 msgid "(Contributed by Łukasz Langa in :issue:`18159`.)" diff --git a/whatsnew/3.6.po b/whatsnew/3.6.po index d8bdf79b..c08a5569 100644 --- a/whatsnew/3.6.po +++ b/whatsnew/3.6.po @@ -921,7 +921,7 @@ msgstr "" #: ../Doc/whatsnew/3.6.rst:795 msgid "array" -msgstr "array" +msgstr "*array*" #: ../Doc/whatsnew/3.6.rst:797 msgid "" diff --git a/whatsnew/3.7.po b/whatsnew/3.7.po index bd2de3e6..066ef49b 100644 --- a/whatsnew/3.7.po +++ b/whatsnew/3.7.po @@ -797,7 +797,7 @@ msgstr "" #: ../Doc/whatsnew/3.7.rst:566 msgid "Example::" -msgstr "Exemples ::" +msgstr "Exemple ::" #: ../Doc/whatsnew/3.7.rst:579 msgid ":pep:`557` -- Data Classes" @@ -1886,7 +1886,7 @@ msgstr "" #: ../Doc/whatsnew/3.7.rst:1347 msgid "string" -msgstr "string" +msgstr "*string*" #: ../Doc/whatsnew/3.7.rst:1349 msgid ""