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