From 53ddd44538c213ec643ceefbadfb66fc689588fc Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sat, 9 Mar 2019 23:39:59 +0100 Subject: [PATCH] Propagating known translations. --- c-api/contextvars.po | 2 +- c-api/exceptions.po | 2 +- c-api/intro.po | 2 +- c-api/veryhigh.po | 2 ++ howto/pyporting.po | 2 +- library/grp.po | 2 +- library/hashlib.po | 2 +- library/hmac.po | 4 ++-- library/inspect.po | 4 ++-- library/multiprocessing.po | 2 +- library/poplib.po | 2 +- library/pwd.po | 6 +++--- library/statistics.po | 2 +- library/time.po | 2 +- library/tracemalloc.po | 2 +- library/turtle.po | 2 +- library/unicodedata.po | 2 +- library/unittest.mock.po | 2 +- library/unittest.po | 2 +- library/webbrowser.po | 2 +- library/xml.etree.elementtree.po | 4 ++-- whatsnew/2.6.po | 2 +- 22 files changed, 28 insertions(+), 26 deletions(-) diff --git a/c-api/contextvars.po b/c-api/contextvars.po index 3dd55a24..72faa61a 100644 --- a/c-api/contextvars.po +++ b/c-api/contextvars.po @@ -62,7 +62,7 @@ msgstr "" #: ../Doc/c-api/contextvars.rst:58 msgid "Type-check macros:" -msgstr "" +msgstr "Macros pour vérifier les types :" #: ../Doc/c-api/contextvars.rst:62 msgid "" diff --git a/c-api/exceptions.po b/c-api/exceptions.po index 1b67e377..8c862d87 100644 --- a/c-api/exceptions.po +++ b/c-api/exceptions.po @@ -489,7 +489,7 @@ msgstr "" #: ../Doc/c-api/exceptions.rst:487 msgid "Signal Handling" -msgstr "" +msgstr "Traitement des signaux" #: ../Doc/c-api/exceptions.rst:497 msgid "" diff --git a/c-api/intro.po b/c-api/intro.po index c4bccf88..cb90ba83 100644 --- a/c-api/intro.po +++ b/c-api/intro.po @@ -535,7 +535,7 @@ msgstr "" #: ../Doc/c-api/intro.rst:593 msgid "Embedding Python" -msgstr "" +msgstr "Embarquer Python" #: ../Doc/c-api/intro.rst:595 msgid "" diff --git a/c-api/veryhigh.po b/c-api/veryhigh.po index f819c72b..ed1781b4 100644 --- a/c-api/veryhigh.po +++ b/c-api/veryhigh.po @@ -372,6 +372,8 @@ msgid "" "This function now includes a debug assertion to help ensure that it does not " "silently discard an active exception." msgstr "" +"Cette fonction inclut maintenant une assertion de débogage afin d'assurer " +"qu'elle ne passe pas sous silence une exception active." #: ../Doc/c-api/veryhigh.rst:341 msgid "" diff --git a/howto/pyporting.po b/howto/pyporting.po index 8de5eaba..e68bc9de 100644 --- a/howto/pyporting.po +++ b/howto/pyporting.po @@ -263,7 +263,7 @@ msgstr "" #: ../Doc/howto/pyporting.rst:162 msgid "Division" -msgstr "" +msgstr "Division" #: ../Doc/howto/pyporting.rst:164 msgid "" diff --git a/library/grp.po b/library/grp.po index a2cb024f..16e85e96 100644 --- a/library/grp.po +++ b/library/grp.po @@ -130,7 +130,7 @@ msgstr "" #: ../Doc/library/grp.rst:64 msgid "Module :mod:`pwd`" -msgstr "" +msgstr "Module :mod:`pwd`" #: ../Doc/library/grp.rst:64 msgid "An interface to the user database, similar to this." diff --git a/library/hashlib.po b/library/hashlib.po index b9a1043d..0b7900bf 100644 --- a/library/hashlib.po +++ b/library/hashlib.po @@ -1030,7 +1030,7 @@ msgstr "" #: ../Doc/library/hashlib.rst:726 msgid "Module :mod:`base64`" -msgstr "" +msgstr "Module :mod:`base64`" #: ../Doc/library/hashlib.rst:726 msgid "Another way to encode binary hashes for non-binary environments." diff --git a/library/hmac.po b/library/hmac.po index 7d950268..1de431a8 100644 --- a/library/hmac.po +++ b/library/hmac.po @@ -117,7 +117,7 @@ msgstr "" #: ../Doc/library/hmac.rst:96 msgid "A hash object has the following attributes:" -msgstr "" +msgstr "L'objet haché possède les attributs suivants : ::" #: ../Doc/library/hmac.rst:100 msgid "The size of the resulting HMAC digest in bytes." @@ -125,7 +125,7 @@ msgstr "" #: ../Doc/library/hmac.rst:104 msgid "The internal block size of the hash algorithm in bytes." -msgstr "" +msgstr "La taille interne d'un bloc de l'algorithme de hachage en octets." #: ../Doc/library/hmac.rst:110 msgid "The canonical name of this HMAC, always lowercase, e.g. ``hmac-md5``." diff --git a/library/inspect.po b/library/inspect.po index 3dcd47e4..289f4c84 100644 --- a/library/inspect.po +++ b/library/inspect.po @@ -1118,7 +1118,7 @@ msgstr "" #: ../Doc/library/inspect.rst:852 msgid "Classes and functions" -msgstr "" +msgstr "Classes et fonctions" #: ../Doc/library/inspect.rst:856 msgid "" @@ -1242,7 +1242,7 @@ msgstr "" #: ../Doc/library/inspect.rst:957 msgid "For example:" -msgstr "Par exemple ::" +msgstr "Par exemple :" #: ../Doc/library/inspect.rst:966 msgid "" diff --git a/library/multiprocessing.po b/library/multiprocessing.po index a1f5a929..682428df 100644 --- a/library/multiprocessing.po +++ b/library/multiprocessing.po @@ -1707,7 +1707,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/poplib.po b/library/poplib.po index 1e33738a..6755595e 100644 --- a/library/poplib.po +++ b/library/poplib.po @@ -108,7 +108,7 @@ msgstr "" #: ../Doc/library/poplib.rst:85 msgid "Module :mod:`imaplib`" -msgstr "" +msgstr "Module :mod:`imaplib`" #: ../Doc/library/poplib.rst:85 msgid "The standard Python IMAP module." diff --git a/library/pwd.po b/library/pwd.po index 3d01331d..bee2f9a0 100644 --- a/library/pwd.po +++ b/library/pwd.po @@ -53,7 +53,7 @@ msgstr "``pw_name``" #: ../Doc/library/pwd.rst:20 msgid "Login name" -msgstr "" +msgstr "Nom d’utilisateur" #: ../Doc/library/pwd.rst:22 msgid "1" @@ -164,11 +164,11 @@ msgstr "" #: ../Doc/library/pwd.rst:72 msgid "Module :mod:`grp`" -msgstr "" +msgstr "Module :mod:`grp`" #: ../Doc/library/pwd.rst:72 msgid "An interface to the group database, similar to this." -msgstr "" +msgstr "Interface pour la base de données des groupes, similaire à celle-ci." #: ../Doc/library/pwd.rst:74 msgid "Module :mod:`spwd`" diff --git a/library/statistics.po b/library/statistics.po index 6d814855..965f1844 100644 --- a/library/statistics.po +++ b/library/statistics.po @@ -420,7 +420,7 @@ msgstr "" #: ../Doc/library/statistics.rst:325 ../Doc/library/statistics.rst:399 msgid "Examples:" -msgstr "Exemples : ::" +msgstr "Exemples :" #: ../Doc/library/statistics.rst:333 msgid "" diff --git a/library/time.po b/library/time.po index 72072efe..e5026379 100644 --- a/library/time.po +++ b/library/time.po @@ -733,7 +733,7 @@ msgstr "" #: ../Doc/library/time.rst:515 msgid "For example:" -msgstr "Par exemple ::" +msgstr "Par exemple :" #: ../Doc/library/time.rst:522 msgid "" diff --git a/library/tracemalloc.po b/library/tracemalloc.po index 3b383f51..15f3df8b 100644 --- a/library/tracemalloc.po +++ b/library/tracemalloc.po @@ -332,7 +332,7 @@ msgstr "" #: ../Doc/library/tracemalloc.rst:395 msgid "Examples:" -msgstr "Exemples : ::" +msgstr "Exemples :" #: ../Doc/library/tracemalloc.rst:397 msgid "" diff --git a/library/turtle.po b/library/turtle.po index 5887d320..45ed74cd 100644 --- a/library/turtle.po +++ b/library/turtle.po @@ -1515,7 +1515,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:" diff --git a/library/unicodedata.po b/library/unicodedata.po index d2f3b0b0..941cbf5b 100644 --- a/library/unicodedata.po +++ b/library/unicodedata.po @@ -242,7 +242,7 @@ msgstr "" #: ../Doc/library/unicodedata.rst:150 msgid "Examples:" -msgstr "Exemples : ::" +msgstr "Exemples :" #: ../Doc/library/unicodedata.rst:170 msgid "Footnotes" diff --git a/library/unittest.mock.po b/library/unittest.mock.po index ef71e380..46ed73b9 100644 --- a/library/unittest.mock.po +++ b/library/unittest.mock.po @@ -1584,7 +1584,7 @@ msgstr "" #: ../Doc/library/unittest.mock.rst:1764 msgid "For example:" -msgstr "Par exemple ::" +msgstr "Par exemple :" #: ../Doc/library/unittest.mock.rst:1776 msgid "" diff --git a/library/unittest.po b/library/unittest.po index a1ee6706..6bdec232 100644 --- a/library/unittest.po +++ b/library/unittest.po @@ -1735,7 +1735,7 @@ msgstr "" #: ../Doc/library/unittest.rst:1106 msgid "Example::" -msgstr "Exemple  ::" +msgstr "Exemple ::" #: ../Doc/library/unittest.rst:1117 msgid "" diff --git a/library/webbrowser.po b/library/webbrowser.po index c5369c98..f947d393 100644 --- a/library/webbrowser.po +++ b/library/webbrowser.po @@ -75,7 +75,7 @@ msgstr "" #: ../Doc/library/webbrowser.rst:51 msgid "The following functions are defined:" -msgstr "" +msgstr "Les fonctions suivantes sont définies :" #: ../Doc/library/webbrowser.rst:56 msgid "" diff --git a/library/xml.etree.elementtree.po b/library/xml.etree.elementtree.po index 7a6dd953..29701b37 100644 --- a/library/xml.etree.elementtree.po +++ b/library/xml.etree.elementtree.po @@ -304,7 +304,7 @@ msgstr "" #: ../Doc/library/xml.etree.elementtree.rst:408 msgid "Syntax" -msgstr "" +msgstr "Syntaxe" #: ../Doc/library/xml.etree.elementtree.rst:408 msgid "Meaning" @@ -592,7 +592,7 @@ msgstr "" #: ../Doc/library/xml.etree.elementtree.rst:620 #: ../Doc/library/xml.etree.elementtree.rst:947 msgid "The *short_empty_elements* parameter." -msgstr "" +msgstr "Le paramètre *short_empty_elements*." #: ../Doc/library/xml.etree.elementtree.rst:608 msgid "" diff --git a/whatsnew/2.6.po b/whatsnew/2.6.po index d4c94de4..c910be72 100644 --- a/whatsnew/2.6.po +++ b/whatsnew/2.6.po @@ -1485,7 +1485,7 @@ msgstr "C’est équivalent à ::" #: ../Doc/whatsnew/2.6.rst:1382 msgid ":pep:`3129` - Class Decorators" -msgstr "" +msgstr ":pep:`3129` -- Décorateurs de classes" #: ../Doc/whatsnew/2.6.rst:1383 msgid "PEP written by Collin Winter."