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