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