python-docs-fr/library/whichdb.po

44 lines
1.5 KiB
Plaintext

# 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/whichdb.rst:2
msgid ":mod:`whichdb` --- Guess which DBM module created a database"
msgstr ""
#: ../Doc/library/whichdb.rst:8
msgid ""
"The :mod:`whichdb` module's only function has been put into the :mod:`dbm` "
"module in Python 3. The :term:`2to3` tool will automatically adapt imports "
"when converting your sources to Python 3."
msgstr ""
#: ../Doc/library/whichdb.rst:13
msgid ""
"The single function in this module attempts to guess which of the several "
"simple database modules available--\\ :mod:`dbm`, :mod:`gdbm`, or :mod:"
"`dbhash`\\ --should be used to open a given file."
msgstr ""
#: ../Doc/library/whichdb.rst:20
msgid ""
"Returns one of the following values: ``None`` if the file can't be opened "
"because it's unreadable or doesn't exist; the empty string (``''``) if the "
"file's format can't be guessed; or a string containing the required module "
"name, such as ``'dbm'`` or ``'gdbm'``."
msgstr ""