File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -190,6 +190,8 @@ msgid ""
190190"Embedding the Python interpreter in a Windows app can be summarized as "
191191"follows:"
192192msgstr ""
193+ "Wbudowany interpreter w windowsowej aplikacji może być podsumowany "
194+ "następująco:"
193195
194196msgid ""
195197"Do _not_ build Python into your .exe file directly. On Windows, Python must "
@@ -243,11 +245,16 @@ msgid ""
243245"calling the initialization function is equivalent to importing the module "
244246"into Python! (This is the second key undocumented fact.)"
245247msgstr ""
248+ "Spowodowane jest to faktem, że możesz linkować kod w kroku 2 do twojego "
249+ "pliku .exe. Jest to nazywane funkcją inicjalizacji i jest to ekwiwalent "
250+ "importu modułu Pythona."
246251
247252msgid ""
248253"In short, you can use the following code to initialize the Python "
249254"interpreter with your extension module."
250255msgstr ""
256+ "W skrócie możesz użyć poniższego kodu do uruchomienia interpretera Python w "
257+ "twoim rozszerzonym module."
251258
252259msgid ""
253260"There are two problems with Python's C API which will become apparent if you "
@@ -265,6 +272,8 @@ msgid ""
265272"Problem 2: SWIG generates the following code when generating wrappers to "
266273"void functions:"
267274msgstr ""
275+ "Problem nr. 2: SWIG generuje następujący kod kiedy generujesz wrapper do "
276+ "funkcji void."
268277
269278msgid ""
270279"Alas, Py_None is a macro that expands to a reference to a complex data "
You can’t perform that action at this time.
0 commit comments