Skip to content

Finished translation of objbuffer #413

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Dec 10, 2018
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 21 additions & 7 deletions c-api/objbuffer.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ 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-11 23:29+0100\n"
"Language-Team: FRENCH <[email protected]>\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
msgid "Old Buffer Protocol"
msgstr "Ancien *Buffer Protocol*"
msgstr "Ancien Protocole Tampon"

#: ../Doc/c-api/objbuffer.rst:8
msgid ""
Expand Down Expand Up @@ -47,22 +48,34 @@ 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 "
"interface. On success, returns ``0``, sets *buffer* to the memory location "
"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 "
"interface. On success, returns ``0``, sets *buffer* to the memory location "
"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 ""
Expand All @@ -73,14 +86,15 @@ 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 "
"``0``, sets *buffer* to the memory location and *buffer_len* to the buffer "
"length. Returns ``-1`` and sets a :exc:`TypeError` on error."
msgstr ""
"Renvoie un pointeur vers un espace mémoire dans lequel il est possible "
"décrire. L'argument *obj* doit gérer l'interface *single-segment, character "
"buffer*. Si tout s'est bien passé, ``0`` est renvoyé, *buffer* pointe vers "
"l'espace mémoire, et *buffer_len* vaudra la taille du tampon. Renvoie ``-1`` "
"et met l'exception :exc:`TypeError` en cas d'erreur."
"décrire. L'argument *obj* doit gérer l'interface **single-segment, "
"character buffer**. Si tout s'est bien passé, ``0`` est renvoyé, *buffer* "
"pointe vers l'espace mémoire, et *buffer_len* vaudra la taille du tampon. "
"Renvoie ``-1`` et met l'exception :exc:`TypeError` en cas d'erreur."