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