Skip to content

Commit 5bc918d

Browse files
sweenuJulienPalard
authored andcommitted
traduction de 'html.entities'
1 parent 3e721cc commit 5bc918d

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

library/html.entities.po

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,29 @@ msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"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"
1515
"Language: fr\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919

2020
#: ../Doc/library/html.entities.rst:2
2121
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"
2323

2424
#: ../Doc/library/html.entities.rst:9
2525
msgid "**Source code:** :source:`Lib/html/entities.py`"
26-
msgstr ""
26+
msgstr "**Source code:** :source:`Lib/html/entities.py`"
2727

2828
#: ../Doc/library/html.entities.rst:13
2929
msgid ""
3030
"This module defines four dictionaries, :data:`html5`, :data:"
3131
"`name2codepoint`, :data:`codepoint2name`, and :data:`entitydefs`."
3232
msgstr ""
33+
"Ce module définit quatres dictionnaires, :data:`html5`, :data:"
34+
"`name2codepoint`, :data:`codepoint2name`, et :data:`entitydefs`."
3335

3436
#: ../Doc/library/html.entities.rst:19
3537
msgid ""
@@ -40,25 +42,38 @@ msgid ""
4042
"case the name is present with and without the ``';'``. See also :func:`html."
4143
"unescape`."
4244
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()`."
4351

4452
#: ../Doc/library/html.entities.rst:31
4553
msgid ""
4654
"A dictionary mapping XHTML 1.0 entity definitions to their replacement text "
4755
"in ISO Latin-1."
4856
msgstr ""
57+
"Un dictionnaire qui fait correspondre les définitions d'entitiés XHTML 1.0 "
58+
"avec leur remplacement en ISO Latin-1."
4959

5060
#: ../Doc/library/html.entities.rst:37
5161
msgid "A dictionary that maps HTML entity names to the Unicode code points."
5262
msgstr ""
63+
"Un dictionnaire qui fait correspondre les noms d'entités HTML avec les "
64+
"points de code Unicode."
5365

5466
#: ../Doc/library/html.entities.rst:42
5567
msgid "A dictionary that maps Unicode code points to HTML entity names."
5668
msgstr ""
69+
"Un dictionnaire qui fait correspondre les points de code Unicode avec les "
70+
"noms d'entités HTML."
5771

5872
#: ../Doc/library/html.entities.rst:46
5973
msgid "Footnotes"
6074
msgstr "Notes"
6175

6276
#: ../Doc/library/html.entities.rst:47
6377
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

Comments
 (0)