From 675aa74922c4c5faf0a15891a3960e96cd299558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyprien=20Le=20Pann=C3=A9rer?= Date: Sat, 23 Sep 2017 14:59:39 +0200 Subject: [PATCH] convinece commit --- library/xml.dom.po | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/library/xml.dom.po b/library/xml.dom.po index a785fc01..e9b9649d 100644 --- a/library/xml.dom.po +++ b/library/xml.dom.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-08-10 00:49+0200\n" -"PO-Revision-Date: 2017-09-22 15:54+0200\n" +"PO-Revision-Date: 2017-09-22 16:13+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: fr\n" @@ -854,42 +854,42 @@ msgstr "Objets Attr" #: ../Doc/library/xml.dom.rst:689 msgid "" ":class:`Attr` inherits from :class:`Node`, so inherits all its attributes." -msgstr "" +msgstr ":class:`Attr` hérite :class:`Node` et donc hérite de tout ces attributs." #: ../Doc/library/xml.dom.rst:694 msgid "" "The attribute name. In a namespace-using document it may include a colon." -msgstr "" +msgstr "Le nom de l'attribut. Dans un document utilisant des *namespaces*, il pourra inclure un *:*." #: ../Doc/library/xml.dom.rst:700 msgid "" "The part of the name following the colon if there is one, else the entire " "name. This is a read-only attribute." -msgstr "" +msgstr "La partie du nom suivant le *:* s'il y en a un ou le nom entier sinon. Ceci est un attribut en lecture seule." #: ../Doc/library/xml.dom.rst:707 msgid "" "The part of the name preceding the colon if there is one, else the empty " "string." -msgstr "" +msgstr "La partie du nom précédent le *:* s'il y en a un ou une chaîne vide." #: ../Doc/library/xml.dom.rst:713 msgid "" "The text value of the attribute. This is a synonym for the :attr:" "`nodeValue` attribute." -msgstr "" +msgstr "La valeur texte de l'attribut. C'est un synonyme de l'attribut :attr:`nodeValue`." #: ../Doc/library/xml.dom.rst:720 msgid "NamedNodeMap Objects" -msgstr "" +msgstr "Objets NameNodeMap" #: ../Doc/library/xml.dom.rst:722 msgid ":class:`NamedNodeMap` does *not* inherit from :class:`Node`." -msgstr "" +msgstr ":class:`NamedNodeMap` *n'hérite pas* de :class:`Node`." #: ../Doc/library/xml.dom.rst:727 msgid "The length of the attribute list." -msgstr "" +msgstr "La longueur de la liste d'attributs." #: ../Doc/library/xml.dom.rst:732 msgid "" @@ -897,7 +897,7 @@ msgid "" "attributes in is arbitrary but will be consistent for the life of a DOM. " "Each item is an attribute node. Get its value with the :attr:`value` " "attribute." -msgstr "" +msgstr "Renvoi un attribut à un index particulier. L'ordre des attribut est arbitraire mais sera constant durant toute la vie du DOM. Chacun des item sera un nœud attribut. Obtenez sa valeur avec :attr:`value` de l'attribut." #: ../Doc/library/xml.dom.rst:736 msgid ""