-
Notifications
You must be signed in to change notification settings - Fork 266
Running pospell on library/b*.po #292
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
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
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
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,7 +6,7 @@ msgstr "" | |
"Project-Id-Version: Python 3.6\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-27 19:40+0200\n" | ||
"PO-Revision-Date: 2017-08-10 00:59+0200\n" | ||
"PO-Revision-Date: 2018-07-29 01:06+0200\n" | ||
"Last-Translator: Julien Palard <julien@palard.fr>\n" | ||
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||
"Language: fr\n" | ||
|
@@ -17,7 +17,7 @@ msgstr "" | |
|
||
#: ../Doc/library/binhex.rst:2 | ||
msgid ":mod:`binhex` --- Encode and decode binhex4 files" | ||
msgstr ":mod:`binhex` --- Encode et décode les fichiers binhex4" | ||
msgstr ":mod:`binhex` --- Encode et décode les fichiers *binhex4*" | ||
|
||
#: ../Doc/library/binhex.rst:7 | ||
msgid "**Source code:** :source:`Lib/binhex.py`" | ||
|
@@ -28,7 +28,7 @@ msgid "" | |
"This module encodes and decodes files in binhex4 format, a format allowing " | ||
"representation of Macintosh files in ASCII. Only the data fork is handled." | ||
msgstr "" | ||
"Ce module encode et décode les fichiers au format binhex4, un format " | ||
"Ce module encode et décode les fichiers au format *binhex4*, un format " | ||
"permettant la représentation de fichier Macintosh au format ASCII. Seulement " | ||
"la fourchette de donnée est supportée." | ||
|
||
|
@@ -42,7 +42,7 @@ msgid "" | |
"*output* parameter can either be a filename or a file-like object (any " | ||
"object supporting a :meth:`write` and :meth:`close` method)." | ||
msgstr "" | ||
"Converti un fichier binaire avec comme nom *input* en fichier binhex " | ||
"Converti un fichier binaire avec comme nom *input* en fichier *binhex* " | ||
"*output*. Le paramètre *output* peut être soit un nom de fichier, soit un " | ||
"objet s’apparentant à un fichier (tout objet supportant les méthodes :meth:" | ||
"`write` et :meth:`close`)." | ||
|
@@ -54,11 +54,11 @@ msgid "" | |
"is written to a file named *output*, unless the argument is ``None`` in " | ||
"which case the output filename is read from the binhex file." | ||
msgstr "" | ||
"Décode un fichier binhex *input*. *input* peut être soit un nom de fichier, " | ||
"soit un objet s’apparentant à un fichier supportant les méthodes :meth:" | ||
"`write` et :meth:`close`. Le résultat est écrit dans un fichier nommé " | ||
"Décode un fichier *binhex* *input*. *input* peut être soit un nom de " | ||
"fichier, soit un objet s’apparentant à un fichier supportant les méthodes :" | ||
"meth:`write` et :meth:`close`. Le résultat est écrit dans un fichier nommé " | ||
"*output*, sauf si l'argument est ``None``, dans ce cas le fichier de sorti " | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. s/sorti/sortie/ |
||
"est lu depuis le fichier binhex." | ||
"est lu depuis le fichier *binhex*." | ||
|
||
#: ../Doc/library/binhex.rst:31 | ||
msgid "The following exception is also defined:" | ||
|
@@ -71,9 +71,9 @@ msgid "" | |
"input is not properly encoded binhex data." | ||
msgstr "" | ||
"Exception levée quand quelque chose ne peut être encodé en utilisant le " | ||
"format binhex (par exemple, un nom de fichier trop long pour rentrer dans le " | ||
"champ filename) ou quand les données d'entrée ne sont pas encodées " | ||
"correctement en binhex." | ||
"format *binhex* (par exemple, un nom de fichier trop long pour rentrer dans " | ||
"le champ *filename*) ou quand les données d'entrée ne sont pas encodées " | ||
"correctement en *binhex*." | ||
|
||
#: ../Doc/library/binhex.rst:43 | ||
msgid "Module :mod:`binascii`" | ||
|
@@ -83,7 +83,7 @@ msgstr "Module :mod:`binascii`" | |
msgid "" | ||
"Support module containing ASCII-to-binary and binary-to-ASCII conversions." | ||
msgstr "" | ||
"Module secondaire contenant les conversions ASCII-à-binaire et binaire-à-" | ||
"Module secondaire contenant les conversions ASCII à binaire et binaire à " | ||
"ASCII." | ||
|
||
#: ../Doc/library/binhex.rst:50 | ||
|
@@ -103,6 +103,6 @@ msgid "" | |
"If you code or decode textfiles on non-Macintosh platforms they will still " | ||
"use the old Macintosh newline convention (carriage-return as end of line)." | ||
msgstr "" | ||
"Si vous codez ou décodez sur des plateformes non-Macintosh, elles " | ||
"utiliseront l'ancienne convention Macintosh newline (retour-chariot comme " | ||
"fin de ligne)." | ||
"Si vous codez ou décodez sur des plateformes autres que Macintosh, elles " | ||
"utiliseront l'ancienne convention Macintosh pour les retours à la ligne " | ||
"(retour-chariot comme fin de ligne)." |
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Converti/Convertit/ ?