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