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