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