python-docs-fr/library/persistence.po

37 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 1990-2016, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 2.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-30 10:44+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/library/persistence.rst:6
msgid "Data Persistence"
msgstr "Persistance des données"
#: ../Doc/library/persistence.rst:8
msgid ""
"The modules described in this chapter support storing Python data in a "
"persistent form on disk. The :mod:`pickle` and :mod:`marshal` modules can "
"turn many Python data types into a stream of bytes and then recreate the "
"objects from the bytes. The various DBM-related modules support a family of "
"hash-based file formats that store a mapping of strings to other strings. "
"The :mod:`bsddb` module also provides such disk-based string-to-string "
"mappings based on hashing, and also supports B-Tree and record-based formats."
msgstr ""
#: ../Doc/library/persistence.rst:16
msgid "The list of modules described in this chapter is:"
msgstr "La liste des modules documentés dans ce chapitre est :"