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

59 lines
2.0 KiB
Plaintext
Raw Normal View History

2016-10-30 09:46:26 +00:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-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 3.6\n"
"Report-Msgid-Bugs-To: \n"
2017-04-02 20:14:06 +00:00
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
2016-10-30 09:46:26 +00:00
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
2017-04-02 20:14:06 +00:00
"Language: \n"
2016-10-30 09:46:26 +00:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/library/tkinter.scrolledtext.rst:2
msgid ":mod:`tkinter.scrolledtext` --- Scrolled Text Widget"
msgstr ""
#: ../Doc/library/tkinter.scrolledtext.rst:10
msgid "**Source code:** :source:`Lib/tkinter/scrolledtext.py`"
msgstr ""
#: ../Doc/library/tkinter.scrolledtext.rst:14
msgid ""
"The :mod:`tkinter.scrolledtext` module provides a class of the same name "
"which implements a basic text widget which has a vertical scroll bar "
"configured to do the \"right thing.\" Using the :class:`ScrolledText` class "
"is a lot easier than setting up a text widget and scroll bar directly. The "
"constructor is the same as that of the :class:`tkinter.Text` class."
msgstr ""
#: ../Doc/library/tkinter.scrolledtext.rst:20
msgid ""
"The text widget and scrollbar are packed together in a :class:`Frame`, and "
"the methods of the :class:`Grid` and :class:`Pack` geometry managers are "
"acquired from the :class:`Frame` object. This allows the :class:"
"`ScrolledText` widget to be used directly to achieve most normal geometry "
"management behavior."
msgstr ""
#: ../Doc/library/tkinter.scrolledtext.rst:25
msgid ""
"Should more specific control be necessary, the following attributes are "
"available:"
msgstr ""
#: ../Doc/library/tkinter.scrolledtext.rst:31
msgid "The frame which surrounds the text and scroll bar widgets."
msgstr ""
#: ../Doc/library/tkinter.scrolledtext.rst:36
msgid "The scroll bar widget."
msgstr ""