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