forked from AFPy/python-docs-fr
Finished translation of objbuffer
This commit is contained in:
parent d90a70616b
commit 0e902b8c9c
1 changed files with 17 additions and 2 deletions
| | @ -6,15 +6,17 @@ 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: 2018-10-04 12:25+0200\n" | ||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
"PO-Revision-Date: 2018-11-10 12:06+0100\n" | ||||
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||||
"Language: fr\n" | ||||
"MIME-Version: 1.0\n" | ||||
"Content-Type: text/plain; charset=UTF-8\n" | ||||
"Content-Transfer-Encoding: 8bit\n" | ||||
"Last-Translator: \n" | ||||
"X-Generator: Poedit 2.0.6\n" | ||||
| ||||
#: ../Doc/c-api/objbuffer.rst:4 | ||||
#, fuzzy | ||||
msgid "Old Buffer Protocol" | ||||
msgstr "Ancien *Buffer Protocol*" | ||||
| ||||
| | @ -47,6 +49,7 @@ msgstr "" | |||
"func:`PyBuffer_Release` lorsque la vue peut être libérée." | ||||
| ||||
#: ../Doc/c-api/objbuffer.rst:23 | ||||
#, fuzzy | ||||
msgid "" | ||||
"Returns a pointer to a read-only memory location usable as character-based " | ||||
"input. The *obj* argument must support the single-segment character buffer " | ||||
| | @ -54,8 +57,14 @@ msgid "" | |||
"and *buffer_len* to the buffer length. Returns ``-1`` and sets a :exc:" | ||||
"`TypeError` on error." | ||||
msgstr "" | ||||
"Retourne un pointeur vers une adresse mémoire en lecture seule utilisable en " | ||||
"tant que entrée par caractère. L'argument *obj* doit supporter l'interface " | ||||
"caractère a segment unique buffurisée. en cas de succès, retourne ``0``, " | ||||
"mets la valeur de *buffer* a l'adresse mémoire et *buffer_len* a la taille " | ||||
"du buffer. Retourne ``-1`` et mets une :exc:`TypeError` en cas d'erreur." | ||||
| ||||
#: ../Doc/c-api/objbuffer.rst:32 | ||||
#, fuzzy | ||||
msgid "" | ||||
"Returns a pointer to a read-only memory location containing arbitrary data. " | ||||
"The *obj* argument must support the single-segment readable buffer " | ||||
| | @ -63,6 +72,11 @@ msgid "" | |||
"and *buffer_len* to the buffer length. Returns ``-1`` and sets a :exc:" | ||||
"`TypeError` on error." | ||||
msgstr "" | ||||
"Retourne un pointeur vers une adresse mémoire en lecture seule contenant des " | ||||
"données arbitraires. L'argument *obj* doit supporter l'interface caractère a " | ||||
"segment unique buffurisée. en cas de succès, retourne ``0``, mets la valeur " | ||||
"de *buffer* a l'adresse mémoire et *buffer_len* a la taille du buffer. " | ||||
"Retourne ``-1`` et mets une :exc:`TypeError` en cas d'erreur." | ||||
| ||||
#: ../Doc/c-api/objbuffer.rst:41 | ||||
msgid "" | ||||
| | @ -73,6 +87,7 @@ msgstr "" | |||
"``0`` sinon." | ||||
| ||||
#: ../Doc/c-api/objbuffer.rst:47 | ||||
#, fuzzy | ||||
msgid "" | ||||
"Returns a pointer to a writable memory location. The *obj* argument must " | ||||
"support the single-segment, character buffer interface. On success, returns " | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue