@@ -6,18 +6,18 @@ msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2019-09-04 11:33+0200\n "
9
- "PO-Revision-Date : 2017-12-01 19:44 +0100\n "
10
- "Last-Translator : \n "
9
+ "PO-Revision-Date : 2019-11-17 23:32 +0100\n "
10
+ "Last-Translator : Jules Lasne <jules.lasne@gmail.com> \n "
11
11
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 1.6.10 \n "
16
+ "X-Generator : Poedit 2.2.4 \n "
17
17
18
18
#: ../Doc/library/urllib.robotparser.rst:2
19
19
msgid ":mod:`urllib.robotparser` --- Parser for robots.txt"
20
- msgstr ":mod:`urllib.robotparser` — Analyseur de fichiers *robots.txt*"
20
+ msgstr ":mod:`urllib.robotparser` — Analyseur de fichiers *robots.txt*"
21
21
22
22
#: ../Doc/library/urllib.robotparser.rst:10
23
23
msgid "**Source code:** :source:`Lib/urllib/robotparser.py`"
@@ -111,14 +111,13 @@ msgstr ""
111
111
"``None`` est renvoyé."
112
112
113
113
#: ../Doc/library/urllib.robotparser.rst:81
114
- #, fuzzy
115
114
msgid ""
116
115
"Returns the contents of the ``Sitemap`` parameter from ``robots.txt`` in the "
117
116
"form of a :func:`list`. If there is no such parameter or the ``robots.txt`` "
118
117
"entry for this parameter has invalid syntax, return ``None``."
119
118
msgstr ""
120
- "Renvoie la valeur du paramètre ``Crawl-delay `` du ``robots.txt`` pour le "
121
- "*useragent* en question. S'il n'y a pas de tel paramètre ou qu'il ne "
119
+ "Renvoie le contenu du paramètre de ``Sitemap `` depuis ``robots.txt`` dans la "
120
+ "forme d'une :func:`list`. S'il n'y a pas de tel paramètre ou qu'il ne "
122
121
"s'applique pas au *useragent* spécifié ou si l'entrée du ``robots.txt`` pour "
123
122
"ce paramètre a une syntaxe invalide, renvoie ``None``."
124
123
0 commit comments