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