@@ -9,27 +9,29 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.6\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2017-04-02 22:11+0200\n "
12
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE \n "
13
- "Last-Translator : FULL NAME <EMAIL@ADDRESS >\n "
14
- "Language-Team : LANGUAGE <LL@li.org> \n "
12
+ "PO-Revision-Date : 2017-10-26 17:08+0200 \n "
13
+ "Last-Translator : Bruno Inec <brunoinec@gmail.com >\n "
14
+ "Language-Team : \n "
15
15
"Language : fr\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
20
20
#: ../Doc/library/html.entities.rst:2
21
21
msgid ":mod:`html.entities` --- Definitions of HTML general entities"
22
- msgstr ""
22
+ msgstr ":mod:`html.entities` --- Définitions des entités HTML générales "
23
23
24
24
#: ../Doc/library/html.entities.rst:9
25
25
msgid "**Source code:** :source:`Lib/html/entities.py`"
26
- msgstr ""
26
+ msgstr "**Source code:** :source:`Lib/html/entities.py` "
27
27
28
28
#: ../Doc/library/html.entities.rst:13
29
29
msgid ""
30
30
"This module defines four dictionaries, :data:`html5`, :data:"
31
31
"`name2codepoint`, :data:`codepoint2name`, and :data:`entitydefs`."
32
32
msgstr ""
33
+ "Ce module définit quatres dictionnaires, :data:`html5`, :data:"
34
+ "`name2codepoint`, :data:`codepoint2name`, et :data:`entitydefs`."
33
35
34
36
#: ../Doc/library/html.entities.rst:19
35
37
msgid ""
@@ -40,25 +42,38 @@ msgid ""
40
42
"case the name is present with and without the ``';'``. See also :func:`html."
41
43
"unescape`."
42
44
msgstr ""
45
+ "Un dictionnaire qui fait correspondre les références de caractères nommés "
46
+ "HTML5 [#]_ aux caractères Unicode équivalents, e.g. ``html5['gt;'] == '>'``. "
47
+ "À noter que le point-virgule en fin de chaîne est inclus dans le nom (e.g. "
48
+ "``'gt;'``), toutefois certains noms sont acceptés par le standard même sans "
49
+ "le point-virgule: dans ce cas, le nom est présent à la fois avec et sans le "
50
+ "``;``. Voir aussi :func:`html.unescape()`."
43
51
44
52
#: ../Doc/library/html.entities.rst:31
45
53
msgid ""
46
54
"A dictionary mapping XHTML 1.0 entity definitions to their replacement text "
47
55
"in ISO Latin-1."
48
56
msgstr ""
57
+ "Un dictionnaire qui fait correspondre les définitions d'entitiés XHTML 1.0 "
58
+ "avec leur remplacement en ISO Latin-1."
49
59
50
60
#: ../Doc/library/html.entities.rst:37
51
61
msgid "A dictionary that maps HTML entity names to the Unicode code points."
52
62
msgstr ""
63
+ "Un dictionnaire qui fait correspondre les noms d'entités HTML avec les "
64
+ "points de code Unicode."
53
65
54
66
#: ../Doc/library/html.entities.rst:42
55
67
msgid "A dictionary that maps Unicode code points to HTML entity names."
56
68
msgstr ""
69
+ "Un dictionnaire qui fait correspondre les points de code Unicode avec les "
70
+ "noms d'entités HTML."
57
71
58
72
#: ../Doc/library/html.entities.rst:46
59
73
msgid "Footnotes"
60
74
msgstr "Notes"
61
75
62
76
#: ../Doc/library/html.entities.rst:47
63
77
msgid "See https://www.w3.org/TR/html5/syntax.html#named-character-references"
64
- msgstr ""
78
+ msgstr "Voir https://www.w3.org/TR/html5/syntax.html#named-character-"
79
+ "references"
0 commit comments