merge pot files.
This commit is contained in:
parent 50c8a573f7
commit 4ef9eaac76
51 changed files with 18031 additions and 17099 deletions
45 faq/gui.po
45
faq/gui.po | | @ -8,7 +8,7 @@ msgid "" | |||
msgstr "" | ||||
"Project-Id-Version: Python 3.6\n" | ||||
"Report-Msgid-Bugs-To: \n" | ||||
"POT-Creation-Date: 2017-04-02 22:11+0200\n" | ||||
"POT-Creation-Date: 2017-08-01 13:21+0200\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" | ||||
| | @ -155,65 +155,54 @@ msgid "" | |||
"PyFLTK project <http://pyfltk.sourceforge.net>`_." | ||||
msgstr "" | ||||
| ||||
#: ../Doc/faq/gui.rst:99 | ||||
msgid "FOX" | ||||
msgstr "" | ||||
| ||||
#: ../Doc/faq/gui.rst:101 | ||||
msgid "" | ||||
"A wrapper for `the FOX toolkit <http://www.fox-toolkit.org/>`_ called `FXpy " | ||||
"<http://fxpy.sourceforge.net/>`_ is available. FOX supports both Unix " | ||||
"variants and Windows." | ||||
msgstr "" | ||||
| ||||
#: ../Doc/faq/gui.rst:107 | ||||
#: ../Doc/faq/gui.rst:98 | ||||
msgid "OpenGL" | ||||
msgstr "" | ||||
| ||||
#: ../Doc/faq/gui.rst:109 | ||||
#: ../Doc/faq/gui.rst:100 | ||||
msgid "For OpenGL bindings, see `PyOpenGL <http://pyopengl.sourceforge.net>`_." | ||||
msgstr "" | ||||
| ||||
#: ../Doc/faq/gui.rst:113 | ||||
#: ../Doc/faq/gui.rst:104 | ||||
msgid "What platform-specific GUI toolkits exist for Python?" | ||||
msgstr "" | ||||
| ||||
#: ../Doc/faq/gui.rst:115 | ||||
#: ../Doc/faq/gui.rst:106 | ||||
msgid "" | ||||
"By installing the `PyObjc Objective-C bridge <https://pythonhosted.org/" | ||||
"pyobjc/>`_, Python programs can use Mac OS X's Cocoa libraries." | ||||
msgstr "" | ||||
| ||||
#: ../Doc/faq/gui.rst:119 | ||||
#: ../Doc/faq/gui.rst:110 | ||||
msgid "" | ||||
":ref:`Pythonwin <windows-faq>` by Mark Hammond includes an interface to the " | ||||
"Microsoft Foundation Classes and a Python programming environment that's " | ||||
"written mostly in Python using the MFC classes." | ||||
msgstr "" | ||||
| ||||
#: ../Doc/faq/gui.rst:125 | ||||
#: ../Doc/faq/gui.rst:116 | ||||
msgid "Tkinter questions" | ||||
msgstr "" | ||||
| ||||
#: ../Doc/faq/gui.rst:128 | ||||
#: ../Doc/faq/gui.rst:119 | ||||
msgid "How do I freeze Tkinter applications?" | ||||
msgstr "" | ||||
| ||||
#: ../Doc/faq/gui.rst:130 | ||||
#: ../Doc/faq/gui.rst:121 | ||||
msgid "" | ||||
"Freeze is a tool to create stand-alone applications. When freezing Tkinter " | ||||
"applications, the applications will not be truly stand-alone, as the " | ||||
"application will still need the Tcl and Tk libraries." | ||||
msgstr "" | ||||
| ||||
#: ../Doc/faq/gui.rst:134 | ||||
#: ../Doc/faq/gui.rst:125 | ||||
msgid "" | ||||
"One solution is to ship the application with the Tcl and Tk libraries, and " | ||||
"point to them at run-time using the :envvar:`TCL_LIBRARY` and :envvar:" | ||||
"`TK_LIBRARY` environment variables." | ||||
msgstr "" | ||||
| ||||
#: ../Doc/faq/gui.rst:138 | ||||
#: ../Doc/faq/gui.rst:129 | ||||
msgid "" | ||||
"To get truly stand-alone applications, the Tcl scripts that form the library " | ||||
"have to be integrated into the application as well. One tool supporting that " | ||||
| | @ -221,18 +210,18 @@ msgid "" | |||
"tix.sourceforge.net/)." | ||||
msgstr "" | ||||
| ||||
#: ../Doc/faq/gui.rst:143 | ||||
#: ../Doc/faq/gui.rst:134 | ||||
msgid "" | ||||
"Build Tix with SAM enabled, perform the appropriate call to :c:func:" | ||||
"`Tclsam_init`, etc. inside Python's :file:`Modules/tkappinit.c`, and link " | ||||
"with libtclsam and libtksam (you might include the Tix libraries as well)." | ||||
msgstr "" | ||||
| ||||
#: ../Doc/faq/gui.rst:150 | ||||
#: ../Doc/faq/gui.rst:141 | ||||
msgid "Can I have Tk events handled while waiting for I/O?" | ||||
msgstr "" | ||||
| ||||
#: ../Doc/faq/gui.rst:152 | ||||
#: ../Doc/faq/gui.rst:143 | ||||
msgid "" | ||||
"On platforms other than Windows, yes, and you don't even need threads! But " | ||||
"you'll have to restructure your I/O code a bit. Tk has the equivalent of " | ||||
| | @ -241,18 +230,18 @@ msgid "" | |||
"file descriptor. See :ref:`tkinter-file-handlers`." | ||||
msgstr "" | ||||
| ||||
#: ../Doc/faq/gui.rst:160 | ||||
#: ../Doc/faq/gui.rst:151 | ||||
msgid "I can't get key bindings to work in Tkinter: why?" | ||||
msgstr "" | ||||
| ||||
#: ../Doc/faq/gui.rst:162 | ||||
#: ../Doc/faq/gui.rst:153 | ||||
msgid "" | ||||
"An often-heard complaint is that event handlers bound to events with the :" | ||||
"meth:`bind` method don't get handled even when the appropriate key is " | ||||
"pressed." | ||||
msgstr "" | ||||
| ||||
#: ../Doc/faq/gui.rst:165 | ||||
#: ../Doc/faq/gui.rst:156 | ||||
msgid "" | ||||
"The most common cause is that the widget to which the binding applies " | ||||
"doesn't have \"keyboard focus\". Check out the Tk documentation for the " | ||||
| | | |||
| | @ -7,14 +7,14 @@ msgid "" | |||
msgstr "" | ||||
"Project-Id-Version: Python 3.6\n" | ||||
"Report-Msgid-Bugs-To: \n" | ||||
"POT-Creation-Date: 2017-04-02 22:11+0200\n" | ||||
"POT-Creation-Date: 2017-08-01 13:21+0200\n" | ||||
"PO-Revision-Date: 2017-05-28 17:54+0200\n" | ||||
"Last-Translator: Julien Palard <julien@palard.fr>\n" | ||||
"Language-Team: \n" | ||||
"Language: fr\n" | ||||
"MIME-Version: 1.0\n" | ||||
"Content-Type: text/plain; charset=UTF-8\n" | ||||
"Content-Transfer-Encoding: 8bit\n" | ||||
"Last-Translator: Julien Palard <julien@palard.fr>\n" | ||||
"Language-Team: \n" | ||||
"X-Generator: Poedit 1.8.11\n" | ||||
| ||||
#: ../Doc/faq/installed.rst:3 | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue