# 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 \n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: library/tkinter.colorchooser.rst:2 msgid ":mod:`tkinter.colorchooser` --- Color choosing dialog" msgstr "" #: library/tkinter.colorchooser.rst:8 msgid "**Source code:** :source:`Lib/tkinter/colorchooser.py`" msgstr "" #: library/tkinter.colorchooser.rst:12 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 "" #: library/tkinter.colorchooser.rst:21 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 "" #: library/tkinter.colorchooser.rst:28 msgid "Module :mod:`tkinter.commondialog`" msgstr "" #: library/tkinter.colorchooser.rst:29 msgid "Tkinter standard dialog module" msgstr ""