@@ -9,8 +9,8 @@ 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 "
12
+ "PO-Revision-Date : 2017-11-07 23:34+0100 \n "
13
+ "Last-Translator : Julien Palard <julien@palard.fr >\n "
14
14
"Language-Team : LANGUAGE <LL@li.org>\n "
15
15
"Language : fr\n "
16
16
"MIME-Version : 1.0\n "
@@ -19,21 +19,26 @@ msgstr ""
19
19
20
20
#: ../Doc/c-api/descriptor.rst:6
21
21
msgid "Descriptor Objects"
22
- msgstr ""
22
+ msgstr "Les Descripteurs "
23
23
24
24
#: ../Doc/c-api/descriptor.rst:8
25
25
msgid ""
26
26
"\" Descriptors\" are objects that describe some attribute of an object. They "
27
27
"are found in the dictionary of type objects."
28
28
msgstr ""
29
+ "Les \" Descripteurs\" sont des objets décrivant des attributs pour un objet. "
30
+ "Ils se trouvent dans le dictionnaire du type de l'objet."
29
31
30
32
#: ../Doc/c-api/descriptor.rst:15
31
33
msgid "The type object for the built-in descriptor types."
32
- msgstr ""
34
+ msgstr "L'objet *type* des descripteurs natifs. "
33
35
34
36
#: ../Doc/c-api/descriptor.rst:35
35
37
msgid ""
36
38
"Return true if the descriptor objects *descr* describes a data attribute, or "
37
39
"false if it describes a method. *descr* must be a descriptor object; there "
38
40
"is no error checking."
39
41
msgstr ""
42
+ "Renvoie vrai si le descripteur *descr* décrit un attribut de donnée, ou faux "
43
+ "s'il décrit une méthode. *descr* doit être un objet descripteur. Il n'y a "
44
+ "pas de vérification d'erreur."
0 commit comments