File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,8 @@ msgid ""
189189"Embedding the Python interpreter in a Windows app can be summarized as "
190190"follows:"
191191msgstr ""
192+ "Wbudowany interpreter w windowsowej aplikacji może być podsumowany "
193+ "następująco:"
192194
193195msgid ""
194196"Do _not_ build Python into your .exe file directly. On Windows, Python must "
@@ -242,11 +244,16 @@ msgid ""
242244"calling the initialization function is equivalent to importing the module "
243245"into Python! (This is the second key undocumented fact.)"
244246msgstr ""
247+ "Spowodowane jest to faktem, że możesz linkować kod w kroku 2 do twojego "
248+ "pliku .exe. Jest to nazywane funkcją inicjalizacji i jest to ekwiwalent "
249+ "importu modułu Pythona."
245250
246251msgid ""
247252"In short, you can use the following code to initialize the Python "
248253"interpreter with your extension module."
249254msgstr ""
255+ "W skrócie możesz użyć poniższego kodu do uruchomienia interpretera Python w "
256+ "twoim rozszerzonym module."
250257
251258msgid ""
252259"There are two problems with Python's C API which will become apparent if you "
@@ -264,6 +271,8 @@ msgid ""
264271"Problem 2: SWIG generates the following code when generating wrappers to "
265272"void functions:"
266273msgstr ""
274+ "Problem nr. 2: SWIG generuje następujący kod kiedy generujesz wrapper do "
275+ "funkcji void."
267276
268277msgid ""
269278"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