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