@@ -9,8 +9,8 @@ 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 "
12+ "PO-Revision-Date : 2017-11-07 23:34+0100 \n "
13+ "Last-Translator : Julien Palard <julien@palard.fr >\n "
1414"Language-Team : LANGUAGE <LL@li.org>\n "
1515"Language : fr\n "
1616"MIME-Version : 1.0\n "
@@ -19,21 +19,26 @@ msgstr ""
1919
2020#: ../Doc/c-api/descriptor.rst:6
2121msgid "Descriptor Objects"
22- msgstr ""
22+ msgstr "Les Descripteurs "
2323
2424#: ../Doc/c-api/descriptor.rst:8
2525msgid ""
2626"\" Descriptors\" are objects that describe some attribute of an object. They "
2727"are found in the dictionary of type objects."
2828msgstr ""
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."
2931
3032#: ../Doc/c-api/descriptor.rst:15
3133msgid "The type object for the built-in descriptor types."
32- msgstr ""
34+ msgstr "L'objet *type* des descripteurs natifs. "
3335
3436#: ../Doc/c-api/descriptor.rst:35
3537msgid ""
3638"Return true if the descriptor objects *descr* describes a data attribute, or "
3739"false if it describes a method. *descr* must be a descriptor object; there "
3840"is no error checking."
3941msgstr ""
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