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 @@ -190,6 +190,8 @@ msgid ""
190
190
"Embedding the Python interpreter in a Windows app can be summarized as "
191
191
"follows:"
192
192
msgstr ""
193
+ "Wbudowany interpreter w windowsowej aplikacji może być podsumowany "
194
+ "następująco:"
193
195
194
196
msgid ""
195
197
"Do _not_ build Python into your .exe file directly. On Windows, Python must "
@@ -243,11 +245,16 @@ msgid ""
243
245
"calling the initialization function is equivalent to importing the module "
244
246
"into Python! (This is the second key undocumented fact.)"
245
247
msgstr ""
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."
246
251
247
252
msgid ""
248
253
"In short, you can use the following code to initialize the Python "
249
254
"interpreter with your extension module."
250
255
msgstr ""
256
+ "W skrócie możesz użyć poniższego kodu do uruchomienia interpretera Python w "
257
+ "twoim rozszerzonym module."
251
258
252
259
msgid ""
253
260
"There are two problems with Python's C API which will become apparent if you "
@@ -265,6 +272,8 @@ msgid ""
265
272
"Problem 2: SWIG generates the following code when generating wrappers to "
266
273
"void functions:"
267
274
msgstr ""
275
+ "Problem nr. 2: SWIG generuje następujący kod kiedy generujesz wrapper do "
276
+ "funkcji void."
268
277
269
278
msgid ""
270
279
"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