3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
- #, fuzzy
7
6
msgid ""
8
7
msgstr ""
9
8
"Project-Id-Version : Python 3.6\n "
10
9
"Report-Msgid-Bugs-To : \n "
11
10
"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 "
11
+ "PO-Revision-Date : 2017-10-19 17:10+0100 \n "
12
+ "Last-Translator : \n "
14
13
"Language-Team : LANGUAGE <LL@li.org>\n "
15
14
"Language : fr\n "
16
15
"MIME-Version : 1.0\n "
17
16
"Content-Type : text/plain; charset=UTF-8\n "
18
17
"Content-Transfer-Encoding : 8bit\n "
18
+ "X-Generator : Poedit 1.6.10\n "
19
19
20
20
#: ../Doc/library/urllib.error.rst:2
21
21
msgid ":mod:`urllib.error` --- Exception classes raised by urllib.request"
22
22
msgstr ""
23
+ ":mod:`urllib.error` --- Classes d'exceptions levées par *urllib.request*"
23
24
24
25
#: ../Doc/library/urllib.error.rst:10
25
26
msgid "**Source code:** :source:`Lib/urllib/error.py`"
26
- msgstr ""
27
+ msgstr "**Code source :** :source:`Lib/urllib/error.py` "
27
28
28
29
#: ../Doc/library/urllib.error.rst:14
29
30
msgid ""
30
31
"The :mod:`urllib.error` module defines the exception classes for exceptions "
31
32
"raised by :mod:`urllib.request`. The base exception class is :exc:"
32
33
"`URLError`."
33
34
msgstr ""
35
+ "Le module :mod:`urllib.error` définit les classes des exceptions levées par :"
36
+ "mod:`urllib.request`. La classe de base de ces exceptions est :exc:"
37
+ "`URLError`."
34
38
35
39
#: ../Doc/library/urllib.error.rst:17
36
40
msgid ""
37
41
"The following exceptions are raised by :mod:`urllib.error` as appropriate:"
38
42
msgstr ""
43
+ "Les exceptions suivantes sont levées par :mod:`urllib.error` aux cas "
44
+ "appropriés :"
39
45
40
46
#: ../Doc/library/urllib.error.rst:21
41
47
msgid ""
42
48
"The handlers raise this exception (or derived exceptions) when they run into "
43
49
"a problem. It is a subclass of :exc:`OSError`."
44
50
msgstr ""
51
+ "Les gestionnaires lèvent cette exception (ou des exceptions dérivées) quand "
52
+ "ils rencontrent un problème. Elle est une sous-classe de :exc:`OSError`."
45
53
46
54
#: ../Doc/library/urllib.error.rst:26
47
55
msgid ""
48
56
"The reason for this error. It can be a message string or another exception "
49
57
"instance."
50
58
msgstr ""
59
+ "La raison de cette erreur. Il peut s'agir d'un message textuel ou d'une "
60
+ "autre instance d'exception."
51
61
52
62
#: ../Doc/library/urllib.error.rst:29
53
63
msgid ""
54
64
":exc:`URLError` has been made a subclass of :exc:`OSError` instead of :exc:"
55
65
"`IOError`."
56
66
msgstr ""
67
+ ":exc:`URLError` est maintenant une sous-classe de :exc:`OSError` plutôt que :"
68
+ "exc:`IOError`."
57
69
58
70
#: ../Doc/library/urllib.error.rst:36
59
71
msgid ""
@@ -62,6 +74,11 @@ msgid ""
62
74
"(the same thing that :func:`~urllib.request.urlopen` returns). This is "
63
75
"useful when handling exotic HTTP errors, such as requests for authentication."
64
76
msgstr ""
77
+ "Bien qu'étant une exception (une sous-classe de :exc:`URLError`), une :exc:"
78
+ "`HTTPError` peut aussi fonctionner comme une valeur de retour normale et "
79
+ "fichier-compatible (la même chose que renvoyé par :func:`~urllib.request."
80
+ "urlopen`). Cela est utile pour gérer les erreurs HTTP exotiques, comme les "
81
+ "requêtes d'authentification."
65
82
66
83
#: ../Doc/library/urllib.error.rst:44
67
84
msgid ""
@@ -70,16 +87,24 @@ msgid ""
70
87
"dictionary of codes as found in :attr:`http.server.BaseHTTPRequestHandler."
71
88
"responses`."
72
89
msgstr ""
90
+ "Un statut HTTP comme défini dans la `RFC 2616 <http://www.faqs.org/rfcs/"
91
+ "rfc2616.html>`_. Cette valeur numérique correspond à une valeur trouvée "
92
+ "dans le dictionnaire des codes comme dans :attr:`http.server."
93
+ "BaseHTTPRequestHandler.responses`."
73
94
74
95
#: ../Doc/library/urllib.error.rst:51
75
96
msgid "This is usually a string explaining the reason for this error."
76
97
msgstr ""
98
+ "Il s'agit habituellement d'une chaîne de caractères expliquant la raison de "
99
+ "l'erreur."
77
100
78
101
#: ../Doc/library/urllib.error.rst:55
79
102
msgid ""
80
103
"The HTTP response headers for the HTTP request that caused the :exc:"
81
104
"`HTTPError`."
82
105
msgstr ""
106
+ "Les en-têtes de la réponse HTTP correspondant à la requête HTTP qui a causé "
107
+ "la :exc:`HTTPError`."
83
108
84
109
#: ../Doc/library/urllib.error.rst:62
85
110
msgid ""
@@ -88,3 +113,7 @@ msgid ""
88
113
"expected amount (given by the *Content-Length* header). The :attr:`content` "
89
114
"attribute stores the downloaded (and supposedly truncated) data."
90
115
msgstr ""
116
+ "Cette exception est levée quand la fonction :func:`~urllib.request."
117
+ "urlretrieve` détecte que le montant des données téléchargées est inférieur "
118
+ "au montant attendu (donné par l'en-tête *Content-Length*). L'attribut :attr:"
119
+ "`content` stocke les données téléchargées (et supposément tronquées)."
0 commit comments