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

56 lines
2.2 KiB
Plaintext
Raw Permalink Normal View History

2020-06-05 07:32:47 +00:00
# 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"
2020-09-11 07:11:46 +00:00
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
"PO-Revision-Date: 2023-06-24 10:08+0200\n"
"Last-Translator: Christophe Nanteuil <christophe.nanteuil@gmail.com>\n"
2020-06-05 07:32:47 +00:00
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
2020-07-20 13:06:06 +00:00
"Language: fr\n"
2020-06-05 07:32:47 +00:00
"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"
2020-06-05 07:32:47 +00:00
#: library/tkinter.colorchooser.rst:2
2020-06-05 07:32:47 +00:00
msgid ":mod:`tkinter.colorchooser` --- Color choosing dialog"
msgstr ":mod:`tkinter.colorchooser` — Boîte de dialogue de choix de couleur"
2020-06-05 07:32:47 +00:00
#: library/tkinter.colorchooser.rst:8
2020-06-05 07:32:47 +00:00
msgid "**Source code:** :source:`Lib/tkinter/colorchooser.py`"
msgstr "**Code source :** :source:`Lib/tkinter/colorchooser.py`"
2020-06-05 07:32:47 +00:00
#: library/tkinter.colorchooser.rst:12
2020-06-05 07:32:47 +00:00
msgid ""
"The :mod:`tkinter.colorchooser` module provides the :class:`Chooser` class "
"as an interface to the native color picker dialog. ``Chooser`` implements a "
"modal color choosing dialog window. The ``Chooser`` class inherits from the :"
"class:`~tkinter.commondialog.Dialog` class."
msgstr ""
"Le module :mod:`tkinter.colorchooser` fournit la classe :class:`Chooser` en "
"tant qu'interface avec la boîte de dialogue native du sélecteur de couleurs. "
"``Chooser`` implémente une fenêtre de dialogue de choix de couleur modale. "
"La classe ``Chooser`` hérite de la classe :class:`~tkinter.commondialog."
"Dialog`."
2020-06-05 07:32:47 +00:00
#: library/tkinter.colorchooser.rst:21
2020-06-05 07:32:47 +00:00
msgid ""
"Create a color choosing dialog. A call to this method will show the window, "
"wait for the user to make a selection, and return the selected color (or "
"``None``) to the caller."
msgstr ""
"Crée une boîte de dialogue de choix de couleur. Un appel à cette méthode "
"affiche la fenêtre, attend que l'utilisateur fasse une sélection et renvoie "
"la couleur sélectionnée (ou ``None``) à l'appelant."
2020-06-05 07:32:47 +00:00
#: library/tkinter.colorchooser.rst:28
2020-06-05 07:32:47 +00:00
msgid "Module :mod:`tkinter.commondialog`"
msgstr "Module :mod:`tkinter.commondialog`"
2020-06-05 07:32:47 +00:00
#: library/tkinter.colorchooser.rst:29
2020-06-05 07:32:47 +00:00
msgid "Tkinter standard dialog module"
msgstr "Module de dialogue standard *Tkinter*"