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