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