"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "scribus-1.3.3.12/scribus/po/scribus.pl_PL.ts" of archive scribus-1.3.3.12.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 <!DOCTYPE TS><TS>
    2 <context>
    3     <name></name>
    4     <message>
    5         <source>getFontSize([&quot;name&quot;]) -&gt; float
    6 
    7 Returns the font size in points for the text frame &quot;name&quot;. If this text
    8 frame has some text selected the value assigned to the first character of
    9 the selection is returned.
   10 If &quot;name&quot; is not given the currently selected item is used.
   11 </source>
   12         <translation>getFontSize([&quot;nazwa&quot;]) -&gt; float
   13 
   14 Zwraca stopień pisma w punktach dla ramki tekstowej &quot;nazwa&quot;. Jeśli ta ramka 
   15 tekstowa zawiera jakiś zaznaczony tekst, zwracana jest wartość przypisana do pierwszej litery zaznaczonego tekstu.
   16 Jeśli nie zostanie podana &quot;nazwa&quot;, użyty zostanie aktualnie zaznaczony obiekt.</translation>
   17     </message>
   18     <message>
   19         <source>getColorNames() -&gt; list
   20 
   21 Returns a list containing the names of all defined colors in the document.
   22 If no document is open, returns a list of the default document colors.
   23 </source>
   24         <translation>getColorNames() -&gt; list
   25 
   26 Zwraca listę zawierającą nazwy wszystkich zdefiniowanych kolorów w danym dokumencie.
   27 Jeśli nie jest aktualnie otwarty żaden dokument, zwrócona zostanie lista wszystkich domyślnych kolorów.</translation>
   28     </message>
   29     <message>
   30         <source>newDocDialog() -&gt; bool
   31 
   32 Displays the &quot;New Document&quot; dialog box. Creates a new document if the user
   33 accepts the settings. Does not create a document if the user presses cancel.
   34 Returns true if a new document was created.
   35 </source>
   36         <translation>newDocDialog() -&gt; bool
   37 
   38 Wyświetla okno dialogowe &quot;Nowy dokument&quot;. Tworzy nowy dokument, jeśli użytkownik zaakceptuje ustawienia. Nie tworzy dokumentu, jeśli użytkownik naciśnie na przycisk 
   39 &quot;Anuluj&quot;. Zwraca true, jeśli dokument zostanie utworzony.</translation>
   40     </message>
   41     <message>
   42         <source>getFillColor([&quot;name&quot;]) -&gt; string
   43 
   44 Returns the name of the fill color of the object &quot;name&quot;.
   45 If &quot;name&quot; is not given the currently selected item is used.
   46 </source>
   47         <translation>getFillColor([&quot;nazwa&quot;]) -&gt; string
   48 
   49 Zwraca nazwę koloru wypełnienia obiektu &quot;nazwa&quot;.
   50 Jeśli nie zostanie podana &quot;nazwa&quot;, zostanie użyty aktualnie zaznaczony obiekt.</translation>
   51     </message>
   52     <message>
   53         <source>moveObject(dx, dy [, &quot;name&quot;])
   54 
   55 Moves the object &quot;name&quot; by dx and dy relative to its current position. The
   56 distances are expressed in the current measurement unit of the document (see
   57 UNIT constants). If &quot;name&quot; is not given the currently selected item is used.
   58 If the object &quot;name&quot; belongs to a group, the whole group is moved.
   59 </source>
   60         <translation>moveObject(dx, dy [, &quot;nazwa&quot;])
   61 
   62 Przesuwa obiekt &quot;nazwa&quot; o dx i dy w stosunku do aktualnej pozycji.
   63 Odległości podawane są w aktualnych jednostkach miary dla danego dokumentu (zobacz
   64 stałe UNIT). Jeśli &quot;nazwa nie zostanie podana, użyty zostanie aktualnie wybrany obiekt.
   65 Jeśli obiekt &quot;nazwa&quot; należy do grupy, zostanie przesunięta cała grupa.</translation>
   66     </message>
   67     <message>
   68         <source>setRedraw(bool)
   69 
   70 Disables page redraw when bool = False, otherwise redrawing is enabled.
   71 This change will persist even after the script exits, so make sure to call
   72 setRedraw(True) in a finally: clause at the top level of your script.
   73 </source>
   74         <translation>setRedraw(bool)
   75 
   76 Blokuje aktualizację widoku strony, kiedy bool = False, w innym przypadku aktualizowanie jest włączone.
   77 Ta zmiana zachowa ważność po zakończeniu pracy skryptu, pamiętaj więc, aby wykonać
   78 setRedraw(True) w  finally: na samym dole skryptu.</translation>
   79     </message>
   80     <message>
   81         <source>createRect(x, y, width, height, [&quot;name&quot;]) -&gt; string
   82 
   83 Creates a new rectangle on the current page and returns its name. The
   84 coordinates are given in the current measurement units of the document
   85 (see UNIT constants). &quot;name&quot; should be a unique identifier for the object
   86 because you need this name to reference that object in future. If &quot;name&quot;
   87 is not given Scribus will create one for you.
   88 
   89 May raise NameExistsError if you explicitly pass a name that&apos;s already used.
   90 </source>
   91         <translation>createRect(x, y, width, height, [&quot;nazwa&quot;]) -&gt; string
   92 
   93 Tworzy nowy prostokąt na aktualnej stronie i zwraca jego nazwę. 
   94 Współrzędne podaje się w aktualnych jednostkach miar dla danego dokumentu.
   95 (zobacz stałe UNIT). &quot;nazwa&quot; powinna być jednoznacznym identyfikatorem obiektu, 
   96 ponieważ będziesz potrzebował jej, aby przywoływać ten obiekt w przyszłości.
   97 Jeśli nie zostanie podana, Scribus utworzy ją za ciebie.
   98 
   99 Może zwrócić błąd NameExistsError, jeśli podasz nazwę, która już jest w użyciu.</translation>
  100     </message>
  101     <message>
  102         <source>setGradientFill(type, &quot;color1&quot;, shade1, &quot;color2&quot;, shade2, [&quot;name&quot;])
  103 
  104 Sets the gradient fill of the object &quot;name&quot; to type. Color descriptions are
  105 the same as for setFillColor() and setFillShade(). See the constants for
  106 available types (FILL_&lt;type&gt;).
  107 </source>
  108         <translation>setGradientFill(typ, &quot;kolor1&quot;, cieniowanie1, &quot;kolor2&quot;, cieniowanie2, [&quot;nazwa&quot;])
  109 
  110 Przypisuje wypełnienie gradientem &quot;typ&quot; do obiektu &quot;nazwa&quot;. Opisy kolorów są
  111 takie same jak dla setFillColor() i setFillShade(). Zobacz stałe dla
  112 istniejących typów (FILL_&lt;type&gt;).</translation>
  113     </message>
  114     <message>
  115         <source>messagebarText(&quot;string&quot;)
  116 
  117 Writes the &quot;string&quot; into the Scribus message bar (status line). The text
  118 must be UTF8 encoded or &apos;unicode&apos; string(recommended).
  119 </source>
  120         <translation>messagebarText(&quot;string&quot;)
  121 
  122 Pisze &quot;string&quot; w linijce statusu Scribusa. Tekst ten
  123 musi być łańcuchem znaków w kowoaniu UTF8 lub &apos;unicode&apos; (zalecane).</translation>
  124     </message>
  125     <message>
  126         <source>newPage(where [,&quot;masterpage&quot;])
  127 
  128 Creates a new page. If &quot;where&quot; is -1 the new Page is appended to the
  129 document, otherwise the new page is inserted before &quot;where&quot;. Page numbers are
  130 counted from 1 upwards, no matter what the displayed first page number of your
  131 document is. The optional parameter &quot;masterpage&quot; specifies the name of the
  132 master page for the new page.
  133 
  134 May raise IndexError if the page number is out of range
  135 </source>
  136         <translation type="unfinished"></translation>
  137     </message>
  138     <message>
  139         <source>importSVG(&quot;string&quot;)
  140 
  141 The &quot;string&quot; must be a valid filename for a SVG image. The text
  142 must be UTF8 encoded or &apos;unicode&apos; string(recommended).
  143 </source>
  144         <translation type="unfinished"></translation>
  145     </message>
  146     <message>
  147         <source>newDocument(size, margins, orientation, firstPageNumber,
  148                         unit, pagesType, firstPageOrder) -&gt; bool
  149 
  150 Creates a new document and returns true if successful. The parameters have the
  151 following meaning:
  152 
  153 size = A tuple (width, height) describing the size of the document. You can
  154 use predefined constants named PAPER_&lt;paper_type&gt; e.g. PAPER_A4 etc.
  155 
  156 margins = A tuple (left, right, top, bottom) describing the document
  157 margins
  158 
  159 orientation = the page orientation - constants PORTRAIT, LANDSCAPE
  160 
  161 firstPageNumer = is the number of the first page in the document used for
  162 pagenumbering. While you&apos;ll usually want 1, it&apos;s useful to have higher
  163 numbers if you&apos;re creating a document in several parts.
  164 
  165 unit: this value sets the measurement units used by the document. Use a
  166 predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS,
  167 UNIT_PICAS, UNIT_POINTS.
  168 
  169 pagesType = One of the predefined constants PAGE_n. PAGE_1 is single page,
  170 PAGE_2 is for double sided documents, PAGE_3 is for 3 pages fold and
  171 PAGE_4 is 4-fold.
  172 
  173 firstPageOrder = What is position of first page in the document.
  174 Indexed from 0 (0 = first).
  175 
  176 numPage = Number of pages to be created.
  177 
  178 The values for width, height and the margins are expressed in the given unit
  179 for the document. PAPER_* constants are expressed in points. If your document
  180 is not in points, make sure to account for this.
  181 
  182 example: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS,
  183 PAGE_4, 3, 1)
  184 
  185 May raise ScribusError if is firstPageOrder bigger than allowed by pagesType.
  186 </source>
  187         <translation type="unfinished"></translation>
  188     </message>
  189 </context>
  190 <context>
  191     <name>@default</name>
  192     <message>
  193         <source>getFont([&quot;name&quot;]) -&gt; string
  194 
  195 Returns the font name for the text frame &quot;name&quot;. If this text frame
  196 has some text selected the value assigned to the first character
  197 of the selection is returned. If &quot;name&quot; is not given the currently
  198 selected item is used.
  199 </source>
  200         <translation>getFont([&quot;nazwa&quot;]) -&gt; string
  201 
  202 Zwraca nazwę fontu dla ramki tekstowej &quot;nazwa&quot;. Jeśli ta ramka tekstowa zawiera 
  203 zaznaczony tekst, zwrócona zostanie wartość przypisana do pierwszej litery zaznaczonego 
  204 tekstu. Jeśli &quot;nazwa&quot; nie zostanie podana, zostanie użyty zaznaczony aktualnie obiekt.</translation>
  205     </message>
  206     <message>
  207         <source>getTextLength([&quot;name&quot;]) -&gt; integer
  208 
  209 Returns the length of the text in the text frame &quot;name&quot;.
  210 If &quot;name&quot; is not given the currently selected item is used.
  211 </source>
  212         <translation>getTextLength([&quot;nazwa&quot;]) -&gt; integer
  213 
  214 Zwraca długość tekstu w ramce tekstowej &quot;nazwa&quot;.
  215 Jeśli nazwa nie zostanie podana, zostanie użyty aktualnie wybrany obiekt.</translation>
  216     </message>
  217     <message>
  218         <source>getText([&quot;name&quot;]) -&gt; string
  219 
  220 Returns the text of the text frame &quot;name&quot;. If this text frame has some text
  221 selected, the selected text is returned. All text in the frame, not just
  222 currently visible text, is returned. If &quot;name&quot; is not given the currently
  223 selected item is used.
  224 </source>
  225         <translation>getText([&quot;nazwa&quot;]) -&gt; string
  226 
  227 Zwraca tekst zawarty w ramce tekstowej &quot;nazwa&quot;. Jeśli ramka ta zawiera
  228 zaznaczony tekst, zostanie zwrócony tylko ten tekst. Zwracany jest cały tekst ramki,
  229 a nie tylko jego widoczna część. Jeśli &quot;nazwa&apos; nie zostanie podana,
  230 zostanie użyty zaznaczony obiekt.</translation>
  231     </message>
  232     <message>
  233         <source>getAllText([&quot;name&quot;]) -&gt; string
  234 
  235 Returns the text of the text frame &quot;name&quot; and of all text frames which are
  236 linked with this frame. If this textframe has some text selected, the selected
  237 text is returned. If &quot;name&quot; is not given the currently selected item is
  238 used.
  239 </source>
  240         <translation>getAllText([&quot;nazwa&quot;]) -&gt; string
  241 
  242 Zwraca tekst zawarty w ramce &quot;nazwa&quot; i wszystkie teksty z ramek, 
  243 które są połączone z tą ramką. Jeśli ramka zawiera zaznaczony tekst,
  244 zwrócony zostanie ten tekst. Jeśli &quot;nazwa&quot; nie zostanie podana, 
  245 zostanie użyty aktualnie zaznaczony obiekt.</translation>
  246     </message>
  247     <message>
  248         <source>getLineSpacing([&quot;name&quot;]) -&gt; float
  249 
  250 Returns the line spacing (&quot;leading&quot;) of the text frame &quot;name&quot; expressed in
  251 points. If &quot;name&quot; is not given the currently selected item is used.
  252 </source>
  253         <translation>getLineSpacing([&quot;nazwa&quot;]) -&gt; float
  254 
  255 Zwraca interlinię (&quot;leading&quot;) z ramki tekstowej &quot;nazwa&quot; wyrażoną w punktach.
  256 Jeśli &quot;nazwa&quot; nie zostanie podana, użyty zostanie aktualnie zaznaczony obiekt.</translation>
  257     </message>
  258     <message>
  259         <source>getColumnGap([&quot;name&quot;]) -&gt; float
  260 
  261 Returns the column gap size of the text frame &quot;name&quot; expressed in points. If
  262 &quot;name&quot; is not given the currently selected item is used.
  263 </source>
  264         <translation>getColumnGap([&quot;nazwa&quot;]) -&gt; float
  265 
  266 Zwraca odstęp pomiędzy łamami w ramce tekstowej &quot;nazwa&quot; wyrażony w punktach. 
  267 Jeśli &quot;nazwa&quot; nie zostanie podana, użyty zostanie aktualnie zaznaczony obiekt.</translation>
  268     </message>
  269     <message>
  270         <source>getColumns([&quot;name&quot;]) -&gt; integer
  271 
  272 Gets the number of columns of the text frame &quot;name&quot;. If &quot;name&quot; is not
  273 given the currently selected item is used.
  274 </source>
  275         <translation>getColumns([&quot;nazwa&quot;]) -&gt; integer
  276 
  277 Zwraca ilość łamów w ramce tekstowej &quot;nazwa&quot;. 
  278 Jeśli &quot;nazwa&quot; nie zostanie podana, użyty zostanie aktualnie zaznaczony obiekt.</translation>
  279     </message>
  280     <message>
  281         <source>setText(&quot;text&quot;, [&quot;name&quot;])
  282 
  283 Sets the text of the text frame &quot;name&quot; to the text of the string &quot;text&quot;.
  284 Text must be UTF8 encoded - use e.g. unicode(text, &apos;iso-8859-2&apos;). See the FAQ
  285 for more details. If &quot;name&quot; is not given the currently selected item is
  286 used.
  287 </source>
  288         <translation>setText(&quot;teks&quot;, [&quot;name&quot;])
  289 
  290 Przypisuje ramce tekstowej &quot;nazwa&quot; tekst łańcucha &quot;tekst&quot;.
  291 Tekst musi być kodowany w UTF8, użyj np. unicode(text, &apos;iso-8859-2&apos;). 
  292 Zobacz FAQ, aby poznać dalsze szczegóły. Jeśli &quot;nazwa&quot; nie zostanie podana, 
  293 użyty zostanie aktualnie zaznaczony obiekt.</translation>
  294     </message>
  295     <message>
  296         <source>setFont(&quot;font&quot;, [&quot;name&quot;])
  297 
  298 Sets the font of the text frame &quot;name&quot; to &quot;font&quot;. If there is some text
  299 selected only the selected text is changed.  If &quot;name&quot; is not given the
  300 currently selected item is used.
  301 
  302 May throw ValueError if the font cannot be found.
  303 </source>
  304         <translation>setFont(&quot;font&quot;, [&quot;nazwa&quot;])
  305 
  306 Przypisuje fontowi w ramce tekstowej &quot;nazwa&quot; font &quot;font&quot;. Jeśli ramka zawiera
  307 zaznaczony tekst, zostanie zmieniony tylko ten tekst. Jeśli &quot;nazwa&quot; nie zostanie podana,
  308 zostanie użyty aktualnie zaznaczony obiekt.
  309 
  310 Może zwrócić błąd ValueError, jeśli nie znajdzie fontu.</translation>
  311     </message>
  312     <message>
  313         <source>setFontSize(size, [&quot;name&quot;])
  314 
  315 Sets the font size of the text frame &quot;name&quot; to &quot;size&quot;. &quot;size&quot; is treated
  316 as a value in points. If there is some text selected only the selected text is
  317 changed. &quot;size&quot; must be in the range 1 to 512. If &quot;name&quot; is not given the
  318 currently selected item is used.
  319 
  320 May throw ValueError for a font size that&apos;s out of bounds.
  321 </source>
  322         <translation>setFontSize(rozmiar, [&quot;nazwa&quot;])
  323 
  324 Przypisuje nowy rozmiar fontowi w ramce tekstowej &quot;nazwa&quot;. &quot;rozmiar&quot; traktowany jest
  325 jako wartość w punktach. Jeśli ramka zawiera zaznaczony tekst, zostanie zmieniony tylko
  326 ten tekst. &quot;rozmiar&quot; musi zawierać się w zakresie od 1 do 512. Jeśli &quot;nazwa&quot; nie zostanie
  327 podana, zostanie użyty aktualnie wybrany obiekt.
  328 
  329 Może zwrócić błąd ValueError dla rozmiaru fontu poza dozwolonym zakresem.</translation>
  330     </message>
  331     <message>
  332         <source>setLineSpacing(size, [&quot;name&quot;])
  333 
  334 Sets the line spacing (&quot;leading&quot;) of the text frame &quot;name&quot; to &quot;size&quot;.
  335 &quot;size&quot; is a value in points. If &quot;name&quot; is not given the currently selected
  336 item is used.
  337 
  338 May throw ValueError if the line spacing is out of bounds.
  339 </source>
  340         <translation>setLineSpacing(rozmiar, [&quot;nazwa&quot;])
  341 
  342 Przypisuje interlinię (&quot;leading&quot;) wielkości &quot;rozmiar&quot; ramce tekstowej &quot;nazwa&quot;.
  343 &quot;rozmiar&quot; jest wartością w punktach. Jeśli &quot;nazwa&quot; nie zostanie podana, 
  344 zostanie użyty aktualnie zaznaczony obiekt.
  345 
  346 Może zwrócić błąd ValueError, jeśli interlinia jest poza dozwolonym zakresem.</translation>
  347     </message>
  348     <message>
  349         <source>setColumnGap(size, [&quot;name&quot;])
  350 
  351 Sets the column gap of the text frame &quot;name&quot; to the value &quot;size&quot;. If
  352 &quot;name&quot; is not given the currently selected item is used.
  353 
  354 May throw ValueError if the column gap is out of bounds (must be positive).
  355 </source>
  356         <translation>setColumnGap(rozmiar, [&quot;nazwa&quot;])
  357 
  358 Przypisuje odstępowi między łamami w ramce &quot;nazwa&quot; wartość &quot;rozmiar&quot;. 
  359 Jeśli &quot;nazwa&quot; nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.
  360 
  361 Może zwrócić błąd ValueError, jeśli odstęp między szpaltami będzie poza dopuszczalnym zakresem.</translation>
  362     </message>
  363     <message>
  364         <source>setColumns(nr, [&quot;name&quot;])
  365 
  366 Sets the number of columns of the text frame &quot;name&quot; to the integer &quot;nr&quot;.
  367 If &quot;name&quot; is not given the currently selected item is used.
  368 
  369 May throw ValueError if number of columns is not at least one.
  370 </source>
  371         <translation>setColumns(nr, [&quot;nazwa&quot;])
  372 
  373 Przypisuje ilość kolumn w ramce tekstowej &quot;nazwa&quot; wartości liczby całkowitej &quot;nr&quot;.
  374 Jeśli &quot;nazwa&quot; nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.
  375 
  376 Może zwrócić błąd ValueError, jeśli ilość kolumn nie wynosi przynajmniej 1.</translation>
  377     </message>
  378     <message>
  379         <source>setTextAlignment(align, [&quot;name&quot;])
  380 
  381 Sets the text alignment of the text frame &quot;name&quot; to the specified alignment.
  382 If &quot;name&quot; is not given the currently selected item is used. &quot;align&quot; should
  383 be one of the ALIGN_ constants defined in this module - see dir(scribus).
  384 
  385 May throw ValueError for an invalid alignment constant.
  386 </source>
  387         <translation>setTextAlignment(wyrównanie, [&quot;nazwa&quot;])
  388 
  389 Przypisuje wyrównanie tekstu w ramce tekstowej &quot;nazwa&quot;.
  390 Jeśli &quot;nazwa&quot; nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.
  391 &quot;wyrównanie&quot; powinno być jedną ze stałych ALIGN_ zdefiniowanych 
  392 w tym module - zobacz dir(scribus).
  393 
  394 Może zwrócić błąd ValueError w przypadku podania błędnego wyrównania.</translation>
  395     </message>
  396     <message>
  397         <source>deleteText([&quot;name&quot;])
  398 
  399 Deletes any text in the text frame &quot;name&quot;. If there is some text selected,
  400 only the selected text will be deleted. If &quot;name&quot; is not given the currently
  401 selected item is used.
  402 </source>
  403         <translation>deleteText([&quot;nazwa&quot;])
  404 
  405 Usuwa cały tekst w ramce tekstowej &quot;nazwa&quot;. Jeśli ramka zawiera zaznaczony tekst, 
  406 zostanie usunięty tylko zaznaczony tekst. Jeśli &quot;nazwa&quot; nie zostanie podana, 
  407 zostanie użyty aktualnie zaznaczony obiekt.</translation>
  408     </message>
  409     <message>
  410         <source>setTextColor(&quot;color&quot;, [&quot;name&quot;])
  411 
  412 Sets the text color of the text frame &quot;name&quot; to the color &quot;color&quot;. If there
  413 is some text selected only the selected text is changed. If &quot;name&quot; is not
  414 given the currently selected item is used.
  415 </source>
  416         <translation>setTextColor(&quot;kolor&quot;, [&quot;nazwa&quot;])
  417 
  418 Przypisuje tekstowi w ramce tekstowej &quot;nazwa&quot; kolor &quot;kolor&quot;. Jeśli ramka zawiera 
  419 zaznaczony tekst, zostanie zmieniony tylko ten tekst. Jeśli &quot;nazwa&quot; nie zostanie 
  420 podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
  421     </message>
  422     <message>
  423         <source>setTextStroke(&quot;color&quot;, [&quot;name&quot;])
  424 
  425 Set &quot;color&quot; of the text stroke. If &quot;name&quot; is not given the currently
  426 selected item is used.
  427 </source>
  428         <translation>setTextStroke(&quot;kolor&quot;, [&quot;nazwa&quot;])
  429 
  430 Przypisuje &quot;kolor&quot; obrysu tekstu. Jeśli &quot;nazwa&quot; nie zostanie 
  431 podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
  432     </message>
  433     <message>
  434         <source>setTextShade(shade, [&quot;name&quot;])
  435 
  436 Sets the shading of the text color of the object &quot;name&quot; to &quot;shade&quot;. If
  437 there is some text selected only the selected text is changed. &quot;shade&quot; must
  438 be an integer value in the range from 0 (lightest) to 100 (full color
  439 intensity). If &quot;name&quot; is not given the currently selected item is
  440 used.
  441 </source>
  442         <translation>setTextShade(cieniowanie, [&quot;nazwa&quot;])
  443 
  444 Przypisuje cieniowanie koloru tekstu w ramce &quot;nazwa&quot; wartość &quot;cieniowanie&quot;.
  445 Jeśli ramka zawiera zaznaczony tekst, zostanie zmieniony tylko ten tekst.
  446 &quot;cieniowaie&quot; musi być liczbą całkowitą w zakresio od 0 (najjaśniejsze) od 100 
  447 (pełna intensywność koloru). Jeśli &quot;nazwa&quot; nie zostanie podana, zostanie 
  448 użyty aktualnie zaznaczony obiekt.</translation>
  449     </message>
  450     <message>
  451         <source>linkTextFrames(&quot;fromname&quot;, &quot;toname&quot;)
  452 
  453 Link two text frames. The frame named &quot;fromname&quot; is linked to the
  454 frame named &quot;toname&quot;. The target frame must be an empty text frame
  455 and must not link to or be linked from any other frames already.
  456 
  457 May throw ScribusException if linking rules are violated.
  458 </source>
  459         <translation>linkTextFrames(&quot;nazwa_od&quot;, &quot;nazwa_do&quot;)
  460 
  461 Łączy dwie ramki tekstowe. Ramka &quot;nazwa_od&quot; połączona zostanie z ramką
  462 &quot;nazwa_do&quot;. Ramka docelowa musi być pustą ramką tekstową i nie może 
  463 być połączona z żadną inną ramką tekstową.
  464 
  465 Może zwrócić błąd ScribusException, jeśli ograniczenia dotyczące łączenia ramek nie zostaną dotrzymane.</translation>
  466     </message>
  467     <message>
  468         <source>unlinkTextFrames(&quot;name&quot;)
  469 
  470 Remove the specified (named) object from the text frame flow/linkage. If the
  471 frame was in the middle of a chain, the previous and next frames will be
  472 connected, eg &apos;a-&gt;b-&gt;c&apos; becomes &apos;a-&gt;c&apos; when you unlinkTextFrames(b)&apos;
  473 
  474 May throw ScribusException if linking rules are violated.
  475 </source>
  476         <translation>unlinkTextFrames(&quot;nazwa&quot;)
  477 
  478 Usuń obiekt &quot;nazwa&quot; z połączonych ramek tekstowych. Jeśli ramka
  479 znajduje się w środku łańcucha połączonych ramek, poprzednia i następna ramka zostaną 
  480 ze zobą połączone. tzn.  &apos;a-&gt;b-&gt;c&apos; zmieni się w &apos;a-&gt;c&apos;, jeśli wykonasz unlinkTextFrames(b)&apos;
  481 
  482 Może zwrócić błąd ScribusException, jeśli ograniczenia dotyczące łączenia ramek nie zostaną dotrzymane.</translation>
  483     </message>
  484     <message>
  485         <source>traceText([&quot;name&quot;])
  486 
  487 Convert the text frame &quot;name&quot; to outlines. If &quot;name&quot; is not given the
  488 currently selected item is used.</source>
  489         <translation>traceText([&quot;nazwa&quot;])
  490 
  491 Zamienia ramkę tekstową &quot;nazwa&quot; na krzywe. Jeśli &quot;nazwa&quot; nie 
  492 zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
  493     </message>
  494     <message>
  495         <source>getColor(&quot;name&quot;) -&gt; tuple
  496 
  497 Returns a tuple (C, M, Y, K) containing the four color components of the
  498 color &quot;name&quot; from the current document. If no document is open, returns
  499 the value of the named color from the default document colors.
  500 
  501 May raise NotFoundError if the named color wasn&apos;t found.
  502 May raise ValueError if an invalid color name is specified.
  503 </source>
  504         <translation>getColor(&quot;nazwa&quot;) -&gt; tuple
  505 
  506 Zwraca krotkę (C, M, Y, K) zawierającą cztery składowe koloru &quot;nazwa&quot; w aktualnym dokumencie.
  507 Jeśli nie jest otwarty żaden dokument, zwraca wartość koloru o tej nazwie z domyślnych kolorów.
  508 
  509 Może zwrócić błąd NotFoundError, jeśli nazwa koloru nie zostanie znaleziona.
  510 Może zwrócić błąd ValueError, jeśli zostanie podana błędna nazwa koloru.</translation>
  511     </message>
  512     <message>
  513         <source>changeColor(&quot;name&quot;, c, m, y, k)
  514 
  515 Changes the color &quot;name&quot; to the specified CMYK value. The color value is
  516 defined via four components c = Cyan, m = Magenta, y = Yellow and k = Black.
  517 Color components should be in the range from 0 to 255.
  518 
  519 May raise NotFoundError if the named color wasn&apos;t found.
  520 May raise ValueError if an invalid color name is specified.
  521 </source>
  522         <translation>changeColor(&quot;nazwa&quot;, c, m, y, k)
  523 
  524 Zmienia kolor &quot;nazwa&quot; na podaną wartość CMYK. Wartość koloru definiuje się
  525 za pomocą czterech komponentów c = Cyjan, m = Madżenta, y = Żółty i k = Czarny.
  526 Komponetu koloru powinny mieścić się w zakresie od 0 do 255.
  527 
  528 Może zwrócić błąd NotFoundError, jeśli nazwa koloru nie zostanie znaleziona.
  529 Może zwrócić błąd ValueError, jeśli zostanie podana błędna nazwa koloru.</translation>
  530     </message>
  531     <message>
  532         <source>deleteColor(&quot;name&quot;, &quot;replace&quot;)
  533 
  534 Deletes the color &quot;name&quot;. Every occurence of that color is replaced by the
  535 color &quot;replace&quot;. If not specified, &quot;replace&quot; defaults to the color
  536 &quot;None&quot; - transparent.
  537 
  538 deleteColor works on the default document colors if there is no document open.
  539 In that case, &quot;replace&quot;, if specified, has no effect.
  540 
  541 May raise NotFoundError if a named color wasn&apos;t found.
  542 May raise ValueError if an invalid color name is specified.
  543 </source>
  544         <translation>deleteColor(&quot;nazwa&quot;, &quot;nowy&quot;)
  545 
  546 Usuwa kolor &quot;nazwa&quot;. Każde wystąpienie tego koloru zastąpione zostanie
  547 kolorem &quot;nowy&quot;. Jeśli kolor &quot;nowy&quot; nie zostanie podany, użyty zostanie 
  548 kolor &quot;None&quot; czyli przezroczystość.
  549 
  550 deleteColor zastępuje domyślne kolory, jeśli nie jest otwarty żaden dokument.
  551 W takim przypadku, kolor &quot;nowy&quot; nie zostanie uwzględniony.
  552 
  553 Może zwrócić błąd NotFoundError, jeśli nazwa koloru nie zostanie znaleziona.
  554 Może zwrócić błąd ValueError, jeśli zostanie podana błędna nazwa koloru.</translation>
  555     </message>
  556     <message>
  557         <source>replaceColor(&quot;name&quot;, &quot;replace&quot;)
  558 
  559 Every occurence of the color &quot;name&quot; is replaced by the color &quot;replace&quot;.
  560 
  561 May raise NotFoundError if a named color wasn&apos;t found.
  562 May raise ValueError if an invalid color name is specified.
  563 </source>
  564         <translation>replaceColor(&quot;nazwa&quot;, &quot;nowy&quot;)
  565 
  566 Każde wystąpienie koloru &quot;nazwa&quot; zastąpione zostanie kolorem &quot;nowy&quot;.
  567 
  568 Może zwrócić błąd NotFoundError, jeśli nazwa koloru nie zostanie znaleziona.
  569 Może zwrócić błąd ValueError, jeśli zostanie podana błędna nazwa koloru.</translation>
  570     </message>
  571     <message>
  572         <source>fileDialog(&quot;caption&quot;, [&quot;filter&quot;, &quot;defaultname&quot; ,haspreview, issave]) -&gt; string with filename
  573 
  574 Shows a File Open dialog box with the caption &quot;caption&quot;. Files are filtered
  575 with the filter string &quot;filter&quot;. A default filename or file path can also
  576 supplied, leave this string empty when you don&apos;t want to use it.  A value of
  577 True for haspreview enables a small preview widget in the FileSelect box.  When
  578 the issave parameter is set to True the dialog acts like a &quot;Save As&quot; dialog
  579 otherwise it acts like a &quot;File Open Dialog&quot;. The default for both of the
  580 opional parameters is False.
  581 
  582 The filter, if specified, takes the form &apos;comment (*.type *.type2 ...)&apos;.
  583 For example &apos;Images (*.png *.xpm *.jpg)&apos;.
  584 
  585 Refer to the Qt-Documentation for QFileDialog for details on filters.
  586 
  587 Example: fileDialog(&apos;Open input&apos;, &apos;CSV files (*.csv)&apos;)
  588 Example: fileDialog(&apos;Save report&apos;, defaultname=&apos;report.txt&apos;, issave=True)
  589 </source>
  590         <translation type="obsolete">fileDialog(&quot;caption&quot;, [&quot;filter&quot;, &quot;defaultname&quot; ,haspreview, issave]) -&gt; łańcuch z nazwą pliku
  591 
  592 Wyświetla okienko dialogowe &quot;Otwórz plik&quot; z nagłówkiem &quot;caption&quot;. Pliki filtrowane są
  593 według łańcucha &quot;filter&quot;. Można również podać domyślną nazwę pliku lub ścieżkę - jeśli nie chcesz 
  594 używać tego parametru, pozostaw pusty łancuch. Wartość &quot;haspreview&quot; równa True włącza mały 
  595 okienko podglądu wewnątrz okienka Wybierz Plik. Jeśli parametr &quot;issave&quot; równa się True, dialog 
  596 będzie się zachowywał jak dialog &quot;Zapisz jako&quot;, w innym przypadku zachowa się jak dialog &quot;Otwórz plik&quot;. 
  597 Domyślne ustawienie dla obu opcjonalnych parametrów to False.
  598 
  599 Filtr &quot;filter&quot;, jeśli zostanie podany, przybiera formę &apos;komentarz (*.typ *.typ2 ...)&apos;,
  600 przykładowo &apos;Obrazki (*.png *.xpm *.jpg)&apos;.
  601 
  602 Zobacz opis dialogu QFileDialog w dokumentacji QT, aby poznać dalsze szczegóły na temat filtrów.
  603 
  604 Przykład: fileDialog(&apos;Open input&apos;, &apos;CSV files (*.csv)&apos;)
  605 Przykład: fileDialog(&apos;Save report&apos;, defaultname=&apos;report.txt&apos;, issave=True)</translation>
  606     </message>
  607     <message>
  608         <source>messageBox(&quot;caption&quot;, &quot;message&quot;,
  609     icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT,
  610     button2=BUTTON_NONE, button3=BUTTON_NONE) -&gt; integer
  611 
  612 Displays a message box with the title &quot;caption&quot;, the message &quot;message&quot;, and
  613 an icon &quot;icon&quot; and up to 3 buttons. By default no icon is used and a single
  614 button, OK, is displayed. Only the caption and message arguments are required,
  615 though setting an icon and appropriate button(s) is strongly
  616 recommended. The message text may contain simple HTML-like markup.
  617 
  618 Returns the number of the button the user pressed. Button numbers start
  619 at 1.
  620 
  621 For the icon and the button parameters there are predefined constants available
  622 with the same names as in the Qt Documentation. These are the BUTTON_* and
  623 ICON_* constants defined in the module. There are also two extra constants that
  624 can be binary-ORed with button constants:
  625     BUTTONOPT_DEFAULT   Pressing enter presses this button.
  626     BUTTONOPT_ESCAPE    Pressing escape presses this button.
  627 
  628 Usage examples:
  629 result = messageBox(&apos;Script failed&apos;,
  630                     &apos;This script only works when you have a text frame selected.&apos;,
  631                     ICON_ERROR)
  632 result = messageBox(&apos;Monkeys!&apos;, &apos;Something went ook! &lt;i&gt;Was it a monkey?&lt;/i&gt;&apos;,
  633                     ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT,
  634                     BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE)
  635 
  636 Defined button and icon constants:
  637 BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO,
  638 BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL,
  639 ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL.
  640 </source>
  641         <translation>messageBox(&quot;caption&quot;, &quot;message&quot;,
  642     icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT,
  643     button2=BUTTON_NONE, button3=BUTTON_NONE) -&gt; integer
  644 
  645 Wyświetla okienko z tytułem &quot;caption&quot;, z informacją &quot;message&quot;, ikoną &quot;icon&quot;
  646  oraz maksymalnie 3 przyciskami. Domyślnie okienko wyświetla się bez ikony i jednym 
  647 przyciskiem OK. Wymagane są jedynie argumenty &quot;caption&quot; i &quot;message&quot;, chociaż 
  648 podanie ikony i odpowiedniego przycisku jest bardzo zalecane. Argument &quot;message&quot;
  649 może zawierać proste formatowanie HTML.
  650 
  651 Zwraca numer przycisku naciśniętego przez użytkownika. Numery przycisków 
  652 zaczynają się od 1.
  653 
  654 Parametry ikony i przycisku są predefiniowanymi stałymi opisanymi pod tymi samymi
  655 nazwami w dokumentacji QT. Są to stałe  BUTTON_* i ICON_*  zdefiniowane w tym module.
  656 Są również dwie specjalne stałe które mogą być binary-ORed ze stałymi przycisków:
  657     BUTTONOPT_DEFAULT   Wciśnięcie enter wciska ten przycisk.
  658     BUTTONOPT_ESCAPE    Wciśnięcie escape wciska ten przycisk.
  659 
  660 Przykłady użycia:
  661 wynik = messageBox(&apos;Skrypt przerwał działanie&apos;,
  662                     &apos;Ten skrypt działa tylko wtedy, kiedy zostanie zaznaczona ramka tekstowa.&apos;,
  663                     ICON_ERROR)
  664 wynik = messageBox(&apos;Małpy!&apos;, &apos;Coś poszło nie tak! &lt;i&gt;Czy to była małpa?&lt;/i&gt;&apos;,
  665                     ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT,
  666                     BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE)
  667 
  668 Zdefiniowane stałe przycisków i ikon:
  669 BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO,
  670 BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL,
  671 ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL.
  672 </translation>
  673     </message>
  674     <message>
  675         <source>valueDialog(caption, message [,defaultvalue]) -&gt; string
  676 
  677 Shows the common &apos;Ask for string&apos; dialog and returns its value as a string
  678 Parameters: window title, text in the window and optional &apos;default&apos; value.
  679 
  680 Example: valueDialog(&apos;title&apos;, &apos;text in the window&apos;, &apos;optional&apos;)
  681 </source>
  682         <translation>valueDialog(caption, message [,defaultvalue]) -&gt; string
  683 
  684 Wyświetla zwykły dialog zapytania o łańcuch znaków i zwraca jego wartość jako łańcuch.
  685 Parametry: tytuł okna, tekst w oknie i &apos;opcjonalna&apos; domyślna wartość.
  686 
  687 Przykład: valueDialog(&apos;tytuł&apos;, &apos;tekst w oknie&apos;, &apos;opcjonalna&apos;)</translation>
  688     </message>
  689     <message>
  690         <source>closeDoc()
  691 
  692 Closes the current document without prompting to save.
  693 
  694 May throw NoDocOpenError if there is no document to close
  695 </source>
  696         <translation>closeDoc()
  697 
  698 Zamyka aktualny dokument bez zapytania o potwierdzenie.
  699 
  700 Może zwrócić błąd NoDocOpenError, jeśli żaden dokument nie będzie otwarty</translation>
  701     </message>
  702     <message>
  703         <source>haveDoc() -&gt; bool
  704 
  705 Returns true if there is a document open.
  706 </source>
  707         <translation>haveDoc() -&gt; bool
  708 
  709 Zwraca true, jeśli znajdzie otwarty dokument.</translation>
  710     </message>
  711     <message>
  712         <source>openDoc(&quot;name&quot;)
  713 
  714 Opens the document &quot;name&quot;.
  715 
  716 May raise ScribusError if the document could not be opened.
  717 </source>
  718         <translation>openDoc(&quot;nazwa&quot;)
  719 
  720 Otwiera dokument &quot;nazwa&quot;.
  721 
  722 Może zwrócić błąd ScribusError, jeśli nie będzie mógł otworzyć dokumentu.</translation>
  723     </message>
  724     <message>
  725         <source>saveDoc()
  726 
  727 Saves the current document with its current name, returns true if successful.
  728 If the document has not already been saved, this may bring up an interactive
  729 save file dialog.
  730 
  731 If the save fails, there is currently no way to tell.
  732 </source>
  733         <translation>saveDoc()
  734 
  735 Zapisuje aktualny dokument pod jego aktualną nazwą, zwraca true jeśli zapis się powiedzie.
  736 Jeśli dokument jeszcze nie został zapisany, może wyświetlić dialog zapisywania pliku.
  737 
  738 Aktualnie nie ma możliwości pokazania, czy zapis się powiódł.</translation>
  739     </message>
  740     <message>
  741         <source>saveDocAs(&quot;name&quot;)
  742 
  743 Saves the current document under the new name &quot;name&quot; (which may be a full or
  744 relative path).
  745 
  746 May raise ScribusError if the save fails.
  747 </source>
  748         <translation>saveDocAs(&quot;nazwa&quot;)
  749 
  750 Zapisuje aktualny dokument pod nową nazwą &quot;nazwa&quot; 
  751 (która może być bezwględną lub względną ścieżką)
  752 
  753 Może zwrócić błąd ScribusError, jeśli zapis się nie powiedzie.</translation>
  754     </message>
  755     <message>
  756         <source>saveDocAs(&quot;author&quot;, &quot;info&quot;, &quot;description&quot;) -&gt; bool
  757 
  758 Sets the document information. &quot;Author&quot;, &quot;Info&quot;, &quot;Description&quot; are
  759 strings.
  760 </source>
  761         <translation type="obsolete">saveDocAs(&quot;autor&quot;, &quot;info&quot;, &quot;opis&quot;) -&gt; bool
  762 
  763 Przypisuje informacje o dokumencie.  &quot;Autor&quot;, &quot;Info&quot;, &quot;Opis&quot; 
  764 to łańcuchy znaków.</translation>
  765     </message>
  766     <message>
  767         <source>setMargins(lr, rr, tr, br)
  768 
  769 Sets the margins of the document, Left(lr), Right(rr), Top(tr) and Bottom(br)
  770 margins are given in the measurement units of the document - see UNIT_&lt;type&gt;
  771 constants.
  772 </source>
  773         <translation>setMargins(lr, rr, tr, br)
  774 
  775 Ustawia marginesy dokumentu: Lewy(lr), Prawy(rr), Górny(tr) i Dolny(br),
  776 które podane są w jednostkach miar dokumentu - zobacz stałe UNIT_&lt;type&gt;.</translation>
  777     </message>
  778     <message>
  779         <source>setUnit(type)
  780 
  781 Changes the measurement unit of the document. Possible values for &quot;unit&quot; are
  782 defined as constants UNIT_&lt;type&gt;.
  783 
  784 May raise ValueError if an invalid unit is passed.
  785 </source>
  786         <translation>setUnit(typ)
  787 
  788 Zmienia jednostkę miary dokumentu. Możliwe wartości &quot;typu&quot; 
  789 są zdefiniowane jako stałe UNIT_&lt;type&gt;.
  790 
  791 Może zwrócić błąd ValueError, jeśli podana zostanie błędna jednostka.</translation>
  792     </message>
  793     <message>
  794         <source>getUnit() -&gt; integer (Scribus unit constant)
  795 
  796 Returns the measurement units of the document. The returned value will be one
  797 of the UNIT_* constants:
  798 UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.
  799 </source>
  800         <translation>getUnit() -&gt; integer (stała jednostki Scribusa)
  801 
  802 Zwraca jednostki miar dokumentu. Zwrócona wartość będzie jedną
  803 ze stałych UNIT_* :
  804 UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.</translation>
  805     </message>
  806     <message>
  807         <source>loadStylesFromFile(&quot;filename&quot;)
  808 
  809 Loads paragraph styles from the Scribus document at &quot;filename&quot; into the
  810 current document.
  811 </source>
  812         <translation>loadStylesFromFile(&quot;nazwa_pliku&quot;)
  813 
  814 Wczytuje style akapitów z dokumentu Scribusa &quot;nazwa_pliku&quot; do aktualnego dokumentu.</translation>
  815     </message>
  816     <message>
  817         <source>setDocType(facingPages, firstPageLeft)
  818 
  819 Sets the document type. To get facing pages set the first parameter to
  820 FACINGPAGES, to switch facingPages off use NOFACINGPAGES instead.  If you want
  821 to be the first page a left side set the second parameter to FIRSTPAGELEFT, for
  822 a right page use FIRSTPAGERIGHT.
  823 </source>
  824         <translation>setDocType(strony_widzące_się, pierwsza_strona_po_lewej)
  825 
  826 Ustawia typ dokumentu. Aby uzyskać strony widzące się, podaj jako pierwszy parametr
  827 FACINGPAGES, aby wyłączyć strony widzące się podaj NOFACINGPAGES. Jeśli chcesz,
  828 aby pierwsza strona była po lewej stronie, jako drugi parametr podaj FIRSTPAGELEFT, 
  829 w innym przypadku podaj FIRSTPAGERIGHT.</translation>
  830     </message>
  831     <message>
  832         <source>getLineColor([&quot;name&quot;]) -&gt; string
  833 
  834 Returns the name of the line color of the object &quot;name&quot;.
  835 If &quot;name&quot; is not given the currently selected item is used.
  836 </source>
  837         <translation>getLineColor([&quot;nazwa&quot;]) -&gt; string
  838 
  839 Zwraca nazwę koloru linii objektu &quot;nazwa&quot;. Jeśli &quot;nazwa&quot; 
  840 nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
  841     </message>
  842     <message>
  843         <source>getLineWidth([&quot;name&quot;]) -&gt; integer
  844 
  845 Returns the line width of the object &quot;name&quot;. If &quot;name&quot;
  846 is not given the currently selected Item is used.
  847 </source>
  848         <translation>getLineWidth([&quot;nazwa&quot;]) -&gt; integer
  849 
  850 Zwraca grubość linii obiektu &quot;nazwa&quot;. Jeśli &quot;nazwa&quot; nie zostanie podana, 
  851 zostanie użyty aktualnie zaznaczony obiekt.</translation>
  852     </message>
  853     <message>
  854         <source>getLineShade([&quot;name&quot;]) -&gt; integer
  855 
  856 Returns the shading value of the line color of the object &quot;name&quot;.
  857 If &quot;name&quot; is not given the currently selected item is used.
  858 </source>
  859         <translation>getLineShade([&quot;nazwa&quot;]) -&gt; integer
  860 
  861 Zwraca wartość cieniowania koloru linii obiektu &quot;nazwa&quot;. Jeśli &quot;nazwa&quot; nie zostanie podana, 
  862 zostanie użyty aktualnie zaznaczony obiekt.</translation>
  863     </message>
  864     <message>
  865         <source>getLineJoin([&quot;name&quot;]) -&gt; integer (see contants)
  866 
  867 Returns the line join style of the object &quot;name&quot;. If &quot;name&quot; is not given
  868 the currently selected item is used.  The join types are:
  869 JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND
  870 </source>
  871         <translation>getLineJoin([&quot;nazwa&quot;]) -&gt; integer (zobacz stałe)
  872 
  873 Zwraca styl połączenia linii obiektu &quot;nazwa&quot;. Jeśli &quot;nazwa&quot; nie zostanie podana, 
  874 zostanie użyty aktualnie zaznaczony obiekt. Są następujące typy połączeń linii:
  875 JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND</translation>
  876     </message>
  877     <message>
  878         <source>getLineEnd([&quot;name&quot;]) -&gt; integer (see constants)
  879 
  880 Returns the line cap style of the object &quot;name&quot;. If &quot;name&quot; is not given the
  881 currently selected item is used. The cap types are:
  882 CAP_FLAT, CAP_ROUND, CAP_SQUARE
  883 </source>
  884         <translation>getLineEnd([&quot;nazwa&quot;]) -&gt; integer (zobacz stałe)
  885 
  886 Zwraca styl zakończenia linii obiektu &quot;nazwa&quot;. Jeśli &quot;nazwa&quot; nie zostanie podana, 
  887 zostanie użyty aktualnie zaznaczony obiekt. Są następujące typy zakończeń:
  888 CAP_FLAT, CAP_ROUND, CAP_SQUARE</translation>
  889     </message>
  890     <message>
  891         <source>getLineStyle([&quot;name&quot;]) -&gt; integer (see constants)
  892 
  893 Returns the line style of the object &quot;name&quot;. If &quot;name&quot; is not given the
  894 currently selected item is used. Line style constants are:
  895 LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID
  896 </source>
  897         <translation>getLineStyle([&quot;name&quot;]) -&gt; integer (zobacz stałe)
  898 
  899 Zwraca styl linii obiektu &quot;nazwa&quot;. Jeśli &quot;nazwa&quot; nie zostanie podana, zostanie 
  900 użyty aktualnie zaznaczony obiekt. Stałe stylu linii to:
  901 LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID</translation>
  902     </message>
  903     <message>
  904         <source>getFillShade([&quot;name&quot;]) -&gt; integer
  905 
  906 Returns the shading value of the fill color of the object &quot;name&quot;.
  907 If &quot;name&quot; is not given the currently selected item is used.
  908 </source>
  909         <translation>getFillShade([&quot;nazwa&quot;]) -&gt; integer
  910 
  911 Zwraca wartość cieniowania koloru wypełnienia obiektu &quot;nazwa&quot;.
  912 Jeśli &quot;nazwa&quot; nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
  913     </message>
  914     <message>
  915         <source>getImageScale([&quot;name&quot;]) -&gt; (x,y)
  916 
  917 Returns a (x, y) tuple containing the scaling values of the image frame
  918 &quot;name&quot;.  If &quot;name&quot; is not given the currently selected item is used.
  919 </source>
  920         <translation>getImageScale([&quot;nazwa&quot;]) -&gt; (x,y)
  921 
  922 Zwraca krotkę (x, y) zawierającą wartości skalowania ramki graficznej &quot;nazwa&quot;.
  923 Jeśli &quot;nazwa&quot; nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
  924     </message>
  925     <message>
  926         <source>getImageName([&quot;name&quot;]) -&gt; string
  927 
  928 Returns the filename for the image in the image frame. If &quot;name&quot; is not
  929 given the currently selected item is used.
  930 </source>
  931         <translation>getImageName([&quot;nazwa&quot;]) -&gt; string
  932 
  933 Zwraca nazwę pliku dla obrazka w ramce graficznej &quot;nazwa&quot;. Jeśli &quot;nazwa&quot; 
  934 nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
  935     </message>
  936     <message>
  937         <source>getSize([&quot;name&quot;]) -&gt; (width,height)
  938 
  939 Returns a (width, height) tuple with the size of the object &quot;name&quot;.
  940 If &quot;name&quot; is not given the currently selected item is used. The size is
  941 expressed in the current measurement unit of the document - see UNIT_&lt;type&gt;
  942 for reference.
  943 </source>
  944         <translation>getSize([&quot;nazwa&quot;]) -&gt; (szerokość,wysokość)
  945 
  946 Zwraca krotkę  (szerokość, wysokość) z rozmiarami obiektu &quot;nazwa&quot;.
  947 Jeśli &quot;nazwa&quot; nie zostanie podana, zostanie użyty aktualnie zaznaczony 
  948 obiekt. Rozmiar podany jest w aktualnych jednostkach miary dokumentu.
  949 Zobacz stałe UNIT_&lt;type&gt;.</translation>
  950     </message>
  951     <message>
  952         <source>getRotation([&quot;name&quot;]) -&gt; integer
  953 
  954 Returns the rotation of the object &quot;name&quot;. The value is expressed in degrees,
  955 and clockwise is positive. If &quot;name&quot; is not given the currently selected item
  956 is used.
  957 </source>
  958         <translation>getRotation([&quot;nazwa&quot;]) -&gt; integer
  959 
  960 Zwraca obrót obiektu &quot;nazwa&quot;. Wartość obrotu wyrażona jest w stopniach, obrót zgodny 
  961 z ruchem wskazówek zegara ma wartość dodatnią.Jeśli &quot;nazwa&quot; nie zostanie podana, 
  962 zostanie użyty aktualnie zaznaczony obiekt.</translation>
  963     </message>
  964     <message>
  965         <source>getAllObjects() -&gt; list
  966 
  967 Returns a list containing the names of all objects on the current page.
  968 </source>
  969         <translation>getAllObjects() -&gt; list
  970 
  971 Zwraca listę zawierającą nazwy wszystkich obiektów na aktualnej stronie.</translation>
  972     </message>
  973     <message>
  974         <source>moveObjectAbs(x, y [, &quot;name&quot;])
  975 
  976 Moves the object &quot;name&quot; to a new location. The coordinates are expressed in
  977 the current measurement unit of the document (see UNIT constants).  If &quot;name&quot;
  978 is not given the currently selected item is used.  If the object &quot;name&quot;
  979 belongs to a group, the whole group is moved.
  980 </source>
  981         <translation>moveObjectAbs(x, y [, &quot;name&quot;])
  982 
  983 Przesuwa obiekt &quot;nazwa&quot; na nową pozycję. Współrzędne pozycji wyrażone są
  984 w aktualnych jednostkach miary dokumentu (zobacz stałe UNIT). Jeśli &quot;nazwa&quot; 
  985 nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt. Jeśli obiekt 
  986 &quot;nazwa&quot; należy do grupy, zostanie przesunięta cała grupa.</translation>
  987     </message>
  988     <message>
  989         <source>rotateObject(rot [, &quot;name&quot;])
  990 
  991 Rotates the object &quot;name&quot; by &quot;rot&quot; degrees relatively. The object is
  992 rotated by the vertex that is currently selected as the rotation point - by
  993 default, the top left vertext at zero rotation. Positive values mean counter
  994 clockwise rotation when the default rotation point is used. If &quot;name&quot; is not
  995 given the currently selected item is used.
  996 </source>
  997         <translation>rotateObject(obrót [, &quot;nazwa&quot;])
  998 
  999 Obraca obiekt &quot;nazwa&quot; względnie o &quot;obrót&quot; stopni. Obiekt obracany jest wokół
 1000 punktu, który jest aktualnie wybrany jako środek obrotu - domyślnie środkiem 
 1001 jest górny lewy róg przy zerowym obrocie. Wartości dodatnie oznaczają ruch 
 1002 przeciwny do ruchu wskazówek zegara, jeśli używany jest domyśny środek obrotu.
 1003 Jeśli &quot;nazwa&quot; nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
 1004     </message>
 1005     <message>
 1006         <source>sizeObject(width, height [, &quot;name&quot;])
 1007 
 1008 Resizes the object &quot;name&quot; to the given width and height. If &quot;name&quot;
 1009 is not given the currently selected item is used.
 1010 </source>
 1011         <translation>sizeObject(szerokość, wysokość [, &quot;nazwa&quot;])
 1012 
 1013 Zmienia rozmiar obiektu &quot;nazwa&quot; na podaną szerokość i wysokość. 
 1014 Jeśli &quot;nazwa&quot; nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
 1015     </message>
 1016     <message>
 1017         <source>getSelectedObject([nr]) -&gt; string
 1018 
 1019 Returns the name of the selected object. &quot;nr&quot; if given indicates the number
 1020 of the selected object, e.g. 0 means the first selected object, 1 means the
 1021 second selected Object and so on.
 1022 </source>
 1023         <translation>getSelectedObject([nr]) -&gt; string
 1024 
 1025 Zwraca nazwę zaznaczonego obiektu. Jeśli podany zostanie &quot;nr&quot;, oznacza on numer
 1026 zaznaczonego obiektu, tzn. 0 oznacza pierwszy wybrany obiekt, 1 drugi obiekt itd.</translation>
 1027     </message>
 1028     <message>
 1029         <source>selectionCount() -&gt; integer
 1030 
 1031 Returns the number of selected objects.
 1032 </source>
 1033         <translation>selectionCount() -&gt; integer
 1034 
 1035 Zwraca ilość zaznaczonych obiektów.</translation>
 1036     </message>
 1037     <message>
 1038         <source>selectObject(&quot;name&quot;)
 1039 
 1040 Selects the object with the given &quot;name&quot;.
 1041 </source>
 1042         <translation>selectObject(&quot;nazwa&quot;)
 1043 
 1044 Zaznacza obiekt &quot;nazwa&quot;.</translation>
 1045     </message>
 1046     <message>
 1047         <source>deselectAll()
 1048 
 1049 Deselects all objects in the whole document.
 1050 </source>
 1051         <translation>deselectAll()
 1052 
 1053 Usuwa zaznaczenie obiektu nazwa.</translation>
 1054     </message>
 1055     <message>
 1056         <source>groupObjects(list)
 1057 
 1058 Groups the objects named in &quot;list&quot; together. &quot;list&quot; must contain the names
 1059 of the objects to be grouped. If &quot;list&quot; is not given the currently selected
 1060 items are used.
 1061 </source>
 1062         <translation>groupObjects(list)
 1063 
 1064 Grupuje obiekty podane w liście &quot;list&quot;. Parametr &quot;list&quot; musi zawierać nazwy
 1065 obiektów, które mają być zgrupowane. Jeśli lista nie zostanie podana, zostaną 
 1066 użyte aktualnie zaznaczone obiekty.</translation>
 1067     </message>
 1068     <message>
 1069         <source>unGroupObjects(&quot;name&quot;)
 1070 
 1071 Destructs the group the object &quot;name&quot; belongs to.If &quot;name&quot; is not given the currently selected item is used.</source>
 1072         <translation>unGroupObjects(&quot;nazwa&quot;)
 1073 
 1074 Znosi grupę, do której należy obiekt &quot;nazwa&quot;. Jeśli &quot;nazwa&quot; 
 1075 nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
 1076     </message>
 1077     <message>
 1078         <source>scaleGroup(factor [,&quot;name&quot;])
 1079 
 1080 Scales the group the object &quot;name&quot; belongs to. Values greater than 1 enlarge
 1081 the group, values smaller than 1 make the group smaller e.g a value of 0.5
 1082 scales the group to 50 % of its original size, a value of 1.5 scales the group
 1083 to 150 % of its original size.  The value for &quot;factor&quot; must be greater than
 1084 0. If &quot;name&quot; is not given the currently selected item is used.
 1085 
 1086 May raise ValueError if an invalid scale factor is passed.
 1087 </source>
 1088         <translation>scaleGroup(wsp [,&quot;nazwa&quot;])
 1089 
 1090 Skaluje grupę, do której należy obiekt &quot;nazwa&quot;. Wartości większe niż 1 powiększają grupę,
 1091 wartości mniejsze niż 1 zmniejszają ją, np. wartość 0,5 skaluje grupę do 50% jej oryginalnego
 1092 rozmiaru, wartość 1,5 skaluje grupę do 150% oryginalnego rozmiaru. Wartość współczynnika 
 1093 &quot;wsp&quot; musi być większa niż 0. Jeśli &quot;nazwa&quot; nie zostanie podana, zostanie użyty aktualnie 
 1094 zaznaczony obiekt.
 1095 
 1096 Może zwrócić błąd ValueError, jeśli zostanie podany błędny współczynnik.</translation>
 1097     </message>
 1098     <message>
 1099         <source>loadImage(&quot;filename&quot; [, &quot;name&quot;])
 1100 
 1101 Loads the picture &quot;picture&quot; into the image frame &quot;name&quot;. If &quot;name&quot; is
 1102 not given the currently selected item is used.
 1103 
 1104 May raise WrongFrameTypeError if the target frame is not an image frame
 1105 </source>
 1106         <translation>loadImage(&quot;nazwa_pliku&quot; [, &quot;nazwa&quot;])
 1107 
 1108 Wczytuje obrazek &quot;nazwa_pliku&quot; do ramki graficznej &quot;nazwa&quot;. Jeśli &quot;nazwa&quot; nie 
 1109 zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.
 1110 
 1111 Może zwrócić błąd May raise WrongFrameTypeError, jeśli ramka docelowa nie jest ramką graficzną</translation>
 1112     </message>
 1113     <message>
 1114         <source>scaleImage(x, y [, &quot;name&quot;])
 1115 
 1116 Sets the scaling factors of the picture in the image frame &quot;name&quot;.
 1117 If &quot;name&quot; is not given the currently selected item is used. A number of 1
 1118 means 100 %.
 1119 
 1120 May raise WrongFrameTypeError if the target frame is not an image frame
 1121 </source>
 1122         <translation>scaleImage(x, y [, &quot;nazwa&quot;])
 1123 
 1124 Przypisuje współczynniki skalowania obrazkowi w ramce graficznej &quot;nazwa&quot;. Jeśli &quot;nazwa&quot; 
 1125 nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt. Liczba 1 oznacza 100%.
 1126 
 1127 Może zwrócić błąd WrongFrameTypeError, jeśli ramka docelowa nie jest ramką graficzną</translation>
 1128     </message>
 1129     <message>
 1130         <source>lockObject([&quot;name&quot;]) -&gt; bool
 1131 
 1132 Locks the object &quot;name&quot; if it&apos;s unlocked or unlock it if it&apos;s locked.
 1133 If &quot;name&quot; is not given the currently selected item is used. Returns true
 1134 if locked.
 1135 </source>
 1136         <translation>lockObject([&quot;nazwa&quot;]) -&gt; bool
 1137 
 1138 Zabezpiecza obiekt &quot;nazwa&quot;, jeśli nie jest zabezpieczony bądź odbezpiecza go,
 1139 jeśli jest zabezpieczony. Jeśli &quot;nazwa&quot; nie zostanie podana, zostanie 
 1140 użyty aktualnie zaznaczony obiekt. Zwraca true, jeśli obiekt jest zabezpieczony. </translation>
 1141     </message>
 1142     <message>
 1143         <source>isLocked([&quot;name&quot;]) -&gt; bool
 1144 
 1145 Returns true if is the object &quot;name&quot; locked.  If &quot;name&quot; is not given the
 1146 currently selected item is used.
 1147 </source>
 1148         <translation>isLocked([&quot;nazwa&quot;]) -&gt; bool
 1149 
 1150 Zwraca true, jeśli obiekt &quot;nazwa&quot; jest zabezpieczony. Jeśli &quot;nazwa&quot; 
 1151 nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
 1152     </message>
 1153     <message>
 1154         <source>getFontNames() -&gt; list
 1155 
 1156 Returns a list with the names of all available fonts.
 1157 </source>
 1158         <translation>getFontNames() -&gt; list
 1159 
 1160 Zwraca listę z nazwami wszystkich dostępnych fontów.</translation>
 1161     </message>
 1162     <message>
 1163         <source>getXFontNames() -&gt; list of tuples
 1164 
 1165 Returns a larger font info. It&apos;s a list of the tuples with:
 1166 [ (Scribus name, Family, Real name, subset (1|0), embed PS (1|0), font file), (...), ... ]
 1167 </source>
 1168         <translation>getXFontNames() -&gt; list of tuples
 1169 
 1170 Zwraca obszerną informację o fontach. Jest to lista krotek zawierająca:
 1171 [ (nazwę w Scribusie, rodzinę, prawdziwą nazwę, podzbiór (1|0), zagnieźdź w PS (1|0), plik fontu), (...), ... ]</translation>
 1172     </message>
 1173     <message>
 1174         <source>getLayers() -&gt; list
 1175 
 1176 Returns a list with the names of all defined layers.
 1177 </source>
 1178         <translation>getLayers() -&gt; list
 1179 
 1180 Zwraca listę nazw wszystkich zdefiniowanych warstw.</translation>
 1181     </message>
 1182     <message>
 1183         <source>setActiveLayer(&quot;name&quot;)
 1184 
 1185 Sets the active layer to the layer named &quot;name&quot;.
 1186 
 1187 May raise NotFoundError if the layer can&apos;t be found.
 1188 May raise ValueError if the layer name isn&apos;t acceptable.
 1189 </source>
 1190         <translation>setActiveLayer(&quot;nazwa&quot;)
 1191 
 1192 Ustawia warstę &quot;nazwa&quot; jako aktywną wartstwę.
 1193 
 1194 Może zwrócić błąd NotFoundError, jeśli warstwa nie zostanie znaleziona.
 1195 Może zwrócić błąd ValueError, jeśli nazwa wartwy jest niedopuszczalna.</translation>
 1196     </message>
 1197     <message>
 1198         <source>getActiveLayer() -&gt; string
 1199 
 1200 Returns the name of the current active layer.
 1201 </source>
 1202         <translation>getActiveLayer() -&gt; string
 1203 
 1204 Zwraca nazwę aktualnej warstwy.</translation>
 1205     </message>
 1206     <message>
 1207         <source>sentToLayer(&quot;layer&quot; [, &quot;name&quot;])
 1208 
 1209 Sends the object &quot;name&quot; to the layer &quot;layer&quot;. The layer must exist.
 1210 If &quot;name&quot; is not given the currently selected item is used.
 1211 
 1212 May raise NotFoundError if the layer can&apos;t be found.
 1213 May raise ValueError if the layer name isn&apos;t acceptable.
 1214 </source>
 1215         <translation>sentToLayer(&quot;warstwa&quot; [, &quot;nazwa&quot;])
 1216 
 1217 Przenosi obiekt &quot;nazwa&quot; do warstwy &quot;warstwa&quot;. Warstwa ta musi istnieć.
 1218 Jeśli &quot;nazwa&quot; nie zostanie podana, zostanie  użyty aktualnie zaznaczony obiekt.
 1219 
 1220 Może zwrócić błąd NotFoundError, jeśli warsta nie zostanie znaleziona.
 1221 Może zwrócić błąd ValueError, jeśli nazwa jest niedopuszczalna.</translation>
 1222     </message>
 1223     <message>
 1224         <source>setLayerVisible(&quot;layer&quot;, visible)
 1225 
 1226 Sets the layer &quot;layer&quot; to be visible or not. If is the visible set to false
 1227 the layer is invisible.
 1228 
 1229 May raise NotFoundError if the layer can&apos;t be found.
 1230 May raise ValueError if the layer name isn&apos;t acceptable.
 1231 </source>
 1232         <translation>setLayerVisible(&quot;warstwa&quot;, widoczna)
 1233 
 1234 Zmienia widoczność warstwy &quot;warstwa&quot; na widoczną lub nie. 
 1235 Jeśli widoczność ma wartość false, warstwa będzie niewidoczna.
 1236 
 1237 Może zwrócić błąd NotFoundError, jeśli warstwa nie zostanie znaleziona.
 1238 Może zwrócić błąd ValueError, jeśli nazwa warstwy jest niedopuszczalna. </translation>
 1239     </message>
 1240     <message>
 1241         <source>setLayerPrintable(&quot;layer&quot;, printable)
 1242 
 1243 Sets the layer &quot;layer&quot; to be printable or not. If is the printable set to
 1244 false the layer won&apos;t be printed.
 1245 
 1246 May raise NotFoundError if the layer can&apos;t be found.
 1247 May raise ValueError if the layer name isn&apos;t acceptable.
 1248 </source>
 1249         <translation>setLayerPrintable(&quot;warstwa&quot;, drukowalna)
 1250 
 1251 Przypisuje warstwie &quot;warstwa&quot; parametr &quot;drukowalna&quot;. Jeśli &quot;drukowalna&quot; 
 1252 ma wartość false, wastwa nie będzie drukowana.
 1253 
 1254 Może zwrócić błąd NotFoundError, jeśli warstwa nie zostanie znaleziona.
 1255 Może zwrócić błąd ValueError, jeśli nazwa warstwy jest niedopuszczalna.</translation>
 1256     </message>
 1257     <message>
 1258         <source>deleteLayer(&quot;layer&quot;)
 1259 
 1260 Deletes the layer with the name &quot;layer&quot;. Nothing happens if the layer doesn&apos;t
 1261 exists or if it&apos;s the only layer in the document.
 1262 
 1263 May raise NotFoundError if the layer can&apos;t be found.
 1264 May raise ValueError if the layer name isn&apos;t acceptable.
 1265 </source>
 1266         <translation>deleteLayer(&quot;warstwa&quot;)
 1267 
 1268 Usuwa warstwę o nazwie &quot;warstwa&quot;. Nie usuwa nic, jeśli taka warstwa 
 1269 nie istnieje albo jeśli warstwa ta jest jedyną warstwą dokumentu.
 1270 
 1271 Może zwrócić błąd NotFoundError, jeśli warstwa nie zostanie znaleziona.
 1272 Może zwrócić błąd ValueError, jeśli nazwa warstwy jest niedopuszczalna. </translation>
 1273     </message>
 1274     <message>
 1275         <source>createLayer(layer)
 1276 
 1277 Creates a new layer with the name &quot;name&quot;.
 1278 
 1279 May raise ValueError if the layer name isn&apos;t acceptable.
 1280 </source>
 1281         <translation>createLayer(warstwa)
 1282 
 1283 Tworzy nową warstwę o nazwie &quot;warstwa&quot;.
 1284 
 1285 Może zwrócić błąd ValueError, jeśli nazwa warstwy jest niedopuszczalna. </translation>
 1286     </message>
 1287     <message>
 1288         <source>getGuiLanguage() -&gt; string
 1289 
 1290 Returns a string with the -lang value.
 1291 </source>
 1292         <translation>getGuiLanguage() -&gt; string
 1293 
 1294 Zwraca łańcuch z wartością języka interfejsu -lang.</translation>
 1295     </message>
 1296     <message>
 1297         <source>createEllipse(x, y, width, height, [&quot;name&quot;]) -&gt; string
 1298 
 1299 Creates a new ellipse on the current page and returns its name.
 1300 The coordinates are given in the current measurement units of the document
 1301 (see UNIT constants). &quot;name&quot; should be a unique identifier for the object
 1302 because you need this name for further referencing of that object. If &quot;name&quot;
 1303 is not given Scribus will create one for you.
 1304 
 1305 May raise NameExistsError if you explicitly pass a name that&apos;s already used.
 1306 </source>
 1307         <translation>createEllipse(x, y, szerokość, wysokość, [&quot;nazwa&quot;]) -&gt; string
 1308 
 1309 Tworzy nową elipsę na aktualnej stronie i zwraca jej nazwę. Współrzędne podaje się
 1310 w aktualnych jednostkach miary dokumentu (zobacz stałe UNIT). &quot;nazwa&quot; powinna 
 1311 być jednoznacznym identyfikatorem obiektu, ponieważ będzie ona potrzebna przy
 1312 późniejszym odnoszeniu się do obiektu. Jeśli &quot;nazwa&quot; nie zostanie podana, Scribus
 1313 sam utworzy taką nazwę.
 1314 
 1315 Może zwrócić błąd NameExistsError, jeśli podana nazwa jest już w użyciu.</translation>
 1316     </message>
 1317     <message>
 1318         <source>createImage(x, y, width, height, [&quot;name&quot;]) -&gt; string
 1319 
 1320 Creates a new picture frame on the current page and returns its name. The
 1321 coordinates are given in the current measurement units of the document.
 1322 &quot;name&quot; should be a unique identifier for the object because you need this
 1323 name for further access to that object. If &quot;name&quot; is not given Scribus will
 1324 create one for you.
 1325 
 1326 May raise NameExistsError if you explicitly pass a name that&apos;s already used.
 1327 </source>
 1328         <translation>createImage(x, y, szerokość, wysokość, [&quot;nazwa&quot;]) -&gt; string
 1329 
 1330 Tworzy nową ramkę graficzną na aktualnej stronie i zwraca jej nazwę. Współrzędne
 1331 podaje się w aktualnych jednostkach miary dokumentu. &quot;nazwa&quot; powinna być
 1332 jednoznacznym identyfikatorem obiektu, ponieważ będzie ona potrzebna aby 
 1333 odnosić się do tego obiektu. Jeśli nazwa nie zostanie podana, Scribus utworzy
 1334 ją automatycznie.
 1335 
 1336 Może zwrócić błąd NameExistsError, jeśli podana nazwa jest już w użyciu.</translation>
 1337     </message>
 1338     <message>
 1339         <source>createText(x, y, width, height, [&quot;name&quot;]) -&gt; string
 1340 
 1341 Creates a new text frame on the actual page and returns its name.
 1342 The coordinates are given in the actual measurement unit of the document (see
 1343 UNIT constants). &quot;name&quot; should be a unique identifier for the object because
 1344 you need this name for further referencing of that object. If &quot;name&quot; is not
 1345 given Scribus will create one for you.
 1346 
 1347 May raise NameExistsError if you explicitly pass a name that&apos;s already used.
 1348 </source>
 1349         <translation>createText(x, y, szerokość, wysokość, [&quot;nazwa&quot;]) -&gt; string
 1350 
 1351 Tworzy nową ramkę tekstową na aktualnej stronie i zwraca jej nazwę. Współrzędne 
 1352 podawane są w aktualnej jednostce miary dokumentu (zobacz stałe UNIT). &quot;nazwa&quot; 
 1353 powinna być jednoznacznym identyfikatorem obiektu, ponieważ będzie potrzebna w 
 1354 przyszłości, aby odnosić się do obiektu. Jeśli nazwa nie zostanie podana, Scribus 
 1355 utworzy ją automatycznie.
 1356 
 1357 Może zwrócić błąd NameExistsError, jeśli podana nazwa jest już w użyciu.</translation>
 1358     </message>
 1359     <message>
 1360         <source>createLine(x1, y1, x2, y2, [&quot;name&quot;]) -&gt; string
 1361 
 1362 Creates a new line from the point(x1, y1) to the point(x2, y2) and returns
 1363 its name. The coordinates are given in the current measurement unit of the
 1364 document (see UNIT constants). &quot;name&quot; should be a unique identifier for the
 1365 object because you need this name for further access to that object. If
 1366 &quot;name&quot; is not given Scribus will create one for you.
 1367 
 1368 May raise NameExistsError if you explicitly pass a name that&apos;s already used.
 1369 </source>
 1370         <translation>createLine(x1, y1, x2, y2, [&quot;nazwa&quot;]) -&gt; string
 1371 
 1372 Tworzy nową linię od punktu(x1, y1) do punktu(x2, y2) i zwraca jej nazwę.
 1373 Współrzędne podawane są w aktualnej jednostce miary dokumentu (zobacz stałe UNIT). 
 1374 &quot;nazwa&quot;  powinna być jednoznacznym identyfikatorem obiektu, ponieważ będzie potrzebna
 1375  w przyszłości, aby odnosić się do obiektu. Jeśli nazwa nie zostanie podana, Scribus 
 1376 utworzy ją automatycznie.
 1377 
 1378 Może zwrócić błąd NameExistsError, jeśli podana nazwa jest już w użyciu.</translation>
 1379     </message>
 1380     <message>
 1381         <source>createPolyLine(list, [&quot;name&quot;]) -&gt; string
 1382 
 1383 Creates a new polyline and returns its name. The points for the polyline are
 1384 stored in the list &quot;list&quot; in the following order: [x1, y1, x2, y2...xn. yn].
 1385 The coordinates are given in the current measurement units of the document (see
 1386 UNIT constants). &quot;name&quot; should be a unique identifier for the object because
 1387 you need this name for further access to that object. If &quot;name&quot; is not given
 1388 Scribus will create one for you.
 1389 
 1390 May raise NameExistsError if you explicitly pass a name that&apos;s already used.
 1391 May raise ValueError if an insufficient number of points is passed or if
 1392 the number of values passed don&apos;t group into points without leftovers.
 1393 </source>
 1394         <translation>createPolyLine(lista, [&quot;nazwa&quot;]) -&gt; string
 1395 
 1396 Tworzy nową linię łamaną i zwraca jej nazwę. Punkty linii łamanej zapisane 
 1397 są w liście &quot;lista&quot; w następującej kolejności: [x1, y1, x2, y2...xn. yn].
 1398 Współrzędne podawane są w aktualnej jednostce miary dokumentu (zobacz stałe UNIT). 
 1399 &quot;nazwa&quot;  powinna być jednoznacznym identyfikatorem obiektu, ponieważ będzie potrzebna
 1400  w przyszłości, aby odnosić się do obiektu. Jeśli nazwa nie zostanie podana, Scribus 
 1401 utworzy ją automatycznie.
 1402 
 1403 Może zwrócić błąd NameExistsError, jeśli podana nazwa jest już w użyciu.
 1404 Może zwrócić błąd ValueError, jeśli podana zostanie niewystarczająca ilość
 1405 punktów lub ilość wartości nie da się zgrupować w punkty bez pozostawiania reszty.</translation>
 1406     </message>
 1407     <message>
 1408         <source>createPolygon(list, [&quot;name&quot;]) -&gt; string
 1409 
 1410 Creates a new polygon and returns its name. The points for the polygon are
 1411 stored in the list &quot;list&quot; in the following order: [x1, y1, x2, y2...xn. yn].
 1412 At least three points are required. There is no need to repeat the first point
 1413 to close the polygon. The polygon is automatically closed by connecting the
 1414 first and the last point.  The coordinates are given in the current measurement
 1415 units of the document (see UNIT constants).  &quot;name&quot; should be a unique
 1416 identifier for the object because you need this name for further access to that
 1417 object. If &quot;name&quot; is not given Scribus will create one for you.
 1418 
 1419 May raise NameExistsError if you explicitly pass a name that&apos;s already used.
 1420 May raise ValueError if an insufficient number of points is passed or if
 1421 the number of values passed don&apos;t group into points without leftovers.
 1422 </source>
 1423         <translation>createPolygon(lista, [&quot;nazwa&quot;]) -&gt; string
 1424 
 1425 Tworzy nowy wielokąt i zwraca jego nazwę. Creates a new polygon and returns its name. 
 1426 Punkty wielokąta zapisane są w liście &quot;lista&quot; w następującej kolejności: [x1, y1, x2, y2...xn. yn].
 1427 Współrzędne podawane są w aktualnej jednostce miary dokumentu (zobacz stałe UNIT). 
 1428 Wymagane są co najmniej 3 punkty. Nie trzeba powtarzać punktu początkowego., aby zamknąć
 1429 wielokąt. Wielokąt jest zamykany automatycznie przez połączenie pierwszego i ostatniego punktu. 
 1430 Współrzędne podawane są w aktualnej jednostce miary dokumentu (zobacz stałe UNIT). 
 1431 &quot;nazwa&quot;  powinna być jednoznacznym identyfikatorem obiektu, ponieważ będzie potrzebna
 1432  w przyszłości, aby odnosić się do obiektu. Jeśli nazwa nie zostanie podana, Scribus 
 1433 utworzy ją automatycznie.
 1434 
 1435 Może zwrócić błąd NameExistsError, jeśli podana nazwa jest już w użyciu.
 1436 Może zwrócić błąd ValueError, jeśli podana zostanie niewystarczająca ilość
 1437 punktów lub ilość wartości nie da się zgrupować w punkty bez pozostawiania reszty.</translation>
 1438     </message>
 1439     <message>
 1440         <source>createBezierLine(list, [&quot;name&quot;]) -&gt; string
 1441 
 1442 Creates a new bezier curve and returns its name. The points for the bezier
 1443 curve are stored in the list &quot;list&quot; in the following order:
 1444 [x1, y1, kx1, ky1, x2, y2, kx2, ky2...xn. yn, kxn. kyn]
 1445 In the points list, x and y mean the x and y coordinates of the point and kx
 1446 and ky meaning the control point for the curve.  The coordinates are given in
 1447 the current measurement units of the document (see UNIT constants). &quot;name&quot;
 1448 should be a unique identifier for the object because you need this name for
 1449 further access to that object. If &quot;name&quot; is not given Scribus will create one
 1450 for you.
 1451 
 1452 May raise NameExistsError if you explicitly pass a name that&apos;s already used.
 1453 May raise ValueError if an insufficient number of points is passed or if
 1454 the number of values passed don&apos;t group into points without leftovers.
 1455 </source>
 1456         <translation>createBezierLine(lista, [&quot;nazwa&quot;]) -&gt; string
 1457 
 1458 Tworzy nową krzywą Beziera i zwraca jej nazwę. Punkty krzywej Beziera
 1459 zapisane są w liście &quot;lista&quot; w następującej kolejności:
 1460 [x1, y1, kx1, ky1, x2, y2, kx2, ky2...xn. yn, kxn. kyn]
 1461 W liście punktów x i y oznaczają współrzędne x i y punktu, a kx i ky 
 1462 oznaczają punkt kontrolny krzywej. Współrzędne podawane są w aktualnej 
 1463 jednostce miary dokumentu (zobacz stałe UNIT).  &quot;nazwa&quot;  powinna być 
 1464 jednoznacznym identyfikatorem obiektu, ponieważ będzie potrzebna w 
 1465 przyszłości, aby odnosić się do obiektu. Jeśli nazwa nie zostanie podana, 
 1466 Scribus utworzy ją automatycznie.
 1467 
 1468 Może zwrócić błąd NameExistsError, jeśli podana nazwa jest już w użyciu.
 1469 Może zwrócić błąd ValueError, jeśli podana zostanie niewystarczająca ilość
 1470 punktów lub ilość wartości nie da się zgrupować w punkty bez pozostawiania reszty.</translation>
 1471     </message>
 1472     <message>
 1473         <source>createPathText(x, y, &quot;textbox&quot;, &quot;beziercurve&quot;, [&quot;name&quot;]) -&gt; string
 1474 
 1475 Creates a new pathText by merging the two objects &quot;textbox&quot; and
 1476 &quot;beziercurve&quot; and returns its name. The coordinates are given in the current
 1477 measurement unit of the document (see UNIT constants). &quot;name&quot; should be a
 1478 unique identifier for the object because you need this name for further access
 1479 to that object. If &quot;name&quot; is not given Scribus will create one