Subversion Repositories Scribus

Rev

Rev 14525 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
9729 cbradney 1
<?xml version="1.0" encoding="utf-8"?>
14474 cbradney 2
<!DOCTYPE TS>
3
<TS version="2.0" language="ru_RU">
131 Franz 4
<context>
12918 cbradney 5
    <name></name>
985 mrdocs 6
    <message>
14474 cbradney 7
        <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="17"/>
985 mrdocs 8
        <source>getColorNames() -&gt; list
9
 
10
Returns a list containing the names of all defined colors in the document.
11
If no document is open, returns a list of the default document colors.
12
</source>
12535 cbradney 13
        <translation type="unfinished">getColorNames() -&gt; list
985 mrdocs 14
 
15
Возвращает список имён цветов, определённых для этого документа.
16
Если ни один документ не открыт, возвращается список стандартных цветов документа.
17
</translation>
18
    </message>
19
    <message>
14474 cbradney 20
        <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="27"/>
985 mrdocs 21
        <source>getColor(&quot;name&quot;) -&gt; tuple
22
 
23
Returns a tuple (C, M, Y, K) containing the four color components of the
24
color &quot;name&quot; from the current document. If no document is open, returns
25
the value of the named color from the default document colors.
26
 
27
May raise NotFoundError if the named color wasn&apos;t found.
28
May raise ValueError if an invalid color name is specified.
29
</source>
30
        <translation type="unfinished"></translation>
31
    </message>
32
    <message>
14474 cbradney 33
        <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="41"/>
12535 cbradney 34
        <source>getColorAsRGB(&quot;name&quot;) -&gt; tuple
35
 
36
Returns a tuple (R,G,B) containing the three color components of the
37
color &quot;name&quot; from the current document, converted to the RGB color
38
space. If no document is open, returns the value of the named color
39
from the default document colors.
40
 
41
May raise NotFoundError if the named color wasn&apos;t found.
42
May raise ValueError if an invalid color name is specified.
43
</source>
44
        <translation type="unfinished"></translation>
45
    </message>
46
    <message>
14474 cbradney 47
        <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="56"/>
985 mrdocs 48
        <source>changeColor(&quot;name&quot;, c, m, y, k)
49
 
50
Changes the color &quot;name&quot; to the specified CMYK value. The color value is
51
defined via four components c = Cyan, m = Magenta, y = Yellow and k = Black.
52
Color components should be in the range from 0 to 255.
53
 
54
May raise NotFoundError if the named color wasn&apos;t found.
55
May raise ValueError if an invalid color name is specified.
56
</source>
57
        <translation type="unfinished"></translation>
58
    </message>
59
    <message>
14474 cbradney 60
        <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="70"/>
12535 cbradney 61
        <source>defineColor(&quot;name&quot;, c, m, y, k)
62
 
63
Defines a new color &quot;name&quot;. The color Value is defined via four components:
64
c = Cyan, m = Magenta, y = Yellow and k = Black. Color components should be in
65
the range from 0 to 255.
66
 
67
May raise ValueError if an invalid color name is specified.
68
</source>
69
        <translation type="unfinished"></translation>
70
    </message>
71
    <message>
14474 cbradney 72
        <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="83"/>
985 mrdocs 73
        <source>deleteColor(&quot;name&quot;, &quot;replace&quot;)
74
 
75
Deletes the color &quot;name&quot;. Every occurence of that color is replaced by the
76
color &quot;replace&quot;. If not specified, &quot;replace&quot; defaults to the color
77
&quot;None&quot; - transparent.
78
 
79
deleteColor works on the default document colors if there is no document open.
80
In that case, &quot;replace&quot;, if specified, has no effect.
81
 
82
May raise NotFoundError if a named color wasn&apos;t found.
83
May raise ValueError if an invalid color name is specified.
84
</source>
85
        <translation type="unfinished"></translation>
86
    </message>
87
    <message>
14474 cbradney 88
        <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="100"/>
985 mrdocs 89
        <source>replaceColor(&quot;name&quot;, &quot;replace&quot;)
90
 
91
Every occurence of the color &quot;name&quot; is replaced by the color &quot;replace&quot;.
92
 
93
May raise NotFoundError if a named color wasn&apos;t found.
94
May raise ValueError if an invalid color name is specified.
95
</source>
96
        <translation type="unfinished"></translation>
97
    </message>
98
    <message>
14474 cbradney 99
        <location filename="../../../scribus/plugins/scriptplugin/cmddialog.h" line="17"/>
12918 cbradney 100
        <source>newDocDialog() -&gt; bool
101
 
102
Displays the &quot;New Document&quot; dialog box. Creates a new document if the user
103
accepts the settings. Does not create a document if the user presses cancel.
104
Returns true if a new document was created.
105
</source>
106
        <translation type="unfinished">newDocDialog() -&gt; bool
107
 
108
Показывает диалог «Новый документ». Создаёт новый документ, если пользователь
109
принимает установки. Не создаёт документ, если пользователь нажимает «Отменить».
110
Возвращает значение true, если документ создан.
111
</translation>
112
    </message>
113
    <message>
14474 cbradney 114
        <location filename="../../../scribus/plugins/scriptplugin/cmddialog.h" line="28"/>
12535 cbradney 115
        <source>fileDialog(&quot;caption&quot;, [&quot;filter&quot;, &quot;defaultname&quot;, haspreview, issave, isdir]) -&gt; string with filename
116
 
117
Shows a File Open dialog box with the caption &quot;caption&quot;. Files are filtered
118
with the filter string &quot;filter&quot;. A default filename or file path can also
119
supplied, leave this string empty when you don&apos;t want to use it.  A value of
120
True for haspreview enables a small preview widget in the FileSelect box.  When
121
the issave parameter is set to True the dialog acts like a &quot;Save As&quot; dialog
122
otherwise it acts like a &quot;File Open Dialog&quot;. When the isdir parameter is True
123
the dialog shows and returns only directories. The default for all of the
124
optional parameters is False.
125
 
126
The filter, if specified, takes the form &apos;comment (*.type *.type2 ...)&apos;.
127
For example &apos;Images (*.png *.xpm *.jpg)&apos;.
128
 
129
Refer to the Qt-Documentation for QFileDialog for details on filters.
130
 
131
Example: fileDialog(&apos;Open input&apos;, &apos;CSV files (*.csv)&apos;)
132
Example: fileDialog(&apos;Save report&apos;, defaultname=&apos;report.txt&apos;, issave=True)
133
</source>
134
        <translation type="unfinished"></translation>
135
    </message>
136
    <message>
14474 cbradney 137
        <location filename="../../../scribus/plugins/scriptplugin/cmddialog.h" line="56"/>
985 mrdocs 138
        <source>messageBox(&quot;caption&quot;, &quot;message&quot;,
139
    icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT,
140
    button2=BUTTON_NONE, button3=BUTTON_NONE) -&gt; integer
141
 
142
Displays a message box with the title &quot;caption&quot;, the message &quot;message&quot;, and
143
an icon &quot;icon&quot; and up to 3 buttons. By default no icon is used and a single
144
button, OK, is displayed. Only the caption and message arguments are required,
145
though setting an icon and appropriate button(s) is strongly
146
recommended. The message text may contain simple HTML-like markup.
147
 
148
Returns the number of the button the user pressed. Button numbers start
149
at 1.
150
 
151
For the icon and the button parameters there are predefined constants available
152
with the same names as in the Qt Documentation. These are the BUTTON_* and
153
ICON_* constants defined in the module. There are also two extra constants that
154
can be binary-ORed with button constants:
155
    BUTTONOPT_DEFAULT   Pressing enter presses this button.
156
    BUTTONOPT_ESCAPE    Pressing escape presses this button.
157
 
158
Usage examples:
159
result = messageBox(&apos;Script failed&apos;,
160
                    &apos;This script only works when you have a text frame selected.&apos;,
161
                    ICON_ERROR)
162
result = messageBox(&apos;Monkeys!&apos;, &apos;Something went ook! &lt;i&gt;Was it a monkey?&lt;/i&gt;&apos;,
163
                    ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT,
164
                    BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE)
165
 
166
Defined button and icon constants:
167
BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO,
168
BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL,
169
ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL.
170
</source>
171
        <translation type="unfinished"></translation>
172
    </message>
173
    <message>
14474 cbradney 174
        <location filename="../../../scribus/plugins/scriptplugin/cmddialog.h" line="95"/>
985 mrdocs 175
        <source>valueDialog(caption, message [,defaultvalue]) -&gt; string
176
 
177
Shows the common &apos;Ask for string&apos; dialog and returns its value as a string
178
Parameters: window title, text in the window and optional &apos;default&apos; value.
179
 
180
Example: valueDialog(&apos;title&apos;, &apos;text in the window&apos;, &apos;optional&apos;)
181
</source>
182
        <translation type="unfinished"></translation>
183
    </message>
184
    <message>
14474 cbradney 185
        <location filename="../../../scribus/plugins/scriptplugin/cmddialog.h" line="107"/>
12535 cbradney 186
        <source>newStyleDialog() -&gt; string
187
 
188
Shows &apos;Create new paragraph style&apos; dialog. Function returns real
189
style name or None when user cancels the dialog.
190
</source>
191
        <translation type="unfinished"></translation>
192
    </message>
193
    <message>
14525 cbradney 194
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="16"/>
195
        <source>newDocument(size, margins, orientation, firstPageNumber,
196
                        unit, pagesType, firstPageOrder, numPages) -&gt; bool
197
 
198
Creates a new document and returns true if successful. The parameters have the
199
following meaning:
200
 
201
size = A tuple (width, height) describing the size of the document. You can
202
use predefined constants named PAPER_&lt;paper_type&gt; e.g. PAPER_A4 etc.
203
 
204
margins = A tuple (left, right, top, bottom) describing the document
205
margins
206
 
207
orientation = the page orientation - constants PORTRAIT, LANDSCAPE
208
 
209
firstPageNumer = is the number of the first page in the document used for
210
pagenumbering. While you&apos;ll usually want 1, it&apos;s useful to have higher
211
numbers if you&apos;re creating a document in several parts.
212
 
213
unit: this value sets the measurement units used by the document. Use a
214
predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS,
215
UNIT_PICAS, UNIT_POINTS.
216
 
217
pagesType = One of the predefined constants PAGE_n. PAGE_1 is single page,
218
PAGE_2 is for double sided documents, PAGE_3 is for 3 pages fold and
219
PAGE_4 is 4-fold.
220
 
221
firstPageOrder = What is position of first page in the document.
222
Indexed from 0 (0 = first).
223
 
224
numPage = Number of pages to be created.
225
 
226
The values for width, height and the margins are expressed in the given unit
227
for the document. PAPER_* constants are expressed in points. If your document
228
is not in points, make sure to account for this.
229
 
230
example: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS,
231
PAGE_4, 3, 1)
232
 
233
May raise ScribusError if is firstPageOrder bigger than allowed by pagesType.
234
</source>
235
        <translation type="unfinished"></translation>
236
    </message>
237
    <message>
238
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="62"/>
239
        <source>newDoc(size, margins, orientation, firstPageNumber,
240
                   unit, facingPages, firstSideLeft) -&gt; bool
241
 
242
WARNING: Obsolete procedure! Use newDocument instead.
243
 
244
Creates a new document and returns true if successful. The parameters have the
245
following meaning:
246
 
247
    size = A tuple (width, height) describing the size of the document. You can
248
    use predefined constants named PAPER_&lt;paper_type&gt; e.g. PAPER_A4 etc.
249
 
250
    margins = A tuple (left, right, top, bottom) describing the document
251
    margins
252
 
253
    orientation = the page orientation - constants PORTRAIT, LANDSCAPE
254
 
255
    firstPageNumer = is the number of the first page in the document used for
256
    pagenumbering. While you&apos;ll usually want 1, it&apos;s useful to have higher
257
    numbers if you&apos;re creating a document in several parts.
258
 
259
    unit: this value sets the measurement units used by the document. Use a
260
    predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS,
261
    UNIT_PICAS, UNIT_POINTS.
262
 
263
    facingPages = FACINGPAGES, NOFACINGPAGES
264
 
265
    firstSideLeft = FIRSTPAGELEFT, FIRSTPAGERIGHT
266
 
267
The values for width, height and the margins are expressed in the given unit
268
for the document. PAPER_* constants are expressed in points. If your document
269
is not in points, make sure to account for this.
270
 
271
example: newDoc(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 1, UNIT_POINTS,
272
                FACINGPAGES, FIRSTPAGERIGHT)
273
</source>
274
        <translation type="unfinished"></translation>
275
    </message>
276
    <message>
277
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="103"/>
278
        <source>closeDoc()
279
 
280
Closes the current document without prompting to save.
281
 
282
May throw NoDocOpenError if there is no document to close
283
</source>
284
        <translation type="unfinished"></translation>
285
    </message>
286
    <message>
287
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="114"/>
288
        <source>haveDoc() -&gt; bool
289
 
290
Returns true if there is a document open.
291
</source>
292
        <translation type="unfinished"></translation>
293
    </message>
294
    <message>
295
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="123"/>
296
        <source>openDoc(&quot;name&quot;)
297
 
298
Opens the document &quot;name&quot;.
299
 
300
May raise ScribusError if the document could not be opened.
301
</source>
302
        <translation type="unfinished"></translation>
303
    </message>
304
    <message>
305
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="134"/>
306
        <source>saveDoc()
307
 
308
Saves the current document with its current name, returns true if successful.
309
If the document has not already been saved, this may bring up an interactive
310
save file dialog.
311
 
312
If the save fails, there is currently no way to tell.
313
</source>
314
        <translation type="unfinished"></translation>
315
    </message>
316
    <message>
317
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="146"/>
318
        <source>getDocName() -&gt; string
319
 
320
Returns the name the document was saved under.
321
If the document was not saved before the name is empty.
322
</source>
323
        <translation type="unfinished"></translation>
324
    </message>
325
    <message>
326
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="156"/>
327
        <source>saveDocAs(&quot;name&quot;)
328
 
329
Saves the current document under the new name &quot;name&quot; (which may be a full or
330
relative path).
331
 
332
May raise ScribusError if the save fails.
333
</source>
334
        <translation type="unfinished"></translation>
335
    </message>
336
    <message>
337
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="168"/>
338
        <source>setInfo(&quot;author&quot;, &quot;info&quot;, &quot;description&quot;) -&gt; bool
339
 
340
Sets the document information. &quot;Author&quot;, &quot;Info&quot;, &quot;Description&quot; are
341
strings.
342
</source>
343
        <translation type="unfinished"></translation>
344
    </message>
345
    <message>
346
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="178"/>
347
        <source>setMargins(lr, rr, tr, br)
348
 
349
Sets the margins of the document, Left(lr), Right(rr), Top(tr) and Bottom(br)
350
margins are given in the measurement units of the document - see UNIT_&lt;type&gt;
351
constants.
352
</source>
353
        <translation type="unfinished"></translation>
354
    </message>
355
    <message>
356
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="189"/>
357
        <source>setBaseLine(grid, offset)
358
 
359
Sets the base line settings of the document, grid spacing(grid), grid offset(offset).
360
Values are given in the measurement units of the document - see UNIT_&lt;type&gt;
361
constants.
362
</source>
363
        <translation type="unfinished"></translation>
364
    </message>
365
    <message>
366
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="200"/>
367
        <source>setUnit(type)
368
 
369
Changes the measurement unit of the document. Possible values for &quot;unit&quot; are
370
defined as constants UNIT_&lt;type&gt;.
371
 
372
May raise ValueError if an invalid unit is passed.
373
</source>
374
        <translation type="unfinished"></translation>
375
    </message>
376
    <message>
377
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="212"/>
378
        <source>getUnit() -&gt; integer (Scribus unit constant)
379
 
380
Returns the measurement units of the document. The returned value will be one
381
of the UNIT_* constants:
382
UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.
383
</source>
384
        <translation type="unfinished"></translation>
385
    </message>
386
    <message>
387
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="223"/>
388
        <source>loadStylesFromFile(&quot;filename&quot;)
389
 
390
Loads paragraph styles from the Scribus document at &quot;filename&quot; into the
391
current document.
392
</source>
393
        <translation type="unfinished"></translation>
394
    </message>
395
    <message>
396
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="233"/>
397
        <source>setDocType(facingPages, firstPageLeft)
398
 
399
Sets the document type. To get facing pages set the first parameter to
400
FACINGPAGES, to switch facingPages off use NOFACINGPAGES instead.  If you want
401
to be the first page a left side set the second parameter to FIRSTPAGELEFT, for
402
a right page use FIRSTPAGERIGHT.
403
</source>
404
        <translation type="unfinished"></translation>
405
    </message>
406
    <message>
407
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="243"/>
408
        <source>closeMasterPage()
409
 
410
Closes the currently active master page, if any, and returns editing
411
to normal. Begin editing with editMasterPage().
412
</source>
413
        <translation type="unfinished"></translation>
414
    </message>
415
    <message>
416
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="251"/>
417
        <source>masterPageNames()
418
 
419
Returns a list of the names of all master pages in the document.
420
</source>
421
        <translation type="unfinished"></translation>
422
    </message>
423
    <message>
424
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="258"/>
425
        <source>editMasterPage(pageName)
426
 
427
Enables master page editing and opens the named master page
428
for editing. Finish editing with closeMasterPage().
429
</source>
430
        <translation type="unfinished"></translation>
431
    </message>
432
    <message>
433
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="266"/>
434
        <source>createMasterPage(pageName)
435
 
436
Creates a new master page named pageName and opens it for
437
editing.
438
</source>
439
        <translation type="unfinished"></translation>
440
    </message>
441
    <message>
442
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="274"/>
443
        <source>deleteMasterPage(pageName)
444
 
445
Delete the named master page.
446
</source>
447
        <translation type="unfinished"></translation>
448
    </message>
449
    <message>
14474 cbradney 450
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="17"/>
12918 cbradney 451
        <source>getFillColor([&quot;name&quot;]) -&gt; string
452
 
453
Returns the name of the fill color of the object &quot;name&quot;.
454
If &quot;name&quot; is not given the currently selected item is used.
455
</source>
456
        <translation type="unfinished">getFillColor([&quot;name&quot;]) -&gt; string
457
 
458
Возвращает имя цвета заливки объекта &quot;name&quot;. Если &quot;name&quot; 
459
не задан, используется текущий выбранный объект.
460
</translation>
461
    </message>
462
    <message>
14474 cbradney 463
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="27"/>
12535 cbradney 464
        <source>getFillTransparency([&quot;name&quot;]) -&gt; float
465
 
466
Returns the fill transparency of the object &quot;name&quot;. If &quot;name&quot;
467
is not given the currently selected Item is used.
468
</source>
469
        <translation type="unfinished"></translation>
470
    </message>
471
    <message>
14474 cbradney 472
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="37"/>
12535 cbradney 473
        <source>getFillBlendmode([&quot;name&quot;]) -&gt; integer
474
 
475
Returns the fill blendmode of the object &quot;name&quot;. If &quot;name&quot;
476
is not given the currently selected Item is used.
477
</source>
478
        <translation type="unfinished"></translation>
479
    </message>
480
    <message>
14474 cbradney 481
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="47"/>
985 mrdocs 482
        <source>getLineColor([&quot;name&quot;]) -&gt; string
483
 
484
Returns the name of the line color of the object &quot;name&quot;.
485
If &quot;name&quot; is not given the currently selected item is used.
486
</source>
487
        <translation type="unfinished"></translation>
488
    </message>
489
    <message>
14474 cbradney 490
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="57"/>
12535 cbradney 491
        <source>getLineTransparency([&quot;name&quot;]) -&gt; float
492
 
493
Returns the line transparency of the object &quot;name&quot;. If &quot;name&quot;
494
is not given the currently selected Item is used.
495
</source>
496
        <translation type="unfinished"></translation>
497
    </message>
498
    <message>
14474 cbradney 499
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="67"/>
12535 cbradney 500
        <source>getLineBlendmode([&quot;name&quot;]) -&gt; integer
501
 
502
Returns the line blendmode of the object &quot;name&quot;. If &quot;name&quot;
503
is not given the currently selected Item is used.
504
</source>
505
        <translation type="unfinished"></translation>
506
    </message>
507
    <message>
14474 cbradney 508
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="77"/>
985 mrdocs 509
        <source>getLineWidth([&quot;name&quot;]) -&gt; integer
510
 
511
Returns the line width of the object &quot;name&quot;. If &quot;name&quot;
512
is not given the currently selected Item is used.
513
</source>
514
        <translation type="unfinished"></translation>
515
    </message>
516
    <message>
