python-docs-fr/library/binhex.po

111 lines
4.3 KiB
Plaintext
Raw Permalink Normal View History

2016-10-30 09:46:26 +00:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2016, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
2017-08-11 17:15:07 +00:00
"POT-Creation-Date: 2017-05-27 19:40+0200\n"
2017-08-09 22:23:54 +00:00
"PO-Revision-Date: 2017-08-10 00:59+0200\n"
2017-08-11 17:15:07 +00:00
"Last-Translator: Julien Palard <julien@palard.fr>\n"
"Language-Team: \n"
2017-05-23 22:40:56 +00:00
"Language: fr\n"
2016-10-30 09:46:26 +00:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2017-08-09 22:23:54 +00:00
"X-Generator: Poedit 1.8.11\n"
2016-10-30 09:46:26 +00:00
#: ../Doc/library/binhex.rst:2
msgid ":mod:`binhex` --- Encode and decode binhex4 files"
2020-04-24 09:39:30 +00:00
msgstr ":mod:`binhex` — Encode et décode les fichiers *binhex4*"
2016-10-30 09:46:26 +00:00
#: ../Doc/library/binhex.rst:7
msgid "**Source code:** :source:`Lib/binhex.py`"
2017-08-09 22:23:54 +00:00
msgstr "**Code source :** :source:`Lib/binhex.py`"
2016-10-30 09:46:26 +00:00
#: ../Doc/library/binhex.rst:11
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 ""
2018-10-10 16:31:41 +00:00
"Ce module encode et décode les fichiers au format *binhex4*, un format "
2017-04-03 07:23:36 +00:00
"permettant la représentation de fichier Macintosh au format ASCII. Seulement "
"la fourchette de donnée est supportée."
2016-10-30 09:46:26 +00:00
#: ../Doc/library/binhex.rst:14
msgid "The :mod:`binhex` module defines the following functions:"
2017-04-03 22:13:30 +00:00
msgstr "Le module :mod:`binhex` définit les fonctions suivantes :"
2016-10-30 09:46:26 +00:00
#: ../Doc/library/binhex.rst:19
msgid ""
"Convert a binary file with filename *input* to binhex file *output*. The "
"*output* parameter can either be a filename or a file-like object (any "
"object supporting a :meth:`write` and :meth:`close` method)."
msgstr ""
2018-10-10 16:31:41 +00:00
"Convertit un fichier binaire avec comme nom *input* en fichier *binhex* "
2017-04-03 07:23:36 +00:00
"*output*. Le paramètre *output* peut être soit un nom de fichier, soit un "
"objet sapparentant à un fichier (tout objet supportant les méthodes :meth:"
2017-04-03 07:23:36 +00:00
"`write` et :meth:`close`)."
2016-10-30 09:46:26 +00:00
#: ../Doc/library/binhex.rst:26
msgid ""
"Decode a binhex file *input*. *input* may be a filename or a file-like "
"object supporting :meth:`read` and :meth:`close` methods. The resulting file "
"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 ""
2018-10-10 16:31:41 +00:00
"Décode un fichier *binhex* *input*. *input* peut être soit un nom de "
"fichier, soit un objet sapparentant à 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 sortie "
"est lu depuis le fichier *binhex*."
2016-10-30 09:46:26 +00:00
#: ../Doc/library/binhex.rst:31
msgid "The following exception is also defined:"
msgstr "L'exception suivante est aussi définie :"
#: ../Doc/library/binhex.rst:36
msgid ""
"Exception raised when something can't be encoded using the binhex format "
"(for example, a filename is too long to fit in the filename field), or when "
"input is not properly encoded binhex data."
msgstr ""
2017-04-03 07:23:36 +00:00
"Exception levée quand quelque chose ne peut être encodé en utilisant le "
2018-10-10 16:31:41 +00:00
"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*."
2016-10-30 09:46:26 +00:00
#: ../Doc/library/binhex.rst:43
msgid "Module :mod:`binascii`"
2017-08-09 22:23:54 +00:00
msgstr "Module :mod:`binascii`"
2016-10-30 09:46:26 +00:00
#: ../Doc/library/binhex.rst:44
msgid ""
"Support module containing ASCII-to-binary and binary-to-ASCII conversions."
msgstr ""
2018-10-10 16:31:41 +00:00
"Module secondaire contenant les conversions ASCII vers binaire et binaire "
"vers ASCII."
2016-10-30 09:46:26 +00:00
#: ../Doc/library/binhex.rst:50
msgid "Notes"
msgstr "Notes"
#: ../Doc/library/binhex.rst:52
msgid ""
"There is an alternative, more powerful interface to the coder and decoder, "
"see the source for details."
msgstr ""
2017-04-03 07:23:36 +00:00
"Il y a une alternative, une interface plus puissante pour le codeur et "
"décodeur, voir les sources pour les détails."
2016-10-30 09:46:26 +00:00
#: ../Doc/library/binhex.rst:55
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 ""
2018-10-10 16:31:41 +00:00
"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)."