55#
66# Translators:
77# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
8+ # Waldemar Stoczkowski, 2023
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.11\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2023-06-09 14:40 +0000\n "
15+ "POT-Creation-Date : 2023-06-23 14:49 +0000\n "
1516"PO-Revision-Date : 2023-05-24 02:11+0000\n "
16- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com> , 2023\n "
17+ "Last-Translator : Waldemar Stoczkowski , 2023\n "
1718"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -33,7 +34,7 @@ msgid "General GUI Questions"
3334msgstr "Pytania ogólne o GUI"
3435
3536msgid "What GUI toolkits exist for Python?"
36- msgstr ""
37+ msgstr "Jakie zestawy narzędzi GUI istnieją dla Pythona? "
3738
3839msgid ""
3940"Standard builds of Python include an object-oriented interface to the Tcl/Tk "
@@ -43,6 +44,13 @@ msgid ""
4344"including pointers to the source, see the `Tcl/Tk home page <https://www.tcl."
4445"tk>`_. Tcl/Tk is fully portable to the macOS, Windows, and Unix platforms."
4546msgstr ""
47+ "Standardowe kompilacje Pythona zawierają obiektowy interfejs do zestawu "
48+ "widżetów Tcl/Tk, zwany :ref:`tkinter <Tkinter>`. Jest to prawdopodobnie "
49+ "najłatwiejszy do zainstalowania (ponieważ jest dołączony do większości "
50+ "binarnych dystrybucji <https://www.python.org/downloads/>`_ Pythona) i "
51+ "używania. Więcej informacji o Tk, w tym wskazówki do źródeł, można znaleźć "
52+ "na stronie domowej Tcl/Tk <https://www.tcl.tk>`_. Tcl/Tk jest w pełni "
53+ "przenośny na platformy macOS, Windows i Unix."
4654
4755msgid ""
4856"Depending on what platform(s) you are aiming at, there are also several "
@@ -53,7 +61,7 @@ msgid ""
5361msgstr ""
5462
5563msgid "Tkinter questions"
56- msgstr ""
64+ msgstr "Pytania dotyczące Tkinter "
5765
5866msgid "How do I freeze Tkinter applications?"
5967msgstr ""
@@ -69,13 +77,20 @@ msgid ""
6977"point to them at run-time using the :envvar:`TCL_LIBRARY` and :envvar:"
7078"`TK_LIBRARY` environment variables."
7179msgstr ""
80+ "Jednym z rozwiązań jest dostarczenie aplikacji z bibliotekami Tcl i Tk i "
81+ "wskazywanie ich w czasie wykonywania przy użyciu zmiennych środowiskowych :"
82+ "envvar:`TCL_LIBRARY` i :envvar:`TK_LIBRARY`."
7283
7384msgid ""
7485"To get truly stand-alone applications, the Tcl scripts that form the library "
7586"have to be integrated into the application as well. One tool supporting that "
7687"is SAM (stand-alone modules), which is part of the Tix distribution (https://"
7788"tix.sourceforge.net/)."
7889msgstr ""
90+ "Aby uzyskać prawdziwie samodzielne aplikacje, skrypty Tcl tworzące "
91+ "bibliotekę muszą być również zintegrowane z aplikacją. Jednym z narzędzi "
92+ "wspierających ten proces jest SAM (stand-alone modules), który jest częścią "
93+ "dystrybucji Tix (https://tix.sourceforge.net/)."
7994
8095msgid ""
8196"Build Tix with SAM enabled, perform the appropriate call to :c:func:"
0 commit comments