@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.10\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2022-11-05 19:53 +0000\n "
14
+ "POT-Creation-Date : 2022-11-08 04:52 +0000\n "
15
15
"PO-Revision-Date : 2022-11-05 17:21+0000\n "
16
16
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n "
17
17
"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -196,11 +196,11 @@ msgstr ""
196
196
"następująco:"
197
197
198
198
msgid ""
199
- "Do _not_ build Python into your .exe file directly. On Windows, Python must "
200
- "be a DLL to handle importing modules that are themselves DLL's. (This is "
201
- "the first key undocumented fact.) Instead, link to :file:`python{NN}.dll`; "
202
- "it is typically installed in ``C:\\ Windows\\ System``. *NN* is the Python "
203
- "version, a number such as \" 33\" for Python 3.3."
199
+ "Do **not** build Python into your .exe file directly. On Windows, Python "
200
+ "must be a DLL to handle importing modules that are themselves DLL's. (This "
201
+ "is the first key undocumented fact.) Instead, link to :file:`python{NN}."
202
+ "dll`; it is typically installed in ``C:\\ Windows\\ System``. *NN* is the "
203
+ "Python version, a number such as \" 33\" for Python 3.3."
204
204
msgstr ""
205
205
206
206
msgid ""
@@ -225,8 +225,8 @@ msgid ""
225
225
"If you use SWIG, it is easy to create a Python \" extension module\" that "
226
226
"will make the app's data and methods available to Python. SWIG will handle "
227
227
"just about all the grungy details for you. The result is C code that you "
228
- "link *into* your .exe file (!) You do _not_ have to create a DLL file, and "
229
- "this also simplifies linking."
228
+ "link *into* your .exe file (!) You do **not** have to create a DLL file, "
229
+ "and this also simplifies linking."
230
230
msgstr ""
231
231
232
232
msgid ""
@@ -259,10 +259,10 @@ msgid ""
259
259
msgstr ""
260
260
261
261
msgid ""
262
- "Problem 1: The so-called \" Very High Level\" functions that take FILE * "
262
+ "Problem 1: The so-called \" Very High Level\" functions that take `` FILE *`` "
263
263
"arguments will not work in a multi-compiler environment because each "
264
- "compiler's notion of a struct FILE will be different. From an "
265
- "implementation standpoint these are very _low_ level functions."
264
+ "compiler's notion of a `` struct FILE`` will be different. From an "
265
+ "implementation standpoint these are very low level functions."
266
266
msgstr ""
267
267
268
268
msgid ""
0 commit comments