"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "scribus-1.3.3.12/scribus/po/scribus.uk.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;name&quot;]) -&gt; float
   13 
   14 Повертає розмір шрифта в тчк для текстової рамки з назвою &quot;name&quot;. Якщо в цій
   15 текстовій рамці вибрано частину тексту, то функція повертає значення для
   16 першого знака вибірки. Якщо &quot;name&quot; не вказане, буде використано активний об&apos;єкт.</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 Повертає список імен всіх кольорів визначених в документі.
   27 Якщо відкритий документ відсутній, повертає список основних
   28 кольорів.</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 Показує діалогове вікно &quot;Новий Документ&quot;. Створює новий документ, якщо
   40 користувач підтвердить установки. Не створює документ, якщо користувач
   41 вибирає кнопку &quot;Вихід&quot;. Повернене значення дорівнює булевому &quot;так&quot;, якщо 
   42 документ було створено.</translation>
   43     </message>
   44     <message>
   45         <source>getFillColor([&quot;name&quot;]) -&gt; string
   46 
   47 Returns the name of the fill color of the object &quot;name&quot;.
   48 If &quot;name&quot; is not given the currently selected item is used.
   49 </source>
   50         <translation>getFillColor([&quot;name&quot;]) -&gt; string
   51 
   52 Повертає ім&apos;я кольору заповнення об&apos;єкту під назвою &apos;name&apos;.
   53 Якщо &quot;name&quot; не дано, то використовується активний об&apos;єкт.</translation>
   54     </message>
   55     <message>
   56         <source>moveObject(dx, dy [, &quot;name&quot;])
   57 
   58 Moves the object &quot;name&quot; by dx and dy relative to its current position. The
   59 distances are expressed in the current measurement unit of the document (see
   60 UNIT constants). If &quot;name&quot; is not given the currently selected item is used.
   61 If the object &quot;name&quot; belongs to a group, the whole group is moved.
   62 </source>
   63         <translation>moveObject(dx, dy [, &quot;name&quot;])
   64 
   65 Зсовує об&apos;єкт &quot;name&quot; на dx і dy відносно до його теперішньої позиції. Відстані
   66 визначаються активними одиницями виміру документа (див. константи Юнікс).
   67 Якщо &quot;name&quot; не дано, то використовується активний об&apos;єкт. Якщо об&apos;єкт &quot;name&quot; 
   68 належить до групи, то рухається вся група.
   69 </translation>
   70     </message>
   71     <message>
   72         <source>setRedraw(bool)
   73 
   74 Disables page redraw when bool = False, otherwise redrawing is enabled.
   75 This change will persist even after the script exits, so make sure to call
   76 setRedraw(True) in a finally: clause at the top level of your script.
   77 </source>
   78         <translation>setRedraw(bool)
   79 
   80 Відключає обновлення сторінки, якщо bool = False, в протилежному
   81 випадку обновлення ввімкнене. Ця установка залишається в силі 
   82 навіть після закінчення роботи сценарія. Тому в кінці сценарія
   83 необхідно помістити виклик setRedraw(True) в умові finally: в верхньому
   84 рівні сценарія.</translation>
   85     </message>
   86     <message>
   87         <source>createRect(x, y, width, height, [&quot;name&quot;]) -&gt; string
   88 
   89 Creates a new rectangle on the current page and returns its name. The
   90 coordinates are given in the current measurement units of the document
   91 (see UNIT constants). &quot;name&quot; should be a unique identifier for the object
   92 because you need this name to reference that object in future. If &quot;name&quot;
   93 is not given Scribus will create one for you.
   94 
   95 May raise NameExistsError if you explicitly pass a name that&apos;s already used.
   96 </source>
   97         <translation>createRect(x, y, width, height, [&quot;name&quot;]) -&gt; string
   98 
   99 Створює новий прямокутник на активній сторінці і повертаю його ім&apos;я. Координати
  100 задаються в активних одиницях виміру документа (див. константи Юнікс). &quot;name&quot; 
  101 має унікально ідентифікувати об&apos;єкт, тому що воно буде необхідним для звернення
  102 до цього об&apos;єкта в майбутньому. Якщо &quot;name&quot; не вказане, то Scribus вибере його
  103 сам.
  104 
  105 Може повернути помилку NameExistsError якщо ви вкажете ім&apos;я, яке вже було використане.
  106 </translation>
  107     </message>
  108     <message>
  109         <source>setGradientFill(type, &quot;color1&quot;, shade1, &quot;color2&quot;, shade2, [&quot;name&quot;])
  110 
  111 Sets the gradient fill of the object &quot;name&quot; to type. Color descriptions are
  112 the same as for setFillColor() and setFillShade(). See the constants for
  113 available types (FILL_&lt;type&gt;).
  114 </source>
  115         <translation>setGradientFill(type, &quot;color1&quot;, shade1, &quot;color2&quot;, shade2, [&quot;name&quot;])
  116 
  117 Установлює заповнення градієнтом об&apos;єкта &quot;name&quot; типом type. Описання
  118 кольорів застосовуються так же як і в setFillColor() та setFillShade(). Дивіться
  119 константи для доступних типів (FILL_&lt;type&gt;).
  120 </translation>
  121     </message>
  122     <message>
  123         <source>messagebarText(&quot;string&quot;)
  124 
  125 Writes the &quot;string&quot; into the Scribus message bar (status line). The text
  126 must be UTF8 encoded or &apos;unicode&apos; string(recommended).
  127 </source>
  128         <translation>messagebarText(&quot;string&quot;)
  129 
  130 Поміщає строкову величину &quot;string&quot; в панель повідомлень Scribus (полоса статусу). 
  131 Текст має бути в UTF8 кодуванні або строковою величиною &apos;unicode&apos; (рекомендовано).
  132 </translation>
  133     </message>
  134     <message>
  135         <source>newPage(where [,&quot;masterpage&quot;])
  136 
  137 Creates a new page. If &quot;where&quot; is -1 the new Page is appended to the
  138 document, otherwise the new page is inserted before &quot;where&quot;. Page numbers are
  139 counted from 1 upwards, no matter what the displayed first page number of your
  140 document is. The optional parameter &quot;masterpage&quot; specifies the name of the
  141 master page for the new page.
  142 
  143 May raise IndexError if the page number is out of range
  144 </source>
  145         <translation>newPage(where [,&quot;masterpage&quot;])
  146 
  147 Створює нову сторінку. Якщо &quot;where&quot; дорівнює -1 то нова сторінка добавляється в кінець документа. В іншому випадку вона вставляється в документ перед &quot;where&quot;. Номери сторінок внутрішньо рахуються з 1 вверх незважаючи на показаний номер документа. Необов&apos;язковий параметр &quot;masterpage&quot; вказує на ім&apos;я головної сторінки.
  148 
  149 Може повернути помилку IndexError, якщо номер сторінки виходить за можливий діапазон
  150 </translation>
  151     </message>
  152     <message>
  153         <source>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).
  157 </source>
  158         <translation>importSVG(&quot;string&quot;)
  159 
  160 Строкова величина &quot;string&quot; повинна містити ім&quot;я файла з зображенням у форматі SVG. Текст повинет бути у кодуванні UTF8 або в строковій величині &apos;unicode&apos; str (рекоменд.).
  161 </translation>
  162     </message>
  163     <message>
  164         <source>newDocument(size, margins, orientation, firstPageNumber,
  165                         unit, pagesType, firstPageOrder) -&gt; bool
  166 
  167 Creates a new document and returns true if successful. The parameters have the
  168 following meaning:
  169 
  170 size = A tuple (width, height) describing the size of the document. You can
  171 use predefined constants named PAPER_&lt;paper_type&gt; e.g. PAPER_A4 etc.
  172 
  173 margins = A tuple (left, right, top, bottom) describing the document
  174 margins
  175 
  176 orientation = the page orientation - constants PORTRAIT, LANDSCAPE
  177 
  178 firstPageNumer = is the number of the first page in the document used for
  179 pagenumbering. While you&apos;ll usually want 1, it&apos;s useful to have higher
  180 numbers if you&apos;re creating a document in several parts.
  181 
  182 unit: this value sets the measurement units used by the document. Use a
  183 predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS,
  184 UNIT_PICAS, UNIT_POINTS.
  185 
  186 pagesType = One of the predefined constants PAGE_n. PAGE_1 is single page,
  187 PAGE_2 is for double sided documents, PAGE_3 is for 3 pages fold and
  188 PAGE_4 is 4-fold.
  189 
  190 firstPageOrder = What is position of first page in the document.
  191 Indexed from 0 (0 = first).
  192 
  193 The values for width, height and the margins are expressed in the given unit
  194 for the document. PAPER_* constants are expressed in points. If your document
  195 is not in points, make sure to account for this.
  196 
  197 example: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS,
  198 PAGE_4, 3)
  199 
  200 May raise ScribusError if is firstPageOrder bigger than allowed by pagesType.
  201 </source>
  202         <translation type="obsolete">newDocument(size, margins, orientation, firstPageNumber,
  203                         unit, pagesType, firstPageOrder) -&gt; bool
  204 
  205 Створює новий документ та повертає true після успішного завершення. 
  206 Параметри мають такі значення:
  207 
  208 size (розмір) = Тупль  (ширина, висота), який описує розмір документа. Ви
  209 можете використовувати визначені константи типу PAPER_&lt;paper_type&gt;,
  210 наприклад PAPER_A4 і т.п.
  211 
  212 margins (поля) = Тупль (ліве, праве, верхнє, нижнє), який описує поля
  213 документа.
  214 
  215 orientation (орієнтація) = Орієнтація сторінки - константи PORTRAIT, LANDSCAPE
  216 
  217 firstPageNumer (номер першої сторінки) = Номер першої пронумерованої сторінки 
  218 документа. В більшості випадків рахунок починається з 1, але може бути корисним
  219 і використання більших чисел при створенні документа з кількох частин.
  220 
  221 unit (одиниця) = Це значення установлює одиниці виміру, які використувуються
  222 в документі. Використовуйте попередньо визначені константи типу UNIT_INCHES, 
  223 UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.
  224 
  225 pagesType (тип сторінок) = Одна з попередньо визначених констант PAGE_n. 
  226 PAGE_1 - одинарна сторінка,
  227 PAGE_2 - для двохсторонніх документів,
  228 PAGE_3 - для 3-х сторінкових складок та
  229 PAGE_4  - для 4-х сторінкових складок.
  230 
  231 firstPageOrder (порядок першої сторінки) = В якій позиції знаходиться перша
  232 пронумерована сторінка в документі. Індекс починається з 0.
  233 
  234 Значення ширини, висоти та поля виражаються в одиницях виміру документа. 
  235 Константи PAPER_*  виражаються в точках. Якщо Ваш документ не вимірюється
  236 в точках, Ви маєте прийняти це до уваги.
  237 
  238 Приклад: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS,
  239 PAGE_4, 3)
  240 
  241 Може повернути помилку ScribusError, якщо значення firstPageOrder виходить за
  242 дозволений для pagesType діапазон.
  243 </translation>
  244     </message>
  245     <message>
  246         <source>newDocument(size, margins, orientation, firstPageNumber,
  247                         unit, pagesType, firstPageOrder) -&gt; bool
  248 
  249 Creates a new document and returns true if successful. The parameters have the
  250 following meaning:
  251 
  252 size = A tuple (width, height) describing the size of the document. You can
  253 use predefined constants named PAPER_&lt;paper_type&gt; e.g. PAPER_A4 etc.
  254 
  255 margins = A tuple (left, right, top, bottom) describing the document
  256 margins
  257 
  258 orientation = the page orientation - constants PORTRAIT, LANDSCAPE
  259 
  260 firstPageNumer = is the number of the first page in the document used for
  261 pagenumbering. While you&apos;ll usually want 1, it&apos;s useful to have higher
  262 numbers if you&apos;re creating a document in several parts.
  263 
  264 unit: this value sets the measurement units used by the document. Use a
  265 predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS,
  266 UNIT_PICAS, UNIT_POINTS.
  267 
  268 pagesType = One of the predefined constants PAGE_n. PAGE_1 is single page,
  269 PAGE_2 is for double sided documents, PAGE_3 is for 3 pages fold and
  270 PAGE_4 is 4-fold.
  271 
  272 firstPageOrder = What is position of first page in the document.
  273 Indexed from 0 (0 = first).
  274 
  275 numPage = Number of pages to be created.
  276 
  277 The values for width, height and the margins are expressed in the given unit
  278 for the document. PAPER_* constants are expressed in points. If your document
  279 is not in points, make sure to account for this.
  280 
  281 example: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS,
  282 PAGE_4, 3, 1)
  283 
  284 May raise ScribusError if is firstPageOrder bigger than allowed by pagesType.
  285 </source>
  286         <translation>newDocument(size, margins, orientation, firstPageNumber,
  287                         unit, pagesType, firstPageOrder) -&gt; bool
  288 
  289 Створює новий документ та повертає булеве значення True, якщо операція була виконана успішно.
  290 Параметри мають такі значення:
  291 
  292 size (розмір) = Тупль (ширина, висота), який описує розмір документа. Ви можете
  293 використовувати попередньо визначені константи з назвами PAPER_&lt;тип паперу&gt;,
  294 наприклад PAPER_A4 і т.д.
  295 
  296 margins (поля) = Тупль (ліве, праве, верхнє, нижнє), який описує поля документа.
  297 
  298 orientation (орієнтація) = Орієнтація сторінки - константи PORTRAIT (портретна), 
  299 LANDSCAPE (ландшафтна)
  300 
  301 firstPageNumer = Номер першої стоінки документа, яка використовується для нумерації.
  302 У більшості випадків виберіть 1, але вищі номери можуть також бути корисними, якщо
  303 документ складається з кількох частин.
  304 
  305 unit = Це значення установлює одиниці виміру, які використовуються в документі.
  306 Використовуйте попередньо визначені константи для цього значення: UNIT_INCHES, 
  307 UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.
  308 
  309 pagesType = Тип сторінок. Використовуйте одну з попередньо визначених констант PAGE_n.
  310 PAGE_1 - одна сторінка, PAGE_2 - для двосторонніх документів (типу книг чи брошюр),
  311 PAGE_3 - для 3-х сторінкових розкладок,
  312 PAGE_4 - для 4-х сторінкових розкладок.
  313 
  314 firstPageOrder = Позиція першої сторінки документа. Індексується з 0 (0 = перша).
  315 
  316 numPage = Скільки сторінок створювати.
  317 
  318 Значення ширини, висоти та полів виражаються в одиницях виміру документа. Константи
  319 PAPER_* constants виражаються в точках. Якщо одиницями виміру Вашого документа не
  320 являються точки, то прийміть до уваги відношення одиниць.
  321 
  322 Наприклад: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS, PAGE_4, 3, 1)
  323 
  324 Може повернути помилку ScribusError, якщо значення firstPageOrder є більшим ніж дозволено
  325 для цього pagesType.
  326 </translation>
  327     </message>
  328 </context>
  329 <context>
  330     <name>@default</name>
  331     <message>
  332         <source>getFont([&quot;name&quot;]) -&gt; string
  333 
  334 Returns the font name for the text frame &quot;name&quot;. If this text frame
  335 has some text selected the value assigned to the first character
  336 of the selection is returned. If &quot;name&quot; is not given the currently
  337 selected item is used.
  338 </source>
  339         <translation>getFont([&quot;name&quot;]) -&gt; string
  340 
  341 Повертає ім&apos;я шрифта в текстовій рамці &quot;name&quot;. Якщо частина текста
  342 в цій рамці виділена, то повертає значення для першого знака вибірки.
  343 Якщо &quot;name&quot; не вказане - повертає значення для активного об&apos;єкту.</translation>
  344     </message>
  345     <message>
  346         <source>getTextLength([&quot;name&quot;]) -&gt; integer
  347 
  348 Returns the length of the text in the text frame &quot;name&quot;.
  349 If &quot;name&quot; is not given the currently selected item is used.
  350 </source>
  351         <translation>getTextLength([&quot;name&quot;]) -&gt; integer
  352 
  353 Повертає довжину тексту в текстовій рамці з ім&apos;ям &quot;name&quot;.
  354 Якщо &quot;name&quot; не вказане, то використовується активний
  355 об&apos;єкт.</translation>
  356     </message>
  357     <message>
  358         <source>getText([&quot;name&quot;]) -&gt; string
  359 
  360 Returns the text of the text frame &quot;name&quot;. If this text frame has some text
  361 selected, the selected text is returned. All text in the frame, not just
  362 currently visible text, is returned. If &quot;name&quot; is not given the currently
  363 selected item is used.
  364 </source>
  365         <translation>getText([&quot;name&quot;]) -&gt; string
  366 
  367 Повертає текст з текстової рамки &quot;name&quot;. Якщо в цій рамці частина тексту
  368 виділена, то повертає виділений текст. Повертає весь текст в рамці, а не 
  369 тільки видиму частину. Якщо &quot;name&quot; не вказане, то використовується
  370 активний об&apos;єкт.
  371 </translation>
  372     </message>
  373     <message>
  374         <source>getAllText([&quot;name&quot;]) -&gt; string
  375 
  376 Returns the text of the text frame &quot;name&quot; and of all text frames which are
  377 linked with this frame. If this textframe has some text selected, the selected
  378 text is returned. If &quot;name&quot; is not given the currently selected item is
  379 used.
  380 </source>
  381         <translation>getAllText([&quot;name&quot;]) -&gt; string
  382 
  383 Повертає текст із текстової рамки &quot;name&quot; і всіх текстових рамок зв&apos;язаних з нею.
  384 Якщо в цій рамці частина тексту виділена, то повертає виділений текст. Якщо 
  385 &quot;name&quot; не вказано, то використовується активний об&apos;єкт.
  386 </translation>
  387     </message>
  388     <message>
  389         <source>getLineSpacing([&quot;name&quot;]) -&gt; float
  390 
  391 Returns the line spacing (&quot;leading&quot;) of the text frame &quot;name&quot; expressed in
  392 points. If &quot;name&quot; is not given the currently selected item is used.
  393 </source>
  394         <translation>getLineSpacing([&quot;name&quot;]) -&gt; float
  395 
  396 Повертає міжрядковий інтервал (&quot;leading&quot;) текстової рамки з ім&apos;ям &quot;name&quot;,
  397 виражений в точках. Якщо &quot;name&quot; не вказано, то використовується активний
  398 об&apos;єкт.</translation>
  399     </message>
  400     <message>
  401         <source>getColumnGap([&quot;name&quot;]) -&gt; float
  402 
  403 Returns the column gap size of the text frame &quot;name&quot; expressed in points. If
  404 &quot;name&quot; is not given the currently selected item is used.
  405 </source>
  406         <translation>getColumnGap([&quot;name&quot;]) -&gt; float
  407 
  408 Повертає розмір інтервалу між колонками тексту в текстовій рамці &quot;name&quot;, 
  409 виражений в точках. Якщо &quot;name&quot; не задано, використовується активний
  410 об&apos;єкт.</translation>
  411     </message>
  412     <message>
  413         <source>getColumns([&quot;name&quot;]) -&gt; integer
  414 
  415 Gets the number of columns of the text frame &quot;name&quot;. If &quot;name&quot; is not
  416 given the currently selected item is used.
  417 </source>
  418         <translation>getColumns([&quot;name&quot;]) -&gt; integer
  419 
  420 Повертає число колонок тексту в текстовій рамці &quot;name&quot;. Якщо &quot;name&quot; 
  421 не вказано, використовується активний об&apos;єкт.</translation>
  422     </message>
  423     <message>
  424         <source>setText(&quot;text&quot;, [&quot;name&quot;])
  425 
  426 Sets the text of the text frame &quot;name&quot; to the text of the string &quot;text&quot;.
  427 Text must be UTF8 encoded - use e.g. unicode(text, &apos;iso-8859-2&apos;). See the FAQ
  428 for more details. If &quot;name&quot; is not given the currently selected item is
  429 used.
  430 </source>
  431         <translation>setText(&quot;text&quot;, [&quot;name&quot;])
  432 
  433 Змінює текст в текстовій рамці &quot;name&quot; на зміст текстової змінної &quot;text&quot;.
  434 Текст має бути в кодуванні UTF8 - використовуйте, наприклад, 
  435 unicode(text, &apos;iso-8859-2&apos;). Додаткова інформація по цьому приводу
  436 розміщена в часто задаваних питаннях. Якщо &quot;name&quot; не вказано, то
  437 використовується активний об&apos;єкт.</translation>
  438     </message>
  439     <message>
  440         <source>setFont(&quot;font&quot;, [&quot;name&quot;])
  441 
  442 Sets the font of the text frame &quot;name&quot; to &quot;font&quot;. If there is some text
  443 selected only the selected text is changed.  If &quot;name&quot; is not given the
  444 currently selected item is used.
  445 
  446 May throw ValueError if the font cannot be found.
  447 </source>
  448         <translation>setFont(&quot;font&quot;, [&quot;name&quot;])
  449 
  450 Установлює шрифт текстової рамки &quot;name&quot; до &quot;font&quot;. Якщо вибрана лише 
  451 частина тексту в рамці то зміна шрифта відноситься лише до неї. Якщо  
  452 &quot;name&quot; не вказано, то використовується активний об&apos;єкт.
  453 
  454 Може повернути ValueError, якщо шрифт не може бути знайдено.
  455 </translation>
  456     </message>
  457     <message>
  458         <source>setFontSize(size, [&quot;name&quot;])
  459 
  460 Sets the font size of the text frame &quot;name&quot; to &quot;size&quot;. &quot;size&quot; is treated
  461 as a value in points. If there is some text selected only the selected text is
  462 changed. &quot;size&quot; must be in the range 1 to 512. If &quot;name&quot; is not given the
  463 currently selected item is used.
  464 
  465 May throw ValueError for a font size that&apos;s out of bounds.
  466 </source>
  467         <translation>setFontSize(size, [&quot;name&quot;])
  468 
  469 Установлює розмір шрифта в текстовій рамці &quot;name&quot; до розміру &quot;size&quot;. 
  470 Значення &quot;size&quot; визначається в точках. Якщо в рамці вибрана частина
  471 тексту, то зміна розміру шрифта відноситься лише до неї. Діапазон &quot;size&quot; 
  472 від 1 до 512. Якщо &quot;name&quot; не вказано, то використовується активний
  473 об&apos;єкт.
  474 
  475 Може повернути помилку ValueError, якщо розмір шрифта виходить за
  476 дозволений діапазон.</translation>
  477     </message>
  478     <message>
  479         <source>setLineSpacing(size, [&quot;name&quot;])
  480 
  481 Sets the line spacing (&quot;leading&quot;) of the text frame &quot;name&quot; to &quot;size&quot;.
  482 &quot;size&quot; is a value in points. If &quot;name&quot; is not given the currently selected
  483 item is used.
  484 
  485 May throw ValueError if the line spacing is out of bounds.
  486 </source>
  487         <translation>setLineSpacing(size, [&quot;name&quot;])
  488 
  489 Установлює міжрядковий інтервал (початковий) в текстовій рамці &quot;name&quot;
  490 до розміру &quot;size&quot;. Значення &quot;size&quot; виражається в точках. Якщо &quot;name&quot; не
  491 вказано, використовується активний об&apos;єкт.
  492 
  493 Може повернути помилку ValueError, якщо значення інтервалу виходить
  494 за доступний діапазон.
  495 </translation>
  496     </message>
  497     <message>
  498         <source>setColumnGap(size, [&quot;name&quot;])
  499 
  500 Sets the column gap of the text frame &quot;name&quot; to the value &quot;size&quot;. If
  501 &quot;name&quot; is not given the currently selected item is used.
  502 
  503 May throw ValueError if the column gap is out of bounds (must be positive).
  504 </source>
  505         <translation>setColumnGap(size, [&quot;name&quot;])
  506 
  507 Установлює проміжок між колонками в текстовій рамці &quot;name&quot; до значення
  508 &quot;size&quot;. Якщо &quot;name&quot; не задано, використовується активний об&apos;єкт.
  509 
  510 Може повернути помилку ValueError, якщо проміжок між колонками виходить
  511 за доступний діапазон (повинен бути позитивним).
  512 </translation>
  513     </message>
  514     <message>
  515         <source>setColumns(nr, [&quot;name&quot;])
  516 
  517 Sets the number of columns of the text frame &quot;name&quot; to the integer &quot;nr&quot;.
  518 If &quot;name&quot; is not given the currently selected item is used.
  519 
  520 May throw ValueError if number of columns is not at least one.
  521 </source>
  522         <translation>setColumns(nr, [&quot;name&quot;])
  523 
  524 Установлює число колонок в текстовій рамці &quot;name&quot; до цілого числа &quot;nr&quot;.
  525 Якщо &quot;name&quot; не задано, використовується активний об&apos;єкт.
  526 
  527 Може повернути помилку ValueError, якщо не вказана хоч одна колонка.
  528 </translation>
  529     </message>
  530     <message>
  531         <source>setTextAlignment(align, [&quot;name&quot;])
  532 
  533 Sets the text alignment of the text frame &quot;name&quot; to the specified alignment.
  534 If &quot;name&quot; is not given the currently selected item is used. &quot;align&quot; should
  535 be one of the ALIGN_ constants defined in this module - see dir(scribus).
  536 
  537 May throw ValueError for an invalid alignment constant.
  538 </source>
  539         <translation>setTextAlignment(align, [&quot;name&quot;])
  540 
  541 Установлює вирівнювання тексту в текстовій рамці &quot;name&quot; до вказаного.
  542 Якщо &quot;name&quot; не вказано, використовується активний об&apos;єкт. &quot;align&quot; повинне
  543 дорівнювати одній з констант ALIGN_ constants визначених в цьому модулі -
  544 дивіться в dir(scribus).
  545 
  546 Може повернути помилку ValueError, якщо константа вирівнювання задана
  547 невірно.
  548 </translation>
  549     </message>
  550     <message>
  551         <source>selectText(start, count, [&quot;name&quot;])
  552 
  553 Selects &quot;count&quot; characters of text in the text frame &quot;name&quot; starting from the
  554 character &quot;start&quot;. Character counting starts at 0. If &quot;count&quot; is zero, any
  555 text selection will be cleared.  If &quot;name&quot; is not given the currently
  556 selected item is used.
  557 
  558 May throw IndexError if the selection is outside the bounds of the text.
  559 </source>
  560         <translation>selectText(start, count, [&quot;name&quot;])
  561 
  562 Вибирає &quot;count&quot; число знаків тексту в текстовій рамці &quot;name&quot;, починаючи з
  563 знака &quot;start&quot;. Рахунок знаків починається з 0. Якщо &quot;count&quot; дорівнює нулю,
  564 текстова вибірка буде знята. Якщо &quot;name&quot; не задано, буде використано
  565 активний об&apos;єкт.
  566 
  567 Може повернути помилку IndexError, якщо вибірка виходить за межі 
  568 тексту.
  569 </translation>
  570     </message>
  571     <message>
  572         <source>deleteText([&quot;name&quot;])
  573 
  574 Deletes any text in the text frame &quot;name&quot;. If there is some text selected,
  575 only the selected text will be deleted. If &quot;name&quot; is not given the currently
  576 selected item is used.
  577 </source>
  578         <translation>deleteText([&quot;name&quot;])
  579 
  580 Видаляє весь текст в текстовій рамці &quot;name&quot;. Якщо частина тексту вибрана
  581 то видаляється лише вона. Якщо &quot;name&quot; не задано, використовується
  582 активний об&apos;єкт.
  583 </translation>
  584     </message>
  585     <message>
  586         <source>setTextColor(&quot;color&quot;, [&quot;name&quot;])
  587 
  588 Sets the text color of the text frame &quot;name&quot; to the color &quot;color&quot;. If there
  589 is some text selected only the selected text is changed. If &quot;name&quot; is not
  590 given the currently selected item is used.
  591 </source>
  592         <translation>setTextColor(&quot;color&quot;, [&quot;name&quot;])
  593 
  594 Установлює колір тексту в текстовій рамці &quot;name&quot; до кольору &quot;color&quot;. Якщо
  595 частина тексту вибрана - змінюється лише вона. Якщо &quot;name&quot; не задано,
  596 використовується активний об&apos;єкт.
  597 </translation>
  598     </message>
  599     <message>
  600         <source>setTextStroke(&quot;color&quot;, [&quot;name&quot;])
  601 
  602 Set &quot;color&quot; of the text stroke. If &quot;name&quot; is not given the currently
  603 selected item is used.
  604 </source>
  605         <translation>setTextStroke(&quot;color&quot;, [&quot;name&quot;])
  606 
  607 Установлює колір &quot;color&quot; текстового контура. Якщо &quot;name&quot; не задано,
  608 використовується активний об&apos;єкт.
  609 </translation>
  610     </message>
  611     <message>
  612         <source>setTextShade(shade, [&quot;name&quot;])
  613 
  614 Sets the shading of the text color of the object &quot;name&quot; to &quot;shade&quot;. If
  615 there is some text selected only the selected text is changed. &quot;shade&quot; must
  616 be an integer value in the range from 0 (lightest) to 100 (full color
  617 intensity). If &quot;name&quot; is not given the currently selected item is
  618 used.
  619 </source>
  620         <translation>setTextShade(shade, [&quot;name&quot;])
  621 
  622 Установлює тінь кольору тексту об&apos;єкта &quot;name&quot; до &quot;shade&quot;. Якщо
  623 частина тексту вибрана - змінюється лише вона. &quot;shade&quot; має бути
  624 цілим числом від 0 (найсвітліша) до 100 (повна насиченість кольору).
  625 Якщо &quot;name&quot; не задано, використовується активний об&apos;єкт.
  626 </translation>
  627     </message>
  628     <message>
  629         <source>linkTextFrames(&quot;fromname&quot;, &quot;toname&quot;)
  630 
  631 Link two text frames. The frame named &quot;fromname&quot; is linked to the
  632 frame named &quot;toname&quot;. The target frame must be an empty text frame
  633 and must not link to or be linked from any other frames already.
  634 
  635 May throw ScribusException if linking rules are violated.
  636 </source>
  637         <translation>linkTextFrames(&quot;fromname&quot;, &quot;toname&quot;)
  638 
  639 Зв&apos;язує дві текстові рамки. Рамка з ім&apos;ям &quot;fromname&quot; приєднується до
  640 рамки з ім&apos;ям &quot;toname&quot;. Кінцева рамка має бути пустою текстовою
  641 рамкою і не повинна бути з&apos;єднана ні з якою іншою рамкою.
  642 
  643 Може повернути помилку ScribusException, якщо відбувається порушення
  644 правил зв&apos;язування рамок.
  645 </translation>
  646     </message>
  647     <message>
  648         <source>unlinkTextFrames(&quot;name&quot;)
  649 
  650 Remove the specified (named) object from the text frame flow/linkage. If the
  651 frame was in the middle of a chain, the previous and next frames will be
  652 connected, eg &apos;a-&gt;b-&gt;c&apos; becomes &apos;a-&gt;c&apos; when you unlinkTextFrames(b)&apos;
  653 
  654 May throw ScribusException if linking rules are violated.
  655 </source>
  656         <translation>unlinkTextFrames(&quot;name&quot;)
  657 
  658 Видаляє вказаний (названий) об&apos;єкт з ланцюжка зв&apos;язаних текстових
  659 рамок. Якщо рамка знаходиться всередині ланцюжка, то рамки, які
  660 знаходилися перед і після неї будуть з&apos;єднані, наприклад &apos;a-&gt;b-&gt;c&apos; 
  661 зміниться на &apos;a-&gt;c&apos;, при виконанні unlinkTextFrames(b)&apos;
  662 
  663 Може повернути помилку ScribusException при порушенні правил
  664 з&apos;єднання рамок.
  665 </translation>
  666     </message>
  667     <message>
  668         <source>traceText([&quot;name&quot;])
  669 
  670 Convert the text frame &quot;name&quot; to outlines. If &quot;name&quot; is not given the
  671 currently selected item is used.</source>
  672         <translation>traceText([&quot;name&quot;])
  673 
  674 Конвертує текстову рамку &quot;name&quot; в контурний текст. Якщо &quot;name&quot; 
  675 не вказано, використовується активний об&apos;єкт.</translation>
  676     </message>
  677     <message>
  678         <source>getColor(&quot;name&quot;) -&gt; tuple
  679 
  680 Returns a tuple (C, M, Y, K) containing the four color components of the
  681 color &quot;name&quot; from the current document. If no document is open, returns
  682 the value of the named color from the default document colors.
  683 
  684 May raise NotFoundError if the named color wasn&apos;t found.
  685 May raise ValueError if an invalid color name is specified.
  686 </source>
  687         <translation>getColor(&quot;name&quot;) -&gt; tuple
  688 
  689 Повертає тупль (C, M, Y, K), який містить чотири складових
  690 кольору &quot;name&quot; з активного документа. Якщо не відкрито
  691 жодного документа, повертає значення для названого
  692 кольору з палітри стандартних кольорів.
  693 
  694 Може повернути помилку NotFoundError, якщо названий колір не знайдено.
  695 Може повернути помилку ValueError, якщо було вказано недійсне ім&apos;я кольору.
  696 </translation>
  697     </message>
  698     <message>
  699         <source>changeColor(&quot;name&quot;, c, m, y, k)
  700 
  701 Changes the color &quot;name&quot; to the specified CMYK value. The color value is
  702 defined via four components c = Cyan, m = Magenta, y = Yellow and k = Black.
  703 Color components should be in the range from 0 to 255.
  704 
  705 May raise NotFoundError if the named color wasn&apos;t found.
  706 May raise ValueError if an invalid color name is specified.
  707 </source>
  708         <translation>changeColor(&quot;name&quot;, c, m, y, k)
  709 
  710 Змінює колір &quot;name&quot; до вказаних значень CMYK. Значення кольору
  711 визначається його чотирма компонентами c = Cyan (салатовий),
  712 m = Magenta (малиновий), y = Yellow (жовтий) та k = Black (чорний).
  713 Значення складових кольору повинні знаходитися в діапазоні від
  714 0 до 255.
  715 
  716 Може повернути помилку NotFoundError, якщо названий колір не знайдено.
  717 Може повернути помилку ValueError, якщо було вказано недійсне ім&apos;я кольору.
  718 </translation>
  719     </message>
  720     <message>
  721         <source>deleteColor(&quot;name&quot;, &quot;replace&quot;)
  722 
  723 Deletes the color &quot;name&quot;. Every occurence of that color is replaced by the
  724 color &quot;replace&quot;. If not specified, &quot;replace&quot; defaults to the color
  725 &quot;None&quot; - transparent.
  726 
  727 deleteColor works on the default document colors if there is no document open.
  728 In that case, &quot;replace&quot;, if specified, has no effect.
  729 
  730 May raise NotFoundError if a named color wasn&apos;t found.
  731 May raise ValueError if an invalid color name is specified.
  732 </source>
  733         <translation>deleteColor(&quot;name&quot;, &quot;replace&quot;)
  734 
  735 Видаляє колір &quot;name&quot;. Кожний приклад цього кольору заміняється на колір
  736 &quot;replace&quot;. Якщо &quot;replace&quot; не вказано, то використовується колір &quot;None&quot; - прозорість.
  737 
  738 deleteColor змінює стандартні кольори при відсутності відчинених документів. В
  739 цьому випадку &quot;replace&quot;, якщо вказаний, ефекту не має.
  740 
  741 Може повернути помилку NotFoundError, якщо названий колір не знайдено.
  742 Може повернути помилку ValueError, якщо було вказано недійсне ім&apos;я кольору.</translation>
  743     </message>
  744     <message>
  745         <source>replaceColor(&quot;name&quot;, &quot;replace&quot;)
  746 
  747 Every occurence of the color &quot;name&quot; is replaced by the color &quot;replace&quot;.
  748 
  749 May raise NotFoundError if a named color wasn&apos;t found.
  750 May raise ValueError if an invalid color name is specified.
  751 </source>
  752         <translation>replaceColor(&quot;name&quot;, &quot;replace&quot;)
  753 
  754 Кожний приклад кольору &quot;name&quot; заміняється на колір &quot;replace&quot;.
  755 
  756 Може повернути помилку NotFoundError, якщо названий колір не знайдено.
  757 Може повернути помилку ValueError, якщо було вказано недійсне ім&apos;я кольору.</translation>
  758     </message>
  759     <message>
  760         <source>messageBox(&quot;caption&quot;, &quot;message&quot;,
  761     icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT,
  762     button2=BUTTON_NONE, button3=BUTTON_NONE) -&gt; integer
  763 
  764 Displays a message box with the title &quot;caption&quot;, the message &quot;message&quot;, and
  765 an icon &quot;icon&quot; and up to 3 buttons. By default no icon is used and a single
  766 button, OK, is displayed. Only the caption and message arguments are required,
  767 though setting an icon and appropriate button(s) is strongly
  768 recommended. The message text may contain simple HTML-like markup.
  769 
  770 Returns the number of the button the user pressed. Button numbers start
  771 at 1.
  772 
  773 For the icon and the button parameters there are predefined constants available
  774 with the same names as in the Qt Documentation. These are the BUTTON_* and
  775 ICON_* constants defined in the module. There are also two extra constants that
  776 can be binary-ORed with button constants:
  777     BUTTONOPT_DEFAULT   Pressing enter presses this button.
  778     BUTTONOPT_ESCAPE    Pressing escape presses this button.
  779 
  780 Usage examples:
  781 result = messageBox(&apos;Script failed&apos;,
  782                     &apos;This script only works when you have a text frame selected.&apos;,
  783                     ICON_ERROR)
  784 result = messageBox(&apos;Monkeys!&apos;, &apos;Something went ook! &lt;i&gt;Was it a monkey?&lt;/i&gt;&apos;,
  785                     ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT,
  786                     BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE)
  787 
  788 Defined button and icon constants:
  789 BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO,
  790 BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL,
  791 ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL.
  792 </source>
  793         <translation>messageBox(&quot;caption&quot;, &quot;message&quot;,
  794     icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT,
  795     button2=BUTTON_NONE, button3=BUTTON_NONE) -&gt; ціле число
  796 
  797 Показує діалогове вікно з заголовком &quot;caption&quot;, повідомленням &quot;message&quot;, 
  798 та іконкою &quot;icon&quot; та до 3-х кнопок. По умовчанню іконка не використовується, 
  799 присутня лише проста кнопка &quot;Гаразд&quot;. Обов&apos;язковими являються лише 
  800 аргументи &quot;caption&quot; та &quot;message&quot;, хоча установка іконки та відповідних
  801 кнопок настійливо рекомендується. Текст повідомлення може містити
  802 просту розмітку по типу HTML.
  803 
  804 Повертає номер кнопки, натиснутої користувачем. Номера кнопок
  805 починаються з 1.
  806 
  807 Для іконок та кнопок існують наперед визначені константи з іменами 
  808 описаними в документації по Qt. Вони включають BUTTON_* та
  809 ICON_* константи, визначені в модулі. Додатково є ще дві константи,
  810 для яких може бути виконана бінарна логічна операція OR з константами
  811 кнопок
  812     BUTTONOPT_DEFAULT  Натискування клавіші &quot;Ввід&quot; (Enter) натискує цю кнопку.
  813     BUTTONOPT_ESCAPE    Натискування клавіші &quot;Відміна&quot; (Escape) натискує цю кнопку.
  814 
  815 Приклади використання:
  816 result = messageBox(&apos;Script failed&apos;,
  817                     &apos;Цей скрипт працює лише при наявності вибраної текстової рамки.&apos;,
  818                     ICON_ERROR)
  819 result = messageBox(&apos;Мавпи!&apos;, &apos;Сталося щось негарне! &lt;i&gt;Це була мавпа?&lt;/i&gt;&apos;,
  820                     ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT,
  821                     BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE)
  822 
  823 Визначені константи кнопок та іконок:
  824 BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO,
  825 BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL,
  826 ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL.</translation>
  827     </message>
  828     <message>
  829         <source>valueDialog(caption, message [,defaultvalue]) -&gt; string
  830 
  831 Shows the common &apos;Ask for string&apos; dialog and returns its value as a string
  832 Parameters: window title, text in the window and optional &apos;default&apos; value.
  833 
  834 Example: valueDialog(&apos;title&apos;, &apos;text in the window&apos;, &apos;optional&apos;)
  835 </source>
  836         <translation>valueDialog(caption, message [,defaultvalue]) -&gt; строкова величина
  837 
  838 Показує стандартний &apos;Введіть строкову величину&apos; діалог та повертає
  839 отримане значення, як строкову величину
  840 Параметри: заголовок вікна, текст у вікні та необов&apos;язкове &apos;значення 
  841 по умовчанню&apos; (default).
  842 
  843 Приклад: valueDialog(&apos;заголовок&apos;, &apos;текст у вікні&apos;, &apos;необов&quot;язкове значення&apos;)
  844 </translation>
  845     </message>
  846     <message>
  847         <source>closeDoc()
  848 
  849 Closes the current document without prompting to save.
  850 
  851 May throw NoDocOpenError if there is no document to close
  852 </source>
  853         <translation>closeDoc()
  854 
  855 Зачиняє активний документ без запиту про запис.
  856 
  857 Може повернути помилку NoDocOpenError при відсутності
  858 документа для зачиняння
  859 </translation>
  860     </message>
  861     <message>
  862         <source>haveDoc() -&gt; bool
  863 
  864 Returns true if there is a document open.
  865 </source>
  866         <translation>haveDoc() -&gt; булеве значення
  867 
  868 Повертає правдиве булеве значення при 
  869 наявності відчиненого документа.</translation>
  870     </message>
  871     <message>
  872         <source>openDoc(&quot;name&quot;)
  873 
  874 Opens the document &quot;name&quot;.
  875 
  876 May raise ScribusError if the document could not be opened.
  877 </source>
  878         <translation>openDoc(&quot;name&quot;)
  879 
  880 Відчиняє документ &quot;name&quot;.
  881 
  882 Може повернути помилку ScribusError, якщо документ не можна
  883 було відчинити.
  884 </translation>
  885     </message>
  886     <message>
  887         <source>saveDoc()
  888 
  889 Saves the current document with its current name, returns true if successful.
  890 If the document has not already been saved, this may bring up an interactive
  891 save file dialog.
  892 
  893 If the save fails, there is currently no way to tell.
  894 </source>
  895         <translation>saveDoc()
  896 
  897 Записує активний документ під його теперішнім іменем, повертає
  898 правдиве булеве значення при успішному завершенні операції.
  899 Якщо документ ще не був записаний, може викликати інтерактивний
  900 діалог збереження файла.
  901 
  902 В даний час неможливо визначити чи запис був успішним.
  903 </translation>
  904     </message>
  905     <message>
  906         <source>saveDocAs(&quot;name&quot;)
  907 
  908 Saves the current document under the new name &quot;name&quot; (which may be a full or
  909 relative path).
  910 
  911 May raise ScribusError if the save fails.
  912 </source>
  913         <translation>saveDocAs(&quot;name&quot;)
  914 
  915 Записує активний документ під новим ім&apos;ям &quot;name&quot;, яке може бути
  916 повним або відносним шляхом.
  917 
  918 Може повернути помилку ScribusError, якщо запис не буде успішним.
  919 </translation>
  920     </message>
  921     <message>
  922         <source>saveDocAs(&quot;author&quot;, &quot;info&quot;, &quot;description&quot;) -&gt; bool
  923 
  924 Sets the document information. &quot;Author&quot;, &quot;Info&quot;, &quot;Description&quot; are
  925 strings.
  926 </source>
  927         <translation type="obsolete">saveDocAs(&quot;author&quot;, &quot;info&quot;, &quot;description&quot;) -&gt; булеве значення
  928 
  929 Установлює опис документа. &quot;Author (&quot;Автор&quot;), &quot;Info&quot; (&quot;Інформація&quot;),
  930 &quot;Description&quot; (&quot;Опис&quot;) є строковими величинами.
  931 </translation>
  932     </message>
  933     <message>
  934         <source>setMargins(lr, rr, tr, br)
  935 
  936 Sets the margins of the document, Left(lr), Right(rr), Top(tr) and Bottom(br)
  937 margins are given in the measurement units of the document - see UNIT_&lt;type&gt;
  938 constants.
  939 </source>
  940         <translation>setMargins(lr, rr, tr, br)
  941 
  942 Установлює поля документа, Ліве (lr), Праве (rr), Верхнє (tr) та Нижнє (br)
  943 поля задаються в одиницях виміру документа - див. UNIT_&lt;type&gt;
  944 константи.
  945 </translation>
  946     </message>
  947     <message>
  948         <source>setUnit(type)
  949 
  950 Changes the measurement unit of the document. Possible values for &quot;unit&quot; are
  951 defined as constants UNIT_&lt;type&gt;.
  952 
  953 May raise ValueError if an invalid unit is passed.
  954 </source>
  955         <translation>setUnit(type)
  956 
  957 Установлює одиницю виміру документа. Можливі значення для &quot;unit&quot; 
  958 визначаються як константи UNIT_&lt;type&gt;.
  959 
  960 Може повернути помилку ValueError, якщо було задано невірну одиницю
  961 виміру.
  962 </translation>
  963     </message>
  964     <message>
  965         <source>getUnit() -&gt; integer (Scribus unit constant)
  966 
  967 Returns the measurement units of the document. The returned value will be one
  968 of the UNIT_* constants:
  969 UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.
  970 </source>
  971         <translation>getUnit() -&gt; integer (Scribus unit constant)
  972 
  973 Повертає одиниці виміру документа. Повернене значення буде однією з
  974 констант UNIT_* constants:
  975 UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.
  976 </translation>
  977     </message>
  978     <message>
  979         <source>loadStylesFromFile(&quot;filename&quot;)
  980 
  981 Loads paragraph styles from the Scribus document at &quot;filename&quot; into the
  982 current document.
  983 </source>
  984         <translation>loadStylesFromFile(&quot;filename&quot;)
  985 
  986 Завантажує стилі абзаців з документу Scribus &quot;filename&quot; в активний документ.
  987 </translation>
  988     </message>
  989     <message>
  990         <source>setDocType(facingPages, firstPageLeft)
  991 
  992 Sets the document type. To get facing pages set the first parameter to
  993 FACINGPAGES, to switch facingPages off use NOFACINGPAGES instead.  If you want
  994 to be the first page a left side set the second parameter to FIRSTPAGELEFT, for
  995 a right page use FIRSTPAGERIGHT.
  996 </source>
  997         <translation>setDocType(facingPages, firstPageLeft)
  998 
  999 Установлює тип документа. Для задання книжкового розташування сторінок
 1000 установіть перший параметр до FACINGPAGES, а для відміни замість facingPages 
 1001 використайте NOFACINGPAGES. Щоб перша сторінка була зліва установіть
 1002 другий параметр до FIRSTPAGELEFT, а справа - FIRSTPAGERIGHT.
 1003 </translation>
 1004     </message>
 1005     <message>
 1006         <source>getLineColor([&quot;name&quot;]) -&gt; string
 1007 
 1008 Returns the name of the line color of the object &quot;name&quot;.
 1009 If &quot;name&quot; is not given the currently selected item is used.
 1010 </source>
 1011         <translation>getLineColor([&quot;name&quot;]) -&gt; строкове значення
 1012 
 1013 Повертає назву кольорі ліній об&apos;єкту &quot;name&quot;.
 1014 Якщо &quot;name&quot; не задано, буде використано активний об&apos;єкт.
 1015 </translation>
 1016     </message>
 1017     <message>
 1018         <source>getLineWidth([&quot;name&quot;]) -&gt; integer
 1019 
 1020 Returns the line width of the object &quot;name&quot;. If &quot;name&quot;
 1021 is not given the currently selected Item is used.
 1022 </source>
 1023         <translation>getLineWidth([&quot;name&quot;]) -&gt; ціле число
 1024 
 1025 Повертає товщину лінії об&apos;єкта &quot;name&quot;. Якщо &quot;name&quot;
 1026 не задано, буде використано активний об&apos;єкт.
 1027 </translation>
 1028     </message>
 1029     <message>
 1030         <source>getLineShade([&quot;name&quot;]) -&gt; integer
 1031 
 1032 Returns the shading value of the line color of the object &quot;name&quot;.
 1033 If &quot;name&quot; is not given the currently selected item is used.
 1034 </source>
 1035         <translation>getLineShade([&quot;name&quot;]) -&gt; ціле число
 1036 
 1037 Повертає значення затінення об&apos;єкта &quot;name&quot;.
 1038 Якщо &quot;name&quot; не задано, буде використано активний об&apos;єкт.
 1039 </translation>
 1040     </message>
 1041     <message>
 1042         <source>getLineJoin([&quot;name&quot;]) -&gt; integer (see contants)
 1043 
 1044 Returns the line join style of the object &quot;name&quot;. If &quot;name&quot; is not given
 1045 the currently selected item is used.  The join types are:
 1046 JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND
 1047 </source>
 1048         <translation>getLineJoin([&quot;name&quot;]) -&gt; ціле число (див. умови)
 1049 
 1050 Повертає стиль з&apos;єднань ліній об&apos;єкта &quot;name&quot;. Якщо &quot;name&quot; не
 1051 задано, буде використано активний об&apos;єкт. Типи з&apos;єднать:
 1052 JOIN_BEVEL (фасочне), JOIN_MITTER (фацеточне), JOIN_ROUND (закруглене)
 1053 </translation>
 1054     </message>
 1055     <message>
 1056         <source>getLineEnd([&quot;name&quot;]) -&gt; integer (see constants)
 1057 
 1058 Returns the line cap style of the object &quot;name&quot;. If &quot;name&quot; is not given the
 1059 currently selected item is used. The cap types are:
 1060 CAP_FLAT, CAP_ROUND, CAP_SQUARE
 1061 </source>
 1062         <translation>getLineEnd([&quot;name&quot;]) -&gt; ціле число (див. умови)
 1063 
 1064 Повертає стиль кінців ліній об&apos;єкта &quot;name&quot;. Якщо &quot;name&quot; не
 1065 задано, буде використано активний об&apos;єкт. Типи кінців:
 1066 CAP_FLAT (плаский), CAP_ROUND (заокруглений), CAP_SQUARE (квадратний)
 1067 </translation>
 1068     </message>
 1069     <message>
 1070         <source>getLineStyle([&quot;name&quot;]) -&gt; integer (see constants)
 1071 
 1072 Returns the line style of the object &quot;name&quot;. If &quot;name&quot; is not given the
 1073 currently selected item is used. Line style constants are:
 1074 LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID
 1075 </source>
 1076         <translation>getLineStyle([&quot;name&quot;]) -&gt; ціле число (див. обмеження)
 1077 
 1078 Повертає стиль ліній об&apos;єкта &quot;name&quot;. Якщо &quot;name&quot; не задано, буде 
 1079 використано активний об&apos;єкт. Обмеження типів ліній:
 1080 LINE_DASH (пунктирна), LINE_DASHDOT (пунктир-крапка), 
 1081 LINE_DASHDOTDOT (пунктир-крапка-крапка), LINE_DOT (крапка),
 1082 LINE_SOLID (суцільна)
 1083 </translation>
 1084     </message>
 1085     <message>
 1086         <source>getFillShade([&quot;name&quot;]) -&gt; integer
 1087 
 1088 Returns the shading value of the fill color of the object &quot;name&quot;.
 1089 If &quot;name&quot; is not given the currently selected item is used.
 1090 </source>
 1091         <translation>getFillShade([&quot;name&quot;]) -&gt; integer
 1092 
 1093 Повертає значення затінення кольору заповнення об&apos;єкта &quot;name&quot;.
 1094 Якщо &quot;name&quot; не задано, буде використано активний об&apos;єкт.
 1095 </translation>
 1096     </message>
 1097     <message>
 1098         <source>getImageScale([&quot;name&quot;]) -&gt; (x,y)
 1099 
 1100 Returns a (x, y) tuple containing the scaling values of the image frame
 1101 &quot;name&quot;.  If &quot;name&quot; is not given the currently selected item is used.
 1102 </source>
 1103         <translation>getImageScale([&quot;name&quot;]) -&gt; (x,y)
 1104 
 1105 Повертає тупль (x, y), який містить значення масштабу рамки для зображень
 1106 &quot;name&quot;.  Якщо &quot;name&quot; не задано, буде використано активний об&apos;єкт.
 1107 </translation>
 1108     </message>
 1109     <message>
 1110         <source>getImageName([&quot;name&quot;]) -&gt; string
 1111 
 1112 Returns the filename for the image in the image frame. If &quot;name&quot; is not
 1113 given the currently selected item is used.
 1114 </source>
 1115         <translation>getImageName([&quot;name&quot;]) -&gt; строкове значення
 1116 
 1117 Повертає ім&apos;я файла для зображення в рамці для зображень. Якщо &quot;name&quot; 
 1118 не задано, буде використано активний об&apos;єкт.
 1119 </translation>
 1120     </message>
 1121     <message>
 1122         <source>getSize([&quot;name&quot;]) -&gt; (width,height)
 1123 
 1124 Returns a (width, height) tuple with the size of the object &quot;name&quot;.
 1125 If &quot;name&quot; is not given the currently selected item is used. The size is
 1126 expressed in the current measurement unit of the document - see UNIT_&lt;type&gt;
 1127 for reference.
 1128 </source>
 1129         <translation>getSize([&quot;name&quot;]) -&gt; (ширина,висота)
 1130 
 1131 Повертає тупль (ширина,висота) з розміром об&apos;єкта &quot;name&quot;.
 1132 Якщо &quot;name&quot; не задано, буде використано активний об&apos;єкт. Розмір
 1133 виражається в активних одиницях виміру документа - див.  UNIT_&lt;type&gt;
 1134 для подальшої інформації.
 1135 </translation>
 1136     </message>
 1137     <message>
 1138         <source>getRotation([&quot;name&quot;]) -&gt; integer
 1139 
 1140 Returns the rotation of the object &quot;name&quot;. The value is expressed in degrees,
 1141 and clockwise is positive. If &quot;name&quot; is not given the currently selected item
 1142 is used.
 1143 </source>
 1144         <translation>getRotation([&quot;name&quot;]) -&gt; ціле число
 1145 
 1146 Повертає кут повороту об&apos;єкта &quot;name&quot;. Значення виражається в градусах 
 1147 і поворот по часовії стрілці є позитивним. Якщо &quot;name&quot; не задано, буде
 1148 використано активний об&apos;єкт.
 1149 </translation>
 1150     </message>
 1151     <message>
 1152         <source>getAllObjects() -&gt; list
 1153 
 1154 Returns a list containing the names of all objects on the current page.
 1155 </source>
 1156         <translation>getAllObjects() -&gt; список
 1157 
 1158 Повертає список, що містить імена всіх об&apos;єктів на активній сторінці.
 1159 </translation>
 1160     </message>
 1161     <message>
 1162         <source>moveObjectAbs(x, y [, &quot;name&quot;])
 1163 
 1164 Moves the object &quot;name&quot; to a new location. The coordinates are expressed in
 1165 the current measurement unit of the document (see UNIT constants).  If &quot;name&quot;
 1166 is not given the currently selected item is used.  If the object &quot;name&quot;
 1167 belongs to a group, the whole group is moved.
 1168 </source>
 1169         <translation>moveObjectAbs(x, y [, &quot;name&quot;])
 1170 
 1171 Переміщує об&apos;єкт &quot;name&quot;  в нове місце. Координати виражаються в
 1172 активних одиницях виміру документа (див. константи UNIT).  Якщо 
 1173 &quot;name&quot; не задано, буде використано активний об&apos;єкт. Якщо об&apos;єкт 
 1174 &quot;name&quot; є частиною групи, переміщається вся група.
 1175 </translation>
 1176     </message>
 1177     <message>
 1178         <source>rotateObject(rot [, &quot;name&quot;])
 1179 
 1180 Rotates the object &quot;name&quot; by &quot;rot&quot; degrees relatively. The object is
 1181 rotated by the vertex that is currently selected as the rotation point - by
 1182 default, the top left vertext at zero rotation. Positive values mean counter
 1183 clockwise rotation when the default rotation point is used. If &quot;name&quot; is not
 1184 given the currently selected item is used.
 1185 </source>
 1186         <translation>rotateObject(rot [, &quot;name&quot;])
 1187 
 1188 Відносно повертає об&apos;єкт &quot;name&quot; на &quot;rot&quot; градусів. Об&apos;єкт повертається
 1189 навколо вортекса, який є активно вибраною точкою обертання. По
 1190 умовчанню верхній лівий вортекс при нульовому куті повороту. 
 1191 Позитивні значення означають поворот проти часової стрілки при
 1192 використанні точки обертання по умовчанню. Якщо &quot;name&quot; не задано, 
 1193 буде використано активний об&apos;єкт.
 1194 </translation>
 1195     </message>
 1196     <message>
 1197         <source>sizeObject(width, height [, &quot;name&quot;])
 1198 
 1199 Resizes the object &quot;name&quot; to the given width and height. If &quot;name&quot;
 1200 is not given the currently selected item is used.
 1201 </source>
 1202         <translation>sizeObject(ширина, висота [, &quot;name&quot;])
 1203 
 1204 Змінює розмір об&apos;єкта &quot;name&quot; до вказаної висоти та ширини. Якщо 
 1205 &quot;name&quot; не задано, буде використано активний об&apos;єкт.
 1206 </translation>
 1207     </message>
 1208     <message>
 1209         <source>getSelectedObject([nr]) -&gt; string
 1210 
 1211 Returns the name of the selected object. &quot;nr&quot; if given indicates the number
 1212 of the selected object, e.g. 0 means the first selected object, 1 means the
 1213 second selected Object and so on.
 1214 </source>
 1215         <translation>getSelectedObject([nr]) -&gt; строкова величина
 1216 
 1217 Повертає ім&apos;я вибраного об&apos;єкта. &quot;nr&quot;, якщо задано, вказує на індекс
 1218 вибраного об&apos;єкта, напр. 0 означає перший вибраний об&apos;єкт, 1 означає
 1219 другий вибраний об&apos;єкт і так далі.
 1220 </translation>
 1221     </message>
 1222     <message>
 1223         <source>selectionCount() -&gt; integer
 1224 
 1225 Returns the number of selected objects.
 1226 </source>
 1227         <translation>selectionCount() -&gt; ціле число
 1228 
 1229 Повертає число вибраних об&apos;єктів.
 1230 </translation>
 1231     </message>
 1232     <message>
 1233         <source>selectObject(&quot;name&quot;)
 1234 
 1235 Selects the object with the given &quot;name&quot;.
 1236 </source>
 1237         <translation>selectObject(&quot;name&quot;)
 1238 
 1239 Повертає об&apos;єкт з даним іменем &quot;name&quot;.
 1240 </translation>
 1241     </message>
 1242     <message>
 1243         <source>deselectAll()
 1244 
 1245 Deselects all objects in the whole document.
 1246 </source>
 1247         <translation>deselectAll()
 1248 
 1249 Відмінює вибір всіх об&apos;єктів у всьому документі.
 1250 </translation>
 1251     </message>
 1252     <message>
 1253         <source>groupObjects(list)
 1254 
 1255 Groups the objects named in &quot;list&quot; together. &quot;list&quot; must contain the names
 1256 of the objects to be grouped. If &quot;list&quot; is not given the currently selected
 1257 items are used.
 1258 </source>
 1259         <translation>groupObjects(list)
 1260 
 1261 Згруповує об&apos;єкти названі в списку &quot;list&quot;. &quot;list&quot; повинен містити імена
 1262 об&apos;єктів, які будуть згруповані. Якщо &quot;list&quot; не задано, буде 
 1263 використано активний об&apos;єкт.
 1264 </translation>
 1265     </message>
 1266     <message>
 1267         <source>unGroupObjects(&quot;name&quot;)
 1268 
 1269 Destructs the group the object &quot;name&quot; belongs to.If &quot;name&quot; is not given the currently selected item is used.</source>
 1270         <translation>unGroupObjects(&quot;name&quot;)
 1271 
 1272 Видаляє групу, яка містить об&apos;єкт з іменем &quot;name&quot;. Якщо &quot;name&quot; не задано, 
 1273 буде використано активний об&apos;єкт.</translation>
 1274     </message>
 1275     <message>
 1276         <source>scaleGroup(factor [,&quot;name&quot;])
 1277 
 1278 Scales the group the object &quot;name&quot; belongs to. Values greater than 1 enlarge
 1279 the group, values smaller than 1 make the group smaller e.g a value of 0.5
 1280 scales the group to 50 % of its original size, a value of 1.5 scales the group
 1281 to 150 % of its original size.  The value for &quot;factor&quot; must be greater than
 1282 0. If &quot;name&quot; is not given the currently selected item is used.
 1283 
 1284 May raise ValueError if an invalid scale factor is passed.
 1285 </source>
 1286         <translation>scaleGroup(factor [,&quot;name&quot;])
 1287 
 1288 Змінює розмір групи, яка містить об&apos;єкт &quot;name&quot;. Значення понад 1 збільшують 
 1289 розмір, а значення менші за 1 його зменшують, напр. значення 0.5 змінює
 1290 розмір групи до 50 % початкового, а значення 1.5 змінює розмір до 150 % 
 1291 початкового. Значення &quot;factor&quot; повинне бути більшим за 0. Якщо &quot;name&quot; не
 1292 задано, буде використано активний об&apos;єкт.
 1293 
 1294 Може повернути помилку ValueError, якщо задано недійсний фактор масштабу.
 1295 </translation>
 1296     </message>
 1297     <message>
 1298         <source>loadImage(&quot;filename&quot; [, &quot;name&quot;])
 1299 
 1300 Loads the picture &quot;picture&quot; into the image frame &quot;name&quot;. If &quot;name&quot; is
 1301 not given the currently selected item is used.
 1302 
 1303 May raise WrongFrameTypeError if the target frame is not an image frame
 1304 </source>
 1305         <translation>loadImage(&quot;filename&quot; [, &quot;name&quot;])
 1306 
 1307 Завантажує зображення &quot;picture&quot; в рамку для зображень &quot;name&quot;. Якщо 
 1308 &quot;name&quot; не задано, буде використано активний об&apos;єкт.
 1309 
 1310 Може повернути помилку WrongFrameTypeError, якщо рамка не є рамкою
 1311 для зображень
 1312 </translation>
 1313     </message>
 1314     <message>
 1315         <source>scaleImage(x, y [, &quot;name&quot;])
 1316 
 1317 Sets the scaling factors of the picture in the image frame &quot;name&quot;.
 1318 If &quot;name&quot; is not given the currently selected item is used. A number of 1
 1319 means 100 %.
 1320 
 1321 May raise WrongFrameTypeError if the target frame is not an image frame
 1322 </source>
 1323         <translation>scaleImage(x, y [, &quot;name&quot;])
 1324 
 1325 Установлює масштаб зображення в рамці для зображень &quot;name&quot;.
 1326 Якщо &quot;name&quot; не задано, буде використано активний об&apos;єкт. Число 1
 1327 дорівнює 100 %.
 1328 
 1329 Може повернути помилку WrongFrameTypeError, якщо рамка не є 
 1330 рамкою для зображень 
 1331 </translation>
 1332     </message>
 1333     <message>
 1334         <source>lockObject([&quot;name&quot;]) -&gt; bool
 1335 
 1336 Locks the object &quot;name&quot; if it&apos;s unlocked or unlock it if it&apos;s locked.
 1337 If &quot;name&quot; is not given the currently selected item is used. Returns true
 1338 if locked.
 1339 </source>
 1340         <translation>lockObject([&quot;name&quot;]) -&gt; bool
 1341 
 1342 Замикає об&apos;єкт &quot;name&quot;, якщо він незамкнений, і навпаки. Якщо 
 1343 &quot;name&quot; не задано, буде використано активний об&apos;єкт. Повертає
 1344 булеве значення &quot;true&quot;, якщо об&apos;єкт замкнений.
 1345 </translation>
 1346     </message>
 1347     <message>
 1348         <source>isLocked([&quot;name&quot;]) -&gt; bool
 1349 
 1350 Returns true if is the object &quot;name&quot; locked.  If &quot;name&quot; is not given the
 1351 currently selected item is used.
 1352 </source>
 1353         <translation>isLocked([&quot;name&quot;]) -&gt; bool
 1354 
 1355 Повертає булеве значення &quot;true&quot;, якщо об&apos;єкт замкнений. Якщо 
 1356 &quot;name&quot; не задано, буде використано активний об&apos;єкт.
 1357 </translation>
 1358     </message>
 1359     <message>
 1360         <source>getFontNames() -&gt; list
 1361 
 1362 Returns a list with the names of all available fonts.
 1363 </source>
 1364         <translation>getFontNames() -&gt; list
 1365 
 1366 Повертає список з назвами доступних шрифтів.
 1367 </translation>
 1368     </message>
 1369     <message>
 1370         <source>getXFontNames() -&gt; list of tuples
 1371 
 1372 Returns a larger font info. It&apos;s a list of the tuples with:
 1373 [ (Scribus name, Family, Real name, subset (1|0), embed PS (1|0), font file), (...), ... ]
 1374 </source>
 1375         <translation>getXFontNames() -&gt; список туплів
 1376 
 1377 Повертає додаткову інформацію про шрифти у вигляді списка туплів:
 1378 [ (Назва шрифта в Scribus, гарнітура, справжня назва, вибірка (1|0), 
 1379 вбудований PS (1|0), файл з шрифтом), (...), ... ]
 1380 </translation>
 1381     </message>
 1382     <message>
 1383         <source>getLayers() -&gt; list
 1384 
 1385 Returns a list with the names of all defined layers.
 1386 </source>
 1387         <translation>getLayers() -&gt; list
 1388 
 1389 Повертає список з назвами всіх визначених планів.
 1390 </translation>
 1391     </message>
 1392     <message>
 1393         <source>setActiveLayer(&quot;name&quot;)
 1394 
 1395 Sets the active layer to the layer named &quot;name&quot;.
 1396 
 1397 May raise NotFoundError if the layer can&apos;t be found.
 1398 May raise ValueError if the layer name isn&apos;t acceptable.
 1399 </source>
 1400         <translation>setActiveLayer(&quot;name&quot;)
 1401 
 1402 Установлює &quot;name&quot;, як активний план.
 1403 
 1404 Може повернути помилку NotFoundError, якщо план не знайдено.
 1405 Може повернути помилку ValueError, якщо назва плану недопустима.
 1406 </translation>
 1407     </message>
 1408     <message>
 1409         <source>getActiveLayer() -&gt; string
 1410 
 1411 Returns the name of