"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(["name"]) -> float
6
7 Returns the font size in points for the text frame "name". If this text
8 frame has some text selected the value assigned to the first character of
9 the selection is returned.
10 If "name" is not given the currently selected item is used.
11 </source>
12 <translation>getFontSize(["name"]) -> float
13
14 Повертає розмір шрифта в тчк для текстової рамки з назвою "name". Якщо в цій
15 текстовій рамці вибрано частину тексту, то функція повертає значення для
16 першого знака вибірки. Якщо "name" не вказане, буде використано активний об'єкт.</translation>
17 </message>
18 <message>
19 <source>getColorNames() -> 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() -> list
25
26 Повертає список імен всіх кольорів визначених в документі.
27 Якщо відкритий документ відсутній, повертає список основних
28 кольорів.</translation>
29 </message>
30 <message>
31 <source>newDocDialog() -> bool
32
33 Displays the "New Document" 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() -> bool
38
39 Показує діалогове вікно "Новий Документ". Створює новий документ, якщо
40 користувач підтвердить установки. Не створює документ, якщо користувач
41 вибирає кнопку "Вихід". Повернене значення дорівнює булевому "так", якщо
42 документ було створено.</translation>
43 </message>
44 <message>
45 <source>getFillColor(["name"]) -> string
46
47 Returns the name of the fill color of the object "name".
48 If "name" is not given the currently selected item is used.
49 </source>
50 <translation>getFillColor(["name"]) -> string
51
52 Повертає ім'я кольору заповнення об'єкту під назвою 'name'.
53 Якщо "name" не дано, то використовується активний об'єкт.</translation>
54 </message>
55 <message>
56 <source>moveObject(dx, dy [, "name"])
57
58 Moves the object "name" 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 "name" is not given the currently selected item is used.
61 If the object "name" belongs to a group, the whole group is moved.
62 </source>
63 <translation>moveObject(dx, dy [, "name"])
64
65 Зсовує об'єкт "name" на dx і dy відносно до його теперішньої позиції. Відстані
66 визначаються активними одиницями виміру документа (див. константи Юнікс).
67 Якщо "name" не дано, то використовується активний об'єкт. Якщо об'єкт "name"
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, ["name"]) -> 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). "name" should be a unique identifier for the object
92 because you need this name to reference that object in future. If "name"
93 is not given Scribus will create one for you.
94
95 May raise NameExistsError if you explicitly pass a name that's already used.
96 </source>
97 <translation>createRect(x, y, width, height, ["name"]) -> string
98
99 Створює новий прямокутник на активній сторінці і повертаю його ім'я. Координати
100 задаються в активних одиницях виміру документа (див. константи Юнікс). "name"
101 має унікально ідентифікувати об'єкт, тому що воно буде необхідним для звернення
102 до цього об'єкта в майбутньому. Якщо "name" не вказане, то Scribus вибере його
103 сам.
104
105 Може повернути помилку NameExistsError якщо ви вкажете ім'я, яке вже було використане.
106 </translation>
107 </message>
108 <message>
109 <source>setGradientFill(type, "color1", shade1, "color2", shade2, ["name"])
110
111 Sets the gradient fill of the object "name" to type. Color descriptions are
112 the same as for setFillColor() and setFillShade(). See the constants for
113 available types (FILL_<type>).
114 </source>
115 <translation>setGradientFill(type, "color1", shade1, "color2", shade2, ["name"])
116
117 Установлює заповнення градієнтом об'єкта "name" типом type. Описання
118 кольорів застосовуються так же як і в setFillColor() та setFillShade(). Дивіться
119 константи для доступних типів (FILL_<type>).
120 </translation>
121 </message>
122 <message>
123 <source>messagebarText("string")
124
125 Writes the "string" into the Scribus message bar (status line). The text
126 must be UTF8 encoded or 'unicode' string(recommended).
127 </source>
128 <translation>messagebarText("string")
129
130 Поміщає строкову величину "string" в панель повідомлень Scribus (полоса статусу).
131 Текст має бути в UTF8 кодуванні або строковою величиною 'unicode' (рекомендовано).
132 </translation>
133 </message>
134 <message>
135 <source>newPage(where [,"masterpage"])
136
137 Creates a new page. If "where" is -1 the new Page is appended to the
138 document, otherwise the new page is inserted before "where". Page numbers are
139 counted from 1 upwards, no matter what the displayed first page number of your
140 document is. The optional parameter "masterpage" 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 [,"masterpage"])
146
147 Створює нову сторінку. Якщо "where" дорівнює -1 то нова сторінка добавляється в кінець документа. В іншому випадку вона вставляється в документ перед "where". Номери сторінок внутрішньо рахуються з 1 вверх незважаючи на показаний номер документа. Необов'язковий параметр "masterpage" вказує на ім'я головної сторінки.
148
149 Може повернути помилку IndexError, якщо номер сторінки виходить за можливий діапазон
150 </translation>
151 </message>
152 <message>
153 <source>importSVG("string")
154
155 The "string" must be a valid filename for a SVG image. The text
156 must be UTF8 encoded or 'unicode' string(recommended).
157 </source>
158 <translation>importSVG("string")
159
160 Строкова величина "string" повинна містити ім"я файла з зображенням у форматі SVG. Текст повинет бути у кодуванні UTF8 або в строковій величині 'unicode' str (рекоменд.).
161 </translation>
162 </message>
163 <message>
164 <source>newDocument(size, margins, orientation, firstPageNumber,
165 unit, pagesType, firstPageOrder) -> 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_<paper_type> 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'll usually want 1, it's useful to have higher
180 numbers if you'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) -> bool
204
205 Створює новий документ та повертає true після успішного завершення.
206 Параметри мають такі значення:
207
208 size (розмір) = Тупль (ширина, висота), який описує розмір документа. Ви
209 можете використовувати визначені константи типу PAPER_<paper_type>,
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) -> 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_<paper_type> 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'll usually want 1, it's useful to have higher
262 numbers if you'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) -> bool
288
289 Створює новий документ та повертає булеве значення True, якщо операція була виконана успішно.
290 Параметри мають такі значення:
291
292 size (розмір) = Тупль (ширина, висота), який описує розмір документа. Ви можете
293 використовувати попередньо визначені константи з назвами PAPER_<тип паперу>,
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(["name"]) -> string
333
334 Returns the font name for the text frame "name". If this text frame
335 has some text selected the value assigned to the first character
336 of the selection is returned. If "name" is not given the currently
337 selected item is used.
338 </source>
339 <translation>getFont(["name"]) -> string
340
341 Повертає ім'я шрифта в текстовій рамці "name". Якщо частина текста
342 в цій рамці виділена, то повертає значення для першого знака вибірки.
343 Якщо "name" не вказане - повертає значення для активного об'єкту.</translation>
344 </message>
345 <message>
346 <source>getTextLength(["name"]) -> integer
347
348 Returns the length of the text in the text frame "name".
349 If "name" is not given the currently selected item is used.
350 </source>
351 <translation>getTextLength(["name"]) -> integer
352
353 Повертає довжину тексту в текстовій рамці з ім'ям "name".
354 Якщо "name" не вказане, то використовується активний
355 об'єкт.</translation>
356 </message>
357 <message>
358 <source>getText(["name"]) -> string
359
360 Returns the text of the text frame "name". 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 "name" is not given the currently
363 selected item is used.
364 </source>
365 <translation>getText(["name"]) -> string
366
367 Повертає текст з текстової рамки "name". Якщо в цій рамці частина тексту
368 виділена, то повертає виділений текст. Повертає весь текст в рамці, а не
369 тільки видиму частину. Якщо "name" не вказане, то використовується
370 активний об'єкт.
371 </translation>
372 </message>
373 <message>
374 <source>getAllText(["name"]) -> string
375
376 Returns the text of the text frame "name" 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 "name" is not given the currently selected item is
379 used.
380 </source>
381 <translation>getAllText(["name"]) -> string
382
383 Повертає текст із текстової рамки "name" і всіх текстових рамок зв'язаних з нею.
384 Якщо в цій рамці частина тексту виділена, то повертає виділений текст. Якщо
385 "name" не вказано, то використовується активний об'єкт.
386 </translation>
387 </message>
388 <message>
389 <source>getLineSpacing(["name"]) -> float
390
391 Returns the line spacing ("leading") of the text frame "name" expressed in
392 points. If "name" is not given the currently selected item is used.
393 </source>
394 <translation>getLineSpacing(["name"]) -> float
395
396 Повертає міжрядковий інтервал ("leading") текстової рамки з ім'ям "name",
397 виражений в точках. Якщо "name" не вказано, то використовується активний
398 об'єкт.</translation>
399 </message>
400 <message>
401 <source>getColumnGap(["name"]) -> float
402
403 Returns the column gap size of the text frame "name" expressed in points. If
404 "name" is not given the currently selected item is used.
405 </source>
406 <translation>getColumnGap(["name"]) -> float
407
408 Повертає розмір інтервалу між колонками тексту в текстовій рамці "name",
409 виражений в точках. Якщо "name" не задано, використовується активний
410 об'єкт.</translation>
411 </message>
412 <message>
413 <source>getColumns(["name"]) -> integer
414
415 Gets the number of columns of the text frame "name". If "name" is not
416 given the currently selected item is used.
417 </source>
418 <translation>getColumns(["name"]) -> integer
419
420 Повертає число колонок тексту в текстовій рамці "name". Якщо "name"
421 не вказано, використовується активний об'єкт.</translation>
422 </message>
423 <message>
424 <source>setText("text", ["name"])
425
426 Sets the text of the text frame "name" to the text of the string "text".
427 Text must be UTF8 encoded - use e.g. unicode(text, 'iso-8859-2'). See the FAQ
428 for more details. If "name" is not given the currently selected item is
429 used.
430 </source>
431 <translation>setText("text", ["name"])
432
433 Змінює текст в текстовій рамці "name" на зміст текстової змінної "text".
434 Текст має бути в кодуванні UTF8 - використовуйте, наприклад,
435 unicode(text, 'iso-8859-2'). Додаткова інформація по цьому приводу
436 розміщена в часто задаваних питаннях. Якщо "name" не вказано, то
437 використовується активний об'єкт.</translation>
438 </message>
439 <message>
440 <source>setFont("font", ["name"])
441
442 Sets the font of the text frame "name" to "font". If there is some text
443 selected only the selected text is changed. If "name" 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("font", ["name"])
449
450 Установлює шрифт текстової рамки "name" до "font". Якщо вибрана лише
451 частина тексту в рамці то зміна шрифта відноситься лише до неї. Якщо
452 "name" не вказано, то використовується активний об'єкт.
453
454 Може повернути ValueError, якщо шрифт не може бути знайдено.
455 </translation>
456 </message>
457 <message>
458 <source>setFontSize(size, ["name"])
459
460 Sets the font size of the text frame "name" to "size". "size" is treated
461 as a value in points. If there is some text selected only the selected text is
462 changed. "size" must be in the range 1 to 512. If "name" is not given the
463 currently selected item is used.
464
465 May throw ValueError for a font size that's out of bounds.
466 </source>
467 <translation>setFontSize(size, ["name"])
468
469 Установлює розмір шрифта в текстовій рамці "name" до розміру "size".
470 Значення "size" визначається в точках. Якщо в рамці вибрана частина
471 тексту, то зміна розміру шрифта відноситься лише до неї. Діапазон "size"
472 від 1 до 512. Якщо "name" не вказано, то використовується активний
473 об'єкт.
474
475 Може повернути помилку ValueError, якщо розмір шрифта виходить за
476 дозволений діапазон.</translation>
477 </message>
478 <message>
479 <source>setLineSpacing(size, ["name"])
480
481 Sets the line spacing ("leading") of the text frame "name" to "size".
482 "size" is a value in points. If "name" 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, ["name"])
488
489 Установлює міжрядковий інтервал (початковий) в текстовій рамці "name"
490 до розміру "size". Значення "size" виражається в точках. Якщо "name" не
491 вказано, використовується активний об'єкт.
492
493 Може повернути помилку ValueError, якщо значення інтервалу виходить
494 за доступний діапазон.
495 </translation>
496 </message>
497 <message>
498 <source>setColumnGap(size, ["name"])
499
500 Sets the column gap of the text frame "name" to the value "size". If
501 "name" 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, ["name"])
506
507 Установлює проміжок між колонками в текстовій рамці "name" до значення
508 "size". Якщо "name" не задано, використовується активний об'єкт.
509
510 Може повернути помилку ValueError, якщо проміжок між колонками виходить
511 за доступний діапазон (повинен бути позитивним).
512 </translation>
513 </message>
514 <message>
515 <source>setColumns(nr, ["name"])
516
517 Sets the number of columns of the text frame "name" to the integer "nr".
518 If "name" 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, ["name"])
523
524 Установлює число колонок в текстовій рамці "name" до цілого числа "nr".
525 Якщо "name" не задано, використовується активний об'єкт.
526
527 Може повернути помилку ValueError, якщо не вказана хоч одна колонка.
528 </translation>
529 </message>
530 <message>
531 <source>setTextAlignment(align, ["name"])
532
533 Sets the text alignment of the text frame "name" to the specified alignment.
534 If "name" is not given the currently selected item is used. "align" 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, ["name"])
540
541 Установлює вирівнювання тексту в текстовій рамці "name" до вказаного.
542 Якщо "name" не вказано, використовується активний об'єкт. "align" повинне
543 дорівнювати одній з констант ALIGN_ constants визначених в цьому модулі -
544 дивіться в dir(scribus).
545
546 Може повернути помилку ValueError, якщо константа вирівнювання задана
547 невірно.
548 </translation>
549 </message>
550 <message>
551 <source>selectText(start, count, ["name"])
552
553 Selects "count" characters of text in the text frame "name" starting from the
554 character "start". Character counting starts at 0. If "count" is zero, any
555 text selection will be cleared. If "name" 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, ["name"])
561
562 Вибирає "count" число знаків тексту в текстовій рамці "name", починаючи з
563 знака "start". Рахунок знаків починається з 0. Якщо "count" дорівнює нулю,
564 текстова вибірка буде знята. Якщо "name" не задано, буде використано
565 активний об'єкт.
566
567 Може повернути помилку IndexError, якщо вибірка виходить за межі
568 тексту.
569 </translation>
570 </message>
571 <message>
572 <source>deleteText(["name"])
573
574 Deletes any text in the text frame "name". If there is some text selected,
575 only the selected text will be deleted. If "name" is not given the currently
576 selected item is used.
577 </source>
578 <translation>deleteText(["name"])
579
580 Видаляє весь текст в текстовій рамці "name". Якщо частина тексту вибрана
581 то видаляється лише вона. Якщо "name" не задано, використовується
582 активний об'єкт.
583 </translation>
584 </message>
585 <message>
586 <source>setTextColor("color", ["name"])
587
588 Sets the text color of the text frame "name" to the color "color". If there
589 is some text selected only the selected text is changed. If "name" is not
590 given the currently selected item is used.
591 </source>
592 <translation>setTextColor("color", ["name"])
593
594 Установлює колір тексту в текстовій рамці "name" до кольору "color". Якщо
595 частина тексту вибрана - змінюється лише вона. Якщо "name" не задано,
596 використовується активний об'єкт.
597 </translation>
598 </message>
599 <message>
600 <source>setTextStroke("color", ["name"])
601
602 Set "color" of the text stroke. If "name" is not given the currently
603 selected item is used.
604 </source>
605 <translation>setTextStroke("color", ["name"])
606
607 Установлює колір "color" текстового контура. Якщо "name" не задано,
608 використовується активний об'єкт.
609 </translation>
610 </message>
611 <message>
612 <source>setTextShade(shade, ["name"])
613
614 Sets the shading of the text color of the object "name" to "shade". If
615 there is some text selected only the selected text is changed. "shade" must
616 be an integer value in the range from 0 (lightest) to 100 (full color
617 intensity). If "name" is not given the currently selected item is
618 used.
619 </source>
620 <translation>setTextShade(shade, ["name"])
621
622 Установлює тінь кольору тексту об'єкта "name" до "shade". Якщо
623 частина тексту вибрана - змінюється лише вона. "shade" має бути
624 цілим числом від 0 (найсвітліша) до 100 (повна насиченість кольору).
625 Якщо "name" не задано, використовується активний об'єкт.
626 </translation>
627 </message>
628 <message>
629 <source>linkTextFrames("fromname", "toname")
630
631 Link two text frames. The frame named "fromname" is linked to the
632 frame named "toname". 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("fromname", "toname")
638
639 Зв'язує дві текстові рамки. Рамка з ім'ям "fromname" приєднується до
640 рамки з ім'ям "toname". Кінцева рамка має бути пустою текстовою
641 рамкою і не повинна бути з'єднана ні з якою іншою рамкою.
642
643 Може повернути помилку ScribusException, якщо відбувається порушення
644 правил зв'язування рамок.
645 </translation>
646 </message>
647 <message>
648 <source>unlinkTextFrames("name")
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 'a->b->c' becomes 'a->c' when you unlinkTextFrames(b)'
653
654 May throw ScribusException if linking rules are violated.
655 </source>
656 <translation>unlinkTextFrames("name")
657
658 Видаляє вказаний (названий) об'єкт з ланцюжка зв'язаних текстових
659 рамок. Якщо рамка знаходиться всередині ланцюжка, то рамки, які
660 знаходилися перед і після неї будуть з'єднані, наприклад 'a->b->c'
661 зміниться на 'a->c', при виконанні unlinkTextFrames(b)'
662
663 Може повернути помилку ScribusException при порушенні правил
664 з'єднання рамок.
665 </translation>
666 </message>
667 <message>
668 <source>traceText(["name"])
669
670 Convert the text frame "name" to outlines. If "name" is not given the
671 currently selected item is used.</source>
672 <translation>traceText(["name"])
673
674 Конвертує текстову рамку "name" в контурний текст. Якщо "name"
675 не вказано, використовується активний об'єкт.</translation>
676 </message>
677 <message>
678 <source>getColor("name") -> tuple
679
680 Returns a tuple (C, M, Y, K) containing the four color components of the
681 color "name" 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't found.
685 May raise ValueError if an invalid color name is specified.
686 </source>
687 <translation>getColor("name") -> tuple
688
689 Повертає тупль (C, M, Y, K), який містить чотири складових
690 кольору "name" з активного документа. Якщо не відкрито
691 жодного документа, повертає значення для названого
692 кольору з палітри стандартних кольорів.
693
694 Може повернути помилку NotFoundError, якщо названий колір не знайдено.
695 Може повернути помилку ValueError, якщо було вказано недійсне ім'я кольору.
696 </translation>
697 </message>
698 <message>
699 <source>changeColor("name", c, m, y, k)
700
701 Changes the color "name" 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't found.
706 May raise ValueError if an invalid color name is specified.
707 </source>
708 <translation>changeColor("name", c, m, y, k)
709
710 Змінює колір "name" до вказаних значень CMYK. Значення кольору
711 визначається його чотирма компонентами c = Cyan (салатовий),
712 m = Magenta (малиновий), y = Yellow (жовтий) та k = Black (чорний).
713 Значення складових кольору повинні знаходитися в діапазоні від
714 0 до 255.
715
716 Може повернути помилку NotFoundError, якщо названий колір не знайдено.
717 Може повернути помилку ValueError, якщо було вказано недійсне ім'я кольору.
718 </translation>
719 </message>
720 <message>
721 <source>deleteColor("name", "replace")
722
723 Deletes the color "name". Every occurence of that color is replaced by the
724 color "replace". If not specified, "replace" defaults to the color
725 "None" - transparent.
726
727 deleteColor works on the default document colors if there is no document open.
728 In that case, "replace", if specified, has no effect.
729
730 May raise NotFoundError if a named color wasn't found.
731 May raise ValueError if an invalid color name is specified.
732 </source>
733 <translation>deleteColor("name", "replace")
734
735 Видаляє колір "name". Кожний приклад цього кольору заміняється на колір
736 "replace". Якщо "replace" не вказано, то використовується колір "None" - прозорість.
737
738 deleteColor змінює стандартні кольори при відсутності відчинених документів. В
739 цьому випадку "replace", якщо вказаний, ефекту не має.
740
741 Може повернути помилку NotFoundError, якщо названий колір не знайдено.
742 Може повернути помилку ValueError, якщо було вказано недійсне ім'я кольору.</translation>
743 </message>
744 <message>
745 <source>replaceColor("name", "replace")
746
747 Every occurence of the color "name" is replaced by the color "replace".
748
749 May raise NotFoundError if a named color wasn't found.
750 May raise ValueError if an invalid color name is specified.
751 </source>
752 <translation>replaceColor("name", "replace")
753
754 Кожний приклад кольору "name" заміняється на колір "replace".
755
756 Може повернути помилку NotFoundError, якщо названий колір не знайдено.
757 Може повернути помилку ValueError, якщо було вказано недійсне ім'я кольору.</translation>
758 </message>
759 <message>
760 <source>messageBox("caption", "message",
761 icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT,
762 button2=BUTTON_NONE, button3=BUTTON_NONE) -> integer
763
764 Displays a message box with the title "caption", the message "message", and
765 an icon "icon" 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('Script failed',
782 'This script only works when you have a text frame selected.',
783 ICON_ERROR)
784 result = messageBox('Monkeys!', 'Something went ook! <i>Was it a monkey?</i>',
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("caption", "message",
794 icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT,
795 button2=BUTTON_NONE, button3=BUTTON_NONE) -> ціле число
796
797 Показує діалогове вікно з заголовком "caption", повідомленням "message",
798 та іконкою "icon" та до 3-х кнопок. По умовчанню іконка не використовується,
799 присутня лише проста кнопка "Гаразд". Обов'язковими являються лише
800 аргументи "caption" та "message", хоча установка іконки та відповідних
801 кнопок настійливо рекомендується. Текст повідомлення може містити
802 просту розмітку по типу HTML.
803
804 Повертає номер кнопки, натиснутої користувачем. Номера кнопок
805 починаються з 1.
806
807 Для іконок та кнопок існують наперед визначені константи з іменами
808 описаними в документації по Qt. Вони включають BUTTON_* та
809 ICON_* константи, визначені в модулі. Додатково є ще дві константи,
810 для яких може бути виконана бінарна логічна операція OR з константами
811 кнопок
812 BUTTONOPT_DEFAULT Натискування клавіші "Ввід" (Enter) натискує цю кнопку.
813 BUTTONOPT_ESCAPE Натискування клавіші "Відміна" (Escape) натискує цю кнопку.
814
815 Приклади використання:
816 result = messageBox('Script failed',
817 'Цей скрипт працює лише при наявності вибраної текстової рамки.',
818 ICON_ERROR)
819 result = messageBox('Мавпи!', 'Сталося щось негарне! <i>Це була мавпа?</i>',
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]) -> string
830
831 Shows the common 'Ask for string' dialog and returns its value as a string
832 Parameters: window title, text in the window and optional 'default' value.
833
834 Example: valueDialog('title', 'text in the window', 'optional')
835 </source>
836 <translation>valueDialog(caption, message [,defaultvalue]) -> строкова величина
837
838 Показує стандартний 'Введіть строкову величину' діалог та повертає
839 отримане значення, як строкову величину
840 Параметри: заголовок вікна, текст у вікні та необов'язкове 'значення
841 по умовчанню' (default).
842
843 Приклад: valueDialog('заголовок', 'текст у вікні', 'необов"язкове значення')
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() -> bool
863
864 Returns true if there is a document open.
865 </source>
866 <translation>haveDoc() -> булеве значення
867
868 Повертає правдиве булеве значення при
869 наявності відчиненого документа.</translation>
870 </message>
871 <message>
872 <source>openDoc("name")
873
874 Opens the document "name".
875
876 May raise ScribusError if the document could not be opened.
877 </source>
878 <translation>openDoc("name")
879
880 Відчиняє документ "name".
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("name")
907
908 Saves the current document under the new name "name" (which may be a full or
909 relative path).
910
911 May raise ScribusError if the save fails.
912 </source>
913 <translation>saveDocAs("name")
914
915 Записує активний документ під новим ім'ям "name", яке може бути
916 повним або відносним шляхом.
917
918 Може повернути помилку ScribusError, якщо запис не буде успішним.
919 </translation>
920 </message>
921 <message>
922 <source>saveDocAs("author", "info", "description") -> bool
923
924 Sets the document information. "Author", "Info", "Description" are
925 strings.
926 </source>
927 <translation type="obsolete">saveDocAs("author", "info", "description") -> булеве значення
928
929 Установлює опис документа. "Author ("Автор"), "Info" ("Інформація"),
930 "Description" ("Опис") є строковими величинами.
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_<type>
938 constants.
939 </source>
940 <translation>setMargins(lr, rr, tr, br)
941
942 Установлює поля документа, Ліве (lr), Праве (rr), Верхнє (tr) та Нижнє (br)
943 поля задаються в одиницях виміру документа - див. UNIT_<type>
944 константи.
945 </translation>
946 </message>
947 <message>
948 <source>setUnit(type)
949
950 Changes the measurement unit of the document. Possible values for "unit" are
951 defined as constants UNIT_<type>.
952
953 May raise ValueError if an invalid unit is passed.
954 </source>
955 <translation>setUnit(type)
956
957 Установлює одиницю виміру документа. Можливі значення для "unit"
958 визначаються як константи UNIT_<type>.
959
960 Може повернути помилку ValueError, якщо було задано невірну одиницю
961 виміру.
962 </translation>
963 </message>
964 <message>
965 <source>getUnit() -> 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() -> 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("filename")
980
981 Loads paragraph styles from the Scribus document at "filename" into the
982 current document.
983 </source>
984 <translation>loadStylesFromFile("filename")
985
986 Завантажує стилі абзаців з документу Scribus "filename" в активний документ.
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(["name"]) -> string
1007
1008 Returns the name of the line color of the object "name".
1009 If "name" is not given the currently selected item is used.
1010 </source>
1011 <translation>getLineColor(["name"]) -> строкове значення
1012
1013 Повертає назву кольорі ліній об'єкту "name".
1014 Якщо "name" не задано, буде використано активний об'єкт.
1015 </translation>
1016 </message>
1017 <message>
1018 <source>getLineWidth(["name"]) -> integer
1019
1020 Returns the line width of the object "name". If "name"
1021 is not given the currently selected Item is used.
1022 </source>
1023 <translation>getLineWidth(["name"]) -> ціле число
1024
1025 Повертає товщину лінії об'єкта "name". Якщо "name"
1026 не задано, буде використано активний об'єкт.
1027 </translation>
1028 </message>
1029 <message>
1030 <source>getLineShade(["name"]) -> integer
1031
1032 Returns the shading value of the line color of the object "name".
1033 If "name" is not given the currently selected item is used.
1034 </source>
1035 <translation>getLineShade(["name"]) -> ціле число
1036
1037 Повертає значення затінення об'єкта "name".
1038 Якщо "name" не задано, буде використано активний об'єкт.
1039 </translation>
1040 </message>
1041 <message>
1042 <source>getLineJoin(["name"]) -> integer (see contants)
1043
1044 Returns the line join style of the object "name". If "name" 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(["name"]) -> ціле число (див. умови)
1049
1050 Повертає стиль з'єднань ліній об'єкта "name". Якщо "name" не
1051 задано, буде використано активний об'єкт. Типи з'єднать:
1052 JOIN_BEVEL (фасочне), JOIN_MITTER (фацеточне), JOIN_ROUND (закруглене)
1053 </translation>
1054 </message>
1055 <message>
1056 <source>getLineEnd(["name"]) -> integer (see constants)
1057
1058 Returns the line cap style of the object "name". If "name" 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(["name"]) -> ціле число (див. умови)
1063
1064 Повертає стиль кінців ліній об'єкта "name". Якщо "name" не
1065 задано, буде використано активний об'єкт. Типи кінців:
1066 CAP_FLAT (плаский), CAP_ROUND (заокруглений), CAP_SQUARE (квадратний)
1067 </translation>
1068 </message>
1069 <message>
1070 <source>getLineStyle(["name"]) -> integer (see constants)
1071
1072 Returns the line style of the object "name". If "name" 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(["name"]) -> ціле число (див. обмеження)
1077
1078 Повертає стиль ліній об'єкта "name". Якщо "name" не задано, буде
1079 використано активний об'єкт. Обмеження типів ліній:
1080 LINE_DASH (пунктирна), LINE_DASHDOT (пунктир-крапка),
1081 LINE_DASHDOTDOT (пунктир-крапка-крапка), LINE_DOT (крапка),
1082 LINE_SOLID (суцільна)
1083 </translation>
1084 </message>
1085 <message>
1086 <source>getFillShade(["name"]) -> integer
1087
1088 Returns the shading value of the fill color of the object "name".
1089 If "name" is not given the currently selected item is used.
1090 </source>
1091 <translation>getFillShade(["name"]) -> integer
1092
1093 Повертає значення затінення кольору заповнення об'єкта "name".
1094 Якщо "name" не задано, буде використано активний об'єкт.
1095 </translation>
1096 </message>
1097 <message>
1098 <source>getImageScale(["name"]) -> (x,y)
1099
1100 Returns a (x, y) tuple containing the scaling values of the image frame
1101 "name". If "name" is not given the currently selected item is used.
1102 </source>
1103 <translation>getImageScale(["name"]) -> (x,y)
1104
1105 Повертає тупль (x, y), який містить значення масштабу рамки для зображень
1106 "name". Якщо "name" не задано, буде використано активний об'єкт.
1107 </translation>
1108 </message>
1109 <message>
1110 <source>getImageName(["name"]) -> string
1111
1112 Returns the filename for the image in the image frame. If "name" is not
1113 given the currently selected item is used.
1114 </source>
1115 <translation>getImageName(["name"]) -> строкове значення
1116
1117 Повертає ім'я файла для зображення в рамці для зображень. Якщо "name"
1118 не задано, буде використано активний об'єкт.
1119 </translation>
1120 </message>
1121 <message>
1122 <source>getSize(["name"]) -> (width,height)
1123
1124 Returns a (width, height) tuple with the size of the object "name".
1125 If "name" is not given the currently selected item is used. The size is
1126 expressed in the current measurement unit of the document - see UNIT_<type>
1127 for reference.
1128 </source>
1129 <translation>getSize(["name"]) -> (ширина,висота)
1130
1131 Повертає тупль (ширина,висота) з розміром об'єкта "name".
1132 Якщо "name" не задано, буде використано активний об'єкт. Розмір
1133 виражається в активних одиницях виміру документа - див. UNIT_<type>
1134 для подальшої інформації.
1135 </translation>
1136 </message>
1137 <message>
1138 <source>getRotation(["name"]) -> integer
1139
1140 Returns the rotation of the object "name". The value is expressed in degrees,
1141 and clockwise is positive. If "name" is not given the currently selected item
1142 is used.
1143 </source>
1144 <translation>getRotation(["name"]) -> ціле число
1145
1146 Повертає кут повороту об'єкта "name". Значення виражається в градусах
1147 і поворот по часовії стрілці є позитивним. Якщо "name" не задано, буде
1148 використано активний об'єкт.
1149 </translation>
1150 </message>
1151 <message>
1152 <source>getAllObjects() -> list
1153
1154 Returns a list containing the names of all objects on the current page.
1155 </source>
1156 <translation>getAllObjects() -> список
1157
1158 Повертає список, що містить імена всіх об'єктів на активній сторінці.
1159 </translation>
1160 </message>
1161 <message>
1162 <source>moveObjectAbs(x, y [, "name"])
1163
1164 Moves the object "name" to a new location. The coordinates are expressed in
1165 the current measurement unit of the document (see UNIT constants). If "name"
1166 is not given the currently selected item is used. If the object "name"
1167 belongs to a group, the whole group is moved.
1168 </source>
1169 <translation>moveObjectAbs(x, y [, "name"])
1170
1171 Переміщує об'єкт "name" в нове місце. Координати виражаються в
1172 активних одиницях виміру документа (див. константи UNIT). Якщо
1173 "name" не задано, буде використано активний об'єкт. Якщо об'єкт
1174 "name" є частиною групи, переміщається вся група.
1175 </translation>
1176 </message>
1177 <message>
1178 <source>rotateObject(rot [, "name"])
1179
1180 Rotates the object "name" by "rot" 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 "name" is not
1184 given the currently selected item is used.
1185 </source>
1186 <translation>rotateObject(rot [, "name"])
1187
1188 Відносно повертає об'єкт "name" на "rot" градусів. Об'єкт повертається
1189 навколо вортекса, який є активно вибраною точкою обертання. По
1190 умовчанню верхній лівий вортекс при нульовому куті повороту.
1191 Позитивні значення означають поворот проти часової стрілки при
1192 використанні точки обертання по умовчанню. Якщо "name" не задано,
1193 буде використано активний об'єкт.
1194 </translation>
1195 </message>
1196 <message>
1197 <source>sizeObject(width, height [, "name"])
1198
1199 Resizes the object "name" to the given width and height. If "name"
1200 is not given the currently selected item is used.
1201 </source>
1202 <translation>sizeObject(ширина, висота [, "name"])
1203
1204 Змінює розмір об'єкта "name" до вказаної висоти та ширини. Якщо
1205 "name" не задано, буде використано активний об'єкт.
1206 </translation>
1207 </message>
1208 <message>
1209 <source>getSelectedObject([nr]) -> string
1210
1211 Returns the name of the selected object. "nr" 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]) -> строкова величина
1216
1217 Повертає ім'я вибраного об'єкта. "nr", якщо задано, вказує на індекс
1218 вибраного об'єкта, напр. 0 означає перший вибраний об'єкт, 1 означає
1219 другий вибраний об'єкт і так далі.
1220 </translation>
1221 </message>
1222 <message>
1223 <source>selectionCount() -> integer
1224
1225 Returns the number of selected objects.
1226 </source>
1227 <translation>selectionCount() -> ціле число
1228
1229 Повертає число вибраних об'єктів.
1230 </translation>
1231 </message>
1232 <message>
1233 <source>selectObject("name")
1234
1235 Selects the object with the given "name".
1236 </source>
1237 <translation>selectObject("name")
1238
1239 Повертає об'єкт з даним іменем "name".
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 Відмінює вибір всіх об'єктів у всьому документі.
1250 </translation>
1251 </message>
1252 <message>
1253 <source>groupObjects(list)
1254
1255 Groups the objects named in "list" together. "list" must contain the names
1256 of the objects to be grouped. If "list" is not given the currently selected
1257 items are used.
1258 </source>
1259 <translation>groupObjects(list)
1260
1261 Згруповує об'єкти названі в списку "list". "list" повинен містити імена
1262 об'єктів, які будуть згруповані. Якщо "list" не задано, буде
1263 використано активний об'єкт.
1264 </translation>
1265 </message>
1266 <message>
1267 <source>unGroupObjects("name")
1268
1269 Destructs the group the object "name" belongs to.If "name" is not given the currently selected item is used.</source>
1270 <translation>unGroupObjects("name")
1271
1272 Видаляє групу, яка містить об'єкт з іменем "name". Якщо "name" не задано,
1273 буде використано активний об'єкт.</translation>
1274 </message>
1275 <message>
1276 <source>scaleGroup(factor [,"name"])
1277
1278 Scales the group the object "name" 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 "factor" must be greater than
1282 0. If "name" 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 [,"name"])
1287
1288 Змінює розмір групи, яка містить об'єкт "name". Значення понад 1 збільшують
1289 розмір, а значення менші за 1 його зменшують, напр. значення 0.5 змінює
1290 розмір групи до 50 % початкового, а значення 1.5 змінює розмір до 150 %
1291 початкового. Значення "factor" повинне бути більшим за 0. Якщо "name" не
1292 задано, буде використано активний об'єкт.
1293
1294 Може повернути помилку ValueError, якщо задано недійсний фактор масштабу.
1295 </translation>
1296 </message>
1297 <message>
1298 <source>loadImage("filename" [, "name"])
1299
1300 Loads the picture "picture" into the image frame "name". If "name" 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("filename" [, "name"])
1306
1307 Завантажує зображення "picture" в рамку для зображень "name". Якщо
1308 "name" не задано, буде використано активний об'єкт.
1309
1310 Може повернути помилку WrongFrameTypeError, якщо рамка не є рамкою
1311 для зображень
1312 </translation>
1313 </message>
1314 <message>
1315 <source>scaleImage(x, y [, "name"])
1316
1317 Sets the scaling factors of the picture in the image frame "name".
1318 If "name" 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 [, "name"])
1324
1325 Установлює масштаб зображення в рамці для зображень "name".
1326 Якщо "name" не задано, буде використано активний об'єкт. Число 1
1327 дорівнює 100 %.
1328
1329 Може повернути помилку WrongFrameTypeError, якщо рамка не є
1330 рамкою для зображень
1331 </translation>
1332 </message>
1333 <message>
1334 <source>lockObject(["name"]) -> bool
1335
1336 Locks the object "name" if it's unlocked or unlock it if it's locked.
1337 If "name" is not given the currently selected item is used. Returns true
1338 if locked.
1339 </source>
1340 <translation>lockObject(["name"]) -> bool
1341
1342 Замикає об'єкт "name", якщо він незамкнений, і навпаки. Якщо
1343 "name" не задано, буде використано активний об'єкт. Повертає
1344 булеве значення "true", якщо об'єкт замкнений.
1345 </translation>
1346 </message>
1347 <message>
1348 <source>isLocked(["name"]) -> bool
1349
1350 Returns true if is the object "name" locked. If "name" is not given the
1351 currently selected item is used.
1352 </source>
1353 <translation>isLocked(["name"]) -> bool
1354
1355 Повертає булеве значення "true", якщо об'єкт замкнений. Якщо
1356 "name" не задано, буде використано активний об'єкт.
1357 </translation>
1358 </message>
1359 <message>
1360 <source>getFontNames() -> list
1361
1362 Returns a list with the names of all available fonts.
1363 </source>
1364 <translation>getFontNames() -> list
1365
1366 Повертає список з назвами доступних шрифтів.
1367 </translation>
1368 </message>
1369 <message>
1370 <source>getXFontNames() -> list of tuples
1371
1372 Returns a larger font info. It'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() -> список туплів
1376
1377 Повертає додаткову інформацію про шрифти у вигляді списка туплів:
1378 [ (Назва шрифта в Scribus, гарнітура, справжня назва, вибірка (1|0),
1379 вбудований PS (1|0), файл з шрифтом), (...), ... ]
1380 </translation>
1381 </message>
1382 <message>
1383 <source>getLayers() -> list
1384
1385 Returns a list with the names of all defined layers.
1386 </source>
1387 <translation>getLayers() -> list
1388
1389 Повертає список з назвами всіх визначених планів.
1390 </translation>
1391 </message>
1392 <message>
1393 <source>setActiveLayer("name")
1394
1395 Sets the active layer to the layer named "name".
1396
1397 May raise NotFoundError if the layer can't be found.
1398 May raise ValueError if the layer name isn't acceptable.
1399 </source>
1400 <translation>setActiveLayer("name")
1401
1402 Установлює "name", як активний план.
1403
1404 Може повернути помилку NotFoundError, якщо план не знайдено.
1405 Може повернути помилку ValueError, якщо назва плану недопустима.
1406 </translation>
1407 </message>
1408 <message>
1409 <source>getActiveLayer() -> string
1410
1411 Returns the name of