python-docs-fr/library/tkinter.messagebox.po

56 lines
2.2 KiB
Plaintext
Raw Permalink 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.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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: 2023-06-24 11:12+0200\n"
"Last-Translator: Christophe Nanteuil <christophe.nanteuil@gmail.com>\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"
"X-Generator: Poedit 3.2.2\n"
#: library/tkinter.messagebox.rst:2
msgid ":mod:`tkinter.messagebox` --- Tkinter message prompts"
msgstr ":mod:`tkinter.messagebox` Invites de messages *Tkinter*"
#: library/tkinter.messagebox.rst:8
msgid "**Source code:** :source:`Lib/tkinter/messagebox.py`"
msgstr "**Code source :** :source:`Lib/tkinter/messagebox.py`"
#: 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 ""
"Le module :mod:`tkinter.messagebox` fournit une classe mère de modèle ainsi "
"qu'une variété de méthodes pratiques pour les configurations couramment "
"utilisées. Les boîtes de message sont modales et renvoient un sous-ensemble "
"de (*True*, *False*, *OK*, *None*, *Yes*, *No*) en fonction de la sélection "
"de l'utilisateur. Les styles et mises en page courants des boîtes de message "
"incluent, sans toutefois s'y limiter :"
#: library/tkinter.messagebox.rst:22
msgid "Create a default information message box."
msgstr "Crée une boîte de message d'information par défaut."
#: library/tkinter.messagebox.rst:24
msgid "**Information message box**"
msgstr "**Boîte de message d'information**"
#: library/tkinter.messagebox.rst:28
msgid "**Warning message boxes**"
msgstr "**Boîtes de message d'avertissement**"
#: library/tkinter.messagebox.rst:33
msgid "**Question message boxes**"
msgstr "**Boîtes de message posant une question**"