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