"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "scribus-1.3.3.12/scribus/po/scribus.nb_NO.ts" of archive scribus-1.3.3.12.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 <!DOCTYPE TS><TS>
2 <context>
3 <name></name>
4 <message>
5 <source>getColorNames() -> list
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>
10 <translation>getColorNames() -> list
11
12 Gir en liste med navn på alle fargene som er angitt i dokumentet. Hvis ikke et dokument er åpnet, så vil du få en liste med standard dokumentfarger.</translation>
13 </message>
14 <message>
15 <source>newDocDialog() -> bool
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>
21 <translation>newDocDialog() -> bool
22
23 Viser dialogvinduet «Nytt Dokument». Lager et nytt dokument hvis brukeren godtar
24 innstillingene. Lager ikke et nytt dokument hvis brukeren velger «Avbryt». Gir
25 «sann» hvis et nytt dokument ble opprettet.</translation>
26 </message>
27 <message>
28 <source>getFillColor(["name"]) -> string
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>
33 <translation>getFillColor(["navn"]) -> streng
34
35 Gir navnet på fyllfargen til objektet som heter «navn».
36 Hvis «navn» ikke er oppgitt, så vil det objektet som er valgt bli brukt.</translation>
37 </message>
38 <message>
39 <source>moveObject(dx, dy [, "name"])
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>
46 <translation>moveObject(dx, dy [, "navn"])
47
48 Flytter objektet «navn» avstanden «dy» og «dx» i forhold til dets nåværende posisjon.
49 De måleenhetene som som brukes, er de som er valgt for dokumentet. Hvis navnet («navn») ikke er angitt, så brukes det objektet som er valgt. Hvis objektet «navn» tilhører en gruppe, så vil hele gruppen bli flyttet.</translation>
50 </message>
51 <message>
52 <source>setRedraw(bool)
53
54 Disables page redraw when bool = False, otherwise redrawing is enabled.
55 This change will persist even after the script exits, so make sure to call
56 setRedraw(True) in a finally: clause at the top level of your script.
57 </source>
58 <translation>setRedraw(bool)
59
60 Skrur av gjenopptegning av siden når «bool = False», i motsatt fall er gjenopptegning på.
61 Denne endringa vil vare ved selv når skriptet er ferdig, så pass på at du kjører
62 «setRedraw(True)» på begynnelsen av skriptet ditt.</translation>
63 </message>
64 <message>
65 <source>createRect(x, y, width, height, ["name"]) -> string
66
67 Creates a new rectangle on the current page and returns its name. The
68 coordinates are given in the current measurement units of the document
69 (see UNIT constants). "name" should be a unique identifier for the object
70 because you need this name to reference that object in future. If "name"
71 is not given Scribus will create one for you.
72
73 May raise NameExistsError if you explicitly pass a name that's already used.
74 </source>
75 <translation>createRect(x, y, bredde, høyde, ["navn"]) -> streng
76
77 Lager et nytt rektangel på gjeldende side og gir rektangelets navn. Koordinatene oppgis i det som er standard måleenheten for dokumentet (se konstanverdien UNIT). Navnet («Navn») må være unikt for dette objektet fordi du trenger det for å kunne referere til objektet senere. Hvis «navn» ikke er angitt, vil Scribus lage et navn for deg.
78
79 Vil gi feilmeldinga «NameExistsError» hvis du ber om et navn som allerede er i bruk.</translation>
80 </message>
81 <message>
82 <source>setGradientFill(type, "color1", shade1, "color2", shade2, ["name"])
83
84 Sets the gradient fill of the object "name" to type. Color descriptions are
85 the same as for setFillColor() and setFillShade(). See the constants for
86 available types (FILL_<type>).
87 </source>
88 <translation>setGradientFill(type, "førsteFarge", metningsgrad, "andreFarge", metningsgrad, ["navn"])
89
90 Velger gradientfyllgraden på objektet «navn». Fargebeskrivelsene er de samme som for «setFillColor()» og «setFillShade()». Se lista over konstanter for å få en liste over hvilke typer som er tilgjengelige (FILL_<type>).</translation>
91 </message>
92 <message>
93 <source>getFontSize(["name"]) -> float
94
95 Returns the font size in points for the text frame "name". If this text
96 frame has some text selected the value assigned to the first character of
97 the selection is returned.
98 If "name" is not given the currently selected item is used.
99 </source>
100 <translation>getFontSize(["navn"]) -> float
101
102 Gir størrelsen på skrifttypene i punkter for tekstramma «navn».
103 Hvis noe av teksten i denne tekstramma er valgt, så gis det første tegnet i utvalget.
104 Hvis «navn» ikke er angitt, så brukes det valgte elementet.</translation>
105 </message>
106 <message>
107 <source>messagebarText("string")
108
109 Writes the "string" into the Scribus message bar (status line). The text
110 must be UTF8 encoded or 'unicode' string(recommended).
111 </source>
112 <translation>messagebarText("streng")
113
114 Skriver «streng» i meldingslinja til Scribus (statuslinja). Teksten må være i UTF8 eller unicode (det siste er anbefalt).</translation>
115 </message>
116 <message>
117 <source>newPage(where [,"masterpage"])
118
119 Creates a new page. If "where" is -1 the new Page is appended to the
120 document, otherwise the new page is inserted before "where". Page numbers are
121 counted from 1 upwards, no matter what the displayed first page number of your
122 document is. The optional parameter "masterpage" specifies the name of the
123 master page for the new page.
124
125 May raise IndexError if the page number is out of range
126 </source>
127 <translation>newPage(where [,"malside"])
128
129 Oppretter en ny side. Hvis «where» er «-1» vil den nye siden bli lagt til dokumentet, ellers vil den nye siden settes før «where». Sidetall telles fra 1 og oppover, uavhengig av hvilke sidetall som er satt inn på sidene. Tilleggskommandoen «malside» er eventuelt navnet på den malsiden du vil bruke på den nye siden.
130
131 Du kan få feilmeldinga «IndexError» hvis siden ikke finnes (for høyt eller lavt sidetall).</translation>
132 </message>
133 <message>
134 <source>importSVG("string")
135
136 The "string" must be a valid filename for a SVG image. The text
137 must be UTF8 encoded or 'unicode' string(recommended).
138 </source>
139 <translation>importSVG("streng")
140
141 «Streng» må være et gyldig filnavn for et SVG-bilde. Teksten må være kodet som UTF-8 eller unicode (anbefalt).</translation>
142 </message>
143 <message>
144 <source>newDocument(size, margins, orientation, firstPageNumber,
145 unit, pagesType, firstPageOrder) -> bool
146
147 Creates a new document and returns true if successful. The parameters have the
148 following meaning:
149
150 size = A tuple (width, height) describing the size of the document. You can
151 use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc.
152
153 margins = A tuple (left, right, top, bottom) describing the document
154 margins
155
156 orientation = the page orientation - constants PORTRAIT, LANDSCAPE
157
158 firstPageNumer = is the number of the first page in the document used for
159 pagenumbering. While you'll usually want 1, it's useful to have higher
160 numbers if you're creating a document in several parts.
161
162 unit: this value sets the measurement units used by the document. Use a
163 predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS,
164 UNIT_PICAS, UNIT_POINTS.
165
166 pagesType = One of the predefined constants PAGE_n. PAGE_1 is single page,
167 PAGE_2 is for double sided documents, PAGE_3 is for 3 pages fold and
168 PAGE_4 is 4-fold.
169
170 firstPageOrder = What is position of first page in the document.
171 Indexed from 0 (0 = first).
172
173 numPage = Number of pages to be created.
174
175 The values for width, height and the margins are expressed in the given unit
176 for the document. PAPER_* constants are expressed in points. If your document
177 is not in points, make sure to account for this.
178
179 example: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS,
180 PAGE_4, 3, 1)
181
182 May raise ScribusError if is firstPageOrder bigger than allowed by pagesType.
183 </source>
184 <translation>newDocument(størrelse, marger, retning, førsteSideTall,
185 måleenhet, sideType, førsteSideOrden) -> bool
186
187 Oppretter et nytt dokument og gir «true» (sann) hvis det lykkes. Parametrene har
188 følgende betydning:
189
190 størrelse = En tuppel (bredde, høyde) beskriver størrelsen av dokumentet. du kan
191 bruke forhåndsvalgte konstanter med navnet PAPER_<papir_type> f.eks. PAPER_A4 osv.
192
193 marger = En tuppel (venstre, høyre, øverst, nederst) angir margene i dokumentet
194
195 retning = sideretningen – konstanter PORTRAIT, LANDSCAPE
196
197 førsteSideNummer = er nummeret på den første side i dokumentet slik
198 sidenummerering skal er. Selv om verdien oftest er 1, så er der noen ganger bruk for
199 et høyere tall, f.eks. hvis et dokument består av flere deler.
200
201 måleenhet: denne verdien angir måleenheten, som skal brukes i dokumentet. Bruk en
202 forhåndsvalgt konstant for dette, mulige konstanter er: UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.
203
204 sideType = En av de forhåndsvalgte konstantene: PAGE_n. PAGE_1 er enkeltside,
205 PAGE_2 er for dobbeltsidige dokumenter, PAGE_3 er for tredelt folder og
206 PAGE_4 er firedelt
207
208 førsteSideOrden= Hvilken plassering har første side i dokumentet.
209 Indeksering fra 0 (0 = første).
210
211 Verdiene for bredde, høyde og marger angis i den valgte måleenheten
212 for dokumentet. «PAPER_* konstanter» er angitt i punkter. Hvis dokumentet ditt
213 ikke er i punkter, så sørg for å ta høyde for dette.
214
215 eksempel: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS,
216 PAGE_4, 3)
217
218 Kan gi feilmeldinga «ScribusError» hvis førsteSideOrden er større enn tillatt av «pagesType».
219 </translation>
220 </message>
221 </context>
222 <context>
223 <name>@default</name>
224 <message>
225 <source>getColor("name") -> tuple
226
227 Returns a tuple (C, M, Y, K) containing the four color components of the
228 color "name" from the current document. If no document is open, returns
229 the value of the named color from the default document colors.
230
231 May raise NotFoundError if the named color wasn't found.
232 May raise ValueError if an invalid color name is specified.
233 </source>
234 <translation>getColor(«navn») -> tuppel
235
236 Gir en tuppel (C, M, Y, K) som inneholder de fire fargekomponentene i det gjeldende dokumentet. Hvis ingen dokumenter er åpne gir verdien på den navngitte fargen fra standardfargene i det gjeldende dokumentet.
237
238 Kan gi feilmeldinga «NotFoundError» hvis den navngitte fargen ikke blir funnet.
239 Kan gi feilmeldinga «ValueError » hvis fargenavnet er ugyldig.</translation>
240 </message>
241 <message>
242 <source>changeColor("name", c, m, y, k)
243
244 Changes the color "name" to the specified CMYK value. The color value is
245 defined via four components c = Cyan, m = Magenta, y = Yellow and k = Black.
246 Color components should be in the range from 0 to 255.
247
248 May raise NotFoundError if the named color wasn't found.
249 May raise ValueError if an invalid color name is specified.
250 </source>
251 <translation>changeColor("fargenavn", c, m, y, k)
252
253 Endrer fargen «fargenavn» til den angitte CMYK-verdien. Fargeverdien angis ved hjelp av fire komponenter: c = cyan, m = magenta, y = gul og k = svart.
254 Hver farge må angis med et tall mellom 0 og 255.
255
256 Kan gi feilmeldinga «NotFoundError» hvis den navngitte fargen ikke blir funnet.
257 Kan gi feilmeldinga «ValueError » hvis fargenavnet er ugyldig.</translation>
258 </message>
259 <message>
260 <source>deleteColor("name", "replace")
261
262 Deletes the color "name". Every occurence of that color is replaced by the
263 color "replace". If not specified, "replace" defaults to the color
264 "None" - transparent.
265
266 deleteColor works on the default document colors if there is no document open.
267 In that case, "replace", if specified, has no effect.
268
269 May raise NotFoundError if a named color wasn't found.
270 May raise ValueError if an invalid color name is specified.
271 </source>
272 <translation>deleteColor("fargenavn", "nyttFargenavn")
273
274 Alle forekomstene av fargen «fargenavn» blir slettet og erstattet av fargen «nyttFargenavn». Hvis «nyttFargenavn» ikke er angitt, så brukes standardverdien "Ingen", gjennomsiktig.
275
276 Kan gi feilmeldinga «NotFoundError» hvis den navngitte fargen ikke blir funnet.
277 Kan gi feilmeldinga «ValueError » hvis fargenavnet er ugyldig.</translation>
278 </message>
279 <message>
280 <source>replaceColor("name", "replace")
281
282 Every occurence of the color "name" is replaced by the color "replace".
283
284 May raise NotFoundError if a named color wasn't found.
285 May raise ValueError if an invalid color name is specified.
286 </source>
287 <translation>replaceColor("fargenavn", "nyttFargenavn")
288
289 Alle forekomstene av fargen «fargenavn» blir erstattet av fargen «nyttFargenavn».
290
291 Kan gi feilmeldinga «NotFoundError» hvis den navngitte fargen ikke blir funnet.
292 Kan gi feilmeldinga «ValueError » hvis fargenavnet er ugyldig.</translation>
293 </message>
294 <message>
295 <source>messageBox("caption", "message",
296 icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT,
297 button2=BUTTON_NONE, button3=BUTTON_NONE) -> integer
298
299 Displays a message box with the title "caption", the message "message", and
300 an icon "icon" and up to 3 buttons. By default no icon is used and a single
301 button, OK, is displayed. Only the caption and message arguments are required,
302 though setting an icon and appropriate button(s) is strongly
303 recommended. The message text may contain simple HTML-like markup.
304
305 Returns the number of the button the user pressed. Button numbers start
306 at 1.
307
308 For the icon and the button parameters there are predefined constants available
309 with the same names as in the Qt Documentation. These are the BUTTON_* and
310 ICON_* constants defined in the module. There are also two extra constants that
311 can be binary-ORed with button constants:
312 BUTTONOPT_DEFAULT Pressing enter presses this button.
313 BUTTONOPT_ESCAPE Pressing escape presses this button.
314
315 Usage examples:
316 result = messageBox('Script failed',
317 'This script only works when you have a text frame selected.',
318 ICON_ERROR)
319 result = messageBox('Monkeys!', 'Something went ook! <i>Was it a monkey?</i>',
320 ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT,
321 BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE)
322
323 Defined button and icon constants:
324 BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO,
325 BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL,
326 ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL.
327 </source>
328 <translation type="unfinished"></translation>
329 </message>
330 <message>
331 <source>valueDialog(caption, message [,defaultvalue]) -> string
332
333 Shows the common 'Ask for string' dialog and returns its value as a string
334 Parameters: window title, text in the window and optional 'default' value.
335
336 Example: valueDialog('title', 'text in the window', 'optional')
337 </source>
338 <translation>valueDialog(tittel, beskjed [,standardverdi]) -> streng
339
340 Viser det vanlige dialogvinduet «spør etter en streng» og gir dens verdi som en streng
341 Parametre: vindustittelen, teksten i vinduet og en valgfri «standard»-verdi.
342
343 Eksempel: valueDialog('tittel', 'tekst i vinduet', 'valgfri')
344 </translation>
345 </message>
346 <message>
347 <source>closeDoc()
348
349 Closes the current document without prompting to save.
350
351 May throw NoDocOpenError if there is no document to close
352 </source>
353 <translation>closeDoc()
354
355 Lukker det gjeldende dokument uten å spørre om det skal lagres.
356
357 Kan gi feilmeldinga «NoDocOpenError» hvis det ikke er noe dokument å lukke
358 </translation>
359 </message>
360 <message>
361 <source>haveDoc() -> bool
362
363 Returns true if there is a document open.
364 </source>
365 <translation>haveDoc() -> bool
366
367 Gir «true» hvis det er et åpent dokument.
368 </translation>
369 </message>
370 <message>
371 <source>openDoc("name")
372
373 Opens the document "name".
374
375 May raise ScribusError if the document could not be opened.
376 </source>
377 <translation>openDoc("navn")
378
379 Åpner dokumentet «navn».
380
381 Kan gi feilmeldinga «ScribusError» hvis dokumentet ikke kan åpnes.</translation>
382 </message>
383 <message>
384 <source>saveDoc()
385
386 Saves the current document with its current name, returns true if successful.
387 If the document has not already been saved, this may bring up an interactive
388 save file dialog.
389
390 If the save fails, there is currently no way to tell.
391 </source>
392 <translation>saveDoc(\"navn\")
393
394 Lagrer det gjeldende dokument med dets nåværende navn, gir «true» hvis
395 det lykkes. Hvis dokumentet ikke allerede har blitt lagret, så kan det komme fram
396 et interaktiv dialogvindu som ber deg lagre.
397
398 Hvis skriptet ikke klarer å lagre, er det ingen måte at fortelle det på.
399 </translation>
400 </message>
401 <message>
402 <source>saveDocAs("name")
403
404 Saves the current document under the new name "name" (which may be a full or
405 relative path).
406
407 May raise ScribusError if the save fails.
408 </source>
409 <translation>saveDocAs("navn")
410
411 Lagrer det gjeldende dokumentet under navnet «navn» (som også kan innehlde en relativ eller en fullstendig sti).
412
413 Kan gi feilmeldinga «ScribusError» hvis dokumentet ikke kan åpnes.
414 </translation>
415 </message>
416 <message>
417 <source>setMargins(lr, rr, tr, br)
418
419 Sets the margins of the document, Left(lr), Right(rr), Top(tr) and Bottom(br)
420 margins are given in the measurement units of the document - see UNIT_<type>
421 constants.
422 </source>
423 <translation>setMargins(lr, rr, tr, br)
424
425 Angir margene i dokumentet, Venstre(lr), Højre(rr), Øvre(tr) og Nedre(br).
426 Margene angis i måleenheten for dokumentet – se UNIT_<type> konstanter.</translation>
427 </message>
428 <message>
429 <source>setUnit(type)
430
431 Changes the measurement unit of the document. Possible values for "unit" are
432 defined as constants UNIT_<type>.
433
434 May raise ValueError if an invalid unit is passed.
435 </source>
436 <translation>setUnit(type)
437
438 Endrer måleenheten i dokumentet. Mulige verdier for «unit» er angitt som konstanterene UNIT_<type>.
439
440 Kan gi feilmeldinga «ValueError» hvis du angir en ugyldig verdi.</translation>
441 </message>
442 <message>
443 <source>getUnit() -> integer (Scribus unit constant)
444
445 Returns the measurement units of the document. The returned value will be one
446 of the UNIT_* constants:
447 UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.
448 </source>
449 <translation>getUnit() -> heltall (Scribus enhetskonstant)
450
451 Gir måleenheten for dokumentet. Verdien vil være en av UNIT_* konstantene:
452 UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.
453 </translation>
454 </message>
455 <message>
456 <source>loadStylesFromFile("filename")
457
458 Loads paragraph styles from the Scribus document at "filename" into the
459 current document.
460 </source>
461 <translation>loadStylesFromFile("filnavn")
462
463 Henter inn avsnittsstiler fra Scribus-dokumentet «filenavn» inn i det gjeldende dokumentet.</translation>
464 </message>
465 <message>
466 <source>setDocType(facingPages, firstPageLeft)
467
468 Sets the document type. To get facing pages set the first parameter to
469 FACINGPAGES, to switch facingPages off use NOFACINGPAGES instead. If you want
470 to be the first page a left side set the second parameter to FIRSTPAGELEFT, for
471 a right page use FIRSTPAGERIGHT.
472 </source>
473 <translation>setDocType(facingPages, firstPageLeft)
474
475 Velger dokumenttypen. For å få motstående sider, sett den første verdien
476 til «FACINGPAGES», for skru av dette bruk isteden «NOFACINGPAGES». Hvis du ønsker
477 å ha den første side som venstre side, sett da den andre verdien til «FIRSTPAGELEFT», hvis du vil ah en høyreside som den første, bruk «FIRSTPAGERIGHT».
478 </translation>
479 </message>
480 <message>
481 <source>getLineColor(["name"]) -> string
482
483 Returns the name of the line color of the object "name".
484 If "name" is not given the currently selected item is used.
485 </source>
486 <translation>getLineColor(["navn"]) -> streng
487
488 Gir navnet på strekfargen til objektet «navn». Hvis «navn» ikke er angitt, så blir det gjeldende objektet valgt.</translation>
489 </message>
490 <message>
491 <source>getLineWidth(["name"]) -> integer
492
493 Returns the line width of the object "name". If "name"
494 is not given the currently selected Item is used.
495 </source>
496 <translation>getLineWidth(["navn"]) -> heltall
497
498 Gir strekbredden på objektet «navn» hvis «navn» ikke er oppgitt så blir det gjeldende objektet valgt.</translation>
499 </message>
500 <message>
501 <source>getLineShade(["name"]) -> integer
502
503 Returns the shading value of the line color of the object "name".
504 If "name" is not given the currently selected item is used.
505 </source>
506 <translation>getLineShade(["navn"]) -> heltall
507
508 Gir metningsgraden på strekfargen til objektet «navn».
509 Hvis «navn» ikke er angitt blir det gjeldende objektet valgt.></translation>
510 </message>
511 <message>
512 <source>getLineJoin(["name"]) -> integer (see contants)
513
514 Returns the line join style of the object "name". If "name" is not given
515 the currently selected item is used. The join types are:
516 JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND
517 </source>
518 <translation>getLineJoin(["navn"]) -> heltall (se lista over konstanter)
519
520 Gir stilen for sammenslåtte linjer til objektet «navn». Hvis «navn» ikke er angitt, brukes det gjeldende objektet. Stilene for sammenslåtte linjer er:
521 JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND (henholdsvis: gjæring, skrå og snitt.)</translation>
522 </message>
523 <message>
524 <source>getLineEnd(["name"]) -> integer (see constants)
525
526 Returns the line cap style of the object "name". If "name" is not given the
527 currently selected item is used. The cap types are:
528 CAP_FLAT, CAP_ROUND, CAP_SQUARE
529 </source>
530 <translation>getLineEnd([«navn»]) -> heltall (se lista over konstanter)
531
532 Gir linjeslutt-stilen til objektet «navn». Hvis «navn» ikke er oppgitt, så brukes det valgte objektet. Linjestilen kan være:
533 CAP_FLAT, CAP_ROUND, CAP_SQUARE</translation>
534 </message>
535 <message>
536 <source>getLineStyle(["name"]) -> integer (see constants)
537
538 Returns the line style of the object "name". If "name" is not given the
539 currently selected item is used. Line style constants are:
540 LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID
541 </source>
542 <translation>getLineStyle([«navn»]) -> heltall (se lista over konstanter)
543
544 Gir linjestilen til objektet «navn». Hvis «navn» ikke er oppgitt, så brukes det valgte objektet. Linjestilen kan være:
545 LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID</translation>
546 </message>
547 <message>
548 <source>getFillShade(["name"]) -> integer
549
550 Returns the shading value of the fill color of the object "name".
551 If "name" is not given the currently selected item is used.
552 </source>
553 <translation>getFillShade([«navn»]) -> heltall
554
555 Gir gjennomsiktighetsgraden på fyllfargen til objektet «navn». Hvis «navn» ikke er oppgitt, så brukes det valgte objektet.
556 </translation>
557 </message>
558 <message>
559 <source>getImageScale(["name"]) -> (x,y)
560
561 Returns a (x, y) tuple containing the scaling values of the image frame
562 "name". If "name" is not given the currently selected item is used.
563 </source>
564 <translation>getImageScale([«navn»]) -> (x,y)
565
566 Gir en a (x, y)-tuppel med skaleringsverdien til bilderamma «navn».
567 Hvis «navn» ikke er oppgitt, så brukes det valgte objektet</translation>
568 </message>
569 <message>
570 <source>getImageName(["name"]) -> string
571
572 Returns the filename for the image in the image frame. If "name" is not
573 given the currently selected item is used.
574 </source>
575 <translation type="unfinished"></translation>
576 </message>
577 <message>
578 <source>getSize(["name"]) -> (width,height)
579
580 Returns a (width, height) tuple with the size of the object "name".
581 If "name" is not given the currently selected item is used. The size is
582 expressed in the current measurement unit of the document - see UNIT_<type>
583 for reference.
584 </source>
585 <translation type="unfinished"></translation>
586 </message>
587 <message>
588 <source>getRotation(["name"]) -> integer
589
590 Returns the rotation of the object "name". The value is expressed in degrees,
591 and clockwise is positive. If "name" is not given the currently selected item
592 is used.
593 </source>
594 <translation type="unfinished"></translation>
595 </message>
596 <message>
597 <source>getAllObjects() -> list
598
599 Returns a list containing the names of all objects on the current page.
600 </source>
601 <translation>getAllObjects() -> liste
602
603 Gir en liste, som inneholder navnene på alle objektene på den gjeldende siden.
604 </translation>
605 </message>
606 <message>
607 <source>moveObjectAbs(x, y [, "name"])
608
609 Moves the object "name" to a new location. The coordinates are expressed in
610 the current measurement unit of the document (see UNIT constants). If "name"
611 is not given the currently selected item is used. If the object "name"
612 belongs to a group, the whole group is moved.
613 </source>
614 <translation type="unfinished"></translation>
615 </message>
616 <message>
617 <source>rotateObject(rot [, "name"])
618
619 Rotates the object "name" by "rot" degrees relatively. The object is
620 rotated by the vertex that is currently selected as the rotation point - by
621 default, the top left vertext at zero rotation. Positive values mean counter
622 clockwise rotation when the default rotation point is used. If "name" is not
623 given the currently selected item is used.
624 </source>
625 <translation type="unfinished"></translation>
626 </message>
627 <message>
628 <source>sizeObject(width, height [, "name"])
629
630 Resizes the object "name" to the given width and height. If "name"
631 is not given the currently selected item is used.
632 </source>
633 <translation type="unfinished"></translation>
634 </message>
635 <message>
636 <source>getSelectedObject([nr]) -> string
637
638 Returns the name of the selected object. "nr" if given indicates the number
639 of the selected object, e.g. 0 means the first selected object, 1 means the
640 second selected Object and so on.
641 </source>
642 <translation type="unfinished"></translation>
643 </message>
644 <message>
645 <source>selectionCount() -> integer
646
647 Returns the number of selected objects.
648 </source>
649 <translation>selectionCount() -> heltall
650
651 Gir antall markerte objekter.
652 </translation>
653 </message>
654 <message>
655 <source>selectObject("name")
656
657 Selects the object with the given "name".
658 </source>
659 <translation>selectObject("navn")
660
661 Velger objektet som heter «navn».</translation>
662 </message>
663 <message>
664 <source>deselectAll()
665
666 Deselects all objects in the whole document.
667 </source>
668 <translation>deselectAll()
669
670 Fjerner alle markeringene i hele dokumentet.
671 </translation>
672 </message>
673 <message>
674 <source>groupObjects(list)
675
676 Groups the objects named in "list" together. "list" must contain the names
677 of the objects to be grouped. If "list" is not given the currently selected
678 items are used.
679 </source>
680 <translation type="unfinished"></translation>
681 </message>
682 <message>
683 <source>unGroupObjects("name")
684
685 Destructs the group the object "name" belongs to.If "name" is not given the currently selected item is used.</source>
686 <translation type="unfinished"></translation>
687 </message>
688 <message>
689 <source>scaleGroup(factor [,"name"])
690
691 Scales the group the object "name" belongs to. Values greater than 1 enlarge
692 the group, values smaller than 1 make the group smaller e.g a value of 0.5
693 scales the group to 50 % of its original size, a value of 1.5 scales the group
694 to 150 % of its original size. The value for "factor" must be greater than
695 0. If "name" is not given the currently selected item is used.
696
697 May raise ValueError if an invalid scale factor is passed.
698 </source>
699 <translation type="unfinished"></translation>
700 </message>
701 <message>
702 <source>loadImage("filename" [, "name"])
703
704 Loads the picture "picture" into the image frame "name". If "name" is
705 not given the currently selected item is used.
706
707 May raise WrongFrameTypeError if the target frame is not an image frame
708 </source>
709 <translation type="unfinished"></translation>
710 </message>
711 <message>
712 <source>scaleImage(x, y [, "name"])
713
714 Sets the scaling factors of the picture in the image frame "name".
715 If "name" is not given the currently selected item is used. A number of 1
716 means 100 %.
717
718 May raise WrongFrameTypeError if the target frame is not an image frame
719 </source>
720 <translation type="unfinished"></translation>
721 </message>
722 <message>
723 <source>lockObject(["name"]) -> bool
724
725 Locks the object "name" if it's unlocked or unlock it if it's locked.
726 If "name" is not given the currently selected item is used. Returns true
727 if locked.
728 </source>
729 <translation type="unfinished"></translation>
730 </message>
731 <message>
732 <source>isLocked(["name"]) -> bool
733
734 Returns true if is the object "name" locked. If "name" is not given the
735 currently selected item is used.
736 </source>
737 <translation type="unfinished"></translation>
738 </message>
739 <message>
740 <source>getFontNames() -> list
741
742 Returns a list with the names of all available fonts.
743 </source>
744 <translation>getFontNames() -> liste
745
746 Gir en liste med navnene på alle de tilgjengelige skrifttypene.
747 </translation>
748 </message>
749 <message>
750 <source>getXFontNames() -> list of tuples
751
752 Returns a larger font info. It's a list of the tuples with:
753 [ (Scribus name, Family, Real name, subset (1|0), embed PS (1|0), font file), (...), ... ]
754 </source>
755 <translation type="unfinished"></translation>
756 </message>
757 <message>
758 <source>getLayers() -> list
759
760 Returns a list with the names of all defined layers.
761 </source>
762 <translation>getLayers() -> liste
763
764 Gir en liste med navnene på alle angitte lag.
765 </translation>
766 </message>
767 <message>
768 <source>setActiveLayer("name")
769
770 Sets the active layer to the layer named "name".
771
772 May raise NotFoundError if the layer can't be found.
773 May raise ValueError if the layer name isn't acceptable.
774 </source>
775 <translation type="unfinished"></translation>
776 </message>
777 <message>
778 <source>getActiveLayer() -> string
779
780 Returns the name of the current active layer.
781 </source>
782 <translation>getActiveLayer() -> streng
783
784 Gir navnet på det gjeldende laget.
785 </translation>
786 </message>
787 <message>
788 <source>sentToLayer("layer" [, "name"])
789
790 Sends the object "name" to the layer "layer". The layer must exist.
791 If "name" is not given the currently selected item is used.
792
793 May raise NotFoundError if the layer can't be found.
794 May raise ValueError if the layer name isn't acceptable.
795 </source>
796 <translation>sentToLayer("lag" [, "navn"])
797
798 Sender objektet «navn» til laget «lag». Laget må finnes.
799 If «navn» ikke er angitt brukes det gjeldende objektet.
800
801 Kan gi feilmeldinga «NotFoundError» hvis laget ikke kan bli funnet.
802 Kan gi feilmeldinga «ValueError» hvis navnet på laget ikke blir godkjent.</translation>
803 </message>
804 <message>
805 <source>setLayerVisible("layer", visible)
806
807 Sets the layer "layer" to be visible or not. If is the visible set to false
808 the layer is invisible.
809
810 May raise NotFoundError if the layer can't be found.
811 May raise ValueError if the layer name isn't acceptable.
812 </source>
813 <translation>setLayerVisible("lag", synlig)
814
815 Velg om laget «lag» skal være synlig eller ikke. Hvis «synlig» er satt til «false» vil laget være usynlig.
816
817 Kan gi feilmeldinga «NotFoundError» hvis laget ikke kan bli funnet.
818 Kan gi feilmeldinga «ValueError» hvis navnet på laget ikke blir godkjent.</translation>
819 </message>
820 <message>
821 <source>setLayerPrintable("layer", printable)
822
823 Sets the layer "layer" to be printable or not. If is the printable set to
824 false the layer won't be printed.
825
826 May raise NotFoundError if the layer can't be found.
827 May raise ValueError if the layer name isn't acceptable.
828 </source>
829 <translation>setLayerPrintable("lag", kanSkrivesUt)
830
831 Velg om laget «lag» skal kunne skrives ut eller ikke. Hvis «kanSkrivesUt» er satt til «false» vil ikke laget bli skrevet ut.
832
833 Kan gi feilmeldinga «NotFoundError» hvis laget ikke kan bli funnet.
834 Kan gi feilmeldinga «ValueError» hvis navnet på laget ikke blir godkjent.</translation>
835 </message>
836 <message>
837 <source>deleteLayer("layer")
838
839 Deletes the layer with the name "layer". Nothing happens if the layer doesn't
840 exists or if it's the only layer in the document.
841
842 May raise NotFoundError if the layer can't be found.
843 May raise ValueError if the layer name isn't acceptable.
844 </source>
845 <translation>deleteLayer("lag")
846
847 Slett laget som heter «lag». Hvis det ikke finnes noe lag som heter dette, eller det er det eneste laget i dokumentet, så vil det ikke skje noe.
848
849 Kan gi feilmeldinga «NotFoundError» hvis laget ikke kan bli funnet.
850 Kan gi feilmeldinga «ValueError» hvis navnet på laget ikke blir godkjent.</translation>
851 </message>
852 <message>
853 <source>createLayer(layer)
854
855 Creates a new layer with the name "name".
856
857 May raise ValueError if the layer name isn't acceptable.
858 </source>
859 <translation>createLayer("lag")
860
861 Opprett laget som heter «lag».
862
863 Kan gi feilmeldinga «ValueError» hvis navnet på laget ikke blir godkjent.</translation>
864 </message>
865 <message>
866 <source>getGuiLanguage() -> string
867
868 Returns a string with the -lang value.
869 </source>
870 <translation>getGuiLanguage() -> streng
871
872 Gir en streng med verdien for «lang» (valgt språk).
873 </translation>
874 </message>
875 <message>
876 <source>createEllipse(x, y, width, height, ["name"]) -> string
877
878 Creates a new ellipse on the current page and returns its name.
879 The coordinates are given in the current measurement units of the document
880 (see UNIT constants). "name" should be a unique identifier for the object
881 because you need this name for further referencing of that object. If "name"
882 is not given Scribus will create one for you.
883
884 May raise NameExistsError if you explicitly pass a name that's already used.
885 </source>
886 <translation type="unfinished"></translation>
887 </message>
888 <message>
889 <source>createImage(x, y, width, height, ["name"]) -> string
890
891 Creates a new picture frame on the current page and returns its name. The
892 coordinates are given in the current measurement units of the document.
893 "name" should be a unique identifier for the object because you need this
894 name for further access to that object. If "name" is not given Scribus will
895 create one for you.
896
897 May raise NameExistsError if you explicitly pass a name that's already used.
898 </source>
899 <translation type="unfinished"></translation>
900 </message>
901 <message>
902 <source>createText(x, y, width, height, ["name"]) -> string
903
904 Creates a new text frame on the actual page and returns its name.
905 The coordinates are given in the actual measurement unit of the document (see
906 UNIT constants). "name" should be a unique identifier for the object because
907 you need this name for further referencing of that object. If "name" is not
908 given Scribus will create one for you.
909
910 May raise NameExistsError if you explicitly pass a name that's already used.
911 </source>
912 <translation type="unfinished"></translation>
913 </message>
914 <message>
915 <source>createLine(x1, y1, x2, y2, ["name"]) -> string
916
917 Creates a new line from the point(x1, y1) to the point(x2, y2) and returns
918 its name. The coordinates are given in the current measurement unit of the
919 document (see UNIT constants). "name" should be a unique identifier for the
920 object because you need this name for further access to that object. If
921 "name" is not given Scribus will create one for you.
922
923 May raise NameExistsError if you explicitly pass a name that's already used.
924 </source>
925 <translation type="unfinished"></translation>
926 </message>
927 <message>
928 <source>createPolyLine(list, ["name"]) -> string
929
930 Creates a new polyline and returns its name. The points for the polyline are
931 stored in the list "list" in the following order: [x1, y1, x2, y2...xn. yn].
932 The coordinates are given in the current measurement units of the document (see
933 UNIT constants). "name" should be a unique identifier for the object because
934 you need this name for further access to that object. If "name" is not given
935 Scribus will create one for you.
936
937 May raise NameExistsError if you explicitly pass a name that's already used.
938 May raise ValueError if an insufficient number of points is passed or if
939 the number of values passed don't group into points without leftovers.
940 </source>
941 <translation type="unfinished"></translation>
942 </message>
943 <message>
944 <source>createPolygon(list, ["name"]) -> string
945
946 Creates a new polygon and returns its name. The points for the polygon are
947 stored in the list "list" in the following order: [x1, y1, x2, y2...xn. yn].
948 At least three points are required. There is no need to repeat the first point
949 to close the polygon. The polygon is automatically closed by connecting the
950 first and the last point. The coordinates are given in the current measurement
951 units of the document (see UNIT constants). "name" should be a unique
952 identifier for the object because you need this name for further access to that
953 object. If "name" is not given Scribus will create one for you.
954
955 May raise NameExistsError if you explicitly pass a name that's already used.
956 May raise ValueError if an insufficient number of points is passed or if
957 the number of values passed don't group into points without leftovers.
958 </source>
959 <translation type="unfinished"></translation>
960 </message>
961 <message>
962 <source>createBezierLine(list, ["name"]) -> string
963
964 Creates a new bezier curve and returns its name. The points for the bezier
965 curve are stored in the list "list" in the following order:
966 [x1, y1, kx1, ky1, x2, y2, kx2, ky2...xn. yn, kxn. kyn]
967 In the points list, x and y mean the x and y coordinates of the point and kx
968 and ky meaning the control point for the curve. The coordinates are given in
969 the current measurement units of the document (see UNIT constants). "name"
970 should be a unique identifier for the object because you need this name for
971 further access to that object. If "name" is not given Scribus will create one
972 for you.
973
974 May raise NameExistsError if you explicitly pass a name that's already used.
975 May raise ValueError if an insufficient number of points is passed or if
976 the number of values passed don't group into points without leftovers.
977 </source>
978 <translation type="unfinished"></translation>
979 </message>
980 <message>
981 <source>createPathText(x, y, "textbox", "beziercurve", ["name"]) -> string
982
983 Creates a new pathText by merging the two objects "textbox" and
984 "beziercurve" and returns its name. The coordinates are given in the current
985 measurement unit of the document (see UNIT constants). "name" should be a
986 unique identifier for the object because you need this name for further access
987 to that object. If "name" is not given Scribus will create one for you.
988
989 May raise NameExistsError if you explicitly pass a name that's already used.
990 May raise NotFoundError if one or both of the named base object don't exist.
991 </source>
992 <translation type="unfinished"></translation>
993 </message>
994 <message>
995 <source>deleteObject(["name"])
996
997 Deletes the item with the name "name". If "name" is not given the currently
998 selected item is deleted.
999 </source>
1000 <translation>deleteObject(["navn"])
1001
1002 Sletter objektet som heter «navn». Hvis «navn» ikke er angitt, så slettes det valgte objektet.</translation>
1003 </message>
1004 <message>
1005 <source>textFlowsAroundFrame("name" [, state])
1006
1007 Enables/disables "Text Flows Around Frame" feature for object "name".
1008 Called with parameters string name and optional boolean "state". If "state"
1009 is not passed, text flow is toggled.
1010 </source>
1011 <translation type="unfinished"></translation>
1012 </message>
1013 <message>
1014 <source>objectExists(["name"]) -> bool
1015
1016 Test if an object with specified name really exists in the document.
1017 The optional parameter is the object name. When no object name is given,
1018 returns True if there is something selected.
1019 </source>
1020 <translation type="unfinished"></translation>
1021 </message>
1022 <message>
1023 <source>setStyle("style" [, "name"])
1024
1025 Apply the named "style" to the object named "name". If is no object name
1026 given, it's applied on the selected object.
1027 </source>
1028 <translation type="unfinished"></translation>
1029 </message>
1030 <message>
1031 <source>getAllStyles() -> list
1032
1033 Return a list of the names of all paragraph styles in the current document.
1034 </source>
1035 <translation>getAllStyles() -> liste
1036
1037 Gir en liste over navnene på alle avsnittsstilene i det gjeldende dokument.
1038 </translation>
1039 </message>
1040 <message>
1041 <source>currentPage() -> integer
1042
1043 Returns the number of the current working page. Page numbers are counted from 1
1044 upwards, no matter what the displayed first page number of your document is.
1045 </source>
1046 <translation>currentPage() -> heltall
1047
1048 Gir nummeret på den gjeldende siden. Sidetallet starter på 1 og
1049 går oppover, uansett hvilket sidetall den første siden har fått.</translation>
1050 </message>
1051 <message>
1052 <source>redrawAll()
1053
1054 Redraws all pages.
1055 </source>
1056 <translation>redrawAll()
1057
1058 Gjenoppfrisker visningen av alle sidene.</translation>
1059 </message>
1060 <message>
1061 <source>savePageAsEPS("name")
1062
1063 Saves the current page as an EPS to the file "name".
1064
1065 May raise ScribusError if the save failed.
1066 </source>
1067 <translation type="unfinished"></translation>
1068 </message>
1069 <message>
1070 <source>deletePage(nr)
1071
1072 Deletes the given page. Does nothing if the document contains only one page.
1073 Page numbers are counted from 1 upwards, no matter what the displayed first
1074 page number is.
1075
1076 May raise IndexError if the page number is out of range
1077 </source>
1078 <translation>deletePage(nr)
1079
1080 Sletter den angitte siden. Ingen ting blir slettet, hvis dokumentet bare inneholder en side.
1081 Sidetallet telles fra 1 og oppover, uansett hvilket sidetall den første siden har fått.
1082
1083 Kan gi feilmeldinga «IndexError» hvis sidetallet er utenfor det gyldige området.
1084 </translation>
1085 </message>
1086 <message>
1087 <source>gotoPage(nr)
1088
1089 Moves to the page "nr" (that is, makes the current page "nr"). Note that
1090 gotoPage doesn't (curently) change the page the user's view is displaying, it
1091 just sets the page that script commands will operates on.
1092
1093 May raise IndexError if the page number is out of range.
1094 </source>
1095 <translation type="unfinished"></translation>
1096 </message>
1097 <message>
1098 <source>pageCount() -> integer
1099
1100 Returns the number of pages in the document.
1101 </source>
1102 <translation>pageCount() -> heltall
1103
1104 Gir antall sider i dokumentet.
1105 </translation>
1106 </message>
1107 <message>
1108 <source>getHGuides() -> list
1109
1110 Returns a list containing positions of the horizontal guides. Values are in the
1111 document's current units - see UNIT_<type> constants.
1112 </source>
1113 <translation>getHGuides() -> liste
1114
1115 Gir en liste med posisjonene på de vannrette hjelpelinjene. Verdiene er
1116 angitt i måleenheten for dokumentet – se UNIT_<type> konstanter.
1117 </translation>
1118 </message>
1119 <message>
1120 <source>setHGuides(list)
1121
1122 Sets horizontal guides. Input parameter must be a list of guide positions
1123 measured in the current document units - see UNIT_<type> constants.
1124
1125 Example: setHGuides(getHGuides() + [200.0, 210.0] # add new guides without any lost
1126 setHGuides([90,250]) # replace current guides entirely
1127 </source>
1128 <translation>setHGuides(liste)
1129 Oppretter vannrette hjelpelinjer. Inn-parameterne skal være en liste med plasseringen av hjelpelinjene, angivet i måleenheten som er valgt for dokumentet – se UNIT_<type> konstanter.
1130
1131 Eksempel: setHGuides(getHGuides() + [200.0, 210.0] # lager en ny hjelpelinje uten at de tidligere hjelpelinjene går tapt.
1132 setHGuides([90,250]) # Erstatter de nåværende hjelpelinjene fullstendig
1133 </translation>
1134 </message>
1135 <message>
1136 <source>getVGuides()
1137
1138 See getHGuides.
1139 </source>
1140 <translation>getVGuides()
1141
1142 Se «getHGuides».
1143 </translation>
1144 </message>
1145 <message>
1146 <source>setVGuides()
1147
1148 See setHGuides.
1149 </source>
1150 <translation>setVGuides()
1151
1152 Se «setHGuides».
1153 </translation>
1154 </message>
1155 <message>
1156 <source>getPageSize() -> tuple
1157
1158 Returns a tuple with page dimensions measured in the document's current units.
1159 See UNIT_<type> constants and getPageMargins()
1160 </source>
1161 <translation>getPageSize() -> tuppel
1162
1163 Gir en tuppel med sidestørrelsene, målt i dokumentets angitte måleenhed.
1164 Se UNIT_<type> konstanter og getPageMargins()
1165 </translation>
1166 </message>
1167 <message>
1168 <source>getPageItems() -> list
1169
1170 Returns a list of tuples with items on the current page. The tuple is:
1171 (name, objectType, order) E.g. [('Text1', 4, 0), ('Image1', 2, 1)]
1172 means that object named 'Text1' is a text frame (type 4) and is the first at
1173 the page...
1174 </source>
1175 <translation>getPageItems() -> liste
1176
1177 Gir en liste med tuppler med elementene på den gjeldende siden. Tuppelen er:
1178 (navn, objekttype, rekkefølge) F.eks. [('Tekst1', 4, 0), ('Bilde1', 2, 1)].
1179 Det betyr at objektet «Tekst1» er en tekstramme (type 4) og er den
1180 første på siden ...
1181 </translation>
1182 </message>
1183 <message>
1184 <source>setFillColor("color", ["name"])
1185
1186 Sets the fill color of the object "name" to the color "color". "color"
1187 is the name of one of the defined colors. If "name" is not given the
1188 currently selected item is used.
1189 </source>
1190 <translation type="unfinished"></translation>
1191 </message>
1192 <message>
1193 <source>setLineColor("color", ["name"])
1194
1195 Sets the line color of the object "name" to the color "color". If "name"
1196 is not given the currently selected item is used.
1197 </source>
1198 <translation type="unfinished"></translation>
1199 </message>
1200 <message>
1201 <source>setLineWidth(width, ["name"])
1202
1203 Sets line width of the object "name" to "width". "width" must be in the
1204 range from 0.0 to 12.0 inclusive, and is measured in points. If "name" is not
1205 given the currently selected item is used.
1206
1207 May raise ValueError if the line width is out of bounds.
1208 </source>
1209 <translation>setLineWidth(width, ["navn"])
1210
1211 Angir at strekbredden på objektet «navn» er «width». «Width» må være mellom 0.0 og 12 punkt. Hvis «navn» ikke er angitt vil det gjeldende objektet bli valgt.
1212
1213 Kan gi feilmeldinga «ValueError» hvis strekbredden ikke er mellom 0 og 12 punkt.</translation>
1214 </message>
1215 <message>
1216 <source>setLineShade(shade, ["name"])
1217
1218 Sets the shading of the line color of the object "name" to "shade".
1219 "shade" must be an integer value in the range from 0 (lightest) to 100
1220 (full color intensity). If "name" is not given the currently selected item
1221 is used.
1222
1223 May raise ValueError if the line shade is out of bounds.
1224 </source>
1225 <translation type="unfinished"></translation>
1226 </message>
1227 <message>
1228 <source>setLineJoin(join, ["name"])
1229
1230 Sets the line join style of the object "name" to the style "join".
1231 If "name" is not given the currently selected item is used. There are
1232 predefined constants for join - JOIN_<type>.
1233 </source>
1234 <translation type="unfinished"></translation>
1235 </message>
1236 <message>
1237 <source>setLineEnd(endtype, ["name"])
1238
1239 Sets the line cap style of the object "name" to the style "cap".
1240 If "name" is not given the currently selected item is used. There are
1241 predefined constants for "cap" - CAP_<type>.
1242 </source>
1243 <translation type="unfinished"></translation>
1244 </message>
1245 <message>
1246 <source>setLineStyle(style, ["name"])
1247
1248 Sets the line style of the object "name" to the style "style". If "name"
1249 is not given the currently selected item is used. There are predefined
1250 constants for "style" - LINE_<style>.
1251 </source>
1252 <translation type="unfinished"></translation>
1253 </message>
1254 <message>
1255 <source>setFillShade(shade, ["name"])
1256
1257 Sets the shading of the fill color of the object "name" to "shade".
1258 "shade" must be an integer value in the range from 0 (lightest) to 100
1259 (full Color intensity). If "name" is not given the currently selected
1260 Item is used.
1261
1262 May raise ValueError if the fill shade is out of bounds.
1263 </source>
1264 <translation type="unfinished"></translation>
1265 </message>
1266 <message>
1267 <source>setCornerRadius(radius, ["name"])
1268
1269 Sets the corner radius of the object "name". The radius is expressed
1270 in points. If "name" is not given the currently selected item is used.
1271
1272 May raise ValueError if the corner radius is negative.
1273 </source>
1274 <translation type="unfinished"></translation>
1275 </message>
1276 <message>
1277 <source>setMultiLine("namedStyle", ["name"])
1278
1279 Sets the line style of the object "name" to the named style "namedStyle".
1280 If "name" is not given the currently selected item is used.
1281
1282 May raise NotFoundError if the line style doesn't exist.
1283 </source>
1284 <translation type="unfinished"></translation>
1285 </message>
1286 <message>
1287 <source>getFont(["name"]) -> string
1288
1289 Returns the font name for the text frame "name". If this text frame
1290 has some text selected the value assigned to the first character
1291 of the selection is returned. If "name" is not given the currently
1292 selected item is used.
1293 </source>
1294 <translation type="unfinished"></translation>
1295 </message>
1296 <message>
1297 <source>getTextLength(["name"]) -> integer
1298
1299 Returns the length of the text in the text frame "name".
1300 If "name" is not given the currently selected item is used.
1301 </source>
1302 <translation type="unfinished"></translation>
1303 </message>
1304 <message>
1305 <source>getText(["name"]) -> string
1306
1307 Returns the text of the text frame "name". If this text frame has some text
1308 selected, the selected text is returned. All text in the frame, not just
1309 currently visible text, is returned. If "name" is not given the currently
1310 selected item is used.
1311 </source>
1312 <translation type="unfinished"></translation>
1313 </message>
1314 <message>
1315 <source>getAllText(["name"]) -> string
1316
1317 Returns the text of the text frame "name" and of all text frames which are
1318 linked with this frame. If this textframe has some text selected, the selected
1319 text is returned. If "name" is not given the currently selected item is
1320 used.
1321 </source>
1322 <translation type="unfinished"></translation>
1323 </message>
1324 <message>
1325 <source>getLineSpacing(["name"]) -> float
1326
1327 Returns the line spacing ("leading") of the text frame "name" expressed in
1328 points. If "name" is not given the currently selected item is used.
1329 </source>
1330 <translation>getLineSpacing(["name"]) -> float
1331
1332 Gir linjeavstanden på teksten i tekstramma, målt i punkt. Hvis «navn» ikke er angitt så brukes det gjeldende objektet.</translation>
1333 </message>
1334 <message>
1335 <source>getColumnGap(["name"]) -> float
1336
1337 Returns the column gap size of the text frame "name" expressed in points. If
1338 "name" is not given the currently selected item is used.
1339 </source>
1340 <translation type="unfinished"></translation>
1341 </message>
1342 <message>
1343 <source>getColumns(["name"]) -> integer
1344
1345 Gets the number of columns of the text frame "name". If "name" is not
1346 given the currently selected item is used.
1347 </source>
1348 <translation type="unfinished"></translation>
1349 </message>
1350 <message>
1351 <source>setText("text", ["name"])
1352
1353 Sets the text of the text frame "name" to the text of the string "text".
1354 Text must be UTF8 encoded - use e.g. unicode(text, 'iso-8859-2'). See the FAQ
1355 for more details. If "name" is not given the currently selected item is
1356 used.
1357 </source>
1358 <translation type="unfinished"></translation>
1359 </message>
1360 <message>
1361 <source>setFont("font", ["name"])
1362
1363 Sets the font of the text frame "name" to "font". If there is some text
1364 selected only the selected text is changed. If "name" is not given the
1365 currently selected item is used.
1366
1367 May throw ValueError if the font cannot be found.
1368 </source>
1369 <translation type="unfinished"></translation>
1370 </message>
1371 <message>
1372 <source>setFontSize(size, ["name"])
1373
1374 Sets the font size of the text frame "name" to "size". "size" is treated
1375 as a value in points. If there is some text selected only the selected text is
1376 changed. "size" must be in the range 1 to 512. If "name" is not given the
1377 currently selected item is used.
1378
1379 May throw ValueError for a font size that's out of bounds.
1380 </source>
1381 <translation type="unfinished"></translation>
1382 </message>
1383 <message>
1384 <source>setLineSpacing(size, ["name"])
1385
1386 Sets the line spacing ("leading") of the text frame "name" to "size".
1387 "size" is a value in points. If "name" is not given the currently selected
1388 item is used.
1389
1390 May throw ValueError if the line spacing is out of bounds.
1391 </source>
1392 <translation>setLineSpacing(størrelse, ["navn"])
1393
1394 Setter linjeavstanden på teksten i tekstramma «navn» til «størrelse». Størrelsen måles i punkt. Hvis «navn» ikke er angitt brukes det gjeldende objektet.</translation>
1395 </message>
1396 <message>
1397 <source>setColumnGap(size, ["name"])
1398
1399 Sets the column gap of the text frame "name" to the value "size". If
1400 "name" is not given the currently selected item is used.
1401
1402 May throw ValueError if the column gap is out of bounds (must be positive).
1403 </source>
1404 <translation type="unfinished"></translation>
1405 </message>
1406 <message>
1407 <source>setColumns(nr, ["name"])
1408
1409 Sets the number of columns of the text frame "name" to the integer "nr".
1410 If "name" is not given the currently selected item is used.
1411
1412 May throw ValueError if number of columns is not at least one.
1413 </source>
1414 <translation type="unfinished"></translation>
1415 </message>
1416 <message>
1417 <source>setTextAlignment(align, ["name"])
1418
1419 Sets the text alignment of the text frame "name" to the specified alignment.
1420 If "name" is not given the currently selected item is used. "align" should
1421 be one of the ALIGN_ constants defined in this module - see dir(scribus).
1422
1423 May throw ValueError for an invalid alignment constant.
1424 </source>
1425 <translation type="unfinished"></translation>
1426 </message>
1427 <message>
1428 <source>deleteText(["name"])
1429
1430 Deletes any text in the text frame "name". If there is some text selected,
1431 only the selected text will be deleted. If "name" is not given the currently
1432 selected item is used.
1433 </source>
1434 <translation type="unfinished"></translation>
1435 </message>
1436 <message>
1437 <source>setTextColor("color", ["name"])
1438
1439 Sets the text color of the text frame "name" to the color "color". If there
1440 is some text selected only the selected text is changed. If "name" is not
1441 given the currently selected item is used.
1442 </source>
1443 <translation type="unfinished"></translation>
1444 </message>
1445 <message>
1446 <source>setTextStroke("color", ["name"])
1447
1448 Set "color" of the text stroke. If "name" is not given the currently
1449 selected item is used.
1450 </source>
1451 <translation type="unfinished"></translation>
1452 </message>
1453 <message>
1454 <source>setTextShade(shade, ["name"])
1455
1456 Sets the shading of the text color of the object "name" to "shade". If
1457 there is some text selected only the selected text is changed. "shade" must
1458 be an integer value in the range from 0 (lightest) to 100 (full color
1459 intensity). If "name" is not given the currently selected item is
1460 used.
1461 </source>
1462 <translation type="unfinished"></translation>
1463 </message>
1464 <message>
1465 <source>linkTextFrames("fromname", "toname")
1466
1467 Link two text frames. The frame named "fromname" is linked to the
1468 frame named "toname". The target frame must be an empty text frame
1469 and must not link to or be linked from any other frames already.
1470
1471 May throw ScribusException if linking rules are violated.
1472 </source>
1473 <translation type="unfinished"></translation>
1474 </message>
1475 <message>
1476 <source>unlinkTextFrames("name")
1477
1478 Remove the specified (named) object from the text frame flow/linkage. If the
1479 frame was in the middle of a chain, the previous and next frames will be
1480 connected, eg 'a->b->c' becomes 'a->c' when you unlinkTextFrames(b)'
1481
1482 May throw ScribusException if linking rules are violated.
1483 </source>
1484 <translation type="unfinished"></translation>
1485 </message>
1486 <message>
1487 <source>traceText(["name"])
1488
1489 Convert the text frame "name" to outlines. If "name" is not given the
1490 currently selected item is used.</source>
1491 <translation type="unfinished"></translation>
1492 </message>
1493 <message>
1494 <source>progressReset()
1495
1496 Cleans up the Scribus progress bar previous settings. It is called before the
1497 new progress bar use. See progressSet.
1498 </source>
1499 <translation>progressReset()
1500
1501 Rydder opp i de tidligere innstillingene til Scribus' framdriftsviser. Den kalles før framdriftsviseren brukes neste gang. Se «progressSet».
1502 </translation>
1503 </message>
1504 <message>
1505 <source>progressTotal(max)
1506
1507 Sets the progress bar's maximum steps value to the specified number.
1508 See progressSet.
1509 </source>
1510 <translation>progressTotal(max)
1511
1512 Setter framdriftsviserens høyeste trinnverdi til det angitte tallet.
1513 Se «progressSet».
1514 </translation>
1515 </message>
1516 <message>
1517 <source>progressSet(nr)
1518
1519 Set the progress bar position to "nr", a value relative to the previously set
1520 progressTotal. The progress bar uses the concept of steps; you give it the
1521 total number of steps and the number of steps completed so far and it will
1522 display the percentage of steps that have been completed. You can specify the
1523 total number of steps with progressTotal(). The current number of steps is set
1524 with progressSet(). The progress bar can be rewound to the beginning with
1525 progressReset(). [based on info taken from Trolltech's Qt docs]
1526 </source>
1527 <translation type="unfinished"></translation>
1528 </message>
1529 <message>
1530 <source>setCursor()
1531
1532 [UNSUPPORTED!] This might break things, so steer clear for now.
1533 </source>
1534 <translation>setCursor()
1535
1536 [IKKE STØTTET!] Kan føre til at noe bryter sammen, så unngå å bruke den foreløpig.
1537 </translation>
1538 </message>
1539 <message>
1540 <source>docChanged(bool)
1541
1542 Enable/disable save icon in the Scribus icon bar and the Save menu item. It's
1543 useful to call this procedure when you're changing the document, because Scribus
1544 won't automatically notice when you change the document using a script.
1545 </source>
1546 <translation>docChanged(bool)
1547
1548 Skrus av/på skjule-ikonet i verktøylinja til Scribus og menyoppføringa «Lagre» i filmenyen.
1549 Det er nyttig å kalle denne prosedyren når du endrer dokumentet, fordi Scribus
1550 ikke oppdager det automatisk når du har endret et dokument ved at bruke et skript.
1551 </translation>
1552 </message>
1553 <message>
1554 <source>setScaleImageToFrame(scaletoframe, proportional=None, name=<selection>)
1555
1556 Sets the scale to frame on the selected or specified image frame to `scaletoframe'.
1557 If `proportional' is specified, set fixed aspect ratio scaling to `proportional'.
1558 Both `scaletoframe' and `proportional' are boolean.
1559
1560 May raise WrongFrameTypeError.
1561 </source>
1562 <translation>setScaleImageToFrame(scaletoframe, proportional=None, name=<markering>)
1563
1564 Setter skaler til ramme på den markerede eller angitte bilde-ramma til «scaletoframe».
1565 Hvis du har valgt «proporsjonalt», så blir størrelsesforholdet til «proporsjonalt».
1566 Både «skalertilramme» og «proporsjonalt» er boolske verdier.
1567
1568 Kan gi feilmeldinga «WrongFrameTypeError».
1569 </translation>
1570 </message>
1571 <message>
1572 <source>getColorAsRGB("name") -> tuple
1573
1574 Returns a tuple (R,G,B) containing the three color components of the
1575 color "name" from the current document, converted to the RGB color
1576 space. If no document is open, returns the value of the named color
1577 from the default document colors.
1578
1579 May raise NotFoundError if the named color wasn't found.
1580 May raise ValueError if an invalid color name is specified.
1581 </source>
1582 <translation type="unfinished"></translation>