forked from python/python-docs-fr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbinary.po
More file actions
49 lines (45 loc) · 1.87 KB
/
binary.po
File metadata and controls
49 lines (45 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Copyright (C) 2001-2018, Python Software Foundation
# For licence information, see README file.
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
"PO-Revision-Date: 2017-11-07 23:13+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
#: library/binary.rst:5
msgid "Binary Data Services"
msgstr "Services autour des Données Binaires"
#: library/binary.rst:7
msgid ""
"The modules described in this chapter provide some basic services operations "
"for manipulation of binary data. Other operations on binary data, "
"specifically in relation to file formats and network protocols, are "
"described in the relevant sections."
msgstr ""
"Les modules décrits dans ce chapitre fournissent des services élémentaires "
"pour manipuler des données binaires. Les autres manipulations sur les "
"données binaires, particulièrement celles en relation avec les formats de "
"fichier et les protocoles réseaux sont décrits dans leurs propres chapitres."
#: library/binary.rst:12
msgid ""
"Some libraries described under :ref:`textservices` also work with either "
"ASCII-compatible binary formats (for example, :mod:`re`) or all binary data "
"(for example, :mod:`difflib`)."
msgstr ""
"Certaines bibliothèques décrites dans :ref:`textservices` fonctionnent aussi "
"avec soit des formats binaires compatibles ASCII (comme le module :mod:`re`) "
"soit toutes les données binaires (comme le module :mod:`difflib`)."
#: library/binary.rst:16
msgid ""
"In addition, see the documentation for Python's built-in binary data types "
"in :ref:`binaryseq`."
msgstr ""
"En complément, consultez la documentation des types natifs binaires dans :"
"ref:`binaryseq`."