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