python-docs-fr/library/colorpicker.po

42 lines
1.3 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 1990-2016, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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 ""