@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.12\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-08-02 14:51 +0000\n "
14+ "POT-Creation-Date : 2024-08-03 20:45 +0000\n "
1515"PO-Revision-Date : 2024-05-11 00:33+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1268,35 +1268,18 @@ msgid ""
12681268"correct :attr:`!restype` attribute to use these functions."
12691269msgstr ""
12701270
1271- msgid ""
1272- "Loading a library through any of these objects raises an auditing event "
1273- "ctypes.dlopen with string argument name, the name used to load the library."
1274- msgstr ""
1275-
12761271msgid ""
12771272"Loading a library through any of these objects raises an :ref:`auditing "
12781273"event <auditing>` ``ctypes.dlopen`` with string argument ``name``, the name "
12791274"used to load the library."
12801275msgstr ""
12811276
1282- msgid ""
1283- "Accessing a function on a loaded library raises an auditing event ctypes."
1284- "dlsym with arguments library (the library object) and name (the symbol's "
1285- "name as a string or integer)."
1286- msgstr ""
1287-
12881277msgid ""
12891278"Accessing a function on a loaded library raises an auditing event ``ctypes."
12901279"dlsym`` with arguments ``library`` (the library object) and ``name`` (the "
12911280"symbol's name as a string or integer)."
12921281msgstr ""
12931282
1294- msgid ""
1295- "In cases when only the library handle is available rather than the object, "
1296- "accessing a function raises an auditing event ctypes.dlsym/handle with "
1297- "arguments handle (the raw library handle) and name."
1298- msgstr ""
1299-
13001283msgid ""
13011284"In cases when only the library handle is available rather than the object, "
13021285"accessing a function raises an auditing event ``ctypes.dlsym/handle`` with "
@@ -1396,14 +1379,6 @@ msgid ""
13961379"the passed arguments."
13971380msgstr ""
13981381
1399- msgid ""
1400- "On Windows, when a foreign function call raises a system exception (for "
1401- "example, due to an access violation), it will be captured and replaced with "
1402- "a suitable Python exception. Further, an auditing event ctypes.set_exception "
1403- "with argument code will be raised, allowing an audit hook to replace the "
1404- "exception with its own."
1405- msgstr ""
1406-
14071382msgid ""
14081383"On Windows, when a foreign function call raises a system exception (for "
14091384"example, due to an access violation), it will be captured and replaced with "
@@ -1412,11 +1387,6 @@ msgid ""
14121387"hook to replace the exception with its own."
14131388msgstr ""
14141389
1415- msgid ""
1416- "Some ways to invoke foreign function calls may raise an auditing event "
1417- "ctypes.call_function with arguments function pointer and arguments."
1418- msgstr ""
1419-
14201390msgid ""
14211391"Some ways to invoke foreign function calls may raise an auditing event "
14221392"``ctypes.call_function`` with arguments ``function pointer`` and "
@@ -1585,7 +1555,9 @@ msgid ""
15851555"instance of a ctypes type."
15861556msgstr ""
15871557
1588- msgid "Raises an auditing event ctypes.addressof with argument obj."
1558+ msgid ""
1559+ "Raises an :ref:`auditing event <auditing>` ``ctypes.addressof`` with "
1560+ "argument ``obj``."
15891561msgstr ""
15901562
15911563msgid ""
@@ -1633,8 +1605,8 @@ msgid ""
16331605msgstr ""
16341606
16351607msgid ""
1636- "Raises an auditing event ctypes.create_string_buffer with arguments init, "
1637- "size."
1608+ "Raises an :ref:` auditing event <auditing>` `` ctypes.create_string_buffer`` "
1609+ "with arguments ``init``, `` size`` ."
16381610msgstr ""
16391611
16401612msgid ""
@@ -1656,8 +1628,8 @@ msgid ""
16561628msgstr ""
16571629
16581630msgid ""
1659- "Raises an auditing event ctypes.create_unicode_buffer with arguments init, "
1660- "size."
1631+ "Raises an :ref:` auditing event <auditing>` `` ctypes.create_unicode_buffer`` "
1632+ "with arguments ``init``, `` size`` ."
16611633msgstr ""
16621634
16631635msgid ""
@@ -1708,15 +1680,19 @@ msgid ""
17081680"`errno` variable in the calling thread."
17091681msgstr ""
17101682
1711- msgid "Raises an auditing event ctypes.get_errno with no arguments."
1683+ msgid ""
1684+ "Raises an :ref:`auditing event <auditing>` ``ctypes.get_errno`` with no "
1685+ "arguments."
17121686msgstr ""
17131687
17141688msgid ""
17151689"Windows only: returns the current value of the ctypes-private copy of the "
17161690"system :data:`!LastError` variable in the calling thread."
17171691msgstr ""
17181692
1719- msgid "Raises an auditing event ctypes.get_last_error with no arguments."
1693+ msgid ""
1694+ "Raises an :ref:`auditing event <auditing>` ``ctypes.get_last_error`` with no "
1695+ "arguments."
17201696msgstr ""
17211697
17221698msgid ""
@@ -1759,7 +1735,9 @@ msgid ""
17591735"variable in the calling thread to *value* and return the previous value."
17601736msgstr ""
17611737
1762- msgid "Raises an auditing event ctypes.set_errno with argument errno."
1738+ msgid ""
1739+ "Raises an :ref:`auditing event <auditing>` ``ctypes.set_errno`` with "
1740+ "argument ``errno``."
17631741msgstr ""
17641742
17651743msgid ""
@@ -1768,7 +1746,9 @@ msgid ""
17681746"return the previous value."
17691747msgstr ""
17701748
1771- msgid "Raises an auditing event ctypes.set_last_error with argument error."
1749+ msgid ""
1750+ "Raises an :ref:`auditing event <auditing>` ``ctypes.set_last_error`` with "
1751+ "argument ``error``."
17721752msgstr ""
17731753
17741754msgid ""
@@ -1781,7 +1761,9 @@ msgid ""
17811761"as size, otherwise the string is assumed to be zero-terminated."
17821762msgstr ""
17831763
1784- msgid "Raises an auditing event ctypes.string_at with arguments ptr, size."
1764+ msgid ""
1765+ "Raises an :ref:`auditing event <auditing>` ``ctypes.string_at`` with "
1766+ "arguments ``ptr``, ``size``."
17851767msgstr ""
17861768
17871769msgid ""
@@ -1803,7 +1785,9 @@ msgid ""
18031785"is assumed to be zero-terminated."
18041786msgstr ""
18051787
1806- msgid "Raises an auditing event ctypes.wstring_at with arguments ptr, size."
1788+ msgid ""
1789+ "Raises an :ref:`auditing event <auditing>` ``ctypes.wstring_at`` with "
1790+ "arguments ``ptr``, ``size``."
18071791msgstr ""
18081792
18091793msgid "Data types"
@@ -1832,8 +1816,8 @@ msgid ""
18321816msgstr ""
18331817
18341818msgid ""
1835- "Raises an auditing event ctypes.cdata/buffer with arguments pointer, size, "
1836- "offset."
1819+ "Raises an :ref:` auditing event <auditing>` `` ctypes.cdata/buffer`` with "
1820+ "arguments ``pointer``, ``size``, `` offset`` ."
18371821msgstr ""
18381822
18391823msgid ""
@@ -1848,11 +1832,6 @@ msgid ""
18481832"*address* which must be an integer."
18491833msgstr ""
18501834
1851- msgid ""
1852- "This method, and others that indirectly call this method, raises an auditing "
1853- "event ctypes.cdata with argument address."
1854- msgstr ""
1855-
18561835msgid ""
18571836"This method, and others that indirectly call this method, raises an :ref:"
18581837"`auditing event <auditing>` ``ctypes.cdata`` with argument ``address``."
0 commit comments