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