forked from AFPy/python-docs-fr
Done: c-api/descriptor.po
This commit is contained in:
parent ca5fcc8f4f
commit 2f4ec850f9
1 changed files with 9 additions and 4 deletions
| | @ -9,8 +9,8 @@ msgstr "" | |||
"Project-Id-Version: Python 3.6\n" | ||||
"Report-Msgid-Bugs-To: \n" | ||||
"POT-Creation-Date: 2017-04-02 22:11+0200\n" | ||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
"PO-Revision-Date: 2017-11-07 23:34+0100\n" | ||||
"Last-Translator: Julien Palard <julien@palard.fr>\n" | ||||
"Language-Team: LANGUAGE <LL@li.org>\n" | ||||
"Language: fr\n" | ||||
"MIME-Version: 1.0\n" | ||||
| | @ -19,17 +19,19 @@ msgstr "" | |||
| ||||
#: ../Doc/c-api/descriptor.rst:6 | ||||
msgid "Descriptor Objects" | ||||
msgstr "" | ||||
msgstr "Les Descripteurs" | ||||
| ||||
#: ../Doc/c-api/descriptor.rst:8 | ||||
msgid "" | ||||
"\"Descriptors\" are objects that describe some attribute of an object. They " | ||||
"are found in the dictionary of type objects." | ||||
msgstr "" | ||||
"Les \"Descripteurs\" sont des objets décrivant des attributs pour un objet. " | ||||
"Ils se trouvent dans le dictionnaire du type de l'objet." | ||||
| ||||
#: ../Doc/c-api/descriptor.rst:15 | ||||
msgid "The type object for the built-in descriptor types." | ||||
msgstr "" | ||||
msgstr "L'objet *type* des descripteurs natifs." | ||||
| ||||
#: ../Doc/c-api/descriptor.rst:35 | ||||
msgid "" | ||||
| | @ -37,3 +39,6 @@ msgid "" | |||
"false if it describes a method. *descr* must be a descriptor object; there " | ||||
"is no error checking." | ||||
msgstr "" | ||||
"Renvoie vrai si le descripteur *descr* décrit un attribut de donnée, ou faux " | ||||
"s'il décrit une méthode. *descr* doit être un objet descripteur. Il n'y a " | ||||
"pas de vérification d'erreur." | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue