-
Notifications
You must be signed in to change notification settings - Fork 266
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
Changes from 2 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
0e902b8
Finished translation of objbuffer
Seluj78 0ec3dc1
Fixed typos
Seluj78 2813588
Update c-api/objbuffer.po
JulienPalard e8db814
Update c-api/objbuffer.po
JulienPalard 27473a3
Update c-api/objbuffer.po
JulienPalard a2d55ce
Update c-api/objbuffer.po
JulienPalard 9082c21
Update c-api/objbuffer.po
JulienPalard a9c0d93
Update c-api/objbuffer.po
Seluj78 10259eb
Fixed fuzzy translations
Seluj78 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 "" | ||
|
@@ -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``, " | ||
Seluj78 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"mets la valeur de *buffer* a l'adresse mémoire et *buffer_len* a la taille " | ||
Seluj78 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"du **buffer**. Retourne ``-1`` et mets une :exc:`TypeError` en cas d'erreur." | ||
Seluj78 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
#: ../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 " | ||
Seluj78 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"valeur de *buffer* a l'adresse mémoire et *buffer_len* a la taille du " | ||
Seluj78 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"**buffer**. Retourne ``-1`` et mets une :exc:`TypeError` en cas d'erreur." | ||
|
||
#: ../Doc/c-api/objbuffer.rst:41 | ||
msgid "" | ||
|
@@ -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." |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.