You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library/xml.dom.po
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version: Python 3.6\n"
10
10
"Report-Msgid-Bugs-To: \n"
11
11
"POT-Creation-Date: 2017-08-10 00:49+0200\n"
12
-
"PO-Revision-Date: 2017-09-22 15:54+0200\n"
12
+
"PO-Revision-Date: 2017-09-22 16:13+0200\n"
13
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
"Language-Team: LANGUAGE <LL@li.org>\n"
15
15
"Language: fr\n"
@@ -854,50 +854,50 @@ msgstr "Objets Attr"
854
854
#:../Doc/library/xml.dom.rst:689
855
855
msgid""
856
856
":class:`Attr` inherits from :class:`Node`, so inherits all its attributes."
857
-
msgstr""
857
+
msgstr":class:`Attr` hérite :class:`Node` et donc hérite de tout ces attributs."
858
858
859
859
#:../Doc/library/xml.dom.rst:694
860
860
msgid""
861
861
"The attribute name. In a namespace-using document it may include a colon."
862
-
msgstr""
F440
862
+
msgstr"Le nom de l'attribut. Dans un document utilisant des *namespaces*, il pourra inclure un *:*."
863
863
864
864
#:../Doc/library/xml.dom.rst:700
865
865
msgid""
866
866
"The part of the name following the colon if there is one, else the entire "
867
867
"name. This is a read-only attribute."
868
-
msgstr""
868
+
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."
869
869
870
870
#:../Doc/library/xml.dom.rst:707
871
871
msgid""
872
872
"The part of the name preceding the colon if there is one, else the empty "
873
873
"string."
874
-
msgstr""
874
+
msgstr"La partie du nom précédent le *:* s'il y en a un ou une chaîne vide."
875
875
876
876
#:../Doc/library/xml.dom.rst:713
877
877
msgid""
878
878
"The text value of the attribute. This is a synonym for the :attr:"
879
879
"`nodeValue` attribute."
880
-
msgstr""
880
+
msgstr"La valeur texte de l'attribut. C'est un synonyme de l'attribut :attr:`nodeValue`."
881
881
882
882
#:../Doc/library/xml.dom.rst:720
883
883
msgid"NamedNodeMap Objects"
884
-
msgstr""
884
+
msgstr"Objets NameNodeMap"
885
885
886
886
#:../Doc/library/xml.dom.rst:722
887
887
msgid":class:`NamedNodeMap` does *not* inherit from :class:`Node`."
888
-
msgstr""
888
+
msgstr":class:`NamedNodeMap` *n'hérite pas* de :class:`Node`."
889
889
890
890
#:../Doc/library/xml.dom.rst:727
891
891
msgid"The length of the attribute list."
892
-
msgstr""
892
+
msgstr"La longueur de la liste d'attributs."
893
893
894
894
#:../Doc/library/xml.dom.rst:732
895
895
msgid""
896
896
"Return an attribute with a particular index. The order you get the "
897
897
"attributes in is arbitrary but will be consistent for the life of a DOM. "
898
898
"Each item is an attribute node. Get its value with the :attr:`value` "
899
899
"attribute."
900
-
msgstr""
900
+
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."
0 commit comments