14474 cbradney 517
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="87"/>
985 mrdocs 518
        <source>getLineShade([&quot;name&quot;]) -&gt; integer
519
 
520
Returns the shading value of the line color of the object &quot;name&quot;.
521
If &quot;name&quot; is not given the currently selected item is used.
522
</source>
523
        <translation type="unfinished"></translation>
524
    </message>
525
    <message>
14474 cbradney 526
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="97"/>
12535 cbradney 527
        <source>getLineJoin([&quot;name&quot;]) -&gt; integer (see constants)
528
 
529
Returns the line join style of the object &quot;name&quot;. If &quot;name&quot; is not given
530
the currently selected item is used.  The join types are:
531
JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND
532
</source>
533
        <translation type="unfinished"></translation>
534
    </message>
535
    <message>
14474 cbradney 536
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="108"/>
985 mrdocs 537
        <source>getLineEnd([&quot;name&quot;]) -&gt; integer (see constants)
538
 
539
Returns the line cap style of the object &quot;name&quot;. If &quot;name&quot; is not given the
540
currently selected item is used. The cap types are:
541
CAP_FLAT, CAP_ROUND, CAP_SQUARE
542
</source>
543
        <translation type="unfinished"></translation>
544
    </message>
545
    <message>
14474 cbradney 546
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="119"/>
985 mrdocs 547
        <source>getLineStyle([&quot;name&quot;]) -&gt; integer (see constants)
548
 
549
Returns the line style of the object &quot;name&quot;. If &quot;name&quot; is not given the
550
currently selected item is used. Line style constants are:
551
LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID
552
</source>
553
        <translation type="unfinished"></translation>
554
    </message>
555
    <message>
14474 cbradney 556
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="130"/>
985 mrdocs 557
        <source>getFillShade([&quot;name&quot;]) -&gt; integer
558
 
559
Returns the shading value of the fill color of the object &quot;name&quot;.
560
If &quot;name&quot; is not given the currently selected item is used.
561
</source>
562
        <translation type="unfinished"></translation>
563
    </message>
564
    <message>
14474 cbradney 565
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="140"/>
12535 cbradney 566
        <source>getCornerRadius([&quot;name&quot;]) -&gt; integer
567
 
568
Returns the corner radius of the object &quot;name&quot;. The radius is
569
expressed in points. If &quot;name&quot; is not given the currently
570
selected item is used.
571
</source>
572
        <translation type="unfinished"></translation>
573
    </message>
574
    <message>
14474 cbradney 575
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="151"/>
985 mrdocs 576
        <source>getImageScale([&quot;name&quot;]) -&gt; (x,y)
577
 
578
Returns a (x, y) tuple containing the scaling values of the image frame
579
&quot;name&quot;.  If &quot;name&quot; is not given the currently selected item is used.
580
</source>
581
        <translation type="unfinished"></translation>
582
    </message>
583
    <message>
14474 cbradney 584
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="161"/>
985 mrdocs 585
        <source>getImageName([&quot;name&quot;]) -&gt; string
586
 
587
Returns the filename for the image in the image frame. If &quot;name&quot; is not
588
given the currently selected item is used.
589
</source>
590
        <translation type="unfinished"></translation>
591
    </message>
592
    <message>
14474 cbradney 593
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="171"/>
12535 cbradney 594
        <source>getPosition([&quot;name&quot;]) -&gt; (x,y)
595
 
596
Returns a (x, y) tuple with the position of the object &quot;name&quot;.
597
If &quot;name&quot; is not given the currently selected item is used.
598
The position is expressed in the actual measurement unit of the document
599
- see UNIT_&lt;type&gt; for reference.
600
</source>
601
        <translation type="unfinished"></translation>
602
    </message>
603
    <message>
14474 cbradney 604
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="183"/>
985 mrdocs 605
        <source>getSize([&quot;name&quot;]) -&gt; (width,height)
606
 
607
Returns a (width, height) tuple with the size of the object &quot;name&quot;.
608
If &quot;name&quot; is not given the currently selected item is used. The size is
609
expressed in the current measurement unit of the document - see UNIT_&lt;type&gt;
610
for reference.
611
</source>
612
        <translation type="unfinished"></translation>
613
    </message>
614
    <message>
14474 cbradney 615
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="195"/>
985 mrdocs 616
        <source>getRotation([&quot;name&quot;]) -&gt; integer
617
 
618
Returns the rotation of the object &quot;name&quot;. The value is expressed in degrees,
619
and clockwise is positive. If &quot;name&quot; is not given the currently selected item
620
is used.
621
</source>
622
        <translation type="unfinished"></translation>
623
    </message>
624
    <message>
14474 cbradney 625
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="206"/>
985 mrdocs 626
        <source>getAllObjects() -&gt; list
627
 
628
Returns a list containing the names of all objects on the current page.
629
</source>
630
        <translation type="unfinished"></translation>
631
    </message>
632
    <message>
14525 cbradney 633
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetsetprop.h" line="77"/>
634
        <source>getPropertyCType(object, property, includesuper=True)
635
 
636
Returns the name of the C type of `property&apos; of `object&apos;. See getProperty()
637
for details of arguments.
638
 
639
If `includesuper&apos; is true, search inherited properties too.
640
</source>
641
        <translation type="unfinished"></translation>
642
    </message>
643
    <message>
644
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetsetprop.h" line="96"/>
645
        <source>getPropertyNames(object, includesuper=True)
646
 
647
Return a list of property names supported by `object&apos;.
648
If `includesuper&apos; is true, return properties supported
649
by parent classes as well.
650
</source>
651
        <translation type="unfinished"></translation>
652
    </message>
653
    <message>
654
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetsetprop.h" line="123"/>
655
        <source>getProperty(object, property)
656
 
657
Return the value of the property `property&apos; of the passed `object&apos;.
658
 
659
The `object&apos; argument may be a string, in which case the named PageItem
660
is searched for. It may also be a PyCObject, which may point to any
661
C++ QObject instance.
662
 
663
The `property&apos; argument must be a string, and is the name of the property
664
to look up on `object&apos;.
665
 
666
The return value varies depending on the type of the property.
667
</source>
668
        <translation type="unfinished"></translation>
669
    </message>
670
    <message>
671
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetsetprop.h" line="158"/>
672
        <source>setProperty(object, property, value)
673
 
674
Set `property&apos; of `object&apos; to `value&apos;. If `value&apos; cannot be converted to a type
675
compatible with the type of `property&apos;, an exception is raised. An exception may
676
also be raised if the underlying setter fails.
677
 
678
See getProperty() for more information.
679
</source>
680
        <translation type="unfinished"></translation>
681
    </message>
682
    <message>
14474 cbradney 683
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="17"/>
12918 cbradney 684
        <source>moveObject(dx, dy [, &quot;name&quot;])
685
 
686
Moves the object &quot;name&quot; by dx and dy relative to its current position. The
687
distances are expressed in the current measurement unit of the document (see
688
UNIT constants). If &quot;name&quot; is not given the currently selected item is used.
689
If the object &quot;name&quot; belongs to a group, the whole group is moved.
690
</source>
691
        <translation type="unfinished">moveObject(dx, dy [, &quot;name&quot;])
692
 
693
Смещает обект &quot;name&quot; на dx и dy по отношению к текущей позиции.
694
Расстояния выражаются в текущей единице измерения документа 
695
(см. константы UNIT). Если &quot;name&quot; не задано, используется выбранный
696
в данный момент объект. Если объект &quot;name&quot; принадлежит группе, 
697
перемещается вся группа.
698
</translation>
699
    </message>
700
    <message>
14474 cbradney 701
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="29"/>
985 mrdocs 702
        <source>moveObjectAbs(x, y [, &quot;name&quot;])
703
 
704
Moves the object &quot;name&quot; to a new location. The coordinates are expressed in
705
the current measurement unit of the document (see UNIT constants).  If &quot;name&quot;
706
is not given the currently selected item is used.  If the object &quot;name&quot;
707
belongs to a group, the whole group is moved.
708
</source>
709
        <translation type="unfinished"></translation>
710
    </message>
711
    <message>
14474 cbradney 712
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="41"/>
12535 cbradney 713
        <source>rotateObject(rot [, &quot;name&quot;])
714
 
715
Rotates the object &quot;name&quot; by &quot;rot&quot; degrees relatively. The object is
716
rotated by the vertex that is currently selected as the rotation point - by
717
default, the top left vertex at zero rotation. Positive values mean counter
718
clockwise rotation when the default rotation point is used. If &quot;name&quot; is not
719
given the currently selected item is used.
720
</source>
721
        <translation type="unfinished"></translation>
722
    </message>
723
    <message>
14474 cbradney 724
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="54"/>
12535 cbradney 725
        <source>rotateObjectAbs(rot [, &quot;name&quot;])
726
 
727
Sets the rotation of the object &quot;name&quot; to &quot;rot&quot;. Positive values
728
mean counter clockwise rotation. If &quot;name&quot; is not given the currently
729
selected item is used.
730
</source>
731
        <translation type="unfinished"></translation>
732
    </message>
733
    <message>
14474 cbradney 734
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="65"/>
985 mrdocs 735
        <source>sizeObject(width, height [, &quot;name&quot;])
736
 
737
Resizes the object &quot;name&quot; to the given width and height. If &quot;name&quot;
738
is not given the currently selected item is used.
739
</source>
740
        <translation type="unfinished"></translation>
741
    </message>
742
    <message>
14474 cbradney 743
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="75"/>
985 mrdocs 744
        <source>getSelectedObject([nr]) -&gt; string
745
 
746
Returns the name of the selected object. &quot;nr&quot; if given indicates the number
747
of the selected object, e.g. 0 means the first selected object, 1 means the
748
second selected Object and so on.
749
</source>
750
        <translation type="unfinished"></translation>
751
    </message>
752
    <message>
14474 cbradney 753
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="86"/>
985 mrdocs 754
        <source>selectionCount() -&gt; integer
755
 
756
Returns the number of selected objects.
757
</source>
758
        <translation type="unfinished"></translation>
759
    </message>
760
    <message>
14474 cbradney 761
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="95"/>
985 mrdocs 762
        <source>selectObject(&quot;name&quot;)
763
 
764
Selects the object with the given &quot;name&quot;.
765
</source>
766
        <translation type="unfinished"></translation>
767
    </message>
768
    <message>
14474 cbradney 769
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="104"/>
985 mrdocs 770
        <source>deselectAll()
771
 
772
Deselects all objects in the whole document.
773
</source>
774
        <translation type="unfinished"></translation>
775
    </message>
776
    <message>
14474 cbradney 777
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="113"/>
14747 cbradney 778
        <source>groupObjects(list) -&gt; string
985 mrdocs 779
 
780
Groups the objects named in &quot;list&quot; together. &quot;list&quot; must contain the names
781
of the objects to be grouped. If &quot;list&quot; is not given the currently selected
14747 cbradney 782
items are used. Returns the group name for further referencing.
985 mrdocs 783
</source>
784
        <translation type="unfinished"></translation>
785
    </message>
786
    <message>
14474 cbradney 787
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="124"/>
985 mrdocs 788
        <source>unGroupObjects(&quot;name&quot;)
789
 
790
Destructs the group the object &quot;name&quot; belongs to.If &quot;name&quot; is not given the currently selected item is used.</source>
791
        <translation type="unfinished"></translation>
792
    </message>
793
    <message>
14474 cbradney 794
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="132"/>
985 mrdocs 795
        <source>scaleGroup(factor [,&quot;name&quot;])
796
 
797
Scales the group the object &quot;name&quot; belongs to. Values greater than 1 enlarge
798
the group, values smaller than 1 make the group smaller e.g a value of 0.5
799
scales the group to 50 % of its original size, a value of 1.5 scales the group
800
to 150 % of its original size.  The value for &quot;factor&quot; must be greater than
801
0. If &quot;name&quot; is not given the currently selected item is used.
802
 
803
May raise ValueError if an invalid scale factor is passed.
804
</source>
805
        <translation type="unfinished"></translation>
806
    </message>
807
    <message>
14474 cbradney 808
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="147"/>
985 mrdocs 809
        <source>loadImage(&quot;filename&quot; [, &quot;name&quot;])
810
 
811
Loads the picture &quot;picture&quot; into the image frame &quot;name&quot;. If &quot;name&quot; is
812
not given the currently selected item is used.
813
 
814
May raise WrongFrameTypeError if the target frame is not an image frame
815
</source>
816
        <translation type="unfinished"></translation>
817
    </message>
818
    <message>
14474 cbradney 819
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="186"/>
985 mrdocs 820
        <source>lockObject([&quot;name&quot;]) -&gt; bool
821
 
822
Locks the object &quot;name&quot; if it&apos;s unlocked or unlock it if it&apos;s locked.
823
If &quot;name&quot; is not given the currently selected item is used. Returns true
824
if locked.
825
</source>
826
        <translation type="unfinished"></translation>
827
    </message>
828
    <message>
14474 cbradney 829
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="197"/>
985 mrdocs 830
        <source>isLocked([&quot;name&quot;]) -&gt; bool
831
 
832
Returns true if is the object &quot;name&quot; locked.  If &quot;name&quot; is not given the
833
currently selected item is used.
834
</source>
835
        <translation type="unfinished"></translation>
836
    </message>
837
    <message>
14474 cbradney 838
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="206"/>
12535 cbradney 839
        <source>setScaleImageToFrame(scaletoframe, proportional=None, name=&lt;selection&gt;)
840
 
841
Sets the scale to frame on the selected or specified image frame to `scaletoframe&apos;.
842
If `proportional&apos; is specified, set fixed aspect ratio scaling to `proportional&apos;.
843
Both `scaletoframe&apos; and `proportional&apos; are boolean.
844
 
845
May raise WrongFrameTypeError.
846
</source>
847
        <translation type="unfinished"></translation>
848
    </message>
849
    <message>
14474 cbradney 850
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="19"/>
12535 cbradney 851
        <source>setRedraw(bool)
852
 
853
Disables page redraw when bool = False, otherwise redrawing is enabled.
854
This change will persist even after the script exits, so make sure to call
855
setRedraw(True) in a finally: clause at the top level of your script.
856
</source>
857
        <translation type="unfinished"></translation>
858
    </message>
859
    <message>
14474 cbradney 860
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="30"/>
985 mrdocs 861
        <source>getFontNames() -&gt; list
862
 
863
Returns a list with the names of all available fonts.
864
</source>
865
        <translation type="unfinished"></translation>
866
    </message>
867
    <message>
14474 cbradney 868
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="39"/>
985 mrdocs 869
        <source>getXFontNames() -&gt; list of tuples
870
 
871
Returns a larger font info. It&apos;s a list of the tuples with:
872
[ (Scribus name, Family, Real name, subset (1|0), embed PS (1|0), font file), (...), ... ]
873
</source>
874
        <translation type="unfinished"></translation>
875
    </message>
876
    <message>
14474 cbradney 877
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="52"/>
12535 cbradney 878
        <source>renderFont(&quot;name&quot;, &quot;filename&quot;, &quot;sample&quot;, size, format=&quot;PPM&quot;) -&gt; bool
879
 
880
Creates an image preview of font &quot;name&quot; with given text &quot;sample&quot; and size.
881
If &quot;filename&quot; is not &quot;&quot;, image is saved into &quot;filename&quot;. Otherwise
882
image data is returned as a string. The optional &quot;format&quot; argument
883
specifies the image format to generate, and supports any format allowed
884
by QPixmap.save(). Common formats are PPM, JPEG, PNG and XPM.
885
 
886
May raise NotFoundError if the specified font can&apos;t be found.
887
May raise ValueError if an empty sample or filename is passed.
888
</source>
889
        <translation type="unfinished"></translation>
890
    </message>
891
    <message>
14474 cbradney 892
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="68"/>
985 mrdocs 893
        <source>getLayers() -&gt; list
894
 
895
Returns a list with the names of all defined layers.
896
</source>
897
        <translation type="unfinished"></translation>
898
    </message>
899
    <message>
14474 cbradney 900
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="77"/>
985 mrdocs 901
        <source>setActiveLayer(&quot;name&quot;)
902
 
903
Sets the active layer to the layer named &quot;name&quot;.
904
 
905
May raise NotFoundError if the layer can&apos;t be found.
906
May raise ValueError if the layer name isn&apos;t acceptable.
907
</source>
908
        <translation type="unfinished"></translation>
909
    </message>
910
    <message>
14474 cbradney 911
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="89"/>
985 mrdocs 912
        <source>getActiveLayer() -&gt; string
913
 
914
Returns the name of the current active layer.
915
</source>
916
        <translation type="unfinished"></translation>
917
    </message>
918
    <message>
14474 cbradney 919
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="98"/>
985 mrdocs 920
        <source>sentToLayer(&quot;layer&quot; [, &quot;name&quot;])
921
 
922
Sends the object &quot;name&quot; to the layer &quot;layer&quot;. The layer must exist.
923
If &quot;name&quot; is not given the currently selected item is used.
924
 
925
May raise NotFoundError if the layer can&apos;t be found.
926
May raise ValueError if the layer name isn&apos;t acceptable.
927
</source>
928
        <translation type="unfinished"></translation>
929
    </message>
930
    <message>
14474 cbradney 931
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="111"/>
985 mrdocs 932
        <source>setLayerVisible(&quot;layer&quot;, visible)
933
 
934
Sets the layer &quot;layer&quot; to be visible or not. If is the visible set to false
935
the layer is invisible.
936
 
937
May raise NotFoundError if the layer can&apos;t be found.
938
May raise ValueError if the layer name isn&apos;t acceptable.
939
</source>
940
        <translation type="unfinished"></translation>
941
    </message>
942
    <message>
14474 cbradney 943
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="124"/>
12535 cbradney 944
        <source>setLayerPrintable(&quot;layer&quot;, printable)
945
 
946
Sets the layer &quot;layer&quot; to be printable or not. If is the
947
printable set to false the layer won&apos;t be printed.
948
 
949
May raise NotFoundError if the layer can&apos;t be found.
950
May raise ValueError if the layer name isn&apos;t acceptable.
951
</source>
952
        <translation type="unfinished"></translation>
953
    </message>
954
    <message>
14474 cbradney 955
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="137"/>
12535 cbradney 956
        <source>setLayerLocked(&quot;layer&quot;, locked)
957
 
958
Sets the layer &quot;layer&quot; to be locked or not. If locked is set to
959
true the layer will be locked.
960
 
961
May raise NotFoundError if the layer can&apos;t be found.
962
May raise ValueError if the layer name isn&apos;t acceptable.
963
</source>
964
        <translation type="unfinished"></translation>
965
    </message>
966
    <message>
14474 cbradney 967
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="150"/>
12535 cbradney 968
        <source>setLayerOutlined(&quot;layer&quot;, outline)
969
 
970
Sets the layer &quot;layer&quot; to be locked or not. If outline is set to
971
true the layer will be displayed outlined.
972
 
973
May raise NotFoundError if the layer can&apos;t be found.
974
May raise ValueError if the layer name isn&apos;t acceptable.
975
</source>
976
        <translation type="unfinished"></translation>
977
    </message>
978
    <message>
14474 cbradney 979
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="163"/>
12535 cbradney 980
        <source>setLayerFlow(&quot;layer&quot;, flow)
981
 
982
Sets the layers &quot;layer&quot;  flowcontrol to flow. If flow is set to
983
true text in layers above this one will flow around objects on this layer.
984
 
985
May raise NotFoundError if the layer can&apos;t be found.
986
May raise ValueError if the layer name isn&apos;t acceptable.
987
</source>
988
        <translation type="unfinished"></translation>
989
    </message>
990
    <message>
14474 cbradney 991
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="176"/>
12535 cbradney 992
        <source>setLayerBlendmode(&quot;layer&quot;, blend)
993
 
994
Sets the layers &quot;layer&quot;  blendmode to blend.
995
 
996
May raise NotFoundError if the layer can&apos;t be found.
997
May raise ValueError if the layer name isn&apos;t acceptable.
998
</source>
999
        <translation type="unfinished"></translation>
1000
    </message>
1001
    <message>
14474 cbradney 1002
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="188"/>
12535 cbradney 1003
        <source>setLayerTransparency(&quot;layer&quot;, trans)
1004
 
1005
Sets the layers &quot;layer&quot;  transparency to trans.
1006
 
1007
May raise NotFoundError if the layer can&apos;t be found.
1008
May raise ValueError if the layer name isn&apos;t acceptable.
1009
</source>
1010
        <translation type="unfinished"></translation>
1011
    </message>
1012
    <message>
14474 cbradney 1013
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="200"/>
12535 cbradney 1014
        <source>isLayerVisible(&quot;layer&quot;) -&gt; bool
1015
 
