1
0
Fork 0
python-docs-fr/library/tkinter.messagebox.po

49 lines
1.4 KiB
Plaintext

# 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: 2020-07-20 15:08+0200\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/tkinter.messagebox.rst:2
msgid ":mod:`tkinter.messagebox` --- Tkinter message prompts"
msgstr ""
#: library/tkinter.messagebox.rst:8
msgid "**Source code:** :source:`Lib/tkinter/messagebox.py`"
msgstr ""
#: library/tkinter.messagebox.rst:12
msgid ""
"The :mod:`tkinter.messagebox` module provides a template base class as well "
"as a variety of convenience methods for commonly used configurations. The "
"message boxes are modal and will return a subset of (True, False, OK, None, "
"Yes, No) based on the user's selection. Common message box styles and "
"layouts include but are not limited to:"
msgstr ""
#: library/tkinter.messagebox.rst:22
msgid "Create a default information message box."
msgstr ""
#: library/tkinter.messagebox.rst:24
msgid "**Information message box**"
msgstr ""
#: library/tkinter.messagebox.rst:28
msgid "**Warning message boxes**"
msgstr ""
#: library/tkinter.messagebox.rst:33
msgid "**Question message boxes**"
msgstr ""