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