@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2019-11-15 18:54+0100\n "
9
- "PO-Revision-Date : 2019-06-01 23:09+0200 \n "
10
- "Last-Translator : Cyprien Le Pannérer <cyplp+tradpython@free.fr >\n "
9
+ "PO-Revision-Date : 2019-11-17 23:17+0100 \n "
10
+ "Last-Translator : Jules Lasne <jules.lasne@gmail.com >\n "
11
11
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 2.0.2 \n "
16
+ "X-Generator : Poedit 2.2.4 \n "
17
17
18
18
#: ../Doc/library/xml.dom.rst:2
19
19
msgid ":mod:`xml.dom` --- The Document Object Model API"
@@ -469,12 +469,11 @@ msgstr ""
469
469
"également :class:`DOMImplementation`."
470
470
471
471
#: ../Doc/library/xml.dom.rst:213
472
- #, fuzzy
473
472
msgid ""
474
473
"Return ``True`` if the feature identified by the pair of strings *feature* "
475
474
"and *version* is implemented."
476
475
msgstr ""
477
- "Renvoie vrai si la fonctionnalité identifiée par une paire de chaîne "
476
+ "Renvoie ``True`` si la fonctionnalité identifiée par le couple de chaînes "
478
477
"*feature* et *version* est implémentée."
479
478
480
479
#: ../Doc/library/xml.dom.rst:219
@@ -653,25 +652,23 @@ msgstr ""
653
652
"`nodeName`. La valeur est une chaîne ou ``None``."
654
653
655
654
#: ../Doc/library/xml.dom.rst:338
656
- #, fuzzy
657
655
msgid "Return ``True`` if the node has any attributes."
658
- msgstr "Renvoi vrai si le nœud a des attributs."
656
+ msgstr "Renvoie ``True`` si le nœud a des attributs."
659
657
660
658
#: ../Doc/library/xml.dom.rst:343
661
- #, fuzzy
662
659
msgid "Return ``True`` if the node has any child nodes."
663
- msgstr "Renvoi vrai si le nœud a des nœuds fils."
660
+ msgstr "Renvoie ``True`` si le nœud a des nœuds fils."
664
661
665
662
#: ../Doc/library/xml.dom.rst:348
666
- #, fuzzy
667
663
msgid ""
668
664
"Return ``True`` if *other* refers to the same node as this node. This is "
669
665
"especially useful for DOM implementations which use any sort of proxy "
670
666
"architecture (because more than one object can refer to the same node)."
671
667
msgstr ""
672
- "Renvoi vrai si *other* fait référence au même nœud que le nœud courant. Ceci "
673
- "est particulièrement pratique pour implémentation de DOM qui utilise une "
674
- "architecture proxy (car plus d'un objet peut se référer au même nœud)."
668
+ "Renvoie ``True`` si *other* fait référence au même nœud que le nœud courant. "
669
+ "Ceci est particulièrement pratique pour une implémentation de DOM qui "
670
+ "utilise un ou des mandataires dans son architecture (car plus d'un objet "
671
+ "peut se référer au même nœud)."
675
672
676
673
#: ../Doc/library/xml.dom.rst:354
677
674
msgid ""
@@ -1043,16 +1040,16 @@ msgid "Same as equivalent method in the :class:`Document` class."
1043
1040
msgstr "Identique à la méthode équivalente de la classe :class:`Document`."
1044
1041
1045
1042
#: ../Doc/library/xml.dom.rst:607
1046
- #, fuzzy
1047
1043
msgid "Return ``True`` if the element has an attribute named by *name*."
1048
- msgstr "Renvoi vrai si l'élément a un attribut nommé *name*."
1044
+ msgstr "Renvoie ``True`` si l'élément a un attribut nommé *name*."
1049
1045
1050
1046
#: ../Doc/library/xml.dom.rst:612
1051
- #, fuzzy
1052
1047
msgid ""
1053
1048
"Return ``True`` if the element has an attribute named by *namespaceURI* and "
1054
1049
"*localName*."
1055
- msgstr "Renvoi vrai si l'élément a un nommé par *namespaceURI* et *localName*."
1050
+ msgstr ""
1051
+ "Renvoie ``True`` si l'élément a un attribut nommé *localName* dans l'espace "
1052
+ "de noms *namespaceURI*."
1056
1053
1057
1054
#: ../Doc/library/xml.dom.rst:618
1058
1055
msgid ""
@@ -1706,11 +1703,11 @@ msgid ""
1706
1703
"accessible as normal Python attributes: ``object.someValue`` is *not* "
1707
1704
"required to work, and may raise an :exc:`AttributeError`."
1708
1705
msgstr ""
1709
- "Donne trois fonctions d'accès : une méthode *get* pour :attr:`someValue` (:"
1706
+ "donne trois fonctions d'accès : une méthode *get* pour :attr:`someValue` (:"
1710
1707
"meth:`_get_someValue`) et des méthodes *get* et *set* pour :attr:"
1711
1708
"`anotherValue` (:meth:`_get_anotherValue` et :meth:`_set_anotherValue`). Le "
1712
1709
"*mapping*, en particulier, ne requiert pas que les attributs IDL soient "
1713
- "accessible comme des attributs Python normaux : ``object.someValue`` n'est "
1710
+ "accessible comme des attributs Python normaux : ``object.someValue`` n'est "
1714
1711
"*pas* requis de fonctionner et peut lever une :exc:`AttributeError`."
1715
1712
1716
1713
#: ../Doc/library/xml.dom.rst:1015
0 commit comments