1016
Returns whether the layer &quot;layer&quot; is visible or not, a value of True means
1017
that the layer &quot;layer&quot; is visible, a value of False means that the layer
1018
&quot;layer&quot; is invisible.
1019
 
1020
May raise NotFoundError if the layer can&apos;t be found.
1021
May raise ValueError if the layer name isn&apos;t acceptable.
1022
</source>
1023
        <translation type="unfinished"></translation>
1024
    </message>
1025
    <message>
14474 cbradney 1026
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="214"/>
12535 cbradney 1027
        <source>isLayerPrintable(&quot;layer&quot;) -&gt; bool
1028
 
1029
Returns whether the layer &quot;layer&quot; is printable or not, a value of True means
1030
that the layer &quot;layer&quot; can be printed, a value of False means that printing
1031
the layer &quot;layer&quot; is disabled.
1032
 
1033
May raise NotFoundError if the layer can&apos;t be found.
1034
May raise ValueError if the layer name isn&apos;t acceptable.
1035
</source>
1036
        <translation type="unfinished"></translation>
1037
    </message>
1038
    <message>
14474 cbradney 1039
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="228"/>
12535 cbradney 1040
        <source>isLayerLocked(&quot;layer&quot;) -&gt; bool
1041
 
1042
Returns whether the layer &quot;layer&quot; is locked or not, a value of True means
1043
that the layer &quot;layer&quot; is editable, a value of False means that the layer
1044
&quot;layer&quot; is locked.
1045
 
1046
May raise NotFoundError if the layer can&apos;t be found.
1047
May raise ValueError if the layer name isn&apos;t acceptable.
1048
</source>
1049
        <translation type="unfinished"></translation>
1050
    </message>
1051
    <message>
14474 cbradney 1052
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="242"/>
12535 cbradney 1053
        <source>isLayerOutlined(&quot;layer&quot;) -&gt; bool
1054
 
1055
Returns whether the layer &quot;layer&quot; is outlined or not, a value of True means
1056
that the layer &quot;layer&quot; is outlined, a value of False means that the layer
1057
&quot;layer&quot; is normal.
1058
 
1059
May raise NotFoundError if the layer can&apos;t be found.
1060
May raise ValueError if the layer name isn&apos;t acceptable.
1061
</source>
1062
        <translation type="unfinished"></translation>
1063
    </message>
1064
    <message>
14474 cbradney 1065
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="256"/>
12535 cbradney 1066
        <source>isLayerFlow(&quot;layer&quot;) -&gt; bool
1067
 
1068
Returns whether text flows around objects on layer &quot;layer&quot;, a value of True means
1069
that text flows around, a value of False means that the text does not flow around.
1070
 
1071
May raise NotFoundError if the layer can&apos;t be found.
1072
May raise ValueError if the layer name isn&apos;t acceptable.
1073
</source>
1074
        <translation type="unfinished"></translation>
1075
    </message>
1076
    <message>
14474 cbradney 1077
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="269"/>
12535 cbradney 1078
        <source>getLayerBlendmode(&quot;layer&quot;) -&gt; int
1079
 
1080
Returns the &quot;layer&quot; layer blendmode,
1081
 
1082
May raise NotFoundError if the layer can&apos;t be found.
1083
May raise ValueError if the layer name isn&apos;t acceptable.
1084
</source>
1085
        <translation type="unfinished"></translation>
1086
    </message>
1087
    <message>
14474 cbradney 1088
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="281"/>
12535 cbradney 1089
        <source>getLayerTransparency(&quot;layer&quot;) -&gt; float
1090
 
1091
Returns the &quot;layer&quot; layer transparency,
1092
 
1093
May raise NotFoundError if the layer can&apos;t be found.
1094
May raise ValueError if the layer name isn&apos;t acceptable.
1095
</source>
1096
        <translation type="unfinished"></translation>
1097
    </message>
1098
    <message>
14474 cbradney 1099
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="293"/>
985 mrdocs 1100
        <source>deleteLayer(&quot;layer&quot;)
1101
 
1102
Deletes the layer with the name &quot;layer&quot;. Nothing happens if the layer doesn&apos;t
1103
exists or if it&apos;s the only layer in the document.
1104
 
1105
May raise NotFoundError if the layer can&apos;t be found.
1106
May raise ValueError if the layer name isn&apos;t acceptable.
1107
</source>
1108
        <translation type="unfinished"></translation>
1109
    </message>
1110
    <message>
14474 cbradney 1111
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="306"/>
985 mrdocs 1112
        <source>createLayer(layer)
1113
 
1114
Creates a new layer with the name &quot;name&quot;.
1115
 
1116
May raise ValueError if the layer name isn&apos;t acceptable.
1117
</source>
1118
        <translation type="unfinished"></translation>
1119
    </message>
1120
    <message>
14474 cbradney 1121
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="317"/>
985 mrdocs 1122
        <source>getGuiLanguage() -&gt; string
1123
 
1124
Returns a string with the -lang value.
1125
</source>
1126
        <translation type="unfinished"></translation>
1127
    </message>
1128
    <message>
14474 cbradney 1129
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="326"/>
12535 cbradney 1130
        <source>moveSelectionToFront()
1131
 
1132
Moves current selection to front.
1133
</source>
1134
        <translation type="unfinished"></translation>
1135
    </message>
1136
    <message>
14474 cbradney 1137
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="335"/>
12535 cbradney 1138
        <source>moveSelectionToFront()
1139
 
1140
Moves current selection to back.
1141
</source>
1142
        <translation type="unfinished"></translation>
1143
    </message>
1144
    <message>
14474 cbradney 1145
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="17"/>
12535 cbradney 1146
        <source>createRect(x, y, width, height, [&quot;name&quot;]) -&gt; string
1147
 
1148
Creates a new rectangle on the current page and returns its name. The
1149
coordinates are given in the current measurement units of the document
1150
(see UNIT constants). &quot;name&quot; should be a unique identifier for the object
1151
because you need this name to reference that object in future. If &quot;name&quot;
1152
is not given Scribus will create one for you.
1153
 
1154
May raise NameExistsError if you explicitly pass a name that&apos;s already used.
1155
</source>
1156
        <translation type="unfinished"></translation>
1157
    </message>
1158
    <message>
14474 cbradney 1159
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="34"/>
985 mrdocs 1160
        <source>createEllipse(x, y, width, height, [&quot;name&quot;]) -&gt; string
1161
 
1162
Creates a new ellipse on the current page and returns its name.
1163
The coordinates are given in the current measurement units of the document
1164
(see UNIT constants). &quot;name&quot; should be a unique identifier for the object
1165
because you need this name for further referencing of that object. If &quot;name&quot;
1166
is not given Scribus will create one for you.
1167
 
1168
May raise NameExistsError if you explicitly pass a name that&apos;s already used.
1169
</source>
1170
        <translation type="unfinished"></translation>
1171
    </message>
1172
    <message>
14474 cbradney 1173
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="51"/>
985 mrdocs 1174
        <source>createImage(x, y, width, height, [&quot;name&quot;]) -&gt; string
1175
 
1176
Creates a new picture frame on the current page and returns its name. The
1177
coordinates are given in the current measurement units of the document.
1178
&quot;name&quot; should be a unique identifier for the object because you need this
1179
name for further access to that object. If &quot;name&quot; is not given Scribus will
1180
create one for you.
1181
 
1182
May raise NameExistsError if you explicitly pass a name that&apos;s already used.
1183
</source>
1184
        <translation type="unfinished"></translation>
1185
    </message>
1186
    <message>
14474 cbradney 1187
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="66"/>
985 mrdocs 1188
        <source>createText(x, y, width, height, [&quot;name&quot;]) -&gt; string
1189
 
1190
Creates a new text frame on the actual page and returns its name.
1191
The coordinates are given in the actual measurement unit of the document (see
1192
UNIT constants). &quot;name&quot; should be a unique identifier for the object because
1193
you need this name for further referencing of that object. If &quot;name&quot; is not
1194
given Scribus will create one for you.
1195
 
1196
May raise NameExistsError if you explicitly pass a name that&apos;s already used.
1197
</source>
1198
        <translation type="unfinished"></translation>
1199
    </message>
1200
    <message>
14474 cbradney 1201
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="81"/>
985 mrdocs 1202
        <source>createLine(x1, y1, x2, y2, [&quot;name&quot;]) -&gt; string
1203
 
1204
Creates a new line from the point(x1, y1) to the point(x2, y2) and returns
1205
its name. The coordinates are given in the current measurement unit of the
1206
document (see UNIT constants). &quot;name&quot; should be a unique identifier for the
1207
object because you need this name for further access to that object. If
1208
&quot;name&quot; is not given Scribus will create one for you.
1209
 
1210
May raise NameExistsError if you explicitly pass a name that&apos;s already used.
1211
</source>
1212
        <translation type="unfinished"></translation>
1213
    </message>
1214
    <message>
14474 cbradney 1215
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="96"/>
985 mrdocs 1216
        <source>createPolyLine(list, [&quot;name&quot;]) -&gt; string
1217
 
1218
Creates a new polyline and returns its name. The points for the polyline are
1219
stored in the list &quot;list&quot; in the following order: [x1, y1, x2, y2...xn. yn].
1220
The coordinates are given in the current measurement units of the document (see
1221
UNIT constants). &quot;name&quot; should be a unique identifier for the object because
1222
you need this name for further access to that object. If &quot;name&quot; is not given
1223
Scribus will create one for you.
1224
 
1225
May raise NameExistsError if you explicitly pass a name that&apos;s already used.
1226
May raise ValueError if an insufficient number of points is passed or if
1227
the number of values passed don&apos;t group into points without leftovers.
1228
</source>
1229
        <translation type="unfinished"></translation>
1230
    </message>
1231
    <message>
14474 cbradney 1232
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="114"/>
985 mrdocs 1233
        <source>createPolygon(list, [&quot;name&quot;]) -&gt; string
1234
 
1235
Creates a new polygon and returns its name. The points for the polygon are
1236
stored in the list &quot;list&quot; in the following order: [x1, y1, x2, y2...xn. yn].
1237
At least three points are required. There is no need to repeat the first point
1238
to close the polygon. The polygon is automatically closed by connecting the
1239
first and the last point.  The coordinates are given in the current measurement
1240
units of the document (see UNIT constants).  &quot;name&quot; should be a unique
1241
identifier for the object because you need this name for further access to that
1242
object. If &quot;name&quot; is not given Scribus will create one for you.
1243
 
1244
May raise NameExistsError if you explicitly pass a name that&apos;s already used.
1245
May raise ValueError if an insufficient number of points is passed or if
1246
the number of values passed don&apos;t group into points without leftovers.
1247
</source>
1248
        <translation type="unfinished"></translation>
1249
    </message>
1250
    <message>
14474 cbradney 1251
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="134"/>
985 mrdocs 1252
        <source>createBezierLine(list, [&quot;name&quot;]) -&gt; string
1253
 
1254
Creates a new bezier curve and returns its name. The points for the bezier
1255
curve are stored in the list &quot;list&quot; in the following order:
1256
[x1, y1, kx1, ky1, x2, y2, kx2, ky2...xn. yn, kxn. kyn]
1257
In the points list, x and y mean the x and y coordinates of the point and kx
1258
and ky meaning the control point for the curve.  The coordinates are given in
1259
the current measurement units of the document (see UNIT constants). &quot;name&quot;
1260
should be a unique identifier for the object because you need this name for
1261
further access to that object. If &quot;name&quot; is not given Scribus will create one
1262
for you.
1263
 
1264
May raise NameExistsError if you explicitly pass a name that&apos;s already used.
1265
May raise ValueError if an insufficient number of points is passed or if
1266
the number of values passed don&apos;t group into points without leftovers.
1267
</source>
1268
        <translation type="unfinished"></translation>
1269
    </message>
1270
    <message>
14474 cbradney 1271
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="155"/>
985 mrdocs 1272
        <source>createPathText(x, y, &quot;textbox&quot;, &quot;beziercurve&quot;, [&quot;name&quot;]) -&gt; string
1273
 
1274
Creates a new pathText by merging the two objects &quot;textbox&quot; and
1275
&quot;beziercurve&quot; and returns its name. The coordinates are given in the current
1276
measurement unit of the document (see UNIT constants). &quot;name&quot; should be a
1277
unique identifier for the object because you need this name for further access
1278
to that object. If &quot;name&quot; is not given Scribus will create one for you.
1279
 
1280
May raise NameExistsError if you explicitly pass a name that&apos;s already used.
1281
May raise NotFoundError if one or both of the named base object don&apos;t exist.
1282
</source>
1283
        <translation type="unfinished"></translation>
1284
    </message>
1285
    <message>
14474 cbradney 1286
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="173"/>
985 mrdocs 1287
        <source>deleteObject([&quot;name&quot;])
1288
 
1289
Deletes the item with the name &quot;name&quot;. If &quot;name&quot; is not given the currently
1290
selected item is deleted.
1291
</source>
1292
        <translation type="unfinished"></translation>
1293
    </message>
1294
    <message>
14474 cbradney 1295
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="184"/>
12535 cbradney 1296
        <source>textFlowMode(&quot;name&quot; [, state])
1297
 
1298
Enables/disables &quot;Text Flows Around Frame&quot; feature for object &quot;name&quot;.
1299
Called with parameters string name and optional int &quot;state&quot; (0 &lt;= state &lt;= 3).
1300
Setting &quot;state&quot; to 0 will disable text flow.
1301
Setting &quot;state&quot; to 1 will make text flow around object frame.
1302
Setting &quot;state&quot; to 2 will make text flow around bounding box.
1303
Setting &quot;state&quot; to 3 will make text flow around contour line.
1304
If &quot;state&quot; is not passed, text flow is toggled.
1305
</source>
1306
        <translation type="unfinished"></translation>
1307
    </message>
1308
    <message>
14474 cbradney 1309
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="206"/>
985 mrdocs 1310
        <source>objectExists([&quot;name&quot;]) -&gt; bool
1311
 
1312
Test if an object with specified name really exists in the document.
1313
The optional parameter is the object name. When no object name is given,
1314
returns True if there is something selected.
1315
</source>
1316
        <translation type="unfinished"></translation>
1317
    </message>
1318
    <message>
14474 cbradney 1319
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="223"/>
985 mrdocs 1320
        <source>setStyle(&quot;style&quot; [, &quot;name&quot;])
1321
 
14474 cbradney 1322
Apply the named &quot;style&quot; to the object named &quot;name&quot;. If object name is
1323
given, style is applied to the current text selection in object &quot;name&quot;.
1324
If no object name is given, style is applied on selected object.
985 mrdocs 1325
</source>
1326
        <translation type="unfinished"></translation>
1327
    </message>
1328
    <message>
14474 cbradney 1329
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="238"/>
985 mrdocs 1330
        <source>getAllStyles() -&gt; list
1331
 
1332
Return a list of the names of all paragraph styles in the current document.
1333
</source>
1334
        <translation type="unfinished"></translation>
1335
    </message>
1336
    <message>
14474 cbradney 1337
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="250"/>
12535 cbradney 1338
        <source>duplicateObject([&quot;name&quot;]) -&gt; string
1339
 
1340
creates a Duplicate of the selected Object (or Selection Group).
1341
</source>
1342
        <translation type="unfinished"></translation>
1343
    </message>
1344
    <message>
14474 cbradney 1345
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="17"/>
12535 cbradney 1346
        <source>newPage(where [,&quot;masterpage&quot;])
1347
 
1348
Creates a new page. If &quot;where&quot; is -1 the new Page is appended to the
1349
document, otherwise the new page is inserted before &quot;where&quot;. Page numbers are
1350
counted from 1 upwards, no matter what the displayed first page number of your
1351
document is. The optional parameter &quot;masterpage&quot; specifies the name of the
1352
master page for the new page.
1353
 
1354
May raise IndexError if the page number is out of range
1355
</source>
1356
        <translation type="unfinished"></translation>
1357
    </message>
1358
    <message>
14474 cbradney 1359
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="32"/>
985 mrdocs 1360
        <source>currentPage() -&gt; integer
1361
 
1362
Returns the number of the current working page. Page numbers are counted from 1
1363
upwards, no matter what the displayed first page number of your document is.
1364
</source>
1365
        <translation type="unfinished"></translation>
1366
    </message>
1367
    <message>
14474 cbradney 1368
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="42"/>
985 mrdocs 1369
        <source>redrawAll()
1370
 
1371
Redraws all pages.
1372
</source>
1373
        <translation type="unfinished"></translation>
1374
    </message>
1375
    <message>
14474 cbradney 1376
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="51"/>
12535 cbradney 1377
        <source>getPageType() -&gt; integer
1378
 
1379
Returns the type of the Page, 0 means left Page, 1 is a middle Page and 2 is a right Page
1380
</source>
1381
        <translation type="unfinished"></translation>
1382
    </message>
1383
    <message>
14474 cbradney 1384
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="60"/>
985 mrdocs 1385
        <source>savePageAsEPS(&quot;name&quot;)
1386
 
1387
Saves the current page as an EPS to the file &quot;name&quot;.
1388
 
1389
May raise ScribusError if the save failed.
1390
</source>
1391
        <translation type="unfinished"></translation>
1392
    </message>
1393
    <message>
14474 cbradney 1394
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="71"/>
985 mrdocs 1395
        <source>deletePage(nr)
1396
 
1397
Deletes the given page. Does nothing if the document contains only one page.
1398
Page numbers are counted from 1 upwards, no matter what the displayed first
1399
page number is.
1400
 
1401
May raise IndexError if the page number is out of range
1402
</source>
1403
        <translation type="unfinished"></translation>
1404
    </message>
1405
    <message>
14474 cbradney 1406
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="84"/>
12535 cbradney 1407
        <source>gotoPage(nr)
1408
 
1409
Moves to the page &quot;nr&quot; (that is, makes the current page &quot;nr&quot;). Note that
1410
gotoPage doesn&apos;t (currently) change the page the user&apos;s view is displaying, it
1411
just sets the page that script commands will operates on.
1412
 
1413
May raise IndexError if the page number is out of range.
1414
</source>
1415
        <translation type="unfinished"></translation>
1416
    </message>
1417
    <message>
14474 cbradney 1418
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="97"/>
985 mrdocs 1419
        <source>pageCount() -&gt; integer
1420
 
1421
Returns the number of pages in the document.
1422
</source>
1423
        <translation type="unfinished"></translation>
1424
    </message>
1425
    <message>
14474 cbradney 1426
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="106"/>
985 mrdocs 1427
        <source>getHGuides() -&gt; list
1428
 
1429
Returns a list containing positions of the horizontal guides. Values are in the
1430
document&apos;s current units - see UNIT_&lt;type&gt; constants.
1431
</source>
1432
        <translation type="unfinished"></translation>
1433
    </message>
1434
    <message>
14474 cbradney 1435
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="116"/>
985 mrdocs 1436
        <source>setHGuides(list)
1437
 
1438
Sets horizontal guides. Input parameter must be a list of guide positions
1439
measured in the current document units - see UNIT_&lt;type&gt; constants.
1440
 
