8000 Fuzzies in library/xml.dom.po by Seluj78 · Pull Request #1002 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Fuzzies in library/xml.dom.po #1002

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 16 additions & 19 deletions library/xml.dom.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-11-15 18:54+0100\n"
"PO-Revision-Date: 2019-06-01 23:09+0200\n"
"Last-Translator: Cyprien Le Pannérer <cyplp+tradpython@free.fr>\n"
"PO-Revision-Date: 2019-11-17 23:17+0100\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.2\n"
"X-Generator: Poedit 2.2.4\n"

#: ../Doc/library/xml.dom.rst:2
msgid ":mod:`xml.dom` --- The Document Object Model API"
Expand Down Expand Up @@ -469,12 +469,11 @@ msgstr ""
"également :class:`DOMImplementation`."

#: ../Doc/library/xml.dom.rst:213
#, fuzzy
msgid ""
"Return ``True`` if the feature identified by the pair of strings *feature* "
"and *version* is implemented."
msgstr ""
"Renvoie vrai si la fonctionnalité identifiée par une paire de chaîne "
"Renvoie ``True`` si la fonctionnalité identifiée par le couple de chaînes "
"*feature* et *version* est implémentée."

#: ../Doc/library/xml.dom.rst:219
Expand Down Expand Up @@ -653,25 +652,23 @@ msgstr ""
"`nodeName`. La valeur est une chaîne ou ``None``."

#: ../Doc/library/xml.dom.rst:338
#, fuzzy
msgid "Return ``True`` if the node has any attributes."
msgstr "Renvoi vrai si le nœud a des attributs."
msgstr "Renvoie ``True`` si le nœud a des attributs."

#: ../Doc/library/xml.dom.rst:343
#, fuzzy
msgid "Return ``True`` if the node has any child nodes."
msgstr "Renvoi vrai si le nœud a des nœuds fils."
msgstr "Renvoie ``True`` si le nœud a des nœuds fils."

#: ../Doc/library/xml.dom.rst:348
#, fuzzy
msgid ""
"Return ``True`` if *other* refers to the same node as this node. This is "
"especially useful for DOM implementations which use any sort of proxy "
"architecture (because more than one object can refer to the same node)."
msgstr ""
"Renvoi vrai si *other* fait référence au même nœud que le nœud courant. Ceci "
"est particulièrement pratique pour implémentation de DOM qui utilise une "
"architecture proxy (car plus d'un objet peut se référer au même nœud)."
"Renvoie ``True`` si *other* fait référence au même nœud que le nœud courant. "
"Ceci est particulièrement pratique pour une implémentation de DOM qui "
"utilise un ou des mandataires dans son architecture (car plus d'un objet "
"peut se référer au même nœud)."

#: ../Doc/library/xml.dom.rst:354
msgid ""
Expand Down Expand Up @@ -1043,16 +1040,16 @@ msgid "Same as equivalent method in the :class:`Document` class."
msgstr "Identique à la méthode équivalente de la classe :class:`Document`."

#: ../Doc/library/xml.dom.rst:607
#, fuzzy
msgid "Return ``True`` if the element has an attribute named by *name*."
msgstr "Renvoi vrai si l'élément a un attribut nommé *name*."
msgstr "Renvoie ``True`` si l'élément a un attribut nommé *name*."

#: ../Doc/library/xml.dom.rst:612
#, fuzzy
msgid ""
"Return ``True`` if the element has an attribute named by *namespaceURI* and "
"*localName*."
msgstr "Renvoi vrai si l'élément a un nommé par *namespaceURI* et *localName*."
msgstr ""
"Renvoie ``True`` si l'élément a un attribut nommé *localName* dans l'espace "
"de noms *namespaceURI*."

#: ../Doc/library/xml.dom.rst:618
msgid ""
Expand Down Expand Up @@ -1706,11 +1703,11 @@ msgid ""
"accessible as normal Python attributes: ``object.someValue`` is *not* "
"required to work, and may raise an :exc:`AttributeError`."
msgstr ""
"Donne trois fonctions d'accès : une méthode *get* pour :attr:`someValue` (:"
"donne trois fonctions d'accès : une méthode *get* pour :attr:`someValue` (:"
"meth:`_get_someValue`) et des méthodes *get* et *set* pour :attr:"
"`anotherValue` (:meth:`_get_anotherValue` et :meth:`_set_anotherValue`). Le "
"*mapping*, en particulier, ne requiert pas que les attributs IDL soient "
"accessible comme des attributs Python normaux : ``object.someValue`` n'est "
"accessible comme des attributs Python normaux : ``object.someValue`` n'est "
"*pas* requis de fonctionner et peut lever une :exc:`AttributeError`."

#: ../Doc/library/xml.dom.rst:1015
Expand Down
0