"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "scribus-1.3.3.12/scribus/po/scribus.cs_CZ.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 <defaultcodec></defaultcodec>
    3 <context>
    4     <name></name>
    5     <message>
    6         <source>getFontSize([&quot;name&quot;]) -&gt; float
    7 
    8 Returns the font size in points for the text frame &quot;name&quot;. If this text
    9 frame has some text selected the value assigned to the first character of
   10 the selection is returned.
   11 If &quot;name&quot; is not given the currently selected item is used.
   12 </source>
   13         <translation>getFontSize([&quot;name&quot;]) -&gt; float
   14 
   15 Vráti velikost písma v bodech rámce &quot;name&quot;. Jestliže je
   16 vybrán nějaký text, vrátí velikost prvního znaku výběru.
   17 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
   18     </message>
   19     <message>
   20         <source>getColorNames() -&gt; list
   21 
   22 Returns a list containing the names of all defined colors in the document.
   23 If no document is open, returns a list of the default document colors.
   24 </source>
   25         <translation>getColorNames() -&gt; list
   26 
   27 Vrátí seznam se jmény všech barev v dokumentu. Jestliže není žádný dokument
   28 otevřen, vrátí seznam implicitních barev.</translation>
   29     </message>
   30     <message>
   31         <source>newDocDialog() -&gt; bool
   32 
   33 Displays the &quot;New Document&quot; dialog box. Creates a new document if the user
   34 accepts the settings. Does not create a document if the user presses cancel.
   35 Returns true if a new document was created.
   36 </source>
   37         <translation>newDocDialog() -&gt; bool
   38 
   39 Zobrazí &quot;Nový dokument&quot; dialogové okno a vytvoří nový dokument poté, co
   40 uživatel potvrdí nastavení. Nic nevytvoří, jestliže uživatel okno zruší. Vrátí true,
   41 pokud je dokument vytvořen.</translation>
   42     </message>
   43     <message>
   44         <source>getFillColor([&quot;name&quot;]) -&gt; string
   45 
   46 Returns the name of the fill color of the object &quot;name&quot;.
   47 If &quot;name&quot; is not given the currently selected item is used.
   48 </source>
   49         <translation>getFillColor([&quot;name&quot;]) -&gt; string
   50 
   51 Vrátí jméno výplňové barvy objektu &quot;name&quot;.
   52 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
   53     </message>
   54     <message>
   55         <source>moveObject(dx, dy [, &quot;name&quot;])
   56 
   57 Moves the object &quot;name&quot; by dx and dy relative to its current position. The
   58 distances are expressed in the current measurement unit of the document (see
   59 UNIT constants). If &quot;name&quot; is not given the currently selected item is used.
   60 If the object &quot;name&quot; belongs to a group, the whole group is moved.
   61 </source>
   62         <translation>moveObject(dx, dy [, &quot;name&quot;])
   63 
   64 Posune objekt &quot;name&quot; relativně o dx a dy vůči aktuální pozici. Vzdálenosti
   65 jsou vyjádřeny v délkových jednotkách dokumentu (viz konstanty UNIT).
   66 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt. Jestliže &quot;name&quot;
   67 patří do nějaké skupiny, je posunuta celá skupina.</translation>
   68     </message>
   69     <message>
   70         <source>setRedraw(bool)
   71 
   72 Disables page redraw when bool = False, otherwise redrawing is enabled.
   73 This change will persist even after the script exits, so make sure to call
   74 setRedraw(True) in a finally: clause at the top level of your script.
   75 </source>
   76         <translation>setRedraw(bool)
   77 
   78 V případě false zruší překreslování stránek, jinak povolí. Tato změna přetrvá
   79 i po ukončení skriptu, takže se ujistěte, že zavoláte setRedraw(true) v nejvyšší
   80 úrovni skriptu.</translation>
   81     </message>
   82     <message>
   83         <source>createRect(x, y, width, height, [&quot;name&quot;]) -&gt; string
   84 
   85 Creates a new rectangle on the current page and returns its name. The
   86 coordinates are given in the current measurement units of the document
   87 (see UNIT constants). &quot;name&quot; should be a unique identifier for the object
   88 because you need this name to reference that object in future. If &quot;name&quot;
   89 is not given Scribus will create one for you.
   90 
   91 May raise NameExistsError if you explicitly pass a name that&apos;s already used.
   92 </source>
   93         <translation>createRect(x, y, width, height, [&quot;name&quot;]) -&gt; string
   94 
   95 Vytvoří nový čtyřúhelník na aktuální stránce a vrátí jeho jméno. X, Y, W a H koordináty
   96 jsou dány ve zvolených měrných jednotkách dokumentu (viz konstanty UNIT*).
   97 &quot;name&quot; musí být unikátní řetězec, protože slouží jako identifikátor. Jestliže není
   98 &quot;name&quot; zadáno, Scribus jméno vytvoří sám.
   99 
  100 Může vyvolat výjimku NameExistsError, když se pokusíte zduplikovat jméno.</translation>
  101     </message>
  102     <message>
  103         <source>setGradientFill(type, &quot;color1&quot;, shade1, &quot;color2&quot;, shade2, [&quot;name&quot;])
  104 
  105 Sets the gradient fill of the object &quot;name&quot; to type. Color descriptions are
  106 the same as for setFillColor() and setFillShade(). See the constants for
  107 available types (FILL_&lt;type&gt;).
  108 </source>
  109         <translation>setGradientFill(type, &quot;color1&quot;, shade1, &quot;color2&quot;, shade2, [&quot;name&quot;])
  110 
  111 Nastaví gradient výplně objektu &quot;name&quot; na specifikovaný typ. Specifikace barev
  112 je stejná jako v setFillColor() a setFillShade(). Dostupné gradienty viz
  113 konstanty FILL_&lt;typ&gt;.</translation>
  114     </message>
  115     <message>
  116         <source>messagebarText(&quot;string&quot;)
  117 
  118 Writes the &quot;string&quot; into the Scribus message bar (status line). The text
  119 must be UTF8 encoded or &apos;unicode&apos; string(recommended).
  120 </source>
  121         <translation>messagebarText(&quot;string&quot;)
  122 
  123 Zapíše řetězec &quot;string&quot; do stavového řádku Scribusu. Text musí být kódován
  124 UTF8 nebo unicode (např. unicode(&quot;text&quot;, &quot;iso-8859-2&quot;)).</translation>
  125     </message>
  126     <message>
  127         <source>newPage(where [,&quot;masterpage&quot;])
  128 
  129 Creates a new page. If &quot;where&quot; is -1 the new Page is appended to the
  130 document, otherwise the new page is inserted before &quot;where&quot;. Page numbers are
  131 counted from 1 upwards, no matter what the displayed first page number of your
  132 document is. The optional parameter &quot;masterpage&quot; specifies the name of the
  133 master page for the new page.
  134 
  135 May raise IndexError if the page number is out of range
  136 </source>
  137         <translation>newPage(where [,&quot;masterpage&quot;])
  138 
  139 Creates a new page. If &quot;where&quot; is -1 the new Page is appended to the
  140 document, otherwise the new page is inserted before &quot;where&quot;. Page numbers are
  141 counted from 1 upwards, no matter what the displayed first page number of your
  142 document is. The optional parameter &quot;masterpage&quot; specifies the name of the
  143 master page for the new page.
  144 
  145 May raise IndexError if the page number is out of range</translation>
  146     </message>
  147     <message>
  148         <source>importSVG(&quot;string&quot;)
  149 
  150 The &quot;string&quot; must be a valid filename for a SVG image. The text
  151 must be UTF8 encoded or &apos;unicode&apos; string(recommended).
  152 </source>
  153         <translation>importSVG(&quot;string&quot;)
  154 
  155 The &quot;string&quot; must be a valid filename for a SVG image. The text
  156 must be UTF8 encoded or &apos;unicode&apos; string(recommended).</translation>
  157     </message>
  158     <message>
  159         <source>newDocument(size, margins, orientation, firstPageNumber,
  160                         unit, pagesType, firstPageOrder) -&gt; bool
  161 
  162 Creates a new document and returns true if successful. The parameters have the
  163 following meaning:
  164 
  165 size = A tuple (width, height) describing the size of the document. You can
  166 use predefined constants named PAPER_&lt;paper_type&gt; e.g. PAPER_A4 etc.
  167 
  168 margins = A tuple (left, right, top, bottom) describing the document
  169 margins
  170 
  171 orientation = the page orientation - constants PORTRAIT, LANDSCAPE
  172 
  173 firstPageNumer = is the number of the first page in the document used for
  174 pagenumbering. While you&apos;ll usually want 1, it&apos;s useful to have higher
  175 numbers if you&apos;re creating a document in several parts.
  176 
  177 unit: this value sets the measurement units used by the document. Use a
  178 predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS,
  179 UNIT_PICAS, UNIT_POINTS.
  180 
  181 pagesType = One of the predefined constants PAGE_n. PAGE_1 is single page,
  182 PAGE_2 is for double sided documents, PAGE_3 is for 3 pages fold and
  183 PAGE_4 is 4-fold.
  184 
  185 firstPageOrder = What is position of first page in the document.
  186 Indexed from 0 (0 = first).
  187 
  188 numPage = Number of pages to be created.
  189 
  190 The values for width, height and the margins are expressed in the given unit
  191 for the document. PAPER_* constants are expressed in points. If your document
  192 is not in points, make sure to account for this.
  193 
  194 example: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS,
  195 PAGE_4, 3, 1)
  196 
  197 May raise ScribusError if is firstPageOrder bigger than allowed by pagesType.
  198 </source>
  199         <translation>newDocument(size, margins, orientation, firstPageNumber, unit, pagesType, firstPageOrder) -&gt; bool
  200 
  201 Creates a new document and returns true if successful. The parameters have the following meaning:
  202 
  203 size = A tuple (width, height) describing the size of the document. You can
  204 use predefined constants named PAPER_&lt;paper_type&gt; e.g. PAPER_A4 etc.
  205 
  206 margins = A tuple (left, right, top, bottom) describing the document margins
  207 
  208 orientation = the page orientation - constants PORTRAIT, LANDSCAPE
  209 
  210 firstPageNumer = is the number of the first page in the document used for
  211 pagenumbering. While you&apos;ll usually want 1, it&apos;s useful to have higher
  212 numbers if you&apos;re creating a document in several parts.
  213 
  214 unit: this value sets the measurement units used by the document. Use a
  215 predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS,
  216 UNIT_PICAS, UNIT_POINTS.
  217 
  218 pagesType = One of the predefined constants PAGE_n. PAGE_1 is single page,
  219 PAGE_2 is for double sided documents, PAGE_3 is for 3 pages fold and
  220 PAGE_4 is 4-fold.
  221 
  222 firstPageOrder = What is position of first page in the document.
  223 Indexed from 0 (0 = first).
  224 
  225 numPage = Number of pages to be created.
  226 
  227 The values for width, height and the margins are expressed in the given unit
  228 for the document. PAPER_* constants are expressed in points. If your document
  229 is not in points, make sure to account for this.
  230 
  231 example: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS, PAGE_4, 3, 1)
  232 
  233 May raise ScribusError if is firstPageOrder bigger than allowed by pagesType.</translation>
  234     </message>
  235 </context>
  236 <context>
  237     <name>@default</name>
  238     <message>
  239         <source>getFont([&quot;name&quot;]) -&gt; string
  240 
  241 Returns the font name for the text frame &quot;name&quot;. If this text frame
  242 has some text selected the value assigned to the first character
  243 of the selection is returned. If &quot;name&quot; is not given the currently
  244 selected item is used.
  245 </source>
  246         <translation>getFont([&quot;name&quot;]) -&gt; string
  247 
  248 Vrátí jméno písma textového rámce &quot;name&quot;. Jestliže je v rámu vybraný
  249 nějaký text, pak vrátí písmo prvního znaku výběru.
  250 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  251     </message>
  252     <message>
  253         <source>getTextLength([&quot;name&quot;]) -&gt; integer
  254 
  255 Returns the length of the text in the text frame &quot;name&quot;.
  256 If &quot;name&quot; is not given the currently selected item is used.
  257 </source>
  258         <translation>getTextLength([&quot;name&quot;]) -&gt; integer
  259 
  260 Vrátí délku textu textového rámce &quot;name&quot;.
  261 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  262     </message>
  263     <message>
  264         <source>getText([&quot;name&quot;]) -&gt; string
  265 
  266 Returns the text of the text frame &quot;name&quot;. If this text frame has some text
  267 selected, the selected text is returned. All text in the frame, not just
  268 currently visible text, is returned. If &quot;name&quot; is not given the currently
  269 selected item is used.
  270 </source>
  271         <translation>getText([&quot;name&quot;]) -&gt; string
  272 
  273 Vrátí onsah textového rámce &quot;name&quot;. Jestliže je vrámu nějaký výběr, pak
  274 je výsledkem obsah výběru. Vrátí celý text, ne jen viditelný.
  275 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  276     </message>
  277     <message>
  278         <source>getAllText([&quot;name&quot;]) -&gt; string
  279 
  280 Returns the text of the text frame &quot;name&quot; and of all text frames which are
  281 linked with this frame. If this textframe has some text selected, the selected
  282 text is returned. If &quot;name&quot; is not given the currently selected item is
  283 used.
  284 </source>
  285         <translation>getAllText([&quot;name&quot;]) -&gt; string
  286 
  287 Vrátí obsah textového rámce včetně kompletního textu všech zřetězených
  288 rámů. Jestliže existuje nějaký výběr, pak je výsledkem obsah výběru.
  289 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  290     </message>
  291     <message>
  292         <source>getLineSpacing([&quot;name&quot;]) -&gt; float
  293 
  294 Returns the line spacing (&quot;leading&quot;) of the text frame &quot;name&quot; expressed in
  295 points. If &quot;name&quot; is not given the currently selected item is used.
  296 </source>
  297         <translation>getLineSpacing([&quot;name&quot;]) -&gt; float
  298 
  299 Vrátí velikost řádkování textového rámce &quot;name&quot; vyjádřené v bodech.
  300 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  301     </message>
  302     <message>
  303         <source>getColumnGap([&quot;name&quot;]) -&gt; float
  304 
  305 Returns the column gap size of the text frame &quot;name&quot; expressed in points. If
  306 &quot;name&quot; is not given the currently selected item is used.
  307 </source>
  308         <translation>getColumnGap([&quot;name&quot;]) -&gt; float
  309 
  310 Vrátí velikost mezisloupcové mezery textového rámce &quot;name&quot; vyjádřenou v bodech.
  311 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  312     </message>
  313     <message>
  314         <source>getColumns([&quot;name&quot;]) -&gt; integer
  315 
  316 Gets the number of columns of the text frame &quot;name&quot;. If &quot;name&quot; is not
  317 given the currently selected item is used.
  318 </source>
  319         <translation>getColumns([&quot;name&quot;]) -&gt; integer
  320 
  321 Vrátí počet sloupců textového rámce &quot;name&quot;.
  322 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  323     </message>
  324     <message>
  325         <source>setText(&quot;text&quot;, [&quot;name&quot;])
  326 
  327 Sets the text of the text frame &quot;name&quot; to the text of the string &quot;text&quot;.
  328 Text must be UTF8 encoded - use e.g. unicode(text, &apos;iso-8859-2&apos;). See the FAQ
  329 for more details. If &quot;name&quot; is not given the currently selected item is
  330 used.
  331 </source>
  332         <translation>setText(&quot;text&quot;, [&quot;name&quot;])
  333 
  334 Vyplní obsah textového rámce &quot;name&quot; textem &quot;text&quot;. Text musí být v UTF8
  335 kódování - použijte např. unicode(text, &apos;iso-8859-2&apos;). Viz FAQ.
  336 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  337     </message>
  338     <message>
  339         <source>setFont(&quot;font&quot;, [&quot;name&quot;])
  340 
  341 Sets the font of the text frame &quot;name&quot; to &quot;font&quot;. If there is some text
  342 selected only the selected text is changed.  If &quot;name&quot; is not given the
  343 currently selected item is used.
  344 
  345 May throw ValueError if the font cannot be found.
  346 </source>
  347         <translation>setFont(&quot;font&quot;, [&quot;name&quot;])
  348 
  349 Nastaví písmo &quot;font&quot; textového rámce &quot;frame&quot;. Jestliže v rámci existuje
  350 výběr, je písmo aplikováno pouze na něj.
  351 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.
  352 
  353 Může vyvolat výjimku ValueError, jestliže písmo neexistuje.</translation>
  354     </message>
  355     <message>
  356         <source>setFontSize(size, [&quot;name&quot;])
  357 
  358 Sets the font size of the text frame &quot;name&quot; to &quot;size&quot;. &quot;size&quot; is treated
  359 as a value in points. If there is some text selected only the selected text is
  360 changed. &quot;size&quot; must be in the range 1 to 512. If &quot;name&quot; is not given the
  361 currently selected item is used.
  362 
  363 May throw ValueError for a font size that&apos;s out of bounds.
  364 </source>
  365         <translation>setFontSize(size, [&quot;name&quot;])
  366 
  367 Nastaví velikost písma textového rámce &quot;name&quot; na velikost &quot;size&quot;. Velikost
  368 je vyjádřena v bodech. Jestliže je v rámu nějaký výběr, pak je změna
  369 aplikována pouze na něj. Velikost musí být v intervalu &lt;1; 512&gt;.
  370 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.
  371 
  372 Může vyvolat výjimlu ValueError, jestliže je velikost mimo interval.</translation>
  373     </message>
  374     <message>
  375         <source>setLineSpacing(size, [&quot;name&quot;])
  376 
  377 Sets the line spacing (&quot;leading&quot;) of the text frame &quot;name&quot; to &quot;size&quot;.
  378 &quot;size&quot; is a value in points. If &quot;name&quot; is not given the currently selected
  379 item is used.
  380 
  381 May throw ValueError if the line spacing is out of bounds.
  382 </source>
  383         <translation>setLineSpacing(size, [&quot;name&quot;])
  384 
  385 Nastaví řádkování textového rámu &quot;name&quot; na velikost &quot;size&quot;. Velikost
  386 je uváděna v bodech.
  387 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.
  388 
  389 Může vyvolat výjimku ValueError, jestliže je velikost mimo rozsah.</translation>
  390     </message>
  391     <message>
  392         <source>setColumnGap(size, [&quot;name&quot;])
  393 
  394 Sets the column gap of the text frame &quot;name&quot; to the value &quot;size&quot;. If
  395 &quot;name&quot; is not given the currently selected item is used.
  396 
  397 May throw ValueError if the column gap is out of bounds (must be positive).
  398 </source>
  399         <translation>setColumnGap(size, [&quot;name&quot;])
  400 
  401 Nastaví mezisloupcovou mezeru textového rámce &quot;name&quot; na velikost &quot;size&quot;.
  402 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.
  403 
  404 Může vyvolat výjimku ValueError, jestliže není velikost kladná hodnota.</translation>
  405     </message>
  406     <message>
  407         <source>setColumns(nr, [&quot;name&quot;])
  408 
  409 Sets the number of columns of the text frame &quot;name&quot; to the integer &quot;nr&quot;.
  410 If &quot;name&quot; is not given the currently selected item is used.
  411 
  412 May throw ValueError if number of columns is not at least one.
  413 </source>
  414         <translation>setColumns(nr, [&quot;name&quot;])
  415 
  416 Nastaví počet sloupců textového rámce &quot;name&quot; na počet &quot;nr&quot;.
  417 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.
  418 
  419 Může vyvolat výjimku ValueError, jetsliže je &quot;nr&quot; menší něž 1.</translation>
  420     </message>
  421     <message>
  422         <source>setTextAlignment(align, [&quot;name&quot;])
  423 
  424 Sets the text alignment of the text frame &quot;name&quot; to the specified alignment.
  425 If &quot;name&quot; is not given the currently selected item is used. &quot;align&quot; should
  426 be one of the ALIGN_ constants defined in this module - see dir(scribus).
  427 
  428 May throw ValueError for an invalid alignment constant.
  429 </source>
  430         <translation>setTextAlignment(align, [&quot;name&quot;])
  431 
  432 Nastaví zarovnání textu rámce &quot;name&quot;. Jestliže není &quot;name&quot; uvedeno, použije
  433 vybraný objekt. &quot;align&quot; by měla být jedna z předdefinovaných konstant ALIGN_*.
  434 
  435 Může vyvolat výjimku ValueError, jestliže je &quot;align&quot; nepodporované číslo.</translation>
  436     </message>
  437     <message>
  438         <source>selectText(start, count, [&quot;name&quot;])
  439 
  440 Selects &quot;count&quot; characters of text in the text frame &quot;name&quot; starting from the
  441 character &quot;start&quot;. Character counting starts at 0. If &quot;count&quot; is zero, any
  442 text selection will be cleared.  If &quot;name&quot; is not given the currently
  443 selected item is used.
  444 
  445 May throw IndexError if the selection is outside the bounds of the text.
  446 </source>
  447         <translation>selectText(start, count, [&quot;name&quot;])
  448 
  449 Označí jako vybraný počet &quot;count&quot; znaků v textovém rámci &quot;name&quot; od pozice
  450 &quot;start&quot;. První znak rámce má pozici 0. Jestliže je &quot;count&quot; nula, výběr je zrušen.
  451 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.
  452 
  453 Může vyvolat výjimku IndexError, jestliže je výběr mimo text rámce.</translation>
  454     </message>
  455     <message>
  456         <source>deleteText([&quot;name&quot;])
  457 
  458 Deletes any text in the text frame &quot;name&quot;. If there is some text selected,
  459 only the selected text will be deleted. If &quot;name&quot; is not given the currently
  460 selected item is used.
  461 </source>
  462         <translation>deleteText([&quot;name&quot;])
  463 
  464 Smaže text z textového rámce &quot;name&quot;. Jestliže je v rámu nějaký výběr,
  465 pak je smazán pouze on. Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  466     </message>
  467     <message>
  468         <source>setTextColor(&quot;color&quot;, [&quot;name&quot;])
  469 
  470 Sets the text color of the text frame &quot;name&quot; to the color &quot;color&quot;. If there
  471 is some text selected only the selected text is changed. If &quot;name&quot; is not
  472 given the currently selected item is used.
  473 </source>
  474         <translation>setTextColor(&quot;color&quot;, [&quot;name&quot;])
  475 
  476 Nastaví barvu textu rámce &quot;name&quot; na barvu &quot;color&quot;. Jestliže v rámci
  477 existuje výběr, pak je barva aplikována pouze na něj.
  478 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  479     </message>
  480     <message>
  481         <source>setTextStroke(&quot;color&quot;, [&quot;name&quot;])
  482 
  483 Set &quot;color&quot; of the text stroke. If &quot;name&quot; is not given the currently
  484 selected item is used.
  485 </source>
  486         <translation>setTextStroke(&quot;color&quot;, [&quot;name&quot;])
  487 
  488 Nastaví barvu &quot;color&quot; tahu textu v textovém rámci &quot;name&quot;.
  489 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  490     </message>
  491     <message>
  492         <source>setTextShade(shade, [&quot;name&quot;])
  493 
  494 Sets the shading of the text color of the object &quot;name&quot; to &quot;shade&quot;. If
  495 there is some text selected only the selected text is changed. &quot;shade&quot; must
  496 be an integer value in the range from 0 (lightest) to 100 (full color
  497 intensity). If &quot;name&quot; is not given the currently selected item is
  498 used.
  499 </source>
  500         <translation>setTextShade(shade, [&quot;name&quot;])
  501 
  502 Nastaví stín textu v textovém rámci &quot;name&quot; na hodnotu &quot;shade&quot;. Jetsliže
  503 v rámci existuje výběr, pak je aplikován pouze na něj. Stín musí být celé
  504 číslo z intervalu &lt;1; 100&gt;.
  505 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  506     </message>
  507     <message>
  508         <source>linkTextFrames(&quot;fromname&quot;, &quot;toname&quot;)
  509 
  510 Link two text frames. The frame named &quot;fromname&quot; is linked to the
  511 frame named &quot;toname&quot;. The target frame must be an empty text frame
  512 and must not link to or be linked from any other frames already.
  513 
  514 May throw ScribusException if linking rules are violated.
  515 </source>
  516         <translation>linkTextFrames(&quot;fromname&quot;, &quot;toname&quot;)
  517 
  518 zřetězí dva textové rámce. Rámec &quot;fromname&quot; je před rámcem &quot;toname&quot;.
  519 &quot;toname&quot; musí být prázdný a ještě neslinkovaný textový rámec.
  520 
  521 Může vyvolat výjimku ScribusException, jestliže jsou porušena pravidla řetězení.</translation>
  522     </message>
  523     <message>
  524         <source>unlinkTextFrames(&quot;name&quot;)
  525 
  526 Remove the specified (named) object from the text frame flow/linkage. If the
  527 frame was in the middle of a chain, the previous and next frames will be
  528 connected, eg &apos;a-&gt;b-&gt;c&apos; becomes &apos;a-&gt;c&apos; when you unlinkTextFrames(b)&apos;
  529 
  530 May throw ScribusException if linking rules are violated.
  531 </source>
  532         <translation>unlinkTextFrames(&quot;name&quot;)
  533 
  534 Odstraní objekt &quot;name&quot; ze zřetězených textových rámců. Např. sekvence
  535 a-&gt;b-&gt;c bude a-&gt;c po vykonání unlinkTextFrames(b)
  536 
  537 Může vyvolat výjimku ScribusException, jestliže jsou porušena pravidla zřetězení.</translation>
  538     </message>
  539     <message>
  540         <source>traceText([&quot;name&quot;])
  541 
  542 Convert the text frame &quot;name&quot; to outlines. If &quot;name&quot; is not given the
  543 currently selected item is used.</source>
  544         <translation>traceText([&quot;name&quot;])
  545 
  546 Převede textový rámec &quot;name&quot; na obrys.
  547 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  548     </message>
  549     <message>
  550         <source>getColor(&quot;name&quot;) -&gt; tuple
  551 
  552 Returns a tuple (C, M, Y, K) containing the four color components of the
  553 color &quot;name&quot; from the current document. If no document is open, returns
  554 the value of the named color from the default document colors.
  555 
  556 May raise NotFoundError if the named color wasn&apos;t found.
  557 May raise ValueError if an invalid color name is specified.
  558 </source>
  559         <translation>getColor(&quot;name&quot;) -&gt; tuple
  560 
  561 Vrátí CMYK složky barvy &quot;name&quot; daného dokumentu. Jestliže není otevřený
  562 žádný dokument, vrátí složky implicitní barvy &quot;name&quot;.
  563 
  564 Může vyvolat výjimky NotFoundError (jestliže barvu nenajde) a
  565 ValueError (chybné parametry).</translation>
  566     </message>
  567     <message>
  568         <source>changeColor(&quot;name&quot;, c, m, y, k)
  569 
  570 Changes the color &quot;name&quot; to the specified CMYK value. The color value is
  571 defined via four components c = Cyan, m = Magenta, y = Yellow and k = Black.
  572 Color components should be in the range from 0 to 255.
  573 
  574 May raise NotFoundError if the named color wasn&apos;t found.
  575 May raise ValueError if an invalid color name is specified.
  576 </source>
  577         <translation>changeColor(&quot;name&quot;, c, m, y, k)
  578 
  579 Změní barvu &quot;name&quot; na specifikované CMYK hodnoty &quot;c&quot;, &quot;m&quot;, &quot;y&quot;, &quot;k&quot;.
  580 Každá z barevných komponenty musí být z intervalu &lt;0; 255&gt;.
  581 
  582 Může vyvolat výjimky NotFoundError (barva neexistuje) a ValueError
  583 (chybné parametry).</translation>
  584     </message>
  585     <message>
  586         <source>deleteColor(&quot;name&quot;, &quot;replace&quot;)
  587 
  588 Deletes the color &quot;name&quot;. Every occurence of that color is replaced by the
  589 color &quot;replace&quot;. If not specified, &quot;replace&quot; defaults to the color
  590 &quot;None&quot; - transparent.
  591 
  592 deleteColor works on the default document colors if there is no document open.
  593 In that case, &quot;replace&quot;, if specified, has no effect.
  594 
  595 May raise NotFoundError if a named color wasn&apos;t found.
  596 May raise ValueError if an invalid color name is specified.
  597 </source>
  598         <translation>deleteColor(&quot;name&quot;, &quot;replace&quot;)
  599 
  600 Smaže barvu &quot;name&quot;. každý výskyt této barvy je nahrazen  barvou &quot;replace&quot;.
  601 Jestliže není &quot;replace&quot; uvedena, zamění mazanou barvu transparentní 
  602 průhlednou &quot;None&quot;.
  603 Jestliže není otevřený žádný dokument pracuje deleteColor s imlicitní
  604 barevnou množinou. &quot;replace&quot; potom nemá žádnou funkčnost.
  605 
  606 Může vyvolat výjimky NotFoundError (barva neexistuje) a ValueError
  607 (chybné parametry).</translation>
  608     </message>
  609     <message>
  610         <source>replaceColor(&quot;name&quot;, &quot;replace&quot;)
  611 
  612 Every occurence of the color &quot;name&quot; is replaced by the color &quot;replace&quot;.
  613 
  614 May raise NotFoundError if a named color wasn&apos;t found.
  615 May raise ValueError if an invalid color name is specified.
  616 </source>
  617         <translation>replaceColor(&quot;name&quot;, &quot;replace&quot;)
  618 
  619 Každý výskyt barvy &quot;name&quot; je nahrazen barvou &quot;replace&quot;.
  620 Může vyvolat výjimky NotFoundError (barva neexistuje) a ValueError
  621 (chybné parametry).</translation>
  622     </message>
  623     <message>
  624         <source>messageBox(&quot;caption&quot;, &quot;message&quot;,
  625     icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT,
  626     button2=BUTTON_NONE, button3=BUTTON_NONE) -&gt; integer
  627 
  628 Displays a message box with the title &quot;caption&quot;, the message &quot;message&quot;, and
  629 an icon &quot;icon&quot; and up to 3 buttons. By default no icon is used and a single
  630 button, OK, is displayed. Only the caption and message arguments are required,
  631 though setting an icon and appropriate button(s) is strongly
  632 recommended. The message text may contain simple HTML-like markup.
  633 
  634 Returns the number of the button the user pressed. Button numbers start
  635 at 1.
  636 
  637 For the icon and the button parameters there are predefined constants available
  638 with the same names as in the Qt Documentation. These are the BUTTON_* and
  639 ICON_* constants defined in the module. There are also two extra constants that
  640 can be binary-ORed with button constants:
  641     BUTTONOPT_DEFAULT   Pressing enter presses this button.
  642     BUTTONOPT_ESCAPE    Pressing escape presses this button.
  643 
  644 Usage examples:
  645 result = messageBox(&apos;Script failed&apos;,
  646                     &apos;This script only works when you have a text frame selected.&apos;,
  647                     ICON_ERROR)
  648 result = messageBox(&apos;Monkeys!&apos;, &apos;Something went ook! &lt;i&gt;Was it a monkey?&lt;/i&gt;&apos;,
  649                     ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT,
  650                     BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE)
  651 
  652 Defined button and icon constants:
  653 BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO,
  654 BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL,
  655 ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL.
  656 </source>
  657         <translation>messageBox(&quot;caption&quot;, &quot;message&quot;, icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT,
  658                    button2=BUTTON_NONE, button3=BUTTON_NONE) -&gt; integer
  659 
  660 Zobrazí message box s titulkem &quot;caption&quot;, textem &quot;message&quot;, ikonou &quot;icon&quot;
  661 a několika tlačítky. Implicitně není nastavena žádná ikona a zobrazí se jediné
  662 tlačitko (OK). Povinné jsou tedy pouze parametry &quot;caption&quot; a &quot;message&quot;.
  663 &quot;message&quot; může obsahovat jednoduché HTML značky.
  664 Vrátí číslo tlačítka, které uživatel stisknul. Tlačítka jsou číslována od 1.
  665 Jednotlivé typy ikon a tlačitek mají své předdefinované konstanty. Jsou to
  666 BUTTON_* a ICON_*. Existují také dvě konstanty, které mohou být použity
  667 v binárním OR s BUTTON konstantami:
  668     BUTTONOPT_DEFAULT nastaví příznak &quot;stisk enteru stiskne tlačítko&quot;
  669     BUTTONOPT_ESCAPE nastaví příznak &quot;stisk escape stiskne tlačítko&quot;
  670 Příklady:
  671     result = messageBox(&apos;Script failed&apos;,
  672                                    &apos;This script only works when you have a text frame selected.&apos;,
  673                                    ICON_ERROR)
  674     result = messageBox(&apos;Monkeys!&apos;, 
  675                                    &apos;Something went ook! &lt;i&gt;Was it a monkey?&lt;/i&gt;&apos;,
  676                                    ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT,
  677                                    BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE)
  678 Konstanty: BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, 
  679     BUTTON_IGNORE, BUTTON_NO, BUTTON_NOALL, BUTTON_OK,
  680     BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL,
  681     ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL.</translation>
  682     </message>
  683     <message>
  684         <source>valueDialog(caption, message [,defaultvalue]) -&gt; string
  685 
  686 Shows the common &apos;Ask for string&apos; dialog and returns its value as a string
  687 Parameters: window title, text in the window and optional &apos;default&apos; value.
  688 
  689 Example: valueDialog(&apos;title&apos;, &apos;text in the window&apos;, &apos;optional&apos;)
  690 </source>
  691         <translation>valueDialog(caption, message [,defaultvalue]) -&gt; string
  692 
  693 Zobrazí jednoduchý dialog, do kterého uživatel zadává hodnotu,
  694 kterou vráti skriptu jako string. Okno má titulek &quot;caption&quot;,
  695 text &quot;message&quot; a může zobrazit implicitní hodnotu &quot;defaultvalue&quot;.
  696 Např.: valueDialog(&apos;title&apos;, &apos;text in the window&apos;, &apos;optional&apos;)</translation>
  697     </message>
  698     <message>
  699         <source>closeDoc()
  700 
  701 Closes the current document without prompting to save.
  702 
  703 May throw NoDocOpenError if there is no document to close
  704 </source>
  705         <translation>closeDoc()
  706 
  707 Zavře aktuální dokument bez výzvy k uložení.
  708 
  709 Může vyvolat výjimku NoDocOpenError, kdyý enní žádný dokument otevřen</translation>
  710     </message>
  711     <message>
  712         <source>haveDoc() -&gt; bool
  713 
  714 Returns true if there is a document open.
  715 </source>
  716         <translation>haveDoc() -&gt; bool
  717 
  718 Vrátí true, když je otevřený jakýkoli dokument.</translation>
  719     </message>
  720     <message>
  721         <source>openDoc(&quot;name&quot;)
  722 
  723 Opens the document &quot;name&quot;.
  724 
  725 May raise ScribusError if the document could not be opened.
  726 </source>
  727         <translation>openDoc(&quot;name&quot;)
  728 
  729 Otevře dokument &quot;name&quot;.
  730 
  731 Může vyvolat výjimku ScribusError, když dokument nejde otevřít.</translation>
  732     </message>
  733     <message>
  734         <source>saveDoc()
  735 
  736 Saves the current document with its current name, returns true if successful.
  737 If the document has not already been saved, this may bring up an interactive
  738 save file dialog.
  739 
  740 If the save fails, there is currently no way to tell.
  741 </source>
  742         <translation>saveDoc()
  743 
  744 Uloží aktuální dokument pod platným jménem. Vrátí true v případě úspěchu.
  745 Jestliže nebyl dokument ještě niky uložen, zobrazí se &quot;Uložit jako&quot; okno.
  746 Jestliže ukladání selže, neexituje žádný způsob, jak toto zjistit.</translation>
  747     </message>
  748     <message>
  749         <source>saveDocAs(&quot;name&quot;)
  750 
  751 Saves the current document under the new name &quot;name&quot; (which may be a full or
  752 relative path).
  753 
  754 May raise ScribusError if the save fails.
  755 </source>
  756         <translation>saveDocAs(&quot;name&quot;)
  757 
  758 Uloží aktuální dokument pod jménem &quot;name&quot;. &quot;name&quot; může být jak celá, tak
  759 relativní cesta souborového systému.
  760 
  761 Může vyvolat výjimku ScribusError, jestliže ukládání selže.</translation>
  762     </message>
  763     <message>
  764         <source>setMargins(lr, rr, tr, br)
  765 
  766 Sets the margins of the document, Left(lr), Right(rr), Top(tr) and Bottom(br)
  767 margins are given in the measurement units of the document - see UNIT_&lt;type&gt;
  768 constants.
  769 </source>
  770         <translation>setMargins(lr, rr, tr, br)
  771 
  772 Nastaví okraje dokumentu - levý, pravý, horní a spodní okraj je zadáván
  773 v aktuálních měrných jednotkách dokumentu. Viz konstanty UNIT_typ.</translation>
  774     </message>
  775     <message>
  776         <source>setUnit(type)
  777 
  778 Changes the measurement unit of the document. Possible values for &quot;unit&quot; are
  779 defined as constants UNIT_&lt;type&gt;.
  780 
  781 May raise ValueError if an invalid unit is passed.
  782 </source>
  783         <translation>setUnit(type)
  784 
  785 Změní měrné jednotky dokumentu. Možná nastavení jsou definována jako
  786 konstanty UNIT_*.
  787 
  788 Může vyvolat výjimku ValueError při nepodporovaném typu jednotky.</translation>
  789     </message>
  790     <message>
  791         <source>getUnit() -&gt; integer (Scribus unit constant)
  792 
  793 Returns the measurement units of the document. The returned value will be one
  794 of the UNIT_* constants:
  795 UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.
  796 </source>
  797         <translation>getUnit() -&gt; integer (Scribus unit constant)
  798 
  799 Vrátí typ měrné jednotky dokumentu. Návratová hodnota je jednou z UNIT_*
  800 konstant: UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.</translation>
  801     </message>
  802     <message>
  803         <source>loadStylesFromFile(&quot;filename&quot;)
  804 
  805 Loads paragraph styles from the Scribus document at &quot;filename&quot; into the
  806 current document.
  807 </source>
  808         <translation>loadStylesFromFile(&quot;filename&quot;)
  809 
  810 Nahraje styly odstavce z dokumentu &quot;filename&quot; do dokumentu aktuálního.</translation>
  811     </message>
  812     <message>
  813         <source>setDocType(facingPages, firstPageLeft)
  814 
  815 Sets the document type. To get facing pages set the first parameter to
  816 FACINGPAGES, to switch facingPages off use NOFACINGPAGES instead.  If you want
  817 to be the first page a left side set the second parameter to FIRSTPAGELEFT, for
  818 a right page use FIRSTPAGERIGHT.
  819 </source>
  820         <translation>setDocType(facingPages, firstPageLeft)
  821 
  822 Nastaví typ dokumentu. Parametr facingPages může být FACINGPAGES (dvoustrany)
  823 nebo NOFACINGPAGES (jedna strana). Jestliže chcete, aby dokument začínal
  824 levou stranou nastavte firstPageLeft na FIRSTPAGELEFT, jinak na FIRSTPAGERIGHT.
  825 </translation>
  826     </message>
  827     <message>
  828         <source>getLineColor([&quot;name&quot;]) -&gt; string
  829 
  830 Returns the name of the line color of the object &quot;name&quot;.
  831 If &quot;name&quot; is not given the currently selected item is used.
  832 </source>
  833         <translation>getLineColor([&quot;name&quot;]) -&gt; string
  834 
  835 Vrátí jméno barvy linek objektu &quot;name&quot;.
  836 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  837     </message>
  838     <message>
  839         <source>getLineWidth([&quot;name&quot;]) -&gt; integer
  840 
  841 Returns the line width of the object &quot;name&quot;. If &quot;name&quot;
  842 is not given the currently selected Item is used.
  843 </source>
  844         <translation>getLineWidth([&quot;name&quot;]) -&gt; integer
  845 
  846 Vrátí tloušťku linky objektu &quot;name&quot;.
  847 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  848     </message>
  849     <message>
  850         <source>getLineShade([&quot;name&quot;]) -&gt; integer
  851 
  852 Returns the shading value of the line color of the object &quot;name&quot;.
  853 If &quot;name&quot; is not given the currently selected item is used.
  854 </source>
  855         <translation>getLineShade([&quot;name&quot;]) -&gt; integer
  856 
  857 Vrátí stín barvy objektu &quot;name&quot;.
  858 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  859     </message>
  860     <message>
  861         <source>getLineJoin([&quot;name&quot;]) -&gt; integer (see contants)
  862 
  863 Returns the line join style of the object &quot;name&quot;. If &quot;name&quot; is not given
  864 the currently selected item is used.  The join types are:
  865 JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND
  866 </source>
  867         <translation>getLineJoin([&quot;name&quot;]) -&gt; integer (see contants)
  868 
  869 Vrátí typ spojení linek objektu &quot;name&quot;.
  870 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.
  871 Typy spojení: JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND</translation>
  872     </message>
  873     <message>
  874         <source>getLineEnd([&quot;name&quot;]) -&gt; integer (see constants)
  875 
  876 Returns the line cap style of the object &quot;name&quot;. If &quot;name&quot; is not given the
  877 currently selected item is used. The cap types are:
  878 CAP_FLAT, CAP_ROUND, CAP_SQUARE
  879 </source>
  880         <translation>getLineEnd([&quot;name&quot;]) -&gt; integer (see constants)
  881 
  882 Vrátí typ ukončení linky objektu &quot;name&quot;.
  883 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.
  884 Typy jsou: CAP_FLAT, CAP_ROUND, CAP_SQUARE</translation>
  885     </message>
  886     <message>
  887         <source>getLineStyle([&quot;name&quot;]) -&gt; integer (see constants)
  888 
  889 Returns the line style of the object &quot;name&quot;. If &quot;name&quot; is not given the
  890 currently selected item is used. Line style constants are:
  891 LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID
  892 </source>
  893         <translation>getLineStyle([&quot;name&quot;]) -&gt; integer (see constants)
  894 
  895 Vrátí styl linky objektu &quot;name&quot;.
  896 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.
  897 Styly jsou: LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID</translation>
  898     </message>
  899     <message>
  900         <source>getFillShade([&quot;name&quot;]) -&gt; integer
  901 
  902 Returns the shading value of the fill color of the object &quot;name&quot;.
  903 If &quot;name&quot; is not given the currently selected item is used.
  904 </source>
  905         <translation>getFillShade([&quot;name&quot;]) -&gt; integer
  906 
  907 Vrátí stín výplně objektu &quot;name&quot;.
  908 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  909     </message>
  910     <message>
  911         <source>getImageScale([&quot;name&quot;]) -&gt; (x,y)
  912 
  913 Returns a (x, y) tuple containing the scaling values of the image frame
  914 &quot;name&quot;.  If &quot;name&quot; is not given the currently selected item is used.
  915 </source>
  916         <translation>getImageScale([&quot;name&quot;]) -&gt; (x,y)
  917 
  918 Vrátí tuple s velikostmi obrázku rámce &quot;name&quot;.
  919 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  920     </message>
  921     <message>
  922         <source>getImageName([&quot;name&quot;]) -&gt; string
  923 
  924 Returns the filename for the image in the image frame. If &quot;name&quot; is not
  925 given the currently selected item is used.
  926 </source>
  927         <translation>getImageName([&quot;name&quot;]) -&gt; string
  928 
  929 Vrátí jméno souboru (obrázku) daného rámce &quot;name&quot;.
  930 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  931     </message>
  932     <message>
  933         <source>getSize([&quot;name&quot;]) -&gt; (width,height)
  934 
  935 Returns a (width, height) tuple with the size of the object &quot;name&quot;.
  936 If &quot;name&quot; is not given the currently selected item is used. The size is
  937 expressed in the current measurement unit of the document - see UNIT_&lt;type&gt;
  938 for reference.
  939 </source>
  940         <translation>getSize([&quot;name&quot;]) -&gt; (width,height)
  941 
  942 Vrátí velikost (tuple) s velikostí rámce &quot;name&quot;.
  943 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.
  944 Velikost je vyjádřena v aktuálních měrných jednotkách (viz UNIT_typ).</translation>
  945     </message>
  946     <message>
  947         <source>getRotation([&quot;name&quot;]) -&gt; integer
  948 
  949 Returns the rotation of the object &quot;name&quot;. The value is expressed in degrees,
  950 and clockwise is positive. If &quot;name&quot; is not given the currently selected item
  951 is used.
  952 </source>
  953         <translation>getRotation([&quot;name&quot;]) -&gt; integer
  954 
  955 Vrátí rotaci objektu &quot;name&quot;. Hodnota je vyjádřena ve stupních. Otočení ve směru
  956 hodinových ručiček je kladné.
  957 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  958     </message>
  959     <message>
  960         <source>getAllObjects() -&gt; list
  961 
  962 Returns a list containing the names of all objects on the current page.
  963 </source>
  964         <translation>getAllObjects() -&gt; list
  965 
  966 Vrátí seznam, který obsahuje jména všech objektů na aktuální stránce.</translation>
  967     </message>
  968     <message>
  969         <source>moveObjectAbs(x, y [, &quot;name&quot;])
  970 
  971 Moves the object &quot;name&quot; to a new location. The coordinates are expressed in
  972 the current measurement unit of the document (see UNIT constants).  If &quot;name&quot;
  973 is not given the currently selected item is used.  If the object &quot;name&quot;
  974 belongs to a group, the whole group is moved.
  975 </source>
  976         <translation>moveObjectAbs(x, y [, &quot;name&quot;])
  977 
  978 Přesune objekt &quot;name&quot; na nové místo. Paramety x a y jsou vyjádřeny v aktuálních
  979 měrných jednotkách dokumentu (viz konstanty UNIT).
  980 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.
  981 Jestliže onjekt &quot;name&quot; patří do skupiny onjektů, je posunuta celá skupina.</translation>
  982     </message>
  983     <message>
  984         <source>rotateObject(rot [, &quot;name&quot;])
  985 
  986 Rotates the object &quot;name&quot; by &quot;rot&quot; degrees relatively. The object is
  987 rotated by the vertex that is currently selected as the rotation point - by
  988 default, the top left vertext at zero rotation. Positive values mean counter
  989 clockwise rotation when the default rotation point is used. If &quot;name&quot; is not
  990 given the currently selected item is used.
  991 </source>
  992         <translation>rotateObject(rot [, &quot;name&quot;])
  993 
  994 Otočí relativně objekt &quot;name&quot; o &quot;rot&quot; stupňů. Střed otáčení je aktuální bod otáčení,
  995 implicitně horní levý bod. Kladné hodnoty otáčí po směru hodinových ručiček.
  996 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
  997     </message>
  998     <message>
  999         <source>sizeObject(width, height [, &quot;name&quot;])
 1000 
 1001 Resizes the object &quot;name&quot; to the given width and height. If &quot;name&quot;
 1002 is not given the currently selected item is used.
 1003 </source>
 1004         <translation>sizeObject(width, height [, &quot;name&quot;])
 1005 
 1006 Změní velikost objektu &quot;name&quot; na danou šířku &quot;width&quot; a výšku &quot;height&quot;.
 1007 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
 1008     </message>
 1009     <message>
 1010         <source>getSelectedObject([nr]) -&gt; string
 1011 
 1012 Returns the name of the selected object. &quot;nr&quot; if given indicates the number
 1013 of the selected object, e.g. 0 means the first selected object, 1 means the
 1014 second selected Object and so on.
 1015 </source>
 1016         <translation>getSelectedObject([nr]) -&gt; string
 1017 
 1018 Vrátí jméno vybraného objektu. Jestliže je zadáno &quot;nr&quot;, pak indikuje,
 1019 jaký objekt z výběru vrátí. 0 znamená první objekt atd.</translation>
 1020     </message>
 1021     <message>
 1022         <source>selectionCount() -&gt; integer
 1023 
 1024 Returns the number of selected objects.
 1025 </source>
 1026         <translation>selectionCount() -&gt; integer
 1027 
 1028 Vrátí počet objektů ve výběru.</translation>
 1029     </message>
 1030     <message>
 1031         <source>selectObject(&quot;name&quot;)
 1032 
 1033 Selects the object with the given &quot;name&quot;.
 1034 </source>
 1035         <translation>selectObject(&quot;name&quot;)
 1036 
 1037 Zařadí objekt &quot;name&quot; do výběru.</translation>
 1038     </message>
 1039     <message>
 1040         <source>deselectAll()
 1041 
 1042 Deselects all objects in the whole document.
 1043 </source>
 1044         <translation>deselectAll()
 1045 
 1046 Zruší výběr všech objektů v celém dokumentu.</translation>
 1047     </message>
 1048     <message>
 1049         <source>groupObjects(list)
 1050 
 1051 Groups the objects named in &quot;list&quot; together. &quot;list&quot; must contain the names
 1052 of the objects to be grouped. If &quot;list&quot; is not given the currently selected
 1053 items are used.
 1054 </source>
 1055         <translation>groupObjects(list)
 1056 
 1057 Seskupí objekty vyjmenované v seznamu &quot;list&quot;. Jestliže není seznam zadán,
 1058 použijí se vybrané objekty.</translation>
 1059     </message>
 1060     <message>
 1061         <source>unGroupObjects(&quot;name&quot;)
 1062 
 1063 Destructs the group the object &quot;name&quot; belongs to.If &quot;name&quot; is not given the currently selected item is used.</source>
 1064         <translation>unGroupObjects(&quot;name&quot;)
 1065 
 1066 Zruší seskupení objektů, do kterého patří objekt &quot;name&quot;.
 1067 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
 1068     </message>
 1069     <message>
 1070         <source>scaleGroup(factor [,&quot;name&quot;])
 1071 
 1072 Scales the group the object &quot;name&quot; belongs to. Values greater than 1 enlarge
 1073 the group, values smaller than 1 make the group smaller e.g a value of 0.5
 1074 scales the group to 50 % of its original size, a value of 1.5 scales the group
 1075 to 150 % of its original size.  The value for &quot;factor&quot; must be greater than
 1076 0. If &quot;name&quot; is not given the currently selected item is used.
 1077 
 1078 May raise ValueError if an invalid scale factor is passed.
 1079 </source>
 1080         <translation>scaleGroup(factor [,&quot;name&quot;])
 1081 
 1082 Změní velikost seskupených objektů, kam objekt &quot;name&quot; patří. Hodnoty &quot;factor&quot;
 1083 větší než 1 zvětšují a naopak. Např. 0.5 znamená 50%, 1.5 150% atd. &quot;factor&quot;
 1084 musí být větší než 0.
 1085 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.
 1086 
 1087 Může vyvolat výjimku ValueError při chybném nastavení &quot;factor&quot;.</translation>
 1088     </message>
 1089     <message>
 1090         <source>loadImage(&quot;filename&quot; [, &quot;name&quot;])
 1091 
 1092 Loads the picture &quot;picture&quot; into the image frame &quot;name&quot;. If &quot;name&quot; is
 1093 not given the currently selected item is used.
 1094 
 1095 May raise WrongFrameTypeError if the target frame is not an image frame
 1096 </source>
 1097         <translation>loadImage(&quot;filename&quot; [, &quot;name&quot;])
 1098 
 1099 Nahraje obrázek &quot;picture&quot; do obrázkového rámce &quot;name&quot;.
 1100 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.
 1101 
 1102 Může vyvolat výjimku WrongFrameTypeError, není-li objekt obrázkovým rámem</translation>
 1103     </message>
 1104     <message>
 1105         <source>scaleImage(x, y [, &quot;name&quot;])
 1106 
 1107 Sets the scaling factors of the picture in the image frame &quot;name&quot;.
 1108 If &quot;name&quot; is not given the currently selected item is used. A number of 1
 1109 means 100 %.
 1110 
 1111 May raise WrongFrameTypeError if the target frame is not an image frame
 1112 </source>
 1113         <translation>scaleImage(x, y [, &quot;name&quot;])
 1114 
 1115 Nastaví velikost obrázku v obrázkovém rámu &quot;name&quot;.
 1116 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.
 1117 Číslo 1 znamená 100%.
 1118 
 1119 Může vyvolat výjimku WrongFrameTypeError jestliže rámec není obrázkový</translation>
 1120     </message>
 1121     <message>
 1122         <source>lockObject([&quot;name&quot;]) -&gt; bool
 1123 
 1124 Locks the object &quot;name&quot; if it&apos;s unlocked or unlock it if it&apos;s locked.
 1125 If &quot;name&quot; is not given the currently selected item is used. Returns true
 1126 if locked.
 1127 </source>
 1128         <translation>lockObject([&quot;name&quot;]) -&gt; bool
 1129 
 1130 Jestliže je objekt &quot;name&quot; zamčený, tak jej odemkne a naopak.
 1131 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.
 1132 Vrátí true jestliže je objekt zamčený.</translation>
 1133     </message>
 1134     <message>
 1135         <source>isLocked([&quot;name&quot;]) -&gt; bool
 1136 
 1137 Returns true if is the object &quot;name&quot; locked.  If &quot;name&quot; is not given the
 1138 currently selected item is used.
 1139 </source>
 1140         <translation>isLocked([&quot;name&quot;]) -&gt; bool
 1141 
 1142 Vrátí true kdyý je objekt &quot;name&quot; zamčený.
 1143 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
 1144     </message>
 1145     <message>
 1146         <source>getFontNames() -&gt; list
 1147 
 1148 Returns a list with the names of all available fonts.
 1149 </source>
 1150         <translation>getFontNames() -&gt; list
 1151 
 1152 Vrátí seznam se jmény dostupných písem.</translation>
 1153     </message>
 1154     <message>
 1155         <source>getXFontNames() -&gt; list of tuples
 1156 
 1157 Returns a larger font info. It&apos;s a list of the tuples with:
 1158 [ (Scribus name, Family, Real name, subset (1|0), embed PS (1|0), font file), (...), ... ]
 1159 </source>
 1160         <translation>getXFontNames() -&gt; list of tuples
 1161 
 1162 Vrátí více informací o dostupných písmech. Seznam obsahuje tupple:
 1163 [(Scribus name, Family, Real name, subset (1|0), embed PS (1|0), font file), (...), ... ]</translation>
 1164     </message>
 1165     <message>
 1166         <source>getLayers() -&gt; list
 1167 
 1168 Returns a list with the names of all defined layers.
 1169 </source>
 1170         <translation>getLayers() -&gt; list
 1171 
 1172 Vrátí seznam se jmény všech vrstev.</translation>
 1173     </message>
 1174     <message>
 1175         <source>setActiveLayer(&quot;name&quot;)
 1176 
 1177 Sets the active layer to the layer named &quot;name&quot;.
 1178 
 1179 May raise NotFoundError if the layer can&apos;t be found.
 1180 May raise ValueError if the layer name isn&apos;t acceptable.
 1181 </source>
 1182         <translation>setActiveLayer(&quot;name&quot;)
 1183 
 1184 Přepne dokument na specifikovanou vrstvu &quot;name&quot;.
 1185 
 1186 Může vyvolat výjimky NotFoundError (vrstva nenalezena) a
 1187 ValueError (nelze přepnout vrstvu).</translation>
 1188     </message>
 1189     <message>
 1190         <source>getActiveLayer() -&gt; string
 1191 
 1192 Returns the name of the current active layer.
 1193 </source>
 1194         <translation>getActiveLayer() -&gt; string
 1195 
 1196 Vrátí jméno aktuální vrstvy.</translation>
 1197     </message>
 1198     <message>
 1199         <source>sentToLayer(&quot;layer&quot; [, &quot;name&quot;])
 1200 
 1201 Sends the object &quot;name&quot; to the layer &quot;layer&quot;. The layer must exist.
 1202 If &quot;name&quot; is not given the currently selected item is used.
 1203 
 1204 May raise NotFoundError if the layer can&apos;t be found.
 1205 May raise ValueError if the layer name isn&apos;t acceptable.
 1206 </source>
 1207         <translation>sentToLayer(&quot;layer&quot; [, &quot;name&quot;])
 1208 
 1209 Přesune objekt &quot;name&quot; do vrstvy &quot;layer&quot;. Vrstva musí existovat.
 1210 Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.
 1211 
 1212 Může vyvolat výjimku NotFoundError (vrstva nenalezena) a
 1213 ValueError (nelze přepnout vrstvu).</translation>
 1214     </message>
 1215     <message>
 1216         <source>setLayerVisible(&quot;layer&quot;, visible)
 1217 
 1218 Sets the layer &quot;layer&quot; to be visible or not. If is the visible set to false
 1219 the layer is invisible.
 1220 
 1221 May raise NotFoundError if the layer can&apos;t be found.
 1222 May raise ValueError if the layer name isn&apos;t acceptable.
 1223 </source>
 1224         <translation>setLayerVisible(&quot;layer&quot;, visible)
 1225 
 1226 Nastaví jestli má být vrstva &quot;layer&quot; viditelná nebo nemá. Je-li &quot;visible&quot;
 1227 false, bude vrstva neviditelná.
 1228 
 1229 Může vyvolat výjimku NotFoundError (vrstva nenalezena) a
 1230 ValueError (nelze přepnout vrstvu).</translation>
 1231     </message>
 1232     <message>
 1233         <source>setLayerPrintable(&quot;layer&quot;, printable)
 1234 
 1235 Sets the layer &quot;layer&quot; to be printable or not. If is the printable set to
 1236 false the layer won&apos;t be printed.
 1237 
 1238 May raise NotFoundError if the layer can&apos;t be found.
 1239 May raise ValueError if the layer name isn&apos;t acceptable.
 1240 </source>
 1241         <translation>setLayerPrintable(&quot;layer&quot;, printable)
 1242 
 1243 Nastaví jestli má být vrstva &quot;layer&quot; tisknutelná nebo nemá. Je-li &quot;printable&quot;
 1244 false, nebude vrstva tisknuta.
 1245 
 1246 Může vyvolat výjimku NotFoundError (vrstva nenalezena) a
 1247 ValueError (nelze přepnout vrstvu).</translation>
 1248     </message>
 1249     <message>
 1250         <source>deleteLayer(&quot;layer&quot;)
 1251 
 1252 Deletes the layer with the name &quot;layer&quot;. Nothing happens if the layer doesn&apos;t
 1253 exists or if it&apos;s the only layer in the document.
 1254 
 1255 May raise NotFoundError if the layer can&apos;t be found.
 1256 May raise ValueError if the layer name isn&apos;t acceptable.
 1257 </source>
 1258         <translation>deleteLayer(&quot;layer&quot;)
 1259 
 1260 Smaže vrstvu &quot;layer&quot;. Neudělá nic, jestliže je to poslední vrstva dokumentu
 1261 nebo vrstva neexistuje.
 1262 
 1263 Může vyvolat výjimku NotFoundError (vrstva nenalezena) a
 1264 ValueError (nelze přepnout vrstvu).</translation>
 1265     </message>
 1266     <message>
 1267         <source>createLayer(layer)
 1268 
 1269 Creates a new layer with the name &quot;name&quot;.
 1270 
 1271 May raise ValueError if the layer name isn&apos;t acceptable.
 1272 </source>
 1273         <translation>createLayer(layer)
 1274 
 1275 Vytvoří novou vrstvu se jménem &quot;layer&quot;.
 1276 
 1277 Může vyvolat výjimku ValueError v případě chyby.</translation>
 1278     </message>
 1279     <message>
 1280         <source>getGuiLanguage() -&gt; string
 1281 
 1282 Returns a string with the -lang value.
 1283 </source>
 1284         <translation>getGuiLanguage() -&gt; string
 1285 
 1286 Vrátí řetězec s kódem jazyka, ve kterém Scribus běží (viz přepínač --lang xx).</translation>
 1287     </message>
 1288     <message>
 1289         <source>createEllipse(x, y, width, height, [&quot;name&quot;]) -&gt; string
 1290 
 1291 Creates a new ellipse on the current page and returns its name.
 1292 The coordinates are given in the current measurement units of the document
 1293 (see UNIT constants). &quot;name&quot; should be a unique identifier for the object
 1294 because you need this name for further referencing of that object. If &quot;name&quot;
 1295 is not given Scribus will create one for you.
 1296 
 1297 May raise NameExistsError if you explicitly pass a name that&apos;s already used.
 1298 </source>
 1299         <translation>createEllipse(x, y, width, height, [&quot;name&quot;]) -&gt; string
 1300 
 1301 Vytvoří novou elipsu na aktuální stránce dokumentu a vrátí její jméno.
 1302 Koordináty jsou zadávány v současných měrných jednotkách (viz konstanty UNIT).
 1303 Jméno &quot;name&quot; musí být unikátní řetězec.
 1304 Jestliže není &quot;name&quot; uvedeno, Scribus jméno vytvoří sám.
 1305 
 1306 Může vyvolat výjimku NameExistsError když zadáte jméno, které již existuje.</translation>
 1307     </message>
 1308     <message>
 1309         <source>createImage(x, y, width, height, [&quot;name&quot;]) -&gt; string
 1310 
 1311 Creates a new picture frame on the current page and returns its name. The
 1312 coordinates are given in the current measurement units of the document.
 1313 &quot;name&quot; should be a unique identifier for the object because you need this
 1314 name for further access to that object. If &quot;name&quot; is not given Scribus will
 1315 create one for you.
 1316 
 1317 May raise NameExistsError if you explicitly pass a name that&apos;s already used.
 1318 </source>
 1319         <translation>createImage(x, y, width, height, [&quot;name&quot;]) -&gt; string
 1320 
 1321 Vytvoří novoý obrázkový rám na aktuální stránce dokumentu a vrátí jeho jméno.
 1322 Koordináty jsou zadávány v současných měrných jednotkách (viz konstanty UNIT).
 1323 Jméno &quot;name&quot; musí být unikátní řetězec.
 1324 Jestliže není &quot;name&quot; uvedeno, Scribus jméno vytvoří sám.
 1325 
 1326 Může vyvolat výjimku NameExistsError když zadáte jméno, které již existuje.</translation>
 1327     </message>
 1328     <message>
 1329         <source>createText(x, y, width, height, [&quot;name&quot;]) -&gt; string
 1330 
 1331 Creates a new text frame on the actual page and returns its name.
 1332 The coordinates are given in the actual measurement unit of the document (see
 1333 UNIT constants). &quot;name&quot; should be a unique identifier for the object because
 1334 you need this name for further referencing of that object. If &quot;name&quot; is not
 1335 given Scribus will create one for you.
 1336 
 1337 May raise NameExistsError if you explicitly pass a name that&apos;s already used.
 1338 </source>
 1339         <translation>createText(x, y, width, height, [&quot;name&quot;]) -&gt; string
 1340 
 1341 Vytvoří nový textový rámec na aktuální stránce dokumentu a vrátí jeho jméno.
 1342 Koordináty jsou zadávány v současných měrných jednotkách (viz konstanty UNIT).
 1343 Jméno &quot;name&quot; musí být unikátní řetězec.
 1344 Jestliže není &quot;name&quot; uvedeno, Scribus jméno vytvoří sám.
 1345 
 1346 Může vyvolat výjimku NameExistsError když zadáte jméno, které již existuje.</translation>
 1347     </message>
 1348     <message>
 1349         <source>createLine(x1, y1, x2, y2, [&quot;name&quot;]) -&gt; string
 1350 
 1351 Creates a new line from the point(x1, y1) to the point(x2, y2) and returns
 1352 its name. The coordinates are given in the current measurement unit of the
 1353 document (see UNIT constants). &quot;name&quot; should be a unique identifier for the
 1354 object because you need this name for further access to that object. If
 1355 &quot;name&quot; is not given Scribus will create one for you.
 1356 
 1357 May raise NameExistsError if you explicitly pass a name that&apos;s already used.
 1358 </source>
 1359         <translation>createLine(x1, y1, x2, y2, [&quot;name&quot;]) -&gt; string
 1360 
 1361 Vytvoří novou linku na aktuální stránce dokumentu a vrátí její jméno.
 1362 Koordináty jsou zadávány v současných měrných jednotkách (viz konstanty UNIT).
 1363 Jméno &quot;name&quot; musí být unikátní řetězec.
 1364 Jestliže není &quot;name&quot; uvedeno, Scribus jméno vytvoří sám.
 1365 
 1366 Může vyvolat výjimku NameExistsError když zadáte jméno, které již existuje.</translation>
 1367     </message>
 1368     <message>
 1369         <source>createPolyLine(list, [&quot;name&quot;]) -&gt; string
 1370 
 1371 Creates a new polyline and returns its name. The points for the polyline are
 1372 stored in the list &quot;list&quot; in the following order: [x1, y1, x2, y2...xn. yn].
 1373 The coordinates are given in the current measurement units of the document (see
 1374 UNIT constants). &quot;name&quot; should be a unique identifier for the object because
 1375 you need this name for further access to that object. If &quot;name&quot; is not given
 1376 Scribus will create one for you.
 1377 
 1378 May raise NameExistsError if you explicitly pass a name that&apos;s already used.
 1379 May raise ValueError if an insufficient number of points is passed or if
 1380 the number of values passed don&apos;t group into points without leftovers.
 1381 </source>
 1382         <translation>createPolyLine(list, [&quot;name&quot;]) -&gt; string
 1383 
 1384 Vytvoří novou lomenou linku na aktuální stránce dokumentu a vrátí její jméno.
 1385 Koordináty jsou zadávány v současných měrných jednotkách (viz konstanty UNIT).
 1386 Jméno &quot;name&quot; musí být unikátní řetězec.
 1387 Jestliže není &quot;name&quot; uvedeno, Scribus jméno vytvoří sám.
 1388 Seznam bodů má tvar: [x1, y1, x2, y2, ..., xn, yn].
 1389 
 1390 Může vyvolat výjimku NameExistsError když zadáte jméno, které již existuje.
 1391 Může vyvolat výjimku ValueError v případě špatných koordinátů.</translation>
 1392     </message>
 1393     <message>
 1394         <source>createPolygon(list, [&quot;name&quot;]) -&gt; string
 1395 
 1396 Creates a new polygon and returns its name. The points for the polygon are
 1397 stored in the list &quot;list&quot; in the following order: [x1, y1, x2, y2...xn. yn].
 1398 At least three points are required. There is no need to repeat the first point
 1399 to close the polygon. The polygon is automatically closed by connecting the
 1400 first and the last point.  The coordinates are given in the current measurement
 1401 units of the document (see UNIT constants).  &quot;name&quot; should be a unique
 1402 identifier for the object because you need this name for further access to that
 1403 object. If &quot;name&quot; is not given Scribus will create one for you.
 1404 
 1405 May raise NameExistsError if you explicitly pass a name that&apos;s already used.
 1406 May raise ValueError if an insufficient number of points is passed or if
 1407 the number of values passed don&apos;t group into points without leftovers.
 1408 </source>
 1409         <translation>createPolygon(list, [&quot;name&quot;]) -&gt; string
 1410 
 1411 Vytvoří nový mnohoúhelník na aktuální stránce dokumentu a vrátí jeho jméno.
 1412 Koordináty jsou zadávány v současných měrných jednotkách (viz konstanty UNIT).
 1413 Jméno &quot;name&quot; musí být unikátní řetězec.
 1414 Jestliže není &quot;name&quot; uvedeno, Scribus jméno vytvoří sám.
 1415 Seznam bodů objeku má tvar: [x1, y1, x2, y2, ..., xn, yn] a jsou nutné alespoň
 1416 tři body. Mnohoúhelník je automaticky uzavřen, takže není třeba zadávat poslední
 1417 bod jako první.
 1418 
 1419 Může vyvolat výjimku NameExistsError když zadáte jméno, které již existuje.
 1420 Může vyvolat výjimku ValueError v případě špatných koordinátů.</translation>
 1421     </message>
 1422     <message>
 1423         <source>createBezierLine(list, [&quot;name&quot;]) -&gt; string
 1424 
 1425 Creates a new bezier curve and returns its name. The points for the bezier
 1426 curve are stored in the list &quot;list&quot; in the following order:
 1427 [x1, y1, kx1, ky1, x2, y2, kx2, ky2...xn. yn, kxn. kyn]
 1428 In the points list, x and y mean the x and y coordinates of the point and kx
 1429 and ky meaning the control point for the curve.  The coordinates are given in
 1430 the current measurement units of the document (see UNIT constants). &quot;name&quot;
 1431 should be a unique identifier for the object because you need this name for
 1432 further access to that object. If &quot;name&quot; is not given Scribus will create one
 1433 for you.
 1434 
 1435 May raise NameExistsError if you explicitly pass a name that&apos;s already used.
 1436 May raise ValueError if an insufficient number of points is passed or if
 1437 the number of values passed don&apos;t group into points without leftovers.
 1438 </source>
 1439         <translation>createBezierLine(list, [&quot;name&quot;]) -&gt; string
 1440 
 1441 Vytvoří novou Bezierovou křivku na aktuální stránce dokumentu a vrátí jeho jméno.
 1442 Koordináty jsou zadávány v současných měrných jednotkách (viz konstanty UNIT).
 1443 Jméno &quot;name&quot; musí být unikátní řetězec.
 1444 Jestliže není &quot;name&quot; uvedeno, Scribus jméno vytvoří sám.
 1445 Seznam bodů objeku má tvar: [x1, y1, kx1, ky1, x2, y2, kx2, ky2, ..., xn, yn, kxn, kyn].
 1446 x a y jsou koordináty bodů, kx a ky jsou koordináty řídícího bodu křivky.
 1447 
 1448 Může vyvolat výjimku NameExistsError když zadáte jméno, které již existuje.
 1449 Může vyvolat výjimku ValueError v případě špatných koordinátů.</translation>
 1450     </message>
 1451     <message>
 1452         <source>createPathText(x, y, &quot;textbox&quot;, &quot;beziercurve&quot;, [&quot;name&quot;]) -&gt; string
 1453 
 1454 Creates a new pathText by merging the two objects &quot;textbox&quot; and
 1455 &quot;beziercurve&quot; and returns its name. The coordinates are given in the current
 1456 measurement unit of the document (see UNIT constants). &quot;name&quot; should be a
 1457 unique identifier for the object because you need this name for further access
 1458 to that object. If &quot;name&quot; is not given Scribus will create one for you.
 1459 
 1460 May raise NameExistsError if you explicitly pass a name that&apos;s already used.
 1461 May raise NotFoundError if one or both of the named base object don&apos;t exist.
 1462 </source>
 1463         <translation>createPathText(x, y, &quot;textbox&quot;, &quot;beziercurve&quot;, [&quot;name&quot;]) -&gt; string
 1464 
 1465 Vytvoří nový text na křivce na aktuální stránce dokumentu a vrátí jeho jméno.
 1466 Koordináty jsou zadávány v současných měrných jednotkách (viz konstanty UNIT).
 1467 Jméno &quot;name&quot; musí být unikátní řetězec.
 1468 Jestliže není &quot;name&quot; uvedeno, Scribus jméno vytvoří sám.
 1469 Text na křivce vyznikne ze dvou objektů - textového rámce &quot;textbox&quot; a Bezierovské
 1470 křivky &quot;beziercurve&quot;.
 1471 
 1472 Může vyvolat výjimku NameExistsError když zadáte jméno, které již existuje.
 1473 Může vyvolat výjimku NotFoundError v případě neexistujících objektů.</translation>
 1474     </message>
 1475     <message>
 1476         <source>deleteObject([&quot;name&quot;])
 1477 
 1478 Deletes the item with the name &quot;name&quot;. If &quot;name&quot; is not given the currently
 1479 selected item is deleted.
 1480 </source>
 1481         <translation>deleteObject([&quot;name&quot;])
 1482 
 1483 Smaže objekt &quot;name&quot;. Jestliže není &quot;name&quot; uvedeno, použije vybraný objekt.</translation>
 1484     </message>
 1485     <message>
 1486         <source>textFlowsAroundFrame(&quot;name&quot; [, state])
 1487 
 1488 Enables/disables &quot;Text Flows Around Frame&quot; feature for object &quot;name&quot;.
 1489 Called with parameters string name and optional boolean &quot;state&quot;. If &quot;state&quot;
 1490 is not passed, text flow is toggled.
 1491 </source>
 1492         <translation>textFlowsAroundFrame(&quot;name&quot; [, state])
 1493 
 1494 Povolí/zakáže vlastnost &quot;Text obtéká okolo rámu&quot; objektu &quot;name&quot;.
 1495 Jestliže je &quot;state&quot; true, vlastnost povolí a naopak. V případě, že &quot;state&quot; není
 1496 zadáno, stav se obrátí.</translation>
 1497     </message>
 1498     <message>
 1499         <source>objectExists([&quot;name&quot;]) -&gt; bool
 1500 
 1501 Test if an object with specified name really exists in the document.
 1502 The optional parameter is the object name. When no object name is given,
 1503 returns True if there is something selected.
 1504 </source>
 1505         <translation>objectExists([&quot;name&quot;]) -&gt; bool
 1506 
 1507 Vrátí příznak, zda objekt &quot;name&quot; v dokuemntu existuje. Když není &quot;name&quot;
 1508 zadáno, vrátí true, jestliže je nějaký objekt vybrán.</translation>
 1509     </message>
 1510     <message>
 1511         <source>setStyle(&quot;style&quot; [, &quot;name&quot;])
 1512 
 1513 Apply the named &quot;style&quot; to the object named &quot;name&quot;. If is no object name
 1514 given, it&apos;s applied on the selected object.
 1515 </source>
 1516         <translation>setStyle(&quot;style&quot; [, &quot;name&quot;])
 1517 
 1518 Aplikuje styl &quot;style&quot; na objekt &quot;name&quot;. Jestliže není &quot;name&quot; uvedeno,