1441
Example: setHGuides(getHGuides() + [200.0, 210.0] # add new guides without any lost
1442
         setHGuides([90,250]) # replace current guides entirely
1443
</source>
1444
        <translation type="unfinished"></translation>
1445
    </message>
1446
    <message>
14474 cbradney 1447
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="129"/>
985 mrdocs 1448
        <source>getVGuides()
1449
 
1450
See getHGuides.
1451
</source>
1452
        <translation type="unfinished"></translation>
1453
    </message>
1454
    <message>
14474 cbradney 1455
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="138"/>
985 mrdocs 1456
        <source>setVGuides()
1457
 
1458
See setHGuides.
1459
</source>
1460
        <translation type="unfinished"></translation>
1461
    </message>
1462
    <message>
14474 cbradney 1463
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="147"/>
985 mrdocs 1464
        <source>getPageSize() -&gt; tuple
1465
 
1466
Returns a tuple with page dimensions measured in the document&apos;s current units.
1467
See UNIT_&lt;type&gt; constants and getPageMargins()
1468
</source>
1469
        <translation type="unfinished"></translation>
1470
    </message>
1471
    <message>
14474 cbradney 1472
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="161"/>
1473
        <source>getPageNSize() -&gt; tuple
1474
 
1475
Returns a tuple with a particular page&apos;s size measured in the document&apos;s current units.
1476
See UNIT_&lt;type&gt; constants and getPageMargins()
1477
</source>
1478
        <translation type="unfinished"></translation>
1479
    </message>
1480
    <message>
1481
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="174"/>
1482
        <source>getPageNMargins() -&gt; tuple
1483
 
1484
Returns a tuple with a particular page&apos;s margins measured in the document&apos;s current units.
1485
See UNIT_&lt;type&gt; constants and getPageMargins()
1486
</source>
1487
        <translation type="unfinished"></translation>
1488
    </message>
1489
    <message>
1490
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="187"/>
985 mrdocs 1491
        <source>getPageItems() -&gt; list
1492
 
1493
Returns a list of tuples with items on the current page. The tuple is:
1494
(name, objectType, order) E.g. [(&apos;Text1&apos;, 4, 0), (&apos;Image1&apos;, 2, 1)]
1495
means that object named &apos;Text1&apos; is a text frame (type 4) and is the first at
1496
the page...
1497
</source>
1498
        <translation type="unfinished"></translation>
1499
    </message>
1500
    <message>
14474 cbradney 1501
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="203"/>
12535 cbradney 1502
        <source>getPageMargins()
1503
 
1504
Returns the page margins as a (top, left, right, bottom) tuple in the current
1505
units. See UNIT_&lt;type&gt; constants and getPageSize().
1506
</source>
1507
        <translation type="unfinished"></translation>
1508
    </message>
1509
    <message>
14474 cbradney 1510
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="216"/>
12535 cbradney 1511
        <source>importPage(&quot;fromDoc&quot;, (pageList), [create, imortwhere, importwherePage])
1512
 
1513
Imports a set of pages (given as a tuple) from an existing document (the file name must be given). This functions maps the &quot;Page-&gt;Import&quot; dropdown menu function.
1514
fromDoc: string; the filename of the document to import pages from
1515
pageList: tuple with page numbers of pages to import
1516
create: number; 0 to replace existing pages, 1 (default) to insert new pages
1517
importWhere: number; the page number (of the current document) at which import the pages
1518
importWherePage: number; used if create==1; 0 to create pages before selected page; 1 to create pages after selected page; 2 (default) to create pages at the end of the document
1519
</source>
1520
        <translation type="unfinished"></translation>
1521
    </message>
1522
    <message>
14474 cbradney 1523
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="17"/>
12535 cbradney 1524
        <source>setGradientFill(type, &quot;color1&quot;, shade1, &quot;color2&quot;, shade2, [&quot;name&quot;])
1525
 
1526
Sets the gradient fill of the object &quot;name&quot; to type. Color descriptions are
1527
the same as for setFillColor() and setFillShade(). See the constants for
1528
available types (FILL_&lt;type&gt;).
1529
</source>
1530
        <translation type="unfinished"></translation>
1531
    </message>
1532
    <message>
14474 cbradney 1533
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="39"/>
985 mrdocs 1534
        <source>setFillColor(&quot;color&quot;, [&quot;name&quot;])
1535
 
1536
Sets the fill color of the object &quot;name&quot; to the color &quot;color&quot;. &quot;color&quot;
1537
is the name of one of the defined colors. If &quot;name&quot; is not given the
1538
currently selected item is used.
1539
</source>
1540
        <translation type="unfinished"></translation>
1541
    </message>
1542
    <message>
14474 cbradney 1543
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="50"/>
12535 cbradney 1544
        <source>setFillTransparency(transparency, [&quot;name&quot;])
1545
 
1546
Sets the fill transparency of the object &quot;name&quot; to transparency
1547
If &quot;name&quot; is not given the currently selected item is used.
1548
</source>
1549
        <translation type="unfinished"></translation>
1550
    </message>
1551
    <message>
14474 cbradney 1552
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="60"/>
12535 cbradney 1553
        <source>setFillBlendmode(blendmode, [&quot;name&quot;])
1554
 
1555
Sets the fill blendmode of the object &quot;name&quot; to blendmode
1556
If &quot;name&quot; is not given the currently selected item is used.
1557
</source>
1558
        <translation type="unfinished"></translation>
1559
    </message>
1560
    <message>
14474 cbradney 1561
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="70"/>
985 mrdocs 1562
        <source>setLineColor(&quot;color&quot;, [&quot;name&quot;])
1563
 
1564
Sets the line color of the object &quot;name&quot; to the color &quot;color&quot;. If &quot;name&quot;
1565
is not given the currently selected item is used.
1566
</source>
1567
        <translation type="unfinished"></translation>
1568
    </message>
1569
    <message>
14474 cbradney 1570
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="80"/>
12535 cbradney 1571
        <source>setLineTransparency(transparency, [&quot;name&quot;])
1572
 
1573
Sets the line transparency of the object &quot;name&quot; to transparency
1574
If &quot;name&quot; is not given the currently selected item is used.
1575
</source>
1576
        <translation type="unfinished"></translation>
1577
    </message>
1578
    <message>
14474 cbradney 1579
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="90"/>
12535 cbradney 1580
        <source>setLineBlendmode(blendmode, [&quot;name&quot;])
1581
 
1582
Sets the line blendmode of the object &quot;name&quot; to blendmode
1583
If &quot;name&quot; is not given the currently selected item is used.
1584
</source>
1585
        <translation type="unfinished"></translation>
1586
    </message>
1587
    <message>
14474 cbradney 1588
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="100"/>
985 mrdocs 1589
        <source>setLineWidth(width, [&quot;name&quot;])
1590
 
1591
Sets line width of the object &quot;name&quot; to &quot;width&quot;. &quot;width&quot; must be in the
1592
range from 0.0 to 12.0 inclusive, and is measured in points. If &quot;name&quot; is not
1593
given the currently selected item is used.
1594
 
1595
May raise ValueError if the line width is out of bounds.
1596
</source>
1597
        <translation type="unfinished"></translation>
1598
    </message>
1599
    <message>
14474 cbradney 1600
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="113"/>
985 mrdocs 1601
        <source>setLineShade(shade, [&quot;name&quot;])
1602
 
1603
Sets the shading of the line color of the object &quot;name&quot; to &quot;shade&quot;.
1604
&quot;shade&quot; must be an integer value in the range from 0 (lightest) to 100
1605
(full color intensity). If &quot;name&quot; is not given the currently selected item
1606
is used.
1607
 
1608
May raise ValueError if the line shade is out of bounds.
1609
</source>
1610
        <translation type="unfinished"></translation>
1611
    </message>
1612
    <message>
14474 cbradney 1613
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="127"/>
985 mrdocs 1614
        <source>setLineJoin(join, [&quot;name&quot;])
1615
 
1616
Sets the line join style of the object &quot;name&quot; to the style &quot;join&quot;.
1617
If &quot;name&quot; is not given the currently selected item is used. There are
1618
predefined constants for join - JOIN_&lt;type&gt;.
1619
</source>
1620
        <translation type="unfinished"></translation>
1621
    </message>
1622
    <message>
14474 cbradney 1623
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="138"/>
985 mrdocs 1624
        <source>setLineEnd(endtype, [&quot;name&quot;])
1625
 
1626
Sets the line cap style of the object &quot;name&quot; to the style &quot;cap&quot;.
1627
If &quot;name&quot; is not given the currently selected item is used. There are
1628
predefined constants for &quot;cap&quot; - CAP_&lt;type&gt;.
1629
</source>
1630
        <translation type="unfinished"></translation>
1631
    </message>
1632
    <message>
14474 cbradney 1633
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="149"/>
985 mrdocs 1634
        <source>setLineStyle(style, [&quot;name&quot;])
1635
 
1636
Sets the line style of the object &quot;name&quot; to the style &quot;style&quot;. If &quot;name&quot;
1637
is not given the currently selected item is used. There are predefined
1638
constants for &quot;style&quot; - LINE_&lt;style&gt;.
1639
</source>
1640
        <translation type="unfinished"></translation>
1641
    </message>
1642
    <message>
14474 cbradney 1643
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="160"/>
985 mrdocs 1644
        <source>setFillShade(shade, [&quot;name&quot;])
1645
 
1646
Sets the shading of the fill color of the object &quot;name&quot; to &quot;shade&quot;.
1647
&quot;shade&quot; must be an integer value in the range from 0 (lightest) to 100
1648
(full Color intensity). If &quot;name&quot; is not given the currently selected
1649
Item is used.
1650
 
1651
May raise ValueError if the fill shade is out of bounds.
1652
</source>
1653
        <translation type="unfinished"></translation>
1654
    </message>
1655
    <message>
14474 cbradney 1656
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="174"/>
985 mrdocs 1657
        <source>setCornerRadius(radius, [&quot;name&quot;])
1658
 
1659
Sets the corner radius of the object &quot;name&quot;. The radius is expressed
1660
in points. If &quot;name&quot; is not given the currently selected item is used.
1661
 
1662
May raise ValueError if the corner radius is negative.
1663
</source>
1664
        <translation type="unfinished"></translation>
1665
    </message>
1666
    <message>
14474 cbradney 1667
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="186"/>
985 mrdocs 1668
        <source>setMultiLine(&quot;namedStyle&quot;, [&quot;name&quot;])
1669
 
1670
Sets the line style of the object &quot;name&quot; to the named style &quot;namedStyle&quot;.
1671
If &quot;name&quot; is not given the currently selected item is used.
1672
 
1673
May raise NotFoundError if the line style doesn&apos;t exist.
1674
</source>
1675
        <translation type="unfinished"></translation>
1676
    </message>
1677
    <message>
14474 cbradney 1678
        <location filename="../../../scribus/plugins/scriptplugin/cmdstyle.h" line="22"/>
12535 cbradney 1679
        <source>createParagraphStyle(...)
1680
 
1681
Creates a paragraph style. This function takes the following keyword parameters:
1682
 
1683
&quot;name&quot; [required] -&gt; specifies the name of the paragraphstyle to create
1684
 
1685
linespacingmode [optional] -&gt; specifies the linespacing mode; possible modes are:
1686
 
1687
fixed linespacing:          0
1688
 
1689
automatic linespacing:      1
1690
 
1691
baseline grid linespacing:  2
1692
 
1693
linespacing [optional] -&gt; specifies the linespacing if using fixed linespacing
1694
 
1695
alignment [optional] -&gt; specifies the alignment of the paragraph
1696
 
1697
-&gt; left:     0
1698
 
1699
-&gt; center:   1
1700
 
1701
-&gt; right:    2
1702
 
1703
-&gt; justify:  3
1704
 
1705
-&gt; extend:   4
1706
 
1707
leftmargin [optional], rightmargin [optional] -&gt; specify the margin
1708
 
1709
gapbefore [optional], gapafter [optional] -&gt; specify the gaps to the heading and following paragraphs
1710
 
1711
firstindent [optional] -&gt; the indent of the first line
1712
 
1713
hasdropcap [optional] -&gt; specifies if there are caps (1 = yes, 0 = no)
1714
 
1715
dropcaplines [optional] -&gt; height (in lines) of the caps if used
1716
 
1717
dropcapoffset [optional] -&gt; offset of the caps if used
1718
 
1719
&quot;charstyle&quot; [optional] -&gt; char style to use
1720
 
1721
</source>
1722
        <translation type="unfinished"></translation>
1723
    </message>
1724
    <message>
14474 cbradney 1725
        <location filename="../../../scribus/plugins/scriptplugin/cmdstyle.h" line="52"/>
12535 cbradney 1726
        <source>createCharStyle(...)
1727
 
1728
Creates a character style. This function takes the following keyword parameters:
1729
 
1730
&quot;name&quot; [required] -&gt; name of the char style to create
1731
 
1732
&quot;font&quot; [optional] -&gt; name of the font to use
1733
 
1734
fontsize [optional] -&gt; font size to set (double)
1735
 
1736
&quot;features&quot; [optional] -&gt; nearer typographic details can be defined by a string that might contain the following phrases comma-seperated (without spaces!):
1737
 
1738
-&gt; inherit
1739
 
1740
-&gt; bold
1741
 
1742
-&gt; italic
1743
 
1744
-&gt; underline
1745
 
1746
-&gt; underlinewords
1747
 
1748
-&gt; strike
1749
 
1750
-&gt; superscript
1751
 
1752
-&gt; subscript
1753
 
1754
-&gt; outline
1755
 
1756
-&gt; shadowed
1757
 
1758
-&gt; allcaps
1759
 
1760
-&gt; smallcaps
1761
 
1762
&quot;fillcolor&quot; [optional], &quot;fillshade&quot; [optional] -&gt; specify fill options
1763
 
1764
&quot;strokecolor&quot; [optional], &quot;strokeshade&quot; [optional] -&gt; specify stroke options
1765
 
1766
baselineoffset [optional] -&gt; offset of the baseline
1767
 
1768
shadowxoffset [optional], shadowyoffset [optional] -&gt; offset of the shadow if used
1769
 
1770
outlinewidth [optional] -&gt; width of the outline if used
1771
 
1772
underlineoffset [optional], underlinewidth [optional] -&gt; underline options if used
1773
 
1774
strikethruoffset [optional], strikethruwidth [optional] -&gt; strikethru options if used
1775
 
1776
scaleh [optional], scalev [optional] -&gt; scale of the chars
1777
 
1778
tracking [optional] -&gt; tracking of the text
1779
 
1780
&quot;language&quot; [optional] -&gt; language code
1781
 
1782
</source>
1783
        <translation type="unfinished"></translation>
1784
    </message>
1785
    <message>
14474 cbradney 1786
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="17"/>
12535 cbradney 1787
        <source>getFontSize([&quot;name&quot;]) -&gt; float
1788
 
1789
Returns the font size in points for the text frame &quot;name&quot;. If this text
1790
frame has some text selected the value assigned to the first character of
1791
the selection is returned.
1792
If &quot;name&quot; is not given the currently selected item is used.
1793
</source>
1794
        <translation type="unfinished"></translation>
1795
    </message>
1796
    <message>
14474 cbradney 1797
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="29"/>
985 mrdocs 1798
        <source>getFont([&quot;name&quot;]) -&gt; string
1799
 
1800
Returns the font name for the text frame &quot;name&quot;. If this text frame
1801
has some text selected the value assigned to the first character
1802
of the selection is returned. If &quot;name&quot; is not given the currently
1803
selected item is used.
1804
</source>
1805
        <translation type="unfinished"></translation>
1806
    </message>
1807
    <message>
14474 cbradney 1808
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="41"/>
985 mrdocs 1809
        <source>getTextLength([&quot;name&quot;]) -&gt; integer
1810
 
1811
Returns the length of the text in the text frame &quot;name&quot;.
1812
If &quot;name&quot; is not given the currently selected item is used.
1813
</source>
1814
        <translation type="unfinished"></translation>
1815
    </message>
1816
    <message>
14474 cbradney 1817
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="51"/>
12535 cbradney 1818
        <source>getTextLines([&quot;name&quot;]) -&gt; integer
1819
 
1820
Returns the number of lines of the text in the text frame &quot;name&quot;.
1821
If &quot;name&quot; is not given the currently selected item is used.
1822
</source>
1823
        <translation type="unfinished"></translation>
1824
    </message>
1825
    <message>
14474 cbradney 1826
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="61"/>
985 mrdocs 1827
        <source>getText([&quot;name&quot;]) -&gt; string
1828
 
1829
Returns the text of the text frame &quot;name&quot;. If this text frame has some text
1830
selected, the selected text is returned. All text in the frame, not just
1831
currently visible text, is returned. If &quot;name&quot; is not given the currently
1832
selected item is used.
1833
</source>
1834
        <translation type="unfinished"></translation>
1835
    </message>
1836
    <message>
14474 cbradney 1837
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="73"/>
985 mrdocs 1838
        <source>getAllText([&quot;name&quot;]) -&gt; string
1839
 
1840
Returns the text of the text frame &quot;name&quot; and of all text frames which are
1841
linked with this frame. If this textframe has some text selected, the selected
1842
text is returned. If &quot;name&quot; is not given the currently selected item is
1843
used.
1844
</source>
1845
        <translation type="unfinished"></translation>
1846
    </message>
1847
    <message>
14474 cbradney 1848
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="85"/>
985 mrdocs 1849
        <source>getLineSpacing([&quot;name&quot;]) -&gt; float
1850
 
1851
Returns the line spacing (&quot;leading&quot;) of the text frame &quot;name&quot; expressed in
1852
points. If &quot;name&quot; is not given the currently selected item is used.
1853
</source>
1854
        <translation type="unfinished"></translation>
1855
    </message>
1856
    <message>
14474 cbradney 1857
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="95"/>
12535 cbradney 1858
        <source>getTextDistances([&quot;name&quot;]) -&gt; tuple
1859
 
1860
Returns the text distances of the text frame &quot;name&quot; expressed in points. The
1861
distances are returned as a tuple like (left, right, top, bottom). If &quot;name&quot;
1862
is not given the currently selected item is used.
1863
</source>
1864
        <translation type="unfinished"></translation>
1865
    </message>
1866
    <message>
14474 cbradney 1867
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="106"/>
985 mrdocs 1868
        <source>getColumnGap([&quot;name&quot;]) -&gt; float
1869
 
1870
Returns the column gap size of the text frame &quot;name&quot; expressed in points. If
1871
&quot;name&quot; is not given the currently selected item is used.
1872
</source>
1873
        <translation type="unfinished"></translation>
1874
    </message>
1875
    <message>
14474 cbradney 1876
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="116"/>
985 mrdocs 1877
        <source>getColumns([&quot;name&quot;]) -&gt; integer
1878
 
1879
Gets the number of columns of the text frame &quot;name&quot;. If &quot;name&quot; is not
1880
given the currently selected item is used.
1881
</source>
1882
        <translation type="unfinished"></translation>
1883
    </message>
1884
    <message>
14474 cbradney 1885
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="126"/>
985 mrdocs 1886
        <source>setText(&quot;text&quot;, [&quot;name&quot;])
1887
 
1888
Sets the text of the text frame &quot;name&quot; to the text of the string &quot;text&quot;.
1889
Text must be UTF8 encoded - use e.g. unicode(text, &apos;iso-8859-2&apos;). See the FAQ
1890
for more details. If &quot;name&quot; is not given the currently selected item is
1891
used.
1892
</source>
1893
        <translation type="unfinished"></translation>
1894
    </message>
1895
    <message>
14474 cbradney 1896
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="138"/>
12535 cbradney 1897
        <source>insertText(&quot;text&quot;, pos, [&quot;name&quot;])
1898
 
1899
Inserts the text &quot;text&quot; at the position &quot;pos&quot; into the text frame &quot;name&quot;.
1900
Text must be UTF encoded (see setText() as reference) The first character has an
1901
index of 0. Inserting text at position -1 appends it to the frame. If &quot;name&quot; is
1902
not given the currently selected Item is used.
1903
 
1904
May throw IndexError for an insertion out of bounds.
1905
</source>
1906
        <translation type="unfinished"></translation>
1907
    </message>
1908
    <message>
14474 cbradney 1909
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="152"/>
985 mrdocs 1910
        <source>setFont(&quot;font&quot;, [&quot;name&quot;])
1911
 
1912
Sets the font of the text frame &quot;name&quot; to &quot;font&quot;. If there is some text
1913
selected only the selected text is changed.  If &quot;name&quot; is not given the
1914
currently selected item is used.
1915
 
1916
May throw ValueError if the font cannot be found.
1917
</source>
1918
        <translation type="unfinished"></translation>
1919
    </message>
1920
    <message>
14474 cbradney 1921
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="165"/>
985 mrdocs 1922
        <source>setFontSize(size, [&quot;name&quot;])
1923
 
1924
Sets the font size of the text frame &quot;name&quot; to &quot;size&quot;. &quot;size&quot; is treated
1925
as a value in points. If there is some text selected only the selected text is
1926
changed. &quot;size&quot; must be in the range 1 to 512. If &quot;name&quot; is not given the
1927
currently selected item is used.
1928
 
1929
May throw ValueError for a font size that&apos;s out of bounds.
1930
</source>
1931
        <translation type="unfinished"></translation>
1932
    </message>
1933
    <message>
14474 cbradney 1934
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="179"/>
985 mrdocs 1935
        <source>setLineSpacing(size, [&quot;name&quot;])
1936
 
1937
Sets the line spacing (&quot;leading&quot;) of the text frame &quot;name&quot; to &quot;size&quot;.
1938
&quot;size&quot; is a value in points. If &quot;name&quot; is not given the currently selected
1939
item is used.
1940
 
1941
May throw ValueError if the line spacing is out of bounds.
1942
</source>
1943
        <translation type="unfinished"></translation>
1944
    </message>
1945
    <message>
14474 cbradney 1946
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="192"/>
1947
        <source>setLineSpacingMode(mode, [&quot;name&quot;])
1948
 
1949
Sets the line spacing mode of the text frame &quot;name&quot; to &quot;mode&quot;.
1950
If &quot;name&quot; is not given the currently selected
1951
item is used.
1952
Mode values are the same as in createParagraphStyle.
1953
 
1954
May throw ValueError if the mode is out of bounds.
1955
</source>
1956
        <translation type="unfinished"></translation>
1957
    </message>
1958
    <message>
1959
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="206"/>
12535 cbradney 1960
        <source>setTextDistances(left, right, top, bottom, [&quot;name&quot;])
1961
 
1962
Sets the text distances of the text frame &quot;name&quot; to the values &quot;left&quot;
1963
&quot;right&quot;, &quot;top&quot; and &quot;bottom&quot;. If &quot;name&quot; is not given the currently
1964
selected item is used.
1965
 
1966
May throw ValueError if any of the distances are out of bounds (must be positive).
1967
</source>
1968
        <translation type="unfinished"></translation>
1969
    </message>
1970
    <message>
14474 cbradney 1971
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="219"/>
985 mrdocs 1972
        <source>setColumnGap(size, [&quot;name&quot;])
1973
 
1974
Sets the column gap of the text frame &quot;name&quot; to the value &quot;size&quot;. If
1975
&quot;name&quot; is not given the currently selected item is used.
1976
 
1977
May throw ValueError if the column gap is out of bounds (must be positive).
1978
</source>
1979
        <translation type="unfinished"></translation>
1980
    </message>
1981
    <message>
14474 cbradney 1982
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="231"/>
985 mrdocs 1983
        <source>setColumns(nr, [&quot;name&quot;])
1984
 
1985
Sets the number of columns of the text frame &quot;name&quot; to the integer &quot;nr&quot;.
1986
If &quot;name&quot; is not given the currently selected item is used.
1987
 
1988
May throw ValueError if number of columns is not at least one.
1989
</source>
1990
        <translation type="unfinished"></translation>
1991
    </message>
1992
    <message>
14474 cbradney 1993
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="243"/>
985 mrdocs 1994
        <source>setTextAlignment(align, [&quot;name&quot;])
1995
 
1996
Sets the text alignment of the text frame &quot;name&quot; to the specified alignment.
1997
If &quot;name&quot; is not given the currently selected item is used. &quot;align&quot; should
1998
be one of the ALIGN_ constants defined in this module - see dir(scribus).
1999
 
2000
May throw ValueError for an invalid alignment constant.
2001
</source>
2002
        <translation type="unfinished"></translation>
2003
    </message>
2004
    <message>
14474 cbradney 2005
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="256"/>
12535 cbradney 2006
        <source>selectText(start, count, [&quot;name&quot;])
2007
 
2008
Selects &quot;count&quot; characters of text in the text frame &quot;name&quot; starting from the
2009
character &quot;start&quot;. Character counting starts at 0. If &quot;count&quot; is zero, any
2010
text selection will be cleared.  If &quot;name&quot; is not given the currently
2011
selected item is used.
2012
 
2013
May throw IndexError if the selection is outside the bounds of the text.
2014
</source>
2015
        <translation type="unfinished"></translation>
2016
    </message>
2017
    <message>
14474 cbradney 2018
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="270"/>
985 mrdocs 2019
        <source>deleteText([&quot;name&quot;])
2020
 
2021
Deletes any text in the text frame &quot;name&quot;. If there is some text selected,
2022
only the selected text will be deleted. If &quot;name&quot; is not given the currently
2023
selected item is used.
2024
</source>
2025
        <translation type="unfinished"></translation>
2026
    </message>
2027
    <message>
14474 cbradney 2028
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="281"/>
985 mrdocs 2029
        <source>setTextColor(&quot;color&quot;, [&quot;name&quot;])
2030
 
2031
Sets the text color of the text frame &quot;name&quot; to the color &quot;color&quot;. If there
2032
is some text selected only the selected text is changed. If &quot;name&quot; is not
2033
given the currently selected item is used.
2034
</source>
2035
        <translation type="unfinished"></translation>
2036
    </message>
2037
    <message>
14474 cbradney 2038
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="292"/>
985 mrdocs 2039
        <source>setTextStroke(&quot;color&quot;, [&quot;name&quot;])
2040
 
2041
Set &quot;color&quot; of the text stroke. If &quot;name&quot; is not given the currently
2042
selected item is used.
2043
</source>
2044
        <translation type="unfinished"></translation>
2045
    </message>
2046
    <message>
14474 cbradney 2047
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="322"/>
985 mrdocs 2048
        <source>setTextShade(shade, [&quot;name&quot;])
2049
 
2050
Sets the shading of the text color of the object &quot;name&quot; to &quot;shade&quot;. If
2051
there is some text selected only the selected text is changed. &quot;shade&quot; must
2052
be an integer value in the range from 0 (lightest) to 100 (full color
2053
intensity). If &quot;name&quot; is not given the currently selected item is
2054
used.
2055
</source>
2056
        <translation type="unfinished"></translation>
2057
    </message>
2058
    <message>
14474 cbradney 2059
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="335"/>
985 mrdocs 2060
        <source>linkTextFrames(&quot;fromname&quot;, &quot;toname&quot;)
2061
 
2062
Link two text frames. The frame named &quot;fromname&quot; is linked to the
2063
frame named &quot;toname&quot;. The target frame must be an empty text frame
2064
and must not link to or be linked from any other frames already.
2065
 
2066
May throw ScribusException if linking rules are violated.
2067
</source>
2068
        <translation type="unfinished"></translation>
2069
    </message>
2070
    <message>
14474 cbradney 2071
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="352"/>
985 mrdocs 2072
        <source>unlinkTextFrames(&quot;name&quot;)
2073
 
2074
Remove the specified (named) object from the text frame flow/linkage. If the
2075
frame was in the middle of a chain, the previous and next frames will be
2076
connected, eg &apos;a-&gt;b-&gt;c&apos; becomes &apos;a-&gt;c&apos; when you unlinkTextFrames(b)&apos;
2077
 
2078
May throw ScribusException if linking rules are violated.
2079
</source>
2080
        <translation type="unfinished"></translation>
2081
    </message>
2082
    <message>
14474 cbradney 2083
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="369"/>
985 mrdocs 2084
        <source>traceText([&quot;name&quot;])
2085
 
2086
Convert the text frame &quot;name&quot; to outlines. If &quot;name&quot; is not given the
2087
currently selected item is used.</source>
2088
        <translation type="unfinished"></translation>
2089
    </message>
2090
    <message>
14474 cbradney 2091
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="380"/>
12535 cbradney 2092
        <source>textOverflows([&quot;name&quot;, nolinks]) -&gt; integer
985 mrdocs 2093
 
12535 cbradney 2094
Returns the actual number of overflowing characters in text frame &quot;name&quot;.
2095
If is nolinks set to non zero value it takes only one frame - it doesn&apos;t
2096
use text frame linking. Without this parameter it search all linking chain.
985 mrdocs 2097
 
12535 cbradney 2098
May raise WrongFrameTypeError if the target frame is not an text frame
985 mrdocs 2099
</source>
2100
        <translation type="unfinished"></translation>
2101
    </message>
2102
    <message>
14474 cbradney 2103
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="393"/>
12535 cbradney 2104
        <source>hyphenateText([&quot;name&quot;]) -&gt; bool
985 mrdocs 2105
 
12535 cbradney 2106
Does hyphenation on text frame &quot;name&quot;.
2107
If &quot;name&quot; is not given the currently selected item is used.
985 mrdocs 2108
 
12535 cbradney 2109
May raise WrongFrameTypeError if the target frame is not a text frame
985 mrdocs 2110
</source>
2111
        <translation type="unfinished"></translation>
2112
    </message>
2113
    <message>
14474 cbradney 2114
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="407"/>
12535 cbradney 2115
        <source>dehyphenateText([&quot;name&quot;]) -&gt; bool
985 mrdocs 2116
 
12535 cbradney 2117
Does dehyphenation on text frame &quot;name&quot;.
2118
If &quot;name&quot; is not given the currently selected item is used.
1525 cbradney 2119
 
12535 cbradney 2120
May raise WrongFrameTypeError if the target frame is not a text frame
1525 cbradney 2121
</source>
2122
        <translation type="unfinished"></translation>
2123
    </message>
2124
    <message>
14474 cbradney 2125
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="422"/>
12535 cbradney 2126
        <source>setPDFBookmark(&quot;toggle&quot;, [&quot;name&quot;])
1525 cbradney 2127
 
12535 cbradney 2128
Sets whether (toggle = 1) the text frame &quot;name&quot; is a bookmark nor not.
2129
If &quot;name&quot; is not given the currently selected item is used.
1525 cbradney 2130
 
12535 cbradney 2131
May raise WrongFrameTypeError if the target frame is not a text frame
1525 cbradney 2132
</source>
2133
        <translation type="unfinished"></translation>
2134
    </message>
2135
    <message>
14474 cbradney 2136
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="434"/>
2560 cbradney 2137
        <source>isPDFBookmark([&quot;name&quot;]) -&gt; bool
2138
 
2139
Returns true if the text frame &quot;name&quot; is a PDF bookmark.
2140
If &quot;name&quot; is not given the currently selected item is used.
2141
 
2142
May raise WrongFrameTypeError if the target frame is not a text frame
2143
</source>
2144
        <translation type="unfinished"></translation>
2145
    </message>
3064 cbradney 2146
    <message>
14474 cbradney 2147
        <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="17"/>
12535 cbradney 2148
        <source>messagebarText(&quot;string&quot;)
3064 cbradney 2149
 
12535 cbradney 2150
Writes the &quot;string&quot; into the Scribus message bar (status line). The text
2151
must be UTF8 encoded or &apos;unicode&apos; string(recommended).
3064 cbradney 2152
</source>
2153
        <translation type="unfinished"></translation>
2154
    </message>
3824 cbradney 2155
    <message>
14474 cbradney 2156
        <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="30"/>
12535 cbradney 2157
        <source>progressReset()
3824 cbradney 2158
 
12535 cbradney 2159
Cleans up the Scribus progress bar previous settings. It is called before the
2160
new progress bar use. See progressSet.
3824 cbradney 2161
</source>
2162
        <translation type="unfinished"></translation>
2163
    </message>
4141 cbradney 2164
    <message>
14474 cbradney 2165
        <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="43"/>
12535 cbradney 2166
        <source>progressTotal(max)
4141 cbradney 2167
 
12535 cbradney 2168
Sets the progress bar&apos;s maximum steps value to the specified number.
2169
See progressSet.
4141 cbradney 2170
</source>
2171
        <translation type="unfinished"></translation>
2172
    </message>
2173
    <message>
14474 cbradney 2174
        <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="52"/>
12535 cbradney 2175
        <source>progressSet(nr)
4141 cbradney 2176
 
12535 cbradney 2177
Set the progress bar position to &quot;nr&quot;, a value relative to the previously set
2178
progressTotal. The progress bar uses the concept of steps; you give it the
2179
total number of steps and the number of steps completed so far and it will
2180
display the percentage of steps that have been completed. You can specify the
2181
total number of steps with progressTotal(). The current number of steps is set
2182
with progressSet(). The progress bar can be rewound to the beginning with
2183
progressReset(). [based on info taken from Trolltech&apos;s Qt docs]
4141 cbradney 2184
</source>
2185
        <translation type="unfinished"></translation>
2186
    </message>
2187
    <message>
14474 cbradney 2188
        <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="66"/>
12535 cbradney 2189
        <source>setCursor()
4141 cbradney 2190
 
12535 cbradney 2191
[UNSUPPORTED!] This might break things, so steer clear for now.
4141 cbradney 2192
</source>
2193
        <translation type="unfinished"></translation>
2194
    </message>
2195
    <message>
14474 cbradney 2196
        <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="78"/>
12535 cbradney 2197
        <source>docChanged(bool)
4141 cbradney 2198
 
12535 cbradney 2199
Enable/disable save icon in the Scribus icon bar and the Save menu item. It&apos;s
2200
useful to call this procedure when you&apos;re changing the document, because Scribus
2201
won&apos;t automatically notice when you change the document using a script.
4141 cbradney 2202
</source>
2203
        <translation type="unfinished"></translation>
2204
    </message>
2205
    <message>
14474 cbradney 2206
        <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="91"/>
4141 cbradney 2207
        <source>zoomDocument(double)
2208
 
2209
Zoom the document in main GUI window. Actions have whole number
2210
values like 20.0, 100.0, etc. Zoom to Fit uses -100 as a marker.
2211
</source>
2212
        <translation type="unfinished"></translation>
2213
    </message>
6261 cbradney 2214
    <message>
14474 cbradney 2215
        <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="103"/>
12535 cbradney 2216
        <source>scrollDocument(x,y)
9198 mrdocs 2217
 
12535 cbradney 2218
Scroll the document in main GUI window by x and y.
9198 mrdocs 2219
</source>
2220
        <translation type="unfinished"></translation>
2221
    </message>
2222
    <message>
14474 cbradney 2223
        <location filename="../../../scribus/plugins/scriptplugin/svgimport.h" line="15"/>
12535 cbradney 2224
        <source>placeSVG(&quot;filename&quot;, x, y)
9198 mrdocs 2225
 
12535 cbradney 2226
Places the SVG &quot;filename&quot; onto the current page,
2227
x and y specify the coordinate of the topleft corner of the SVG placed on the page
9198 mrdocs 2228
 
12535 cbradney 2229
If loading was successful, the selection contains the imported SVG
9198 mrdocs 2230
</source>
2231
        <translation type="unfinished"></translation>
2232
    </message>
2233
    <message>
14474 cbradney 2234
        <location filename="../../../scribus/plugins/scriptplugin/svgimport.h" line="27"/>
12535 cbradney 2235
        <source>placeEPS(&quot;filename&quot;, x, y)
6261 cbradney 2236
 
12535 cbradney 2237
Places the EPS &quot;filename&quot; onto the current page,
2238
x and y specify the coordinate of the topleft corner of the EPS placed on the page
6261 cbradney 2239
 
12535 cbradney 2240
If loading was successful, the selection contains the imported EPS
6261 cbradney 2241
</source>
2242
        <translation type="unfinished"></translation>
2243
    </message>
2244
    <message>
14474 cbradney 2245
        <location filename="../../../scribus/plugins/scriptplugin/svgimport.h" line="39"/>
9198 mrdocs 2246
        <source>placeSXD(&quot;filename&quot;, x, y)
6261 cbradney 2247
 
9198 mrdocs 2248
Places the SXD &quot;filename&quot; onto the current page,
2249
x and y specify the coordinate of the topleft corner of the SXD placed on the page
2250
 
2251
If loading was successful, the selection contains the imported SXD
6261 cbradney 2252
</source>
2253
        <translation type="unfinished"></translation>
2254
    </message>
2255
    <message>
14474 cbradney 2256
        <location filename="../../../scribus/plugins/scriptplugin/svgimport.h" line="51"/>
9198 mrdocs 2257
        <source>placeODG(&quot;filename&quot;, x, y)
6261 cbradney 2258
 
9198 mrdocs 2259
Places the ODG &quot;filename&quot; onto the current page,
2260
x and y specify the coordinate of the topleft corner of the ODG placed on the page
2261
 
2262
If loading was successful, the selection contains the imported ODG
6261 cbradney 2263
</source>
2264
        <translation type="unfinished"></translation>
2265
    </message>
14525 cbradney 2266
    <message>
2267
        <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="113"/>
2268
        <source>isSpotColor(&quot;name&quot;) -&gt; bool
2269
 
2270
Returns True if the color &quot;name&quot; is a spot color.
2271
See also setSpotColor()
2272
 
2273
May raise NotFoundError if a named color wasn&apos;t found.
2274
May raise ValueError if an invalid color name is specified.
2275
</source>
2276
        <translation type="unfinished"></translation>
2277
    </message>
2278
    <message>
2279
        <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="128"/>
2280
        <source>setSpotColor(&quot;name&quot;, spot)
2281
 
2282
Set the color &quot;name&quot; as a spot color if spot parameter is True.
2283
See also isSpotColor()
2284
 
2285
May raise NotFoundError if a named color wasn&apos;t found.
2286
May raise ValueError if an invalid color name is specified.
2287
</source>
2288
        <translation type="unfinished"></translation>
2289
    </message>
2290
    <message>
2291
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="159"/>
2292
        <source>scaleImage(x, y [, &quot;name&quot;])
2293
 
2294
Sets the internal scaling factors of the picture in the image frame &quot;name&quot;.
2295
If &quot;name&quot; is not given the currently selected item is used. A number of 1
2296
means 100 %. Internal scaling factors are different from the values shown on 
2297
properties palette. Note : deprecated, use setImageScale() instead.
2298
 
2299
May raise WrongFrameTypeError if the target frame is not an image frame
2300
</source>
2301
        <translation type="unfinished"></translation>
2302
    </message>
2303
    <message>
2304
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="173"/>
2305
        <source>setImageScale(x, y [, &quot;name&quot;])
2306
 
2307
Sets the scaling factors of the picture in the image frame &quot;name&quot;.
2308
If &quot;name&quot; is not given the currently selected item is used. A number of 1
2309
means 100 %. Scaling factors are equal to the values shown on properties palette.
2310
 
2311
May raise WrongFrameTypeError if the target frame is not an image frame
2312
</source>
2313
        <translation type="unfinished"></translation>
2314
    </message>
2315
    <message>
2316
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="28"/>
2317
        <source>setGradientStop(&quot;color&quot;, shade, opacity, ramppoint, [&quot;name&quot;])
2318
 
2319
Set or add a gradient stop to the gradient fill of the object &quot;name&quot; at position ramppoint.
2320
Color descriptions are the same as for setFillColor() and setFillShade(). setGradientFill()
2321
must have been called previously for the gradient fill to be visible.
2322
</source>
2323
        <translation type="unfinished"></translation>
2324
    </message>
2325
    <message>
2326
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="302"/>
2327
        <source>setTextScalingV(scale, [&quot;name&quot;])
2328
 
2329
Sets the vertical character scaling of the object &quot;name&quot; to &quot;scale&quot; in percent.
2330
If &quot;name&quot; is not given the currently selected item is used.
2331
</source>
2332
        <translation type="unfinished"></translation>
2333
    </message>
2334
    <message>
2335
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="312"/>
2336
        <source>setTextScalingH(scale, [&quot;name&quot;])
2337
 
2338
Sets the horizontal character scaling of the object &quot;name&quot; to &quot;scale&quot; in percent.
2339
If &quot;name&quot; is not given the currently selected item is used.
2340
</source>
2341
        <translation type="unfinished"></translation>
2342
    </message>
12535 cbradney 2343
</context>
2344
<context>
10294 cbradney 2345
    <name>AIPlug</name>
2346
    <message>
14747 cbradney 2347
        <location filename="../../../scribus/plugins/import/ai/importai.cpp" line="310"/>
10294 cbradney 2348
        <source>Importing: %1</source>
14525 cbradney 2349
        <translation>Импортируется: %1</translation>
10294 cbradney 2350
    </message>
2351
    <message>
14747 cbradney 2352
        <location filename="../../../scribus/plugins/import/ai/importai.cpp" line="313"/>
10294 cbradney 2353
        <source>Analyzing File:</source>
2354
        <translation>Анализируется файл:</translation>
2355
    </message>
2356
    <message>
14747 cbradney 2357
        <location filename="../../../scribus/plugins/import/ai/importai.cpp" line="219"/>
2358
        <location filename="../../../scribus/plugins/import/ai/importai.cpp" line="477"/>
10294 cbradney 2359
        <source>Group%1</source>
2360
        <translation>Группа%1</translation>
2361
    </message>
2362
    <message>
14747 cbradney 2363
        <location filename="../../../scribus/plugins/import/ai/importai.cpp" line="2779"/>
10294 cbradney 2364
        <source>Generating Items</source>
11637 mrdocs 2365
        <translation>Создание объектов</translation>
10294 cbradney 2366
    </message>
2367
</context>
2368
<context>
131 Franz 2369
    <name>About</name>
2370
    <message>
14474 cbradney 2371
        <location filename="../../../scribus/ui/about.cpp" line="305"/>
131 Franz 2372
        <source>Contributions from:</source>
391 Franz 2373
        <translation>Свой вклад в разработку внесли:</translation>
131 Franz 2374
    </message>
2375
    <message>
14474 cbradney 2376
        <location filename="../../../scribus/ui/about.cpp" line="188"/>
2560 cbradney 2377
        <source>&amp;About</source>
2378
        <translation>О &amp;программе</translation>
131 Franz 2379
    </message>
2380
    <message>
14474 cbradney 2381
        <location filename="../../../scribus/ui/about.cpp" line="201"/>
2560 cbradney 2382
        <source>A&amp;uthors</source>
2383
        <translation>&amp;Авторы</translation>
131 Franz 2384
    </message>
2385
    <message>
14474 cbradney 2386
        <location filename="../../../scribus/ui/about.cpp" line="215"/>
2560 cbradney 2387
        <source>&amp;Translations</source>
2388
        <translation>П&amp;ереводы</translation>
131 Franz 2389
    </message>
2390
    <message>
14474 cbradney 2391
        <location filename="../../../scribus/ui/about.cpp" line="226"/>
2560 cbradney 2392
        <source>&amp;Online</source>
2393
        <translation>В &amp;Интернете</translation>
131 Franz 2394
    </message>
2395
    <message>
14474 cbradney 2396
        <location filename="../../../scribus/ui/about.cpp" line="265"/>
2560 cbradney 2397
        <source>&amp;Close</source>
2398
        <translation>&amp;Закрыть</translation>
131 Franz 2399
    </message>
2400
    <message>
14474 cbradney 2401
        <location filename="../../../scribus/ui/about.cpp" line="297"/>
2560 cbradney 2402
        <source>Development Team:</source>
2403
        <translation>Команда разработчиков:</translation>
131 Franz 2404
    </message>
2405
    <message>
14474 cbradney 2406
        <location filename="../../../scribus/ui/about.cpp" line="307"/>
2560 cbradney 2407
        <source>Official Documentation:</source>
2408
        <translation>Официальная документация:</translation>
131 Franz 2409
    </message>
2410
    <message>
14474 cbradney 2411
        <location filename="../../../scribus/ui/about.cpp" line="311"/>
2560 cbradney 2412
        <source>Other Documentation:</source>
2413
        <translation>Остальная документация:</translation>
131 Franz 2414
    </message>
2415
    <message>
14474 cbradney 2416
        <location filename="../../../scribus/ui/about.cpp" line="345"/>
2560 cbradney 2417
        <source>Homepage</source>
2418
        <translation>Веб-сайт</translation>
131 Franz 2419
    </message>
2420
    <message>
14474 cbradney 2421
        <location filename="../../../scribus/ui/about.cpp" line="347"/>
2560 cbradney 2422
        <source>Online Reference</source>
2423
        <translation>Электронный справочник</translation>
131 Franz 2424
    </message>
2425
    <message>
14474 cbradney 2426
        <location filename="../../../scribus/ui/about.cpp" line="351"/>
2560 cbradney 2427
        <source>Bugs and Feature Requests</source>
2428
        <translation>Система отслеживания ошибок</translation>
131 Franz 2429
    </message>
2430
    <message>
14474 cbradney 2431
        <location filename="../../../scribus/ui/about.cpp" line="355"/>
2560 cbradney 2432
        <source>Mailing List</source>
2433
        <translation>Список рассылки</translation>
131 Franz 2434
    </message>
2435
    <message>
14474 cbradney 2436
        <location filename="../../../scribus/ui/about.cpp" line="329"/>
2560 cbradney 2437
        <source>Official Translations and Translators:</source>
2438
        <translation>Официальные переводы и переводчики:</translation>
131 Franz 2439
    </message>
2440
    <message>
14474 cbradney 2441
        <location filename="../../../scribus/ui/about.cpp" line="331"/>
2560 cbradney 2442
        <source>Previous Translation Contributors:</source>
2443
        <translation>Предыдущие авторы переводов:</translation>
131 Franz 2444
    </message>
2445
    <message>
14474 cbradney 2446
        <location filename="../../../scribus/ui/about.cpp" line="97"/>
2560 cbradney 2447
        <source>About Scribus %1</source>
2448
        <translation>О Scribus %1</translation>
131 Franz 2449
    </message>
2450
    <message>
14474 cbradney 2451
        <location filename="../../../scribus/ui/about.cpp" line="349"/>
2676 cbradney 2452
        <source>Wiki</source>
2453
        <translation>Вики</translation>
2454
    </message>
2455
    <message>
14474 cbradney 2456
        <location filename="../../../scribus/ui/about.cpp" line="125"/>
3824 cbradney 2457
        <source>%1 %2 %3</source>
4405 cbradney 2458
        <translation>%1 %2 %3</translation>
3824 cbradney 2459
    </message>
2460
    <message>
14474 cbradney 2461
        <location filename="../../../scribus/ui/about.cpp" line="133"/>
3824 cbradney 2462
        <source>%3-%2-%1 %4 %5</source>
4405 cbradney 2463
        <translation>%3-%2-%1 %4 %5</translation>
3824 cbradney 2464
    </message>
2465
    <message>
14474 cbradney 2466
        <location filename="../../../scribus/ui/about.cpp" line="183"/>
3824 cbradney 2467
        <source>Using Ghostscript version %1</source>
4405 cbradney 2468
        <translation>Используется GhostScript версии %1</translation>
3824 cbradney 2469
    </message>
2470
    <message>
14474 cbradney 2471
        <location filename="../../../scribus/ui/about.cpp" line="185"/>
3824 cbradney 2472
        <source>No Ghostscript version available</source>
4405 cbradney 2473
        <translation>Ни одна версия GS не  доступна</translation>
3824 cbradney 2474
    </message>
2475
    <message>
14474 cbradney 2476
        <location filename="../../../scribus/ui/about.cpp" line="186"/>
3824 cbradney 2477
        <source>Build ID:</source>
4405 cbradney 2478
        <translation>ID сборки:</translation>
3824 cbradney 2479
    </message>
2480
    <message>
14474 cbradney 2481
        <location filename="../../../scribus/ui/about.cpp" line="299"/>
4667 cbradney 2482
        <source>Mac OS&amp;#174; X Aqua Port:</source>
2483
        <translation>Портирование на Mac OS&amp;#174; X Aqua:</translation>
2484
    </message>
2485
    <message>
14474 cbradney 2486
        <location filename="../../../scribus/ui/about.cpp" line="303"/>
4667 cbradney 2487
        <source>Windows&amp;#174; Port:</source>
2488
        <translation>Портирование на Windows&amp;#174;:</translation>
2489
    </message>
4870 mrdocs 2490
    <message>
14474 cbradney 2491
        <location filename="../../../scribus/ui/about.cpp" line="317"/>
9198 mrdocs 2492
        <source>Tango Project Icons:</source>
2493
        <translation>Значки из проекта Tango:</translation>
4870 mrdocs 2494
    </message>
5079 cbradney 2495
    <message>
14474 cbradney 2496
        <location filename="../../../scribus/ui/about.cpp" line="301"/>
9198 mrdocs 2497
        <source>OS/2&amp;#174;/eComStation&amp;#8482; Port:</source>
2498
        <translation>Портирование на OS/2&amp;#174;/eComStation&amp;#8482;:</translation>
5079 cbradney 2499
    </message>
6261 cbradney 2500
    <message>
14474 cbradney 2501
        <location filename="../../../scribus/ui/about.cpp" line="229"/>
6261 cbradney 2502
        <source>&amp;Updates</source>
9198 mrdocs 2503
        <translation>О&amp;бновления</translation>
6261 cbradney 2504
    </message>
2505
    <message>
14474 cbradney 2506
        <location filename="../../../scribus/ui/about.cpp" line="277"/>
6261 cbradney 2507
        <source>Check for updates to Scribus. No data from your machine will be transferred off it.</source>
9198 mrdocs 2508
        <translation>Проверить наличие обновлений для Scribus. Никакие данные вашего компьютера не будут переданы.</translation>
6261 cbradney 2509
    </message>
9729 cbradney 2510
    <message>
14474 cbradney 2511
        <location filename="../../../scribus/ui/about.cpp" line="315"/>
9729 cbradney 2512
        <source>Splash Screen:</source>
10294 cbradney 2513
        <translation>Стартовая заставка:</translation>
9729 cbradney 2514
    </message>
2515
    <message>
14474 cbradney 2516
        <location filename="../../../scribus/ui/about.cpp" line="273"/>
9729 cbradney 2517
        <source>This panel shows the version, build date and compiled in library support in Scribus.</source>
10294 cbradney 2518
        <translation>Здесь показывается номер версии, дата сборки и поддержка разных библиотек в Scribus.</translation>
9729 cbradney 2519
    </message>
2520
    <message>
14474 cbradney 2521
        <location filename="../../../scribus/ui/about.cpp" line="274"/>
9729 cbradney 2522
        <source>The C-C-T-F equates to C=littlecms C=CUPS T=TIFF support F=Fontconfig support.Last Letter is the renderer C=cairo or Q=Qt</source>
10294 cbradney 2523
        <translation>Сокращение C-C-T-F означает: C=littlecms C=CUPS T=TIFF F=Fontconfig. Последняя буква — это либо C=cairo, либо Q=Qt</translation>
9729 cbradney 2524
    </message>
2525
    <message>
14474 cbradney 2526
        <location filename="../../../scribus/ui/about.cpp" line="275"/>
9729 cbradney 2527
        <source>Missing library support is indicated by a *. This also indicates the version of Ghostscript which Scribus has detected.</source>
10294 cbradney 2528
        <translation>Если библиотека не использована, вместо буквы подставляется астериск — *.  Здесь также отображается номер обнаруженной версии Ghostscript.</translation>
9729 cbradney 2529
    </message>
2530
    <message>
14474 cbradney 2531
        <location filename="../../../scribus/ui/about.cpp" line="276"/>
9729 cbradney 2532
        <source>The Windows version does not use fontconfig or CUPS libraries.</source>
10294 cbradney 2533
        <translation>Версия для Windows не использует fontconfig и CUPS.</translation>
9729 cbradney 2534
    </message>
10133 cbradney 2535
    <message>
14474 cbradney 2536
        <location filename="../../../scribus/ui/about.cpp" line="186"/>
10133 cbradney 2537
        <source>&lt;p align=&quot;center&quot;&gt;&lt;b&gt;%1 %2&lt;/b&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;%3&lt;br&gt;%4 %5&lt;br&gt;%6&lt;/p&gt;</source>
10294 cbradney 2538
        <translation>&lt;p align=&quot;center&quot;&gt;&lt;b&gt;%1 %2&lt;/b&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;%3&lt;br&gt;%4 %5&lt;br&gt;%6&lt;/p&gt;</translation>
10133 cbradney 2539
    </message>
2540
    <message>
14474 cbradney 2541
        <location filename="../../../scribus/ui/about.cpp" line="186"/>
10133 cbradney 2542
        <source>Scribus Version</source>
10294 cbradney 2543
        <translation>Версия Scribus</translation>
10133 cbradney 2544
    </message>
3278 cbradney 2545
    <message>
14474 cbradney 2546
        <location filename="../../../scribus/ui/about.cpp" line="233"/>
2547
        <location filename="../../../scribus/ui/about.cpp" line="649"/>
11637 mrdocs 2548
        <source>Check for Updates</source>
2549
        <translation>Проверка обновлений</translation>
3278 cbradney 2550
    </message>
2551
    <message>
14474 cbradney 2552
        <location filename="../../../scribus/ui/about.cpp" line="647"/>
11637 mrdocs 2553
        <source>Abort Update Check</source>
2554
        <translation>Прервать проверку обновлений</translation>
3278 cbradney 2555
    </message>
12281 cbradney 2556
    <message>
14474 cbradney 2557
        <location filename="../../../scribus/ui/about.cpp" line="353"/>
12281 cbradney 2558
        <source>Developer Blog</source>
12535 cbradney 2559
        <translation>Блог разработчиков</translation>
12281 cbradney 2560
    </message>
2561
    <message>
14474 cbradney 2562
        <location filename="../../../scribus/ui/about.cpp" line="240"/>
12281 cbradney 2563
        <source>&amp;Licence</source>
12535 cbradney 2564
        <translation>&amp;Лицензия</translation>
12281 cbradney 2565
    </message>
2566
    <message>
14474 cbradney 2567
        <location filename="../../../scribus/ui/about.cpp" line="249"/>
12281 cbradney 2568
        <source>Unable to open licence file. Please check your install directory or the Scribus website for licencing information.</source>
12535 cbradney 2569
        <translation>Невозможно открыть файл с лицензией. Поищите его в каталоге с установленной копией Scribus или на сайте программы.</translation>
12281 cbradney 2570
    </message>
12612 cbradney 2571
    <message>
14474 cbradney 2572
        <location filename="../../../scribus/ui/about.cpp" line="309"/>
12612 cbradney 2573
        <source>Doc Translators:</source>
13043 jghali 2574
        <translation>Переводчики документации:</translation>
12612 cbradney 2575
    </message>
2576
    <message>
14474 cbradney 2577
        <location filename="../../../scribus/ui/about.cpp" line="313"/>
12612 cbradney 2578
        <source>Webmasters:</source>
13043 jghali 2579
        <translation>Веб-мастера:</translation>
12612 cbradney 2580
    </message>
2581
    <message>
14474 cbradney 2582
        <location filename="../../../scribus/ui/about.cpp" line="447"/>
2583
        <location filename="../../../scribus/ui/about.cpp" line="559"/>
2584
        <location filename="../../../scribus/ui/about.cpp" line="625"/>
12612 cbradney 2585
        <source>Unable to open %1 file. Please check your install directory or the Scribus website for %1 information.</source>
14525 cbradney 2586
        <translation>Не удалось открыть файл %1. Проверьте каталог с установленной копией программы или найдите нужную информацию (%1) на сайте Scribus.</translation>
12612 cbradney 2587
    </message>
11637 mrdocs 2588
</context>
2589
<context>
2590
    <name>AboutPlugins</name>
3278 cbradney 2591
    <message>
14474 cbradney 2592
        <location filename="../../../scribus/ui/aboutplugins.cpp" line="68"/>
4667 cbradney 2593
        <source>Filename:</source>
3489 cbradney 2594
        <translation>Имя файла:</translation>
3278 cbradney 2595
    </message>
2596
    <message>
14474 cbradney 2597
        <location filename="../../../scribus/ui/aboutplugins.cpp" line="69"/>
3278 cbradney 2598
        <source>Version:</source>
3489 cbradney 2599
        <translation>Версия:</translation>
3278 cbradney 2600
    </message>
2601
    <message>
14474 cbradney 2602
        <location filename="../../../scribus/ui/aboutplugins.cpp" line="72"/>
3278 cbradney 2603
        <source>Enabled:</source>
3489 cbradney 2604
        <translation>Включено:</translation>
3278 cbradney 2605
    </message>
2606
    <message>
14474 cbradney 2607
        <location filename="../../../scribus/ui/aboutplugins.cpp" line="73"/>
3278 cbradney 2608
        <source>Release Date:</source>
3489 cbradney 2609
        <translation>Дата выпуска:</translation>
3278 cbradney 2610
    </message>
2611
    <message>
14474 cbradney 2612
        <location filename="../../../scribus/ui/aboutplugins.cpp" line="80"/>
4667 cbradney 2613
        <source>Description:</source>
2614
        <translation>Описание:</translation>
3278 cbradney 2615
    </message>
2616
    <message>
14474 cbradney 2617
        <location filename="../../../scribus/ui/aboutplugins.cpp" line="81"/>
3278 cbradney 2618
        <source>Author(s):</source>
13043 jghali 2619
        <translation>Авторы:</translation>
3278 cbradney 2620
    </message>
2621
    <message>
14474 cbradney 2622
        <location filename="../../../scribus/ui/aboutplugins.cpp" line="82"/>
4667 cbradney 2623
        <source>Copyright:</source>
13043 jghali 2624
        <translation>Авторские права:</translation>
3278 cbradney 2625
    </message>
2626
    <message>
14474 cbradney 2627
        <location filename="../../../scribus/ui/aboutplugins.cpp" line="83"/>
3278 cbradney 2628
        <source>License:</source>
3489 cbradney 2629
        <translation>Лицензия:</translation>
3278 cbradney 2630
    </message>
9729 cbradney 2631
    <message>
14474 cbradney 2632
        <location filename="../../../scribus/ui/aboutplugins.ui" line="13"/>
9729 cbradney 2633
        <source>Scribus: About Plug-ins</source>
10294 cbradney 2634
        <translation>Scribus: О расширениях</translation>
9729 cbradney 2635
    </message>
4667 cbradney 2636
</context>
2637
<context>
2560 cbradney 2638
    <name>ActionManager</name>
262 Franz 2639
    <message>
14747 cbradney 2640
        <location filename="../../../scribus/actionmanager.cpp" line="1263"/>
2560 cbradney 2641
        <source>&amp;New</source>
2642
        <translation>&amp;Новый</translation>
262 Franz 2643
    </message>
2644
    <message>
14747 cbradney 2645
        <location filename="../../../scribus/actionmanager.cpp" line="1265"/>
2560 cbradney 2646
        <source>&amp;Open...</source>
2647
        <translation>&amp;Открыть...</translation>
290 Franz 2648
    </message>
2649
    <message>
14747 cbradney 2650
        <location filename="../../../scribus/actionmanager.cpp" line="1266"/>
2560 cbradney 2651
        <source>&amp;Close</source>
2652
        <translation>&amp;Закрыть</translation>
290 Franz 2653
    </message>
2654
    <message>
14747 cbradney 2655
        <location filename="../../../scribus/actionmanager.cpp" line="1267"/>
2560 cbradney 2656
        <source>&amp;Save</source>
2657
        <translation>&amp;Сохранить</translation>
341 Franz 2658
    </message>
2659
    <message>
14747 cbradney 2660
        <location filename="../../../scribus/actionmanager.cpp" line="1268"/>
2560 cbradney 2661
        <source>Save &amp;As...</source>
2662
        <translation>Сохранить &amp;как...</translation>
341 Franz 2663
    </message>
2664
    <message>
14747 cbradney 2665
        <location filename="../../../scribus/actionmanager.cpp" line="1269"/>
2560 cbradney 2666
        <source>Re&amp;vert to Saved</source>
2667
        <translation>&amp;Вернутьcя к сохранённому</translation>
341 Franz 2668
    </message>
2669
    <message>
14747 cbradney 2670
        <location filename="../../../scribus/actionmanager.cpp" line="1270"/>
2560 cbradney 2671
        <source>Collect for O&amp;utput...</source>
2672
        <translation>Со&amp;брать для вывода...</translation>
341 Franz 2673
    </message>
2674
    <message>
14747 cbradney 2675
        <location filename="../../../scribus/actionmanager.cpp" line="1271"/>
2560 cbradney 2676
        <source>Get Text...</source>
2677
        <translation>Получить текст...</translation>
341 Franz 2678
    </message>
131 Franz 2679
    <message>
14747 cbradney 2680
        <location filename="../../../scribus/actionmanager.cpp" line="1272"/>
2560 cbradney 2681
        <source>Append &amp;Text...</source>
2682
        <translation>&amp;Добавить текст...</translation>
418 Franz 2683
    </message>
2684
    <message>
14747 cbradney 2685
        <location filename="../../../scribus/actionmanager.cpp" line="1273"/>
2560 cbradney 2686
        <source>Get Image...</source>
2676 cbradney 2687
        <translation>Вставить изображение...</translation>
418 Franz 2688
    </message>
2689
    <message>
14747 cbradney 2690
        <location filename="../../../scribus/actionmanager.cpp" line="1276"/>
2560 cbradney 2691
        <source>Save &amp;Text...</source>
2692
        <translation>Сохранить &amp;текст...</translation>
418 Franz 2693
    </message>
2694
    <message>
14747 cbradney 2695
        <location filename="../../../scribus/actionmanager.cpp" line="1278"/>
2560 cbradney 2696
        <source>Save as P&amp;DF...</source>
2697
        <translation>Сохр&amp;анить как PDF...</translation>
418 Franz 2698
    </message>
2699
    <message>
14747 cbradney 2700
        <location filename="../../../scribus/actionmanager.cpp" line="1279"/>
2560 cbradney 2701
        <source>Document &amp;Setup...</source>
2702
        <translation>Параметры до&amp;кумента...</translation>
418 Franz 2703
    </message>
2704
    <message>
14747 cbradney 2705
        <location filename="../../../scribus/actionmanager.cpp" line="1282"/>
2560 cbradney 2706
        <source>&amp;Print...</source>
2707
        <translation>На&amp;печатать...</translation>
418 Franz 2708
    </message>
2709
    <message>
14747 cbradney 2710
        <location filename="../../../scribus/actionmanager.cpp" line="1284"/>
2560 cbradney 2711
        <source>&amp;Quit</source>
13259 cbradney 2712
        <translation>В&amp;ыход</translation>
418 Franz 2713
    </message>
2714
    <message>
14747 cbradney 2715
        <location filename="../../../scribus/actionmanager.cpp" line="1286"/>
2560 cbradney 2716
        <source>&amp;Undo</source>
2717
        <translation>&amp;Отменить</translation>
418 Franz 2718
    </message>
454 fschmid 2719
    <message>
14747 cbradney 2720
        <location filename="../../../scribus/actionmanager.cpp" line="1287"/>
2560 cbradney 2721
        <source>&amp;Redo</source>
13539 cbradney 2722
        <translation>Ве&amp;рнуть</translation>
454 fschmid 2723
    </message>
2724
    <message>
14747 cbradney 2725
        <location filename="../../../scribus/actionmanager.cpp" line="1288"/>
2560 cbradney 2726
        <source>&amp;Item Action Mode</source>
2727
        <translation>&amp;Действия только с текущим объектом</translation>
454 fschmid 2728
    </message>
2729
    <message>
14747 cbradney 2730
        <location filename="../../../scribus/actionmanager.cpp" line="1289"/>
2560 cbradney 2731
        <source>Cu&amp;t</source>
2732
        <translation>&amp;Вырезать</translation>
454 fschmid 2733
    </message>
2734
    <message>
14747 cbradney 2735
        <location filename="../../../scribus/actionmanager.cpp" line="1290"/>
2736
        <location filename="../../../scribus/actionmanager.cpp" line="1292"/>
2560 cbradney 2737
        <source>&amp;Copy</source>
2738
        <translation>С&amp;копировать</translation>
454 fschmid 2739
    </message>
2740
    <message>
14747 cbradney 2741
        <location filename="../../../scribus/actionmanager.cpp" line="1291"/>
2742
        <location filename="../../../scribus/actionmanager.cpp" line="1293"/>
2560 cbradney 2743
        <source>&amp;Paste</source>
2744
        <translation>Вст&amp;авить</translation>
454 fschmid 2745
    </message>
532 cbradney 2746
    <message>
14747 cbradney 2747
        <location filename="../../../scribus/actionmanager.cpp" line="1296"/>
2560 cbradney 2748
        <source>Select &amp;All</source>
2749
        <translation>Выделить в&amp;сё</translation>
532 cbradney 2750
    </message>
769 cbradney 2751
    <message>
14747 cbradney 2752
        <location filename="../../../scribus/actionmanager.cpp" line="1298"/>
2560 cbradney 2753
        <source>&amp;Deselect All</source>
2754
        <translation>Снять в&amp;ыделение</translation>
769 cbradney 2755
    </message>
1525 cbradney 2756
    <message>
14747 cbradney 2757
        <location filename="../../../scribus/actionmanager.cpp" line="1299"/>
2560 cbradney 2758
        <source>&amp;Search/Replace...</source>
2759
        <translation>&amp;Найти/Заменить...</translation>
2760
    </message>
2761
    <message>
14747 cbradney 2762
        <location filename="../../../scribus/actionmanager.cpp" line="1300"/>
2560 cbradney 2763
        <source>Edit Image...</source>
2764
        <translation>Изменить изображение...</translation>
2765
    </message>
2766
    <message>
14747 cbradney 2767
        <location filename="../../../scribus/actionmanager.cpp" line="1302"/>
2560 cbradney 2768
        <source>C&amp;olors...</source>
2769
        <translation>Ц&amp;вета...</translation>
2770
    </message>
2771
    <message>
14747 cbradney 2772
        <location filename="../../../scribus/actionmanager.cpp" line="1307"/>
2560 cbradney 2773
        <source>&amp;Master Pages...</source>
2774
        <translation>&amp;Мастер-страницы...</translation>
2775
    </message>
2776
    <message>
14747 cbradney 2777
        <location filename="../../../scribus/actionmanager.cpp" line="1280"/>
2560 cbradney 2778
        <source>P&amp;references...</source>
2779
        <translation>&amp;Настроить Scribus...</translation>
2780
    </message>
2781
    <message>
14747 cbradney 2782
        <location filename="../../../scribus/actionmanager.cpp" line="1281"/>
14474 cbradney 2783
        <source>P&amp;references 150...</source>
14525 cbradney 2784
        <translation>Пара&amp;метры 150...</translation>
14474 cbradney 2785
    </message>
2786
    <message>
14747 cbradney 2787
        <location filename="../../../scribus/actionmanager.cpp" line="1305"/>
14474 cbradney 2788
        <source>Gradients...</source>
14525 cbradney 2789
        <translation>Градиенты...</translation>
14474 cbradney 2790
    </message>
2791
    <message>
14747 cbradney 2792
        <location filename="../../../scribus/actionmanager.cpp" line="1315"/>
2560 cbradney 2793
        <source>%1 pt</source>
2794
        <translation>%1 pt</translation>
2795
    </message>
2796
    <message>
14747 cbradney 2797
        <location filename="../../../scribus/actionmanager.cpp" line="1317"/>
2560 cbradney 2798
        <source>&amp;Other...</source>
2799
        <translation>Друг&amp;ое...</translation>
2800
    </message>
2801
    <message>
14747 cbradney 2802
        <location filename="../../../scribus/actionmanager.cpp" line="1318"/>
2560 cbradney 2803
        <source>&amp;Left</source>
2804
        <translation>В&amp;лево</translation>
2805
    </message>
2806
    <message>
14747 cbradney 2807
        <location filename="../../../scribus/actionmanager.cpp" line="1319"/>
2560 cbradney 2808
        <source>&amp;Center</source>
2809
        <translation>По &amp;центру</translation>
2810
    </message>
2811
    <message>
14747 cbradney 2812
        <location filename="../../../scribus/actionmanager.cpp" line="1320"/>
2560 cbradney 2813
        <source>&amp;Right</source>
2814
        <translation>&amp;Вправо</translation>
2815
    </message>
2816
    <message>
14747 cbradney 2817
        <location filename="../../../scribus/actionmanager.cpp" line="1321"/>
2560 cbradney 2818
        <source>&amp;Block</source>
2819
        <translation>По &amp;ширине</translation>
2820
    </message>
2821
    <message>
14747 cbradney 2822
        <location filename="../../../scribus/actionmanager.cpp" line="1322"/>
2560 cbradney 2823
        <source>&amp;Forced</source>
2824
        <translation>&amp;Принудительно</translation>
2825
    </message>
2826
    <message>
14747 cbradney 2827
        <location filename="../../../scribus/actionmanager.cpp" line="1333"/>
2560 cbradney 2828
        <source>&amp;Normal</source>
3489 cbradney 2829
        <translation>&amp;Обычный</translation>
1525 cbradney 2830
    </message>
2831
    <message>
14747 cbradney 2832
        <location filename="../../../scribus/actionmanager.cpp" line="1334"/>
2560 cbradney 2833
        <source>&amp;Underline</source>
2834
        <translation>&amp;Подчёркнутый</translation>
2835
    </message>
2836
    <message>
14747 cbradney 2837
        <location filename="../../../scribus/actionmanager.cpp" line="1335"/>
2560 cbradney 2838
        <source>Underline &amp;Words</source>
2839
        <translation>Подчеркнуть &amp;слова</translation>
2840
    </message>
2841
    <message>
14747 cbradney 2842
        <location filename="../../../scribus/actionmanager.cpp" line="1336"/>
2560 cbradney 2843
        <source>&amp;Strike Through</source>
2676 cbradney 2844
        <translation>В&amp;ычеркнутый</translation>
2560 cbradney 2845
    </message>
2846
    <message>
14747 cbradney 2847
        <location filename="../../../scribus/actionmanager.cpp" line="1337"/>
2560 cbradney 2848
        <source>&amp;All Caps</source>
13043 jghali 2849
        <translation>Все &amp;прописными</translation>
1525 cbradney 2850
    </message>
2851
    <message>
14747 cbradney 2852
        <location filename="../../../scribus/actionmanager.cpp" line="1338"/>
2560 cbradney 2853
        <source>Small &amp;Caps</source>
2854
        <translation>&amp;Капитель</translation>
2855
    </message>
2856
    <message>
14747 cbradney 2857
        <location filename="../../../scribus/actionmanager.cpp" line="1339"/>
2560 cbradney 2858
        <source>Su&amp;perscript</source>
2859
        <translation>&amp;Верхний индекс</translation>
2860
    </message>
2861
    <message>
14747 cbradney 2862
        <location filename="../../../scribus/actionmanager.cpp" line="1340"/>
2560 cbradney 2863
        <source>Su&amp;bscript</source>
2864
        <translation>&amp;Нижний индекс</translation>
2865
    </message>
2866
    <message>
14747 cbradney 2867
        <location filename="../../../scribus/actionmanager.cpp" line="1342"/>
2560 cbradney 2868
        <source>S&amp;hadow</source>
2869
        <translation>&amp;Тень</translation>
2870
    </message>
2871
    <message>
14747 cbradney 2872
        <location filename="../../../scribus/actionmanager.cpp" line="1344"/>
2560 cbradney 2873
        <source>&amp;Image Effects</source>
2874
        <translation>&amp;Эффекты изображения</translation>
2875
    </message>
2876
    <message>
14747 cbradney 2877
        <location filename="../../../scribus/actionmanager.cpp" line="1345"/>
2560 cbradney 2878
        <source>&amp;Tabulators...</source>
2879
        <translation>Т&amp;абуляторы...</translation>
2880
    </message>
2881
    <message>
14747 cbradney 2882
        <location filename="../../../scribus/actionmanager.cpp" line="1348"/>
2560 cbradney 2883
        <source>D&amp;uplicate</source>
2884
        <translation>Проду&amp;блировать</translation>
2885
    </message>
2886
    <message>
14747 cbradney 2887
        <location filename="../../../scribus/actionmanager.cpp" line="1349"/>
2560 cbradney 2888
        <source>&amp;Multiple Duplicate</source>
2889
        <translation>Продублировать &amp;многократно</translation>
2890
    </message>
2891
    <message>
14747 cbradney 2892
        <location filename="../../../scribus/actionmanager.cpp" line="1350"/>
2560 cbradney 2893
        <source>&amp;Delete</source>
2894
        <translation>&amp;Удалить</translation>
2895
    </message>
2896
    <message>
14747 cbradney 2897
        <location filename="../../../scribus/actionmanager.cpp" line="1351"/>
2560 cbradney 2898
        <source>&amp;Group</source>
2899
        <translation>С&amp;группировать</translation>
2900
    </message>
2901
    <message>
14747 cbradney 2902
        <location filename="../../../scribus/actionmanager.cpp" line="1352"/>
2560 cbradney 2903
        <source>&amp;Ungroup</source>
2904
        <translation>&amp;Разгруппировать</translation>
2905
    </message>
2906
    <message>
14747 cbradney 2907
        <location filename="../../../scribus/actionmanager.cpp" line="1353"/>
2560 cbradney 2908
        <source>Is &amp;Locked</source>
2909
        <translation>За&amp;блокирован</translation>
2910
    </message>
2911
    <message>
14747 cbradney 2912
        <location filename="../../../scribus/actionmanager.cpp" line="1354"/>
2560 cbradney 2913
        <source>Si&amp;ze is Locked</source>
2914
        <translation>&amp;Размер заблокирован</translation>
2915
    </message>
2916
    <message>
14747 cbradney 2917
        <location filename="../../../scribus/actionmanager.cpp" line="1358"/>
2560 cbradney 2918
        <source>Lower to &amp;Bottom</source>
13539 cbradney 2919
        <translation>&amp;Вниз</translation>
2560 cbradney 2920
    </message>
2921
    <message>
14747 cbradney 2922
        <location filename="../../../scribus/actionmanager.cpp" line="1359"/>
2560 cbradney 2923
        <source>Raise to &amp;Top</source>
13539 cbradney 2924
        <translation>&amp;Наверх</translation>
2560 cbradney 2925
    </message>
2926
    <message>
14747 cbradney 2927
        <location filename="../../../scribus/actionmanager.cpp" line="1360"/>
2560 cbradney 2928
        <source>&amp;Lower</source>
13539 cbradney 2929
        <translation>&amp;Опустить</translation>
2560 cbradney 2930
    </message>
2931
    <message>
14747 cbradney 2932
        <location filename="../../../scribus/actionmanager.cpp" line="1361"/>
2560 cbradney 2933
        <source>&amp;Raise</source>
13539 cbradney 2934
        <translation>&amp;Поднять</translation>
2560 cbradney 2935
    </message>
2936
    <message>
14747 cbradney 2937
        <location filename="../../../scribus/actionmanager.cpp" line="1362"/>
2560 cbradney 2938
        <source>Send to S&amp;crapbook</source>
9463 mrdocs 2939
        <translation>Передать в &amp;альбом</translation>
2560 cbradney 2940
    </message>
2941
    <message>
14747 cbradney 2942
        <location filename="../../../scribus/actionmanager.cpp" line="1364"/>
2560 cbradney 2943
        <source>&amp;Attributes...</source>
2944
        <translation>&amp;Атрибуты...</translation>
2945
    </message>
2946
    <message>
14747 cbradney 2947
        <location filename="../../../scribus/actionmanager.cpp" line="1366"/>
2560 cbradney 2948
        <source>I&amp;mage Visible</source>
2949
        <translation>Изображение &amp;видимо</translation>
2950
    </message>
2951
    <message>
14747 cbradney 2952
        <location filename="../../../scribus/actionmanager.cpp" line="1367"/>
2560 cbradney 2953
        <source>&amp;Update Image</source>
2954
        <translation>&amp;Обновить изображение</translation>
2955
    </message>
2956
    <message>
14747 cbradney 2957
        <location filename="../../../scribus/actionmanager.cpp" line="1368"/>
2560 cbradney 2958
        <source>Adjust Frame to Image</source>
2959
        <translation>Блок до размеров изображения</translation>
2960
    </message>
2961
    <message>
14747 cbradney 2962
        <location filename="../../../scribus/actionmanager.cpp" line="1370"/>
2560 cbradney 2963
        <source>Extended Image Properties</source>
2964
        <translation>Расширенные свойства изображения</translation>
2965
    </message>
2966
    <message>
14747 cbradney 2967
        <location filename="../../../scribus/actionmanager.cpp" line="1371"/>
2560 cbradney 2968
        <source>&amp;Low Resolution</source>
2969
        <translation>&amp;Низкое разрешение</translation>
2970
    </message>
2971
    <message>
14747 cbradney 2972
        <location filename="../../../scribus/actionmanager.cpp" line="1372"/>
2560 cbradney 2973
        <source>&amp;Normal Resolution</source>
2974
        <translation>&amp;Высокое разрешение</translation>
2975
    </message>
2976
    <message>
14747 cbradney 2977
        <location filename="../../../scribus/actionmanager.cpp" line="1373"/>
2560 cbradney 2978
        <source>&amp;Full Resolution</source>
2979
        <translation>&amp;Полное разрешение</translation>
2980
    </message>
2981
    <message>
14747 cbradney 2982
        <location filename="../../../scribus/actionmanager.cpp" line="1374"/>
2560 cbradney 2983
        <source>Is PDF &amp;Bookmark</source>
2984
        <translation>Является PDF-&amp;закладкой</translation>
2985
    </message>
2986
    <message>
14747 cbradney 2987
        <location filename="../../../scribus/actionmanager.cpp" line="1375"/>
2560 cbradney 2988
        <source>Is PDF A&amp;nnotation</source>
2989
        <translation>Является PDF-&amp;аннотацией</translation>
2990
    </message>
2991
    <message>
14747 cbradney 2992
        <location filename="../../../scribus/actionmanager.cpp" line="1376"/>
2560 cbradney 2993
        <source>Annotation P&amp;roperties</source>
2994
        <translation>Свойства а&amp;ннотации</translation>
2995
    </message>
2996
    <message>
14747 cbradney 2997
        <location filename="../../../scribus/actionmanager.cpp" line="1377"/>
2560 cbradney 2998
        <source>Field P&amp;roperties</source>
2999
        <translation>Свойства по&amp;ля</translation>
3000
    </message>
3001
    <message>
14747 cbradney 3002
        <location filename="../../../scribus/actionmanager.cpp" line="1378"/>
2560 cbradney 3003
        <source>&amp;Edit Shape...</source>
3004
        <translation>Изменить &amp;очертания...</translation>
3005
    </message>
3006
    <message>
14747 cbradney 3007
        <location filename="../../../scribus/actionmanager.cpp" line="1379"/>
2560 cbradney 3008
        <source>&amp;Attach Text to Path</source>
3009
        <translation>Направить &amp;текст по контуру</translation>
3010
    </message>
3011
    <message>
14747 cbradney 3012
        <location filename="../../../scribus/actionmanager.cpp" line="1380"/>
2560 cbradney 3013
        <source>&amp;Detach Text from Path</source>
3014
        <translation>Сн&amp;ять текст с контура</translation>
3015
    </message>
3016
    <message>
14747 cbradney 3017
        <location filename="../../../scribus/actionmanager.cpp" line="1381"/>
2560 cbradney 3018
        <source>&amp;Combine Polygons</source>
3019
        <translation>Объединить &amp;многоугольники</translation>
3020
    </message>
3021
    <message>
14747 cbradney 3022
        <location filename="../../../scribus/actionmanager.cpp" line="1382"/>
2560 cbradney 3023
        <source>Split &amp;Polygons</source>
3024
        <translation>Разде&amp;лить многоугольники</translation>
3025
    </message>
3026
    <message>
14747 cbradney 3027
        <location filename="../../../scribus/actionmanager.cpp" line="1383"/>
2560 cbradney 3028
        <source>&amp;Bezier Curve</source>
3029
        <translation>Кривая &amp;Безье</translation>
3030
    </message>
3031
    <message>
14747 cbradney 3032
        <location filename="../../../scribus/actionmanager.cpp" line="1384"/>
2560 cbradney 3033
        <source>&amp;Image Frame</source>
3034
        <translation>&amp;Изображение</translation>
3035
    </message>
3036
    <message>
14747 cbradney 3037
        <location filename="../../../scribus/actionmanager.cpp" line="1386"/>
2560 cbradney 3038
        <source>&amp;Polygon</source>
3039
        <translation>&amp;Многоугольник</translation>
3040
    </message>
3041
    <message>
14747 cbradney 3042
        <location filename="../../../scribus/actionmanager.cpp" line="1387"/>
2560 cbradney 3043
        <source>&amp;Text Frame</source>
3044
        <translation>&amp;Текстовый блок</translation>
3045
    </message>
3046
    <message>
14747 cbradney 3047
        <location filename="../../../scribus/actionmanager.cpp" line="1391"/>
2560 cbradney 3048
        <source>&amp;Glyph...</source>
3049
        <translation>&amp;Символ...</translation>
3050
    </message>
3051
    <message>
14747 cbradney 3052
        <location filename="../../../scribus/actionmanager.cpp" line="1392"/>
2560 cbradney 3053
        <source>Sample Text</source>
12535 cbradney 3054
        <translation>Вставить шаблонный текст...</translation>
2560 cbradney 3055
    </message>
3056
    <message>
14747 cbradney 3057
        <location filename="../../../scribus/actionmanager.cpp" line="1396"/>
2560 cbradney 3058
        <source>&amp;Insert...</source>
3059
        <translation>&amp;Вставить...</translation>
3060
    </message>
3061
    <message>
14747 cbradney 3062
        <location filename="../../../scribus/actionmanager.cpp" line="1397"/>
2560 cbradney 3063
        <source>Im&amp;port...</source>
3064
        <translation>&amp;Импортировать...</translation>
3065
    </message>
3066
    <message>
14747 cbradney 3067
        <location filename="../../../scribus/actionmanager.cpp" line="1398"/>
2560 cbradney 3068
        <source>&amp;Delete...</source>
3069
        <translation>&amp;Удалить...</translation>
3070
    </message>
3071
    <message>
14747 cbradney 3072
        <location filename="../../../scribus/actionmanager.cpp" line="1399"/>
2560 cbradney 3073
        <source>&amp;Copy...</source>
3074
        <translation>С&amp;копировать...</translation>
3075
    </message>
3076
    <message>
14747 cbradney 3077
        <location filename="../../../scribus/actionmanager.cpp" line="1400"/>
2560 cbradney 3078
        <source>&amp;Move...</source>
3079
        <translation>&amp;Переместить...</translation>
3080
    </message>
3081
    <message>
14747 cbradney 3082
        <location filename="../../../scribus/actionmanager.cpp" line="1401"/>
2560 cbradney 3083
        <source>&amp;Apply Master Page...</source>
3084
        <translation>Применить &amp;мастер-страницу...</translation>
3085
    </message>
3086
    <message>
14747 cbradney 3087
        <location filename="../../../scribus/actionmanager.cpp" line="1403"/>
2560 cbradney 3088
        <source>Manage &amp;Guides...</source>
9198 mrdocs 3089
        <translation>&amp;Управление направляющими...</translation>
2560 cbradney 3090
    </message>
3091
    <message>
14747 cbradney 3092
        <location filename="../../../scribus/actionmanager.cpp" line="1409"/>
2560 cbradney 3093
        <source>&amp;50%</source>
3094
        <translation>&amp;50&amp;</translation>
3095
    </message>
3096
    <message>
14747 cbradney 3097
        <location filename="../../../scribus/actionmanager.cpp" line="1410"/>
2560 cbradney 3098
        <source>&amp;75%</source>
3099
        <translation>&amp;75&amp;</translation>
3100
    </message>
3101
    <message>
14747 cbradney 3102
        <location filename="../../../scribus/actionmanager.cpp" line="1411"/>
2560 cbradney 3103
        <source>&amp;100%</source>
3104
        <translation>&amp;100&amp;</translation>
3105
    </message>
3106
    <message>
14747 cbradney 3107
        <location filename="../../../scribus/actionmanager.cpp" line="1412"/>
2560 cbradney 3108
        <source>&amp;200%</source>
3109
        <translation>&amp;200&amp;</translation>
3110
    </message>
3111
    <message>
14747 cbradney 3112
        <location filename="../../../scribus/actionmanager.cpp" line="1415"/>
2560 cbradney 3113
        <source>Show &amp;Margins</source>
3114
        <translation>Показывать &amp;поля</translation>
3115
    </message>
3116
    <message>
14747 cbradney 3117
        <location filename="../../../scribus/actionmanager.cpp" line="1417"/>
2560 cbradney 3118
        <source>Show &amp;Frames</source>
3119
        <translation>Показывать &amp;обрамление</translation>
3120
    </message>
3121
    <message>
14747 cbradney 3122
        <location filename="../../../scribus/actionmanager.cpp" line="1419"/>
2560 cbradney 3123
        <source>Show &amp;Images</source>
3124
        <translation>Показывать &amp;изображения</translation>
3125
    </message>
3126
    <message>
14747 cbradney 3127
        <location filename="../../../scribus/actionmanager.cpp" line="1420"/>
2560 cbradney 3128
        <source>Show &amp;Grid</source>
5819 cbradney 3129
        <translation>Показывать &amp;сетку</translation>
2560 cbradney 3130
    </message>
3131
    <message>
14747 cbradney 3132
        <location filename="../../../scribus/actionmanager.cpp" line="1421"/>
2560 cbradney 3133
        <source>Show G&amp;uides</source>
3134
        <translation>Показывать &amp;направляющие</translation>
3135
    </message>
3136
    <message>
14747 cbradney 3137
        <location filename="../../../scribus/actionmanager.cpp" line="1423"/>
2560 cbradney 3138
        <source>Show &amp;Baseline Grid</source>
12535 cbradney 3139
        <translation>Показывать &amp;линии шрифта</translation>
2560 cbradney 3140
    </message>
3141
    <message>
14747 cbradney 3142
        <location filename="../../../scribus/actionmanager.cpp" line="1424"/>
2560 cbradney 3143
        <source>Show &amp;Text Chain</source>
3144
        <translation>Показывать связь между &amp;блоками</translation>
3145
    </message>
3146
    <message>
14747 cbradney 3147
        <location filename="../../../scribus/actionmanager.cpp" line="1425"/>
2560 cbradney 3148
        <source>Show Control Characters</source>
9463 mrdocs 3149
        <translation>Показывать непечатаемые символы</translation>
2560 cbradney 3150
    </message>
3151
    <message>
14747 cbradney 3152
        <location filename="../../../scribus/actionmanager.cpp" line="1428"/>
2560 cbradney 3153
        <source>Sn&amp;ap to Grid</source>
5819 cbradney 3154
        <translation>Прилипание к &amp;сетке</translation>
2560 cbradney 3155
    </message>
3156
    <message>
14747 cbradney 3157
        <location filename="../../../scribus/actionmanager.cpp" line="1429"/>
2560 cbradney 3158
        <source>Sna&amp;p to Guides</source>
5019 cbradney 3159
        <translation>Прилипание к н&amp;аправляющим</translation>
2560 cbradney 3160
    </message>
3161
    <message>
14747 cbradney 3162
        <location filename="../../../scribus/actionmanager.cpp" line="1434"/>
2560 cbradney 3163
        <source>&amp;Properties</source>
3164
        <translation>&amp;Свойства</translation>
3165
    </message>
3166
    <message>
14747 cbradney 3167
        <location filename="../../../scribus/actionmanager.cpp" line="1436"/>
2560 cbradney 3168
        <source>&amp;Scrapbook</source>
9198 mrdocs 3169
        <translation>&amp;Альбом</translation>
2560 cbradney 3170
    </message>
3171
    <message>
14747 cbradney 3172
        <location filename="../../../scribus/actionmanager.cpp" line="1437"/>
2560 cbradney 3173
        <source>&amp;Layers</source>
3174
        <translation>С&amp;лои</translation>
3175
    </message>
3176
    <message>
14747 cbradney 3177
        <location filename="../../../scribus/actionmanager.cpp" line="1439"/>
2560 cbradney 3178
        <source>&amp;Bookmarks</source>
3179
        <translation>&amp;Закладки</translation>
3180
    </message>
3181
    <message>
14747 cbradney 3182
        <location filename="../../../scribus/actionmanager.cpp" line="1440"/>
2560 cbradney 3183
        <source>&amp;Measurements</source>
3184
        <translation>&amp;Измерения</translation>
3185
    </message>
3186
    <message>
14747 cbradney 3187
        <location filename="../../../scribus/actionmanager.cpp" line="1441"/>
2560 cbradney 3188
        <source>Action &amp;History</source>
2676 cbradney 3189
        <translation>История &amp;действий</translation>
2560 cbradney 3190
    </message>
3191
    <message>
14747 cbradney 3192
        <location filename="../../../scribus/actionmanager.cpp" line="1442"/>
2560 cbradney 3193
        <source>Preflight &amp;Verifier</source>
13857 jghali 3194
        <translation>Предпе&amp;чатная проверка...</translation>
2560 cbradney 3195
    </message>
3196
    <message>
14747 cbradney 3197
        <location filename="../../../scribus/actionmanager.cpp" line="1443"/>
2560 cbradney 3198
        <source>&amp;Align and Distribute</source>
3199
        <translation>В&amp;ыравнивание и распределение</translation>
3200
    </message>
3201
    <message>
14747 cbradney 3202
        <location filename="../../../scribus/actionmanager.cpp" line="1444"/>
2560 cbradney 3203
        <source>&amp;Tools</source>
3204
        <translation>С&amp;ервис</translation>
3205
    </message>
3206
    <message>
14747 cbradney 3207
        <location filename="../../../scribus/actionmanager.cpp" line="1445"/>
2560 cbradney 3208
        <source>P&amp;DF Tools</source>
3209
        <translation>PDF-&amp;инструменты</translation>
3210
    </message>
3211
    <message>
14747 cbradney 3212
        <location filename="../../../scribus/actionmanager.cpp" line="1448"/>
2560 cbradney 3213
        <source>Select Item</source>
3214
        <translation>Выбрать объект</translation>
3215
    </message>
3216
    <message>
14747 cbradney 3217
        <location filename="../../../scribus/actionmanager.cpp" line="1449"/>
2560 cbradney 3218
        <source>Rotate Item</source>
3219
        <translation>Повернуть объект</translation>
3220
    </message>
3221
    <message>
14747 cbradney 3222
        <location filename="../../../scribus/actionmanager.cpp" line="1450"/>
2560 cbradney 3223
        <source>Zoom in or out</source>
3224
        <translation>Изменить масштаб</translation>
3225
    </message>
3226
    <message>
14747 cbradney 3227
        <location filename="../../../scribus/actionmanager.cpp" line="1451"/>
2560 cbradney 3228
        <source>Zoom in</source>
3229
        <translation>Приблизить</translation>
3230
    </message>
3231
    <message>
14747 cbradney 3232
        <location filename="../../../scribus/actionmanager.cpp" line="1452"/>
2560 cbradney 3233
        <source>Zoom out</source>
3234
        <translation>Отдалить</translation>
3235
    </message>
3236
    <message>
14747 cbradney 3237
        <location filename="../../../scribus/actionmanager.cpp" line="1453"/>
2560 cbradney 3238
        <source>Edit Contents of Frame</source>
3239
        <translation>Изменить содержимое блока</translation>
3240
    </message>
3241
    <message>
14747 cbradney 3242
        <location filename="../../../scribus/actionmanager.cpp" line="1454"/>
2560 cbradney 3243
        <source>Edit Text...</source>
3244
        <translation>Изменить текст...</translation>
3245
    </message>
3246
    <message>
14747 cbradney 3247
        <location filename="../../../scribus/actionmanager.cpp" line="1455"/>
2560 cbradney 3248
        <source>Link Text Frames</source>
5819 cbradney 3249
        <translation>Связать текстовые блоки</translation>
2560 cbradney 3250
    </message>
3251
    <message>
14747 cbradney 3252
        <location filename="../../../scribus/actionmanager.cpp" line="1456"/>
2560 cbradney 3253
        <source>Unlink Text Frames</source>
5819 cbradney 3254
        <translation>Разорвать связь тестовых блоков</translation>
2560 cbradney 3255
    </message>
3256
    <message>
14747 cbradney 3257
        <location filename="../../../scribus/actionmanager.cpp" line="1457"/>
2560 cbradney 3258
        <source>&amp;Eye Dropper</source>
3259
        <translation>&amp;Пипетка</translation>
3260
    </message>
3261
    <message>
14747 cbradney 3262
        <location filename="../../../scribus/actionmanager.cpp" line="1458"/>
2560 cbradney 3263
        <source>Copy Item Properties</source>
5819 cbradney 3264
        <translation>Скопировать свойства объекта</translation>
2560 cbradney 3265
    </message>
3266
    <message>
14747 cbradney 3267
        <location filename="../../../scribus/actionmanager.cpp" line="1478"/>
14474 cbradney 3268
        <source>Insert 3D Annotation</source>
14525 cbradney 3269
        <translation>Вставить аннотацию 3D</translation>
14474 cbradney 3270
    </message>
3271
    <message>
14747 cbradney 3272
        <location filename="../../../scribus/actionmanager.cpp" line="1484"/>
2560 cbradney 3273
        <source>&amp;Hyphenate Text</source>
3274
        <translation>Вставить &amp;переносы</translation>
3275
    </message>
3276
    <message>
14747 cbradney 3277
        <location filename="../../../scribus/actionmanager.cpp" line="1486"/>
2560 cbradney 3278
        <source>&amp;Generate Table Of Contents</source>
3279
        <translation>До&amp;бавить указатель оглавления</translation>
3280
    </message>
3281
    <message>
14747 cbradney 3282
        <location filename="../../../scribus/actionmanager.cpp" line="1493"/>
2560 cbradney 3283
        <source>&amp;About Scribus</source>
3284
        <translation>О &amp;Scribus</translation>
3285
    </message>
3286
    <message>
14747 cbradney 3287
        <location filename="../../../scribus/actionmanager.cpp" line="1495"/>
2560 cbradney 3288
        <source>About &amp;Qt</source>
3289
        <translation>О &amp;Qt</translation>
3290
    </message>
3291
    <message>
14747 cbradney 3292
        <location filename="../../../scribus/actionmanager.cpp" line="1496"/>
2560 cbradney 3293
        <source>Toolti&amp;ps</source>
3294
        <translation>&amp;Подсказки</translation>
3295
    </message>
3296
    <message>
14747 cbradney 3297
        <location filename="../../../scribus/actionmanager.cpp" line="1498"/>
2560 cbradney 3298
        <source>Scribus &amp;Manual...</source>
3299
        <translation>Ру&amp;ководство по Scribus...</translation>
3300
    </message>
3301
    <message>
14747 cbradney 3302
        <location filename="../../../scribus/actionmanager.cpp" line="1516"/>
2560 cbradney 3303
        <source>Smart &amp;Hyphen</source>
3304
        <translation>&amp;Умные переносы</translation>
3305
    </message>
3306
    <message>
14747 cbradney 3307
        <location filename="../../../scribus/actionmanager.cpp" line="1517"/>
2560 cbradney 3308
        <source>Non Breaking Dash</source>
2676 cbradney 3309
        <translation>Неразрывный дефис</translation>
1525 cbradney 3310
    </message>
3311
    <message>
14747 cbradney 3312
        <location filename="../../../scribus/actionmanager.cpp" line="1518"/>
2560 cbradney 3313
        <source>Non Breaking &amp;Space</source>
3314
        <translation>&amp;Неразрывный пробел</translation>
3315
    </message>
3316
    <message>
14747 cbradney 3317
        <location filename="../../../scribus/actionmanager.cpp" line="1519"/>
2560 cbradney 3318
        <source>Page &amp;Number</source>
3319
        <translation>&amp;Номер страницы</translation>
3320
    </message>
3321
    <message>
14747 cbradney 3322
        <location filename="../../../scribus/actionmanager.cpp" line="1521"/>
2560 cbradney 3323
        <source>New Line</source>
5019 cbradney 3324
        <translation>Разрыв строки</translation>
2560 cbradney 3325
    </message>
3326
    <message>
14747 cbradney 3327
        <location filename="../../../scribus/actionmanager.cpp" line="1522"/>
2560 cbradney 3328
        <source>Frame Break</source>
3329
        <translation>Разрыв блока</translation>
3330
    </message>
3331
    <message>
14747 cbradney 3332
        <location filename="../../../scribus/actionmanager.cpp" line="1523"/>
2560 cbradney 3333
        <source>Column Break</source>
3334
        <translation>Разрыв столбца</translation>
3335
    </message>
3336
    <message>
14747 cbradney 3337
        <location filename="../../../scribus/actionmanager.cpp" line="1526"/>
2560 cbradney 3338
        <source>Copyright</source>
3339
        <translation>Копирайт</translation>
3340
    </message>
3341
    <message>
14747 cbradney 3342
        <location filename="../../../scribus/actionmanager.cpp" line="1527"/>
2560 cbradney 3343
        <source>Registered Trademark</source>
3344
        <translation>Зарегистрированная торговая марка</translation>
3345
    </message>
3346
    <message>
14747 cbradney 3347
        <location filename="../../../scribus/actionmanager.cpp" line="1528"/>
2560 cbradney 3348
        <source>Trademark</source>
3349
        <translation>Торговая марка</translation>
3350
    </message>
3351
    <message>
14747 cbradney 3352
        <location filename="../../../scribus/actionmanager.cpp" line="1530"/>
2560 cbradney 3353
        <source>Bullet</source>
9198 mrdocs 3354
        <translation>Маркер списка (буллит)</translation>
2560 cbradney 3355
    </message>
3356
    <message>
14747 cbradney 3357
        <location filename="../../../scribus/actionmanager.cpp" line="1532"/>
2560 cbradney 3358
        <source>Em Dash</source>
9198 mrdocs 3359
        <translation>Тире на круглую шпацию</translation>
1525 cbradney 3360
    </message>
2560 cbradney 3361
    <message>
14747 cbradney 3362
        <location filename="../../../scribus/actionmanager.cpp" line="1533"/>
2560 cbradney 3363
        <source>En Dash</source>
9198 mrdocs 3364
        <translation>Тире на полукруглую шпацию</translation>
2560 cbradney 3365
    </message>
3366
    <message>
14747 cbradney 3367
        <location filename="../../../scribus/actionmanager.cpp" line="1534"/>
2560 cbradney 3368
        <source>Figure Dash</source>
5019 cbradney 3369
        <translation>Математическое тире</translation>
2560 cbradney 3370
    </message>
3371
    <message>
14747 cbradney 3372
        <location filename="../../../scribus/actionmanager.cpp" line="1535"/>
2560 cbradney 3373
        <source>Quotation Dash</source>
5019 cbradney 3374
        <translation>Цитатное тире</translation>
2560 cbradney 3375
    </message>
3376
    <message>
14747 cbradney 3377
        <location filename="../../../scribus/actionmanager.cpp" line="1506"/>
2560 cbradney 3378
        <source>Toggle Palettes</source>
2676 cbradney 3379
        <translation>Переключить отображение палитр</translation>
2560 cbradney 3380
    </message>
3381
    <message>
14747 cbradney 3382
        <location filename="../../../scribus/actionmanager.cpp" line="1507"/>
2560 cbradney 3383
        <source>Toggle Guides</source>
2676 cbradney 3384
        <translation>Переключить отображение направляющих</translation>
2560 cbradney 3385
    </message>
2676 cbradney 3386
    <message>
14747 cbradney 3387
        <location filename="../../../scribus/actionmanager.cpp" line="1438"/>
2676 cbradney 3388
        <source>&amp;Arrange Pages</source>
3389
        <translation>&amp;Палитра страниц</translation>
3390
    </message>
3391
    <message>
14747 cbradney 3392
        <location filename="../../../scribus/actionmanager.cpp" line="1485"/>
2676 cbradney 3393
        <source>Dehyphenate Text</source>
3394
        <translation>Убрать переносы из текста</translation>
3395
    </message>
3064 cbradney 3396
    <message>
14747 cbradney 3397
        <location filename="../../../scribus/actionmanager.cpp" line="1404"/>
3064 cbradney 3398
        <source>Manage Page Properties...</source>
5819 cbradney 3399
        <translation>Свойства страницы...</translation>
3064 cbradney 3400
    </message>
3401
    <message>
14747 cbradney 3402
        <location filename="../../../scribus/actionmanager.cpp" line="1283"/>
3278 cbradney 3403
        <source>Print Previe&amp;w</source>
3489 cbradney 3404
        <translation>Просмотреть пе&amp;чать</translation>
3278 cbradney 3405
    </message>
3406
    <message>
14747 cbradney 3407
        <location filename="../../../scribus/actionmanager.cpp" line="1308"/>
3278 cbradney 3408
        <source>&amp;JavaScripts...</source>
3489 cbradney 3409
        <translation>&amp;JavaScripts...</translation>
3278 cbradney 3410
    </message>
3411
    <message>
14747 cbradney 3412
        <location filename="../../../scribus/actionmanager.cpp" line="1402"/>
3278 cbradney 3413
        <source>Convert to Master Page...</source>
3489 cbradney 3414
        <translation>Преобразовать в мастер-страницу...</translation>
3278 cbradney 3415
    </message>
3416
    <message>
14747 cbradney 3417
        <location filename="../../../scribus/actionmanager.cpp" line="1489"/>
3278 cbradney 3418
        <source>&amp;Cascade</source>
3489 cbradney 3419
        <translation>&amp;Каскадом</translation>
3278 cbradney 3420
    </message>
3421
    <message>
14747 cbradney 3422
        <location filename="../../../scribus/actionmanager.cpp" line="1490"/>
3278 cbradney 3423
        <source>&amp;Tile</source>
3489 cbradney 3424
        <translation>&amp;Мозаикой</translation>
3278 cbradney 3425
    </message>
3426
    <message>
14747 cbradney 3427
        <location filename="../../../scribus/actionmanager.cpp" line="1365"/>
3824 cbradney 3428
        <source>More Info...</source>
4405 cbradney 3429
        <translation>Подробнее...</translation>
3824 cbradney 3430
    </message>
4667 cbradney 3431
    <message>
14747 cbradney 3432
        <location filename="../../../scribus/actionmanager.cpp" line="1435"/>
4667 cbradney 3433
        <source>&amp;Outline</source>
3434
        <comment>Document Outline Palette</comment>
3435
        <translation>&amp;Схема документа</translation>
3436
    </message>
3437
    <message>
14747 cbradney 3438
        <location filename="../../../scribus/actionmanager.cpp" line="1563"/>
4667 cbradney 3439
        <source>ff</source>
3440
        <translation>ff</translation>
3441
    </message>
3442
    <message>
14747 cbradney 3443
        <location filename="../../../scribus/actionmanager.cpp" line="1564"/>
4667 cbradney 3444
        <source>fi</source>
3445
        <translation>fi</translation>
3446
    </message>
3447
    <message>
14747 cbradney 3448
        <location filename="../../../scribus/actionmanager.cpp" line="1565"/>
4667 cbradney 3449
        <source>fl</source>
3450
        <translation>fl</translation>
3451
    </message>
3452
    <message>
14747 cbradney 3453
        <location filename="../../../scribus/actionmanager.cpp" line="1566"/>
4667 cbradney 3454
        <source>ffi</source>
3455
        <translation>ffi</translation>
3456
    </message>
3457
    <message>
14747 cbradney 3458
        <location filename="../../../scribus/actionmanager.cpp" line="1567"/>
4667 cbradney 3459
        <source>ffl</source>
3460
        <translation>ffl</translation>
3461
    </message>
3462
    <message>
14747 cbradney 3463
        <location filename="../../../scribus/actionmanager.cpp" line="1568"/>