Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
191b3a6
first traduction proposal
paquereeete Sep 22, 2017
7d35df8
first commit
cyplp Sep 21, 2017
8fda837
commit intermédiaire
cyplp Sep 22, 2017
0ebb46e
translate until 20.6.2.7. Objets Attr
cyplp Sep 22, 2017
675aa74
convinece commit
cyplp Sep 23, 2017
f70f87d
job done
cyplp Sep 24, 2017
5535b67
suppression warning
cyplp Sep 24, 2017
559e5b9
indent
cyplp Sep 24, 2017
b728c37
Translate functools
SebCorbin Sep 23, 2017
f62c472
Implement requested changes
SebCorbin Sep 24, 2017
79fc451
Work on small files.
JulienPalard Sep 24, 2017
b1c0730
Work on some small files.
JulienPalard Sep 24, 2017
d3a9d13
FIX: sphinx warnings.
JulienPalard Sep 24, 2017
ae2678f
Review getpass before merge.
JulienPalard Sep 30, 2017
b772713
Merge branch 'paquereeete-getpass' into 3.6
JulienPalard Sep 30, 2017
eab456c
Avoid duplicate README files, it's just hard to maintain.
JulienPalard Sep 30, 2017
73ca3f6
FIX: Column at ends of paragraphs.
JulienPalard Oct 1, 2017
374435a
Translate the first half of the gettext module
Linkid Sep 23, 2017
142fb67
Translate the second part of the gettext module
Linkid Oct 4, 2017
c7e5fb8
first commit
cyplp Sep 21, 2017
a59ed78
commit intermédiaire
cyplp Sep 22, 2017
7acea49
translate until 20.6.2.7. Objets Attr
cyplp Sep 22, 2017
6675fb2
convinece commit
cyplp Sep 23, 2017
78f1e20
job done
cyplp Sep 24, 2017
e3b32b9
suppression warning
cyplp Sep 24, 2017
945499f
indent
cyplp Sep 24, 2017
915ee15
Merge branch 'xml.dom' of github.com:cyplp/python-docs-fr into xml.dom
cyplp Oct 7, 2017
1dac0e1
prise en compte des remarques de mdk
cyplp Oct 7, 2017
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
suppression warning
  • Loading branch information
cyplp committed Oct 7, 2017
commit e3b32b9f6ca17c8a61a015a5eb30647360232a5c
6 changes: 3 additions & 3 deletions library/xml.dom.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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-24 15:55+0200\n"
"PO-Revision-Date: 2017-09-24 16:20+0200\n"
"Last-Translator: Cyprien Le Pannérer <cyplp+tradpython@free.fr>\n"
"Language-Team: FRENCH <LL@li.org>\n"
"Language: fr\n"
Expand Down Expand Up @@ -71,7 +71,7 @@ msgid ""
"implementation will provide a function :func:`getDOMImplementation`. DOM "
"Level 3 adds a Load/Store specification, which defines an interface to the "
"reader, but this is not yet available in the Python standard library."
msgstr "Typiquement, les applications DOM commencent par parser du XML dans du DOM. Comment cela est fait n'est absolument pas décrit par DOM Level 1 et Level 2 ne fournit que des améliorations limités. Il existe une classe :class:`DOMImplementation` qui fournit un accès à des méthodes de création de :class:`Document` mais il n'y a pas de moyen d'accéder à un lecteur/parseur/constructeur de :class:`Document` de façon indépendante de l'implémentation. Il n'est pas également très bien définis comment accéder à ces méthodes sans un objet :class:`Document`. En Python, chaque implémentation fournira une fonction :func:`getDOMImplementation`. DOM Level 3 ajoute une spécification *Load/Store* (charge/stocke) qui définie une interface pour le lecteur mais qui n'est pas disponible dans la bibliothèque standard de Python."
msgstr "Typiquement, les applications DOM commencent par parser du XML dans du DOM. Comment cela est fait n'est absolument pas décrit par DOM Level 1 et Level 2 ne fournit que des améliorations limités. Il existe une classe :class:`DOMImplementation` qui fournit un accès à des méthodes de création de :class:`Document` mais il n'y a pas de moyen d'accéder à un lecteur/parseur/constructeur de :class:`Document` de façon indépendante de l'implémentation. Il n'est pas également très bien définis comment accéder à ces méthodes sans un objet :class:`Document`. En Python, chaque implémentation fournira une fonction :func:`getDOMImplementation` . DOM Level 3 ajoute une spécification *Load/Store* (charge/stocke) qui définie une interface pour le lecteur mais qui n'est pas disponible dans la bibliothèque standard de Python."

#: ../Doc/library/xml.dom.rst:56
msgid ""
Expand Down Expand Up @@ -1042,7 +1042,7 @@ msgid ""
"is not permitted in the context it's being used in by the XML 1.0 "
"recommendation. For example, attempting to create an :class:`Element` node "
"with a space in the element type name will cause this error to be raised."
msgstr "Cette exception est levée quand un paramètre chaîne contient un caractère qui n'est pas autorisé dans le contexte utilisé par la recommandation XML 1.0. Par exemple, lors la tentative de création d'un nœud :class:`Element`avec un espace de le nom de l'élément."
msgstr "Cette exception est levée quand un paramètre chaîne contient un caractère qui n'est pas autorisé dans le contexte utilisé par la recommandation XML 1.0. Par exemple, lors la tentative de création d'un nœud :class:`Element` avec un espace de le nom de l'élément."

#: ../Doc/library/xml.dom.rst:869
msgid "Raised when an attempt is made to modify the type of a node."
Expand Down