Skip to content
Closed
Changes from all 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
12 changes: 7 additions & 5 deletions library/chunk.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ msgstr ""
"Project-Id-Version: Python 3\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: 2019-12-13 11:09+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/library/chunk.rst:2
msgid ":mod:`chunk` --- Read IFF chunked data"
msgstr ""
msgstr ":mod:`chunk`— Lecture des morceaux de données IFF"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
msgstr ":mod:`chunk`— Lecture des morceaux de données IFF"
msgstr ":mod:`chunk`— Lecture de blocs de données IFF"

Une bonne source d'inspiration : https://fr.wikipedia.org/wiki/Interchange_file_format


#: ../Doc/library/chunk.rst:10
msgid "**Source code:** :source:`Lib/chunk.py`"
Expand All @@ -36,11 +37,12 @@ msgstr ""

#: ../Doc/library/chunk.rst:29
msgid "Offset"
msgstr ""
msgstr "Décalage"

# Longueur
#: ../Doc/library/chunk.rst:29
msgid "Length"
msgstr ""
msgstr "Longueur"

#: ../Doc/library/chunk.rst:29
msgid "Contents"
Expand Down