# SOME DESCRIPTIVE TITLE. # Copyright (C) 1990-2016, Python Software Foundation # This file is distributed under the same license as the Python package. # FIRST AUTHOR , 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 \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../Doc/library/colorpicker.rst:3 msgid ":mod:`ColorPicker` --- Color selection dialog" msgstr "" #: ../Doc/library/colorpicker.rst:13 msgid "" "The :mod:`ColorPicker` module provides access to the standard color picker " "dialog." msgstr "" #: ../Doc/library/colorpicker.rst:18 msgid "This module has been removed in Python 3.x." msgstr "" #: ../Doc/library/colorpicker.rst:23 msgid "" "Show a standard color selection dialog and allow the user to select a color. " "The user is given instruction by the *prompt* string, and the default color " "is set to *rgb*. *rgb* must be a tuple giving the red, green, and blue " "components of the color. :func:`GetColor` returns a tuple giving the user's " "selected color and a flag indicating whether they accepted the selection of " "cancelled." msgstr ""