"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "scribus-1.3.3.12/scribus/po/scribus.pl_PL.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>getFontSize(["name"]) -> float
6
7 Returns the font size in points for the text frame "name". If this text
8 frame has some text selected the value assigned to the first character of
9 the selection is returned.
10 If "name" is not given the currently selected item is used.
11 </source>
12 <translation>getFontSize(["nazwa"]) -> float
13
14 Zwraca stopień pisma w punktach dla ramki tekstowej "nazwa". Jeśli ta ramka
15 tekstowa zawiera jakiś zaznaczony tekst, zwracana jest wartość przypisana do pierwszej litery zaznaczonego tekstu.
16 Jeśli nie zostanie podana "nazwa", użyty zostanie aktualnie zaznaczony obiekt.</translation>
17 </message>
18 <message>
19 <source>getColorNames() -> list
20
21 Returns a list containing the names of all defined colors in the document.
22 If no document is open, returns a list of the default document colors.
23 </source>
24 <translation>getColorNames() -> list
25
26 Zwraca listę zawierającą nazwy wszystkich zdefiniowanych kolorów w danym dokumencie.
27 Jeśli nie jest aktualnie otwarty żaden dokument, zwrócona zostanie lista wszystkich domyślnych kolorów.</translation>
28 </message>
29 <message>
30 <source>newDocDialog() -> bool
31
32 Displays the "New Document" dialog box. Creates a new document if the user
33 accepts the settings. Does not create a document if the user presses cancel.
34 Returns true if a new document was created.
35 </source>
36 <translation>newDocDialog() -> bool
37
38 Wyświetla okno dialogowe "Nowy dokument". Tworzy nowy dokument, jeśli użytkownik zaakceptuje ustawienia. Nie tworzy dokumentu, jeśli użytkownik naciśnie na przycisk
39 "Anuluj". Zwraca true, jeśli dokument zostanie utworzony.</translation>
40 </message>
41 <message>
42 <source>getFillColor(["name"]) -> string
43
44 Returns the name of the fill color of the object "name".
45 If "name" is not given the currently selected item is used.
46 </source>
47 <translation>getFillColor(["nazwa"]) -> string
48
49 Zwraca nazwę koloru wypełnienia obiektu "nazwa".
50 Jeśli nie zostanie podana "nazwa", zostanie użyty aktualnie zaznaczony obiekt.</translation>
51 </message>
52 <message>
53 <source>moveObject(dx, dy [, "name"])
54
55 Moves the object "name" by dx and dy relative to its current position. The
56 distances are expressed in the current measurement unit of the document (see
57 UNIT constants). If "name" is not given the currently selected item is used.
58 If the object "name" belongs to a group, the whole group is moved.
59 </source>
60 <translation>moveObject(dx, dy [, "nazwa"])
61
62 Przesuwa obiekt "nazwa" o dx i dy w stosunku do aktualnej pozycji.
63 Odległości podawane są w aktualnych jednostkach miary dla danego dokumentu (zobacz
64 stałe UNIT). Jeśli "nazwa nie zostanie podana, użyty zostanie aktualnie wybrany obiekt.
65 Jeśli obiekt "nazwa" należy do grupy, zostanie przesunięta cała grupa.</translation>
66 </message>
67 <message>
68 <source>setRedraw(bool)
69
70 Disables page redraw when bool = False, otherwise redrawing is enabled.
71 This change will persist even after the script exits, so make sure to call
72 setRedraw(True) in a finally: clause at the top level of your script.
73 </source>
74 <translation>setRedraw(bool)
75
76 Blokuje aktualizację widoku strony, kiedy bool = False, w innym przypadku aktualizowanie jest włączone.
77 Ta zmiana zachowa ważność po zakończeniu pracy skryptu, pamiętaj więc, aby wykonać
78 setRedraw(True) w finally: na samym dole skryptu.</translation>
79 </message>
80 <message>
81 <source>createRect(x, y, width, height, ["name"]) -> string
82
83 Creates a new rectangle on the current page and returns its name. The
84 coordinates are given in the current measurement units of the document
85 (see UNIT constants). "name" should be a unique identifier for the object
86 because you need this name to reference that object in future. If "name"
87 is not given Scribus will create one for you.
88
89 May raise NameExistsError if you explicitly pass a name that's already used.
90 </source>
91 <translation>createRect(x, y, width, height, ["nazwa"]) -> string
92
93 Tworzy nowy prostokąt na aktualnej stronie i zwraca jego nazwę.
94 Współrzędne podaje się w aktualnych jednostkach miar dla danego dokumentu.
95 (zobacz stałe UNIT). "nazwa" powinna być jednoznacznym identyfikatorem obiektu,
96 ponieważ będziesz potrzebował jej, aby przywoływać ten obiekt w przyszłości.
97 Jeśli nie zostanie podana, Scribus utworzy ją za ciebie.
98
99 Może zwrócić błąd NameExistsError, jeśli podasz nazwę, która już jest w użyciu.</translation>
100 </message>
101 <message>
102 <source>setGradientFill(type, "color1", shade1, "color2", shade2, ["name"])
103
104 Sets the gradient fill of the object "name" to type. Color descriptions are
105 the same as for setFillColor() and setFillShade(). See the constants for
106 available types (FILL_<type>).
107 </source>
108 <translation>setGradientFill(typ, "kolor1", cieniowanie1, "kolor2", cieniowanie2, ["nazwa"])
109
110 Przypisuje wypełnienie gradientem "typ" do obiektu "nazwa". Opisy kolorów są
111 takie same jak dla setFillColor() i setFillShade(). Zobacz stałe dla
112 istniejących typów (FILL_<type>).</translation>
113 </message>
114 <message>
115 <source>messagebarText("string")
116
117 Writes the "string" into the Scribus message bar (status line). The text
118 must be UTF8 encoded or 'unicode' string(recommended).
119 </source>
120 <translation>messagebarText("string")
121
122 Pisze "string" w linijce statusu Scribusa. Tekst ten
123 musi być łańcuchem znaków w kowoaniu UTF8 lub 'unicode' (zalecane).</translation>
124 </message>
125 <message>
126 <source>newPage(where [,"masterpage"])
127
128 Creates a new page. If "where" is -1 the new Page is appended to the
129 document, otherwise the new page is inserted before "where". Page numbers are
130 counted from 1 upwards, no matter what the displayed first page number of your
131 document is. The optional parameter "masterpage" specifies the name of the
132 master page for the new page.
133
134 May raise IndexError if the page number is out of range
135 </source>
136 <translation type="unfinished"></translation>
137 </message>
138 <message>
139 <source>importSVG("string")
140
141 The "string" must be a valid filename for a SVG image. The text
142 must be UTF8 encoded or 'unicode' string(recommended).
143 </source>
144 <translation type="unfinished"></translation>
145 </message>
146 <message>
147 <source>newDocument(size, margins, orientation, firstPageNumber,
148 unit, pagesType, firstPageOrder) -> bool
149
150 Creates a new document and returns true if successful. The parameters have the
151 following meaning:
152
153 size = A tuple (width, height) describing the size of the document. You can
154 use predefined constants named PAPER_<paper_type> e.g. PAPER_A4 etc.
155
156 margins = A tuple (left, right, top, bottom) describing the document
157 margins
158
159 orientation = the page orientation - constants PORTRAIT, LANDSCAPE
160
161 firstPageNumer = is the number of the first page in the document used for
162 pagenumbering. While you'll usually want 1, it's useful to have higher
163 numbers if you're creating a document in several parts.
164
165 unit: this value sets the measurement units used by the document. Use a
166 predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS,
167 UNIT_PICAS, UNIT_POINTS.
168
169 pagesType = One of the predefined constants PAGE_n. PAGE_1 is single page,
170 PAGE_2 is for double sided documents, PAGE_3 is for 3 pages fold and
171 PAGE_4 is 4-fold.
172
173 firstPageOrder = What is position of first page in the document.
174 Indexed from 0 (0 = first).
175
176 numPage = Number of pages to be created.
177
178 The values for width, height and the margins are expressed in the given unit
179 for the document. PAPER_* constants are expressed in points. If your document
180 is not in points, make sure to account for this.
181
182 example: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS,
183 PAGE_4, 3, 1)
184
185 May raise ScribusError if is firstPageOrder bigger than allowed by pagesType.
186 </source>
187 <translation type="unfinished"></translation>
188 </message>
189 </context>
190 <context>
191 <name>@default</name>
192 <message>
193 <source>getFont(["name"]) -> string
194
195 Returns the font name for the text frame "name". If this text frame
196 has some text selected the value assigned to the first character
197 of the selection is returned. If "name" is not given the currently
198 selected item is used.
199 </source>
200 <translation>getFont(["nazwa"]) -> string
201
202 Zwraca nazwę fontu dla ramki tekstowej "nazwa". Jeśli ta ramka tekstowa zawiera
203 zaznaczony tekst, zwrócona zostanie wartość przypisana do pierwszej litery zaznaczonego
204 tekstu. Jeśli "nazwa" nie zostanie podana, zostanie użyty zaznaczony aktualnie obiekt.</translation>
205 </message>
206 <message>
207 <source>getTextLength(["name"]) -> integer
208
209 Returns the length of the text in the text frame "name".
210 If "name" is not given the currently selected item is used.
211 </source>
212 <translation>getTextLength(["nazwa"]) -> integer
213
214 Zwraca długość tekstu w ramce tekstowej "nazwa".
215 Jeśli nazwa nie zostanie podana, zostanie użyty aktualnie wybrany obiekt.</translation>
216 </message>
217 <message>
218 <source>getText(["name"]) -> string
219
220 Returns the text of the text frame "name". If this text frame has some text
221 selected, the selected text is returned. All text in the frame, not just
222 currently visible text, is returned. If "name" is not given the currently
223 selected item is used.
224 </source>
225 <translation>getText(["nazwa"]) -> string
226
227 Zwraca tekst zawarty w ramce tekstowej "nazwa". Jeśli ramka ta zawiera
228 zaznaczony tekst, zostanie zwrócony tylko ten tekst. Zwracany jest cały tekst ramki,
229 a nie tylko jego widoczna część. Jeśli "nazwa' nie zostanie podana,
230 zostanie użyty zaznaczony obiekt.</translation>
231 </message>
232 <message>
233 <source>getAllText(["name"]) -> string
234
235 Returns the text of the text frame "name" and of all text frames which are
236 linked with this frame. If this textframe has some text selected, the selected
237 text is returned. If "name" is not given the currently selected item is
238 used.
239 </source>
240 <translation>getAllText(["nazwa"]) -> string
241
242 Zwraca tekst zawarty w ramce "nazwa" i wszystkie teksty z ramek,
243 które są połączone z tą ramką. Jeśli ramka zawiera zaznaczony tekst,
244 zwrócony zostanie ten tekst. Jeśli "nazwa" nie zostanie podana,
245 zostanie użyty aktualnie zaznaczony obiekt.</translation>
246 </message>
247 <message>
248 <source>getLineSpacing(["name"]) -> float
249
250 Returns the line spacing ("leading") of the text frame "name" expressed in
251 points. If "name" is not given the currently selected item is used.
252 </source>
253 <translation>getLineSpacing(["nazwa"]) -> float
254
255 Zwraca interlinię ("leading") z ramki tekstowej "nazwa" wyrażoną w punktach.
256 Jeśli "nazwa" nie zostanie podana, użyty zostanie aktualnie zaznaczony obiekt.</translation>
257 </message>
258 <message>
259 <source>getColumnGap(["name"]) -> float
260
261 Returns the column gap size of the text frame "name" expressed in points. If
262 "name" is not given the currently selected item is used.
263 </source>
264 <translation>getColumnGap(["nazwa"]) -> float
265
266 Zwraca odstęp pomiędzy łamami w ramce tekstowej "nazwa" wyrażony w punktach.
267 Jeśli "nazwa" nie zostanie podana, użyty zostanie aktualnie zaznaczony obiekt.</translation>
268 </message>
269 <message>
270 <source>getColumns(["name"]) -> integer
271
272 Gets the number of columns of the text frame "name". If "name" is not
273 given the currently selected item is used.
274 </source>
275 <translation>getColumns(["nazwa"]) -> integer
276
277 Zwraca ilość łamów w ramce tekstowej "nazwa".
278 Jeśli "nazwa" nie zostanie podana, użyty zostanie aktualnie zaznaczony obiekt.</translation>
279 </message>
280 <message>
281 <source>setText("text", ["name"])
282
283 Sets the text of the text frame "name" to the text of the string "text".
284 Text must be UTF8 encoded - use e.g. unicode(text, 'iso-8859-2'). See the FAQ
285 for more details. If "name" is not given the currently selected item is
286 used.
287 </source>
288 <translation>setText("teks", ["name"])
289
290 Przypisuje ramce tekstowej "nazwa" tekst łańcucha "tekst".
291 Tekst musi być kodowany w UTF8, użyj np. unicode(text, 'iso-8859-2').
292 Zobacz FAQ, aby poznać dalsze szczegóły. Jeśli "nazwa" nie zostanie podana,
293 użyty zostanie aktualnie zaznaczony obiekt.</translation>
294 </message>
295 <message>
296 <source>setFont("font", ["name"])
297
298 Sets the font of the text frame "name" to "font". If there is some text
299 selected only the selected text is changed. If "name" is not given the
300 currently selected item is used.
301
302 May throw ValueError if the font cannot be found.
303 </source>
304 <translation>setFont("font", ["nazwa"])
305
306 Przypisuje fontowi w ramce tekstowej "nazwa" font "font". Jeśli ramka zawiera
307 zaznaczony tekst, zostanie zmieniony tylko ten tekst. Jeśli "nazwa" nie zostanie podana,
308 zostanie użyty aktualnie zaznaczony obiekt.
309
310 Może zwrócić błąd ValueError, jeśli nie znajdzie fontu.</translation>
311 </message>
312 <message>
313 <source>setFontSize(size, ["name"])
314
315 Sets the font size of the text frame "name" to "size". "size" is treated
316 as a value in points. If there is some text selected only the selected text is
317 changed. "size" must be in the range 1 to 512. If "name" is not given the
318 currently selected item is used.
319
320 May throw ValueError for a font size that's out of bounds.
321 </source>
322 <translation>setFontSize(rozmiar, ["nazwa"])
323
324 Przypisuje nowy rozmiar fontowi w ramce tekstowej "nazwa". "rozmiar" traktowany jest
325 jako wartość w punktach. Jeśli ramka zawiera zaznaczony tekst, zostanie zmieniony tylko
326 ten tekst. "rozmiar" musi zawierać się w zakresie od 1 do 512. Jeśli "nazwa" nie zostanie
327 podana, zostanie użyty aktualnie wybrany obiekt.
328
329 Może zwrócić błąd ValueError dla rozmiaru fontu poza dozwolonym zakresem.</translation>
330 </message>
331 <message>
332 <source>setLineSpacing(size, ["name"])
333
334 Sets the line spacing ("leading") of the text frame "name" to "size".
335 "size" is a value in points. If "name" is not given the currently selected
336 item is used.
337
338 May throw ValueError if the line spacing is out of bounds.
339 </source>
340 <translation>setLineSpacing(rozmiar, ["nazwa"])
341
342 Przypisuje interlinię ("leading") wielkości "rozmiar" ramce tekstowej "nazwa".
343 "rozmiar" jest wartością w punktach. Jeśli "nazwa" nie zostanie podana,
344 zostanie użyty aktualnie zaznaczony obiekt.
345
346 Może zwrócić błąd ValueError, jeśli interlinia jest poza dozwolonym zakresem.</translation>
347 </message>
348 <message>
349 <source>setColumnGap(size, ["name"])
350
351 Sets the column gap of the text frame "name" to the value "size". If
352 "name" is not given the currently selected item is used.
353
354 May throw ValueError if the column gap is out of bounds (must be positive).
355 </source>
356 <translation>setColumnGap(rozmiar, ["nazwa"])
357
358 Przypisuje odstępowi między łamami w ramce "nazwa" wartość "rozmiar".
359 Jeśli "nazwa" nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.
360
361 Może zwrócić błąd ValueError, jeśli odstęp między szpaltami będzie poza dopuszczalnym zakresem.</translation>
362 </message>
363 <message>
364 <source>setColumns(nr, ["name"])
365
366 Sets the number of columns of the text frame "name" to the integer "nr".
367 If "name" is not given the currently selected item is used.
368
369 May throw ValueError if number of columns is not at least one.
370 </source>
371 <translation>setColumns(nr, ["nazwa"])
372
373 Przypisuje ilość kolumn w ramce tekstowej "nazwa" wartości liczby całkowitej "nr".
374 Jeśli "nazwa" nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.
375
376 Może zwrócić błąd ValueError, jeśli ilość kolumn nie wynosi przynajmniej 1.</translation>
377 </message>
378 <message>
379 <source>setTextAlignment(align, ["name"])
380
381 Sets the text alignment of the text frame "name" to the specified alignment.
382 If "name" is not given the currently selected item is used. "align" should
383 be one of the ALIGN_ constants defined in this module - see dir(scribus).
384
385 May throw ValueError for an invalid alignment constant.
386 </source>
387 <translation>setTextAlignment(wyrównanie, ["nazwa"])
388
389 Przypisuje wyrównanie tekstu w ramce tekstowej "nazwa".
390 Jeśli "nazwa" nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.
391 "wyrównanie" powinno być jedną ze stałych ALIGN_ zdefiniowanych
392 w tym module - zobacz dir(scribus).
393
394 Może zwrócić błąd ValueError w przypadku podania błędnego wyrównania.</translation>
395 </message>
396 <message>
397 <source>deleteText(["name"])
398
399 Deletes any text in the text frame "name". If there is some text selected,
400 only the selected text will be deleted. If "name" is not given the currently
401 selected item is used.
402 </source>
403 <translation>deleteText(["nazwa"])
404
405 Usuwa cały tekst w ramce tekstowej "nazwa". Jeśli ramka zawiera zaznaczony tekst,
406 zostanie usunięty tylko zaznaczony tekst. Jeśli "nazwa" nie zostanie podana,
407 zostanie użyty aktualnie zaznaczony obiekt.</translation>
408 </message>
409 <message>
410 <source>setTextColor("color", ["name"])
411
412 Sets the text color of the text frame "name" to the color "color". If there
413 is some text selected only the selected text is changed. If "name" is not
414 given the currently selected item is used.
415 </source>
416 <translation>setTextColor("kolor", ["nazwa"])
417
418 Przypisuje tekstowi w ramce tekstowej "nazwa" kolor "kolor". Jeśli ramka zawiera
419 zaznaczony tekst, zostanie zmieniony tylko ten tekst. Jeśli "nazwa" nie zostanie
420 podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
421 </message>
422 <message>
423 <source>setTextStroke("color", ["name"])
424
425 Set "color" of the text stroke. If "name" is not given the currently
426 selected item is used.
427 </source>
428 <translation>setTextStroke("kolor", ["nazwa"])
429
430 Przypisuje "kolor" obrysu tekstu. Jeśli "nazwa" nie zostanie
431 podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
432 </message>
433 <message>
434 <source>setTextShade(shade, ["name"])
435
436 Sets the shading of the text color of the object "name" to "shade". If
437 there is some text selected only the selected text is changed. "shade" must
438 be an integer value in the range from 0 (lightest) to 100 (full color
439 intensity). If "name" is not given the currently selected item is
440 used.
441 </source>
442 <translation>setTextShade(cieniowanie, ["nazwa"])
443
444 Przypisuje cieniowanie koloru tekstu w ramce "nazwa" wartość "cieniowanie".
445 Jeśli ramka zawiera zaznaczony tekst, zostanie zmieniony tylko ten tekst.
446 "cieniowaie" musi być liczbą całkowitą w zakresio od 0 (najjaśniejsze) od 100
447 (pełna intensywność koloru). Jeśli "nazwa" nie zostanie podana, zostanie
448 użyty aktualnie zaznaczony obiekt.</translation>
449 </message>
450 <message>
451 <source>linkTextFrames("fromname", "toname")
452
453 Link two text frames. The frame named "fromname" is linked to the
454 frame named "toname". The target frame must be an empty text frame
455 and must not link to or be linked from any other frames already.
456
457 May throw ScribusException if linking rules are violated.
458 </source>
459 <translation>linkTextFrames("nazwa_od", "nazwa_do")
460
461 Łączy dwie ramki tekstowe. Ramka "nazwa_od" połączona zostanie z ramką
462 "nazwa_do". Ramka docelowa musi być pustą ramką tekstową i nie może
463 być połączona z żadną inną ramką tekstową.
464
465 Może zwrócić błąd ScribusException, jeśli ograniczenia dotyczące łączenia ramek nie zostaną dotrzymane.</translation>
466 </message>
467 <message>
468 <source>unlinkTextFrames("name")
469
470 Remove the specified (named) object from the text frame flow/linkage. If the
471 frame was in the middle of a chain, the previous and next frames will be
472 connected, eg 'a->b->c' becomes 'a->c' when you unlinkTextFrames(b)'
473
474 May throw ScribusException if linking rules are violated.
475 </source>
476 <translation>unlinkTextFrames("nazwa")
477
478 Usuń obiekt "nazwa" z połączonych ramek tekstowych. Jeśli ramka
479 znajduje się w środku łańcucha połączonych ramek, poprzednia i następna ramka zostaną
480 ze zobą połączone. tzn. 'a->b->c' zmieni się w 'a->c', jeśli wykonasz unlinkTextFrames(b)'
481
482 Może zwrócić błąd ScribusException, jeśli ograniczenia dotyczące łączenia ramek nie zostaną dotrzymane.</translation>
483 </message>
484 <message>
485 <source>traceText(["name"])
486
487 Convert the text frame "name" to outlines. If "name" is not given the
488 currently selected item is used.</source>
489 <translation>traceText(["nazwa"])
490
491 Zamienia ramkę tekstową "nazwa" na krzywe. Jeśli "nazwa" nie
492 zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
493 </message>
494 <message>
495 <source>getColor("name") -> tuple
496
497 Returns a tuple (C, M, Y, K) containing the four color components of the
498 color "name" from the current document. If no document is open, returns
499 the value of the named color from the default document colors.
500
501 May raise NotFoundError if the named color wasn't found.
502 May raise ValueError if an invalid color name is specified.
503 </source>
504 <translation>getColor("nazwa") -> tuple
505
506 Zwraca krotkę (C, M, Y, K) zawierającą cztery składowe koloru "nazwa" w aktualnym dokumencie.
507 Jeśli nie jest otwarty żaden dokument, zwraca wartość koloru o tej nazwie z domyślnych kolorów.
508
509 Może zwrócić błąd NotFoundError, jeśli nazwa koloru nie zostanie znaleziona.
510 Może zwrócić błąd ValueError, jeśli zostanie podana błędna nazwa koloru.</translation>
511 </message>
512 <message>
513 <source>changeColor("name", c, m, y, k)
514
515 Changes the color "name" to the specified CMYK value. The color value is
516 defined via four components c = Cyan, m = Magenta, y = Yellow and k = Black.
517 Color components should be in the range from 0 to 255.
518
519 May raise NotFoundError if the named color wasn't found.
520 May raise ValueError if an invalid color name is specified.
521 </source>
522 <translation>changeColor("nazwa", c, m, y, k)
523
524 Zmienia kolor "nazwa" na podaną wartość CMYK. Wartość koloru definiuje się
525 za pomocą czterech komponentów c = Cyjan, m = Madżenta, y = Żółty i k = Czarny.
526 Komponetu koloru powinny mieścić się w zakresie od 0 do 255.
527
528 Może zwrócić błąd NotFoundError, jeśli nazwa koloru nie zostanie znaleziona.
529 Może zwrócić błąd ValueError, jeśli zostanie podana błędna nazwa koloru.</translation>
530 </message>
531 <message>
532 <source>deleteColor("name", "replace")
533
534 Deletes the color "name". Every occurence of that color is replaced by the
535 color "replace". If not specified, "replace" defaults to the color
536 "None" - transparent.
537
538 deleteColor works on the default document colors if there is no document open.
539 In that case, "replace", if specified, has no effect.
540
541 May raise NotFoundError if a named color wasn't found.
542 May raise ValueError if an invalid color name is specified.
543 </source>
544 <translation>deleteColor("nazwa", "nowy")
545
546 Usuwa kolor "nazwa". Każde wystąpienie tego koloru zastąpione zostanie
547 kolorem "nowy". Jeśli kolor "nowy" nie zostanie podany, użyty zostanie
548 kolor "None" czyli przezroczystość.
549
550 deleteColor zastępuje domyślne kolory, jeśli nie jest otwarty żaden dokument.
551 W takim przypadku, kolor "nowy" nie zostanie uwzględniony.
552
553 Może zwrócić błąd NotFoundError, jeśli nazwa koloru nie zostanie znaleziona.
554 Może zwrócić błąd ValueError, jeśli zostanie podana błędna nazwa koloru.</translation>
555 </message>
556 <message>
557 <source>replaceColor("name", "replace")
558
559 Every occurence of the color "name" is replaced by the color "replace".
560
561 May raise NotFoundError if a named color wasn't found.
562 May raise ValueError if an invalid color name is specified.
563 </source>
564 <translation>replaceColor("nazwa", "nowy")
565
566 Każde wystąpienie koloru "nazwa" zastąpione zostanie kolorem "nowy".
567
568 Może zwrócić błąd NotFoundError, jeśli nazwa koloru nie zostanie znaleziona.
569 Może zwrócić błąd ValueError, jeśli zostanie podana błędna nazwa koloru.</translation>
570 </message>
571 <message>
572 <source>fileDialog("caption", ["filter", "defaultname" ,haspreview, issave]) -> string with filename
573
574 Shows a File Open dialog box with the caption "caption". Files are filtered
575 with the filter string "filter". A default filename or file path can also
576 supplied, leave this string empty when you don't want to use it. A value of
577 True for haspreview enables a small preview widget in the FileSelect box. When
578 the issave parameter is set to True the dialog acts like a "Save As" dialog
579 otherwise it acts like a "File Open Dialog". The default for both of the
580 opional parameters is False.
581
582 The filter, if specified, takes the form 'comment (*.type *.type2 ...)'.
583 For example 'Images (*.png *.xpm *.jpg)'.
584
585 Refer to the Qt-Documentation for QFileDialog for details on filters.
586
587 Example: fileDialog('Open input', 'CSV files (*.csv)')
588 Example: fileDialog('Save report', defaultname='report.txt', issave=True)
589 </source>
590 <translation type="obsolete">fileDialog("caption", ["filter", "defaultname" ,haspreview, issave]) -> łańcuch z nazwą pliku
591
592 Wyświetla okienko dialogowe "Otwórz plik" z nagłówkiem "caption". Pliki filtrowane są
593 według łańcucha "filter". Można również podać domyślną nazwę pliku lub ścieżkę - jeśli nie chcesz
594 używać tego parametru, pozostaw pusty łancuch. Wartość "haspreview" równa True włącza mały
595 okienko podglądu wewnątrz okienka Wybierz Plik. Jeśli parametr "issave" równa się True, dialog
596 będzie się zachowywał jak dialog "Zapisz jako", w innym przypadku zachowa się jak dialog "Otwórz plik".
597 Domyślne ustawienie dla obu opcjonalnych parametrów to False.
598
599 Filtr "filter", jeśli zostanie podany, przybiera formę 'komentarz (*.typ *.typ2 ...)',
600 przykładowo 'Obrazki (*.png *.xpm *.jpg)'.
601
602 Zobacz opis dialogu QFileDialog w dokumentacji QT, aby poznać dalsze szczegóły na temat filtrów.
603
604 Przykład: fileDialog('Open input', 'CSV files (*.csv)')
605 Przykład: fileDialog('Save report', defaultname='report.txt', issave=True)</translation>
606 </message>
607 <message>
608 <source>messageBox("caption", "message",
609 icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT,
610 button2=BUTTON_NONE, button3=BUTTON_NONE) -> integer
611
612 Displays a message box with the title "caption", the message "message", and
613 an icon "icon" and up to 3 buttons. By default no icon is used and a single
614 button, OK, is displayed. Only the caption and message arguments are required,
615 though setting an icon and appropriate button(s) is strongly
616 recommended. The message text may contain simple HTML-like markup.
617
618 Returns the number of the button the user pressed. Button numbers start
619 at 1.
620
621 For the icon and the button parameters there are predefined constants available
622 with the same names as in the Qt Documentation. These are the BUTTON_* and
623 ICON_* constants defined in the module. There are also two extra constants that
624 can be binary-ORed with button constants:
625 BUTTONOPT_DEFAULT Pressing enter presses this button.
626 BUTTONOPT_ESCAPE Pressing escape presses this button.
627
628 Usage examples:
629 result = messageBox('Script failed',
630 'This script only works when you have a text frame selected.',
631 ICON_ERROR)
632 result = messageBox('Monkeys!', 'Something went ook! <i>Was it a monkey?</i>',
633 ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT,
634 BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE)
635
636 Defined button and icon constants:
637 BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO,
638 BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL,
639 ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL.
640 </source>
641 <translation>messageBox("caption", "message",
642 icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT,
643 button2=BUTTON_NONE, button3=BUTTON_NONE) -> integer
644
645 Wyświetla okienko z tytułem "caption", z informacją "message", ikoną "icon"
646 oraz maksymalnie 3 przyciskami. Domyślnie okienko wyświetla się bez ikony i jednym
647 przyciskiem OK. Wymagane są jedynie argumenty "caption" i "message", chociaż
648 podanie ikony i odpowiedniego przycisku jest bardzo zalecane. Argument "message"
649 może zawierać proste formatowanie HTML.
650
651 Zwraca numer przycisku naciśniętego przez użytkownika. Numery przycisków
652 zaczynają się od 1.
653
654 Parametry ikony i przycisku są predefiniowanymi stałymi opisanymi pod tymi samymi
655 nazwami w dokumentacji QT. Są to stałe BUTTON_* i ICON_* zdefiniowane w tym module.
656 Są również dwie specjalne stałe które mogą być binary-ORed ze stałymi przycisków:
657 BUTTONOPT_DEFAULT Wciśnięcie enter wciska ten przycisk.
658 BUTTONOPT_ESCAPE Wciśnięcie escape wciska ten przycisk.
659
660 Przykłady użycia:
661 wynik = messageBox('Skrypt przerwał działanie',
662 'Ten skrypt działa tylko wtedy, kiedy zostanie zaznaczona ramka tekstowa.',
663 ICON_ERROR)
664 wynik = messageBox('Małpy!', 'Coś poszło nie tak! <i>Czy to była małpa?</i>',
665 ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT,
666 BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE)
667
668 Zdefiniowane stałe przycisków i ikon:
669 BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO,
670 BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL,
671 ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL.
672 </translation>
673 </message>
674 <message>
675 <source>valueDialog(caption, message [,defaultvalue]) -> string
676
677 Shows the common 'Ask for string' dialog and returns its value as a string
678 Parameters: window title, text in the window and optional 'default' value.
679
680 Example: valueDialog('title', 'text in the window', 'optional')
681 </source>
682 <translation>valueDialog(caption, message [,defaultvalue]) -> string
683
684 Wyświetla zwykły dialog zapytania o łańcuch znaków i zwraca jego wartość jako łańcuch.
685 Parametry: tytuł okna, tekst w oknie i 'opcjonalna' domyślna wartość.
686
687 Przykład: valueDialog('tytuł', 'tekst w oknie', 'opcjonalna')</translation>
688 </message>
689 <message>
690 <source>closeDoc()
691
692 Closes the current document without prompting to save.
693
694 May throw NoDocOpenError if there is no document to close
695 </source>
696 <translation>closeDoc()
697
698 Zamyka aktualny dokument bez zapytania o potwierdzenie.
699
700 Może zwrócić błąd NoDocOpenError, jeśli żaden dokument nie będzie otwarty</translation>
701 </message>
702 <message>
703 <source>haveDoc() -> bool
704
705 Returns true if there is a document open.
706 </source>
707 <translation>haveDoc() -> bool
708
709 Zwraca true, jeśli znajdzie otwarty dokument.</translation>
710 </message>
711 <message>
712 <source>openDoc("name")
713
714 Opens the document "name".
715
716 May raise ScribusError if the document could not be opened.
717 </source>
718 <translation>openDoc("nazwa")
719
720 Otwiera dokument "nazwa".
721
722 Może zwrócić błąd ScribusError, jeśli nie będzie mógł otworzyć dokumentu.</translation>
723 </message>
724 <message>
725 <source>saveDoc()
726
727 Saves the current document with its current name, returns true if successful.
728 If the document has not already been saved, this may bring up an interactive
729 save file dialog.
730
731 If the save fails, there is currently no way to tell.
732 </source>
733 <translation>saveDoc()
734
735 Zapisuje aktualny dokument pod jego aktualną nazwą, zwraca true jeśli zapis się powiedzie.
736 Jeśli dokument jeszcze nie został zapisany, może wyświetlić dialog zapisywania pliku.
737
738 Aktualnie nie ma możliwości pokazania, czy zapis się powiódł.</translation>
739 </message>
740 <message>
741 <source>saveDocAs("name")
742
743 Saves the current document under the new name "name" (which may be a full or
744 relative path).
745
746 May raise ScribusError if the save fails.
747 </source>
748 <translation>saveDocAs("nazwa")
749
750 Zapisuje aktualny dokument pod nową nazwą "nazwa"
751 (która może być bezwględną lub względną ścieżką)
752
753 Może zwrócić błąd ScribusError, jeśli zapis się nie powiedzie.</translation>
754 </message>
755 <message>
756 <source>saveDocAs("author", "info", "description") -> bool
757
758 Sets the document information. "Author", "Info", "Description" are
759 strings.
760 </source>
761 <translation type="obsolete">saveDocAs("autor", "info", "opis") -> bool
762
763 Przypisuje informacje o dokumencie. "Autor", "Info", "Opis"
764 to łańcuchy znaków.</translation>
765 </message>
766 <message>
767 <source>setMargins(lr, rr, tr, br)
768
769 Sets the margins of the document, Left(lr), Right(rr), Top(tr) and Bottom(br)
770 margins are given in the measurement units of the document - see UNIT_<type>
771 constants.
772 </source>
773 <translation>setMargins(lr, rr, tr, br)
774
775 Ustawia marginesy dokumentu: Lewy(lr), Prawy(rr), Górny(tr) i Dolny(br),
776 które podane są w jednostkach miar dokumentu - zobacz stałe UNIT_<type>.</translation>
777 </message>
778 <message>
779 <source>setUnit(type)
780
781 Changes the measurement unit of the document. Possible values for "unit" are
782 defined as constants UNIT_<type>.
783
784 May raise ValueError if an invalid unit is passed.
785 </source>
786 <translation>setUnit(typ)
787
788 Zmienia jednostkę miary dokumentu. Możliwe wartości "typu"
789 są zdefiniowane jako stałe UNIT_<type>.
790
791 Może zwrócić błąd ValueError, jeśli podana zostanie błędna jednostka.</translation>
792 </message>
793 <message>
794 <source>getUnit() -> integer (Scribus unit constant)
795
796 Returns the measurement units of the document. The returned value will be one
797 of the UNIT_* constants:
798 UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.
799 </source>
800 <translation>getUnit() -> integer (stała jednostki Scribusa)
801
802 Zwraca jednostki miar dokumentu. Zwrócona wartość będzie jedną
803 ze stałych UNIT_* :
804 UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.</translation>
805 </message>
806 <message>
807 <source>loadStylesFromFile("filename")
808
809 Loads paragraph styles from the Scribus document at "filename" into the
810 current document.
811 </source>
812 <translation>loadStylesFromFile("nazwa_pliku")
813
814 Wczytuje style akapitów z dokumentu Scribusa "nazwa_pliku" do aktualnego dokumentu.</translation>
815 </message>
816 <message>
817 <source>setDocType(facingPages, firstPageLeft)
818
819 Sets the document type. To get facing pages set the first parameter to
820 FACINGPAGES, to switch facingPages off use NOFACINGPAGES instead. If you want
821 to be the first page a left side set the second parameter to FIRSTPAGELEFT, for
822 a right page use FIRSTPAGERIGHT.
823 </source>
824 <translation>setDocType(strony_widzące_się, pierwsza_strona_po_lewej)
825
826 Ustawia typ dokumentu. Aby uzyskać strony widzące się, podaj jako pierwszy parametr
827 FACINGPAGES, aby wyłączyć strony widzące się podaj NOFACINGPAGES. Jeśli chcesz,
828 aby pierwsza strona była po lewej stronie, jako drugi parametr podaj FIRSTPAGELEFT,
829 w innym przypadku podaj FIRSTPAGERIGHT.</translation>
830 </message>
831 <message>
832 <source>getLineColor(["name"]) -> string
833
834 Returns the name of the line color of the object "name".
835 If "name" is not given the currently selected item is used.
836 </source>
837 <translation>getLineColor(["nazwa"]) -> string
838
839 Zwraca nazwę koloru linii objektu "nazwa". Jeśli "nazwa"
840 nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
841 </message>
842 <message>
843 <source>getLineWidth(["name"]) -> integer
844
845 Returns the line width of the object "name". If "name"
846 is not given the currently selected Item is used.
847 </source>
848 <translation>getLineWidth(["nazwa"]) -> integer
849
850 Zwraca grubość linii obiektu "nazwa". Jeśli "nazwa" nie zostanie podana,
851 zostanie użyty aktualnie zaznaczony obiekt.</translation>
852 </message>
853 <message>
854 <source>getLineShade(["name"]) -> integer
855
856 Returns the shading value of the line color of the object "name".
857 If "name" is not given the currently selected item is used.
858 </source>
859 <translation>getLineShade(["nazwa"]) -> integer
860
861 Zwraca wartość cieniowania koloru linii obiektu "nazwa". Jeśli "nazwa" nie zostanie podana,
862 zostanie użyty aktualnie zaznaczony obiekt.</translation>
863 </message>
864 <message>
865 <source>getLineJoin(["name"]) -> integer (see contants)
866
867 Returns the line join style of the object "name". If "name" is not given
868 the currently selected item is used. The join types are:
869 JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND
870 </source>
871 <translation>getLineJoin(["nazwa"]) -> integer (zobacz stałe)
872
873 Zwraca styl połączenia linii obiektu "nazwa". Jeśli "nazwa" nie zostanie podana,
874 zostanie użyty aktualnie zaznaczony obiekt. Są następujące typy połączeń linii:
875 JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND</translation>
876 </message>
877 <message>
878 <source>getLineEnd(["name"]) -> integer (see constants)
879
880 Returns the line cap style of the object "name". If "name" is not given the
881 currently selected item is used. The cap types are:
882 CAP_FLAT, CAP_ROUND, CAP_SQUARE
883 </source>
884 <translation>getLineEnd(["nazwa"]) -> integer (zobacz stałe)
885
886 Zwraca styl zakończenia linii obiektu "nazwa". Jeśli "nazwa" nie zostanie podana,
887 zostanie użyty aktualnie zaznaczony obiekt. Są następujące typy zakończeń:
888 CAP_FLAT, CAP_ROUND, CAP_SQUARE</translation>
889 </message>
890 <message>
891 <source>getLineStyle(["name"]) -> integer (see constants)
892
893 Returns the line style of the object "name". If "name" is not given the
894 currently selected item is used. Line style constants are:
895 LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID
896 </source>
897 <translation>getLineStyle(["name"]) -> integer (zobacz stałe)
898
899 Zwraca styl linii obiektu "nazwa". Jeśli "nazwa" nie zostanie podana, zostanie
900 użyty aktualnie zaznaczony obiekt. Stałe stylu linii to:
901 LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID</translation>
902 </message>
903 <message>
904 <source>getFillShade(["name"]) -> integer
905
906 Returns the shading value of the fill color of the object "name".
907 If "name" is not given the currently selected item is used.
908 </source>
909 <translation>getFillShade(["nazwa"]) -> integer
910
911 Zwraca wartość cieniowania koloru wypełnienia obiektu "nazwa".
912 Jeśli "nazwa" nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
913 </message>
914 <message>
915 <source>getImageScale(["name"]) -> (x,y)
916
917 Returns a (x, y) tuple containing the scaling values of the image frame
918 "name". If "name" is not given the currently selected item is used.
919 </source>
920 <translation>getImageScale(["nazwa"]) -> (x,y)
921
922 Zwraca krotkę (x, y) zawierającą wartości skalowania ramki graficznej "nazwa".
923 Jeśli "nazwa" nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
924 </message>
925 <message>
926 <source>getImageName(["name"]) -> string
927
928 Returns the filename for the image in the image frame. If "name" is not
929 given the currently selected item is used.
930 </source>
931 <translation>getImageName(["nazwa"]) -> string
932
933 Zwraca nazwę pliku dla obrazka w ramce graficznej "nazwa". Jeśli "nazwa"
934 nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
935 </message>
936 <message>
937 <source>getSize(["name"]) -> (width,height)
938
939 Returns a (width, height) tuple with the size of the object "name".
940 If "name" is not given the currently selected item is used. The size is
941 expressed in the current measurement unit of the document - see UNIT_<type>
942 for reference.
943 </source>
944 <translation>getSize(["nazwa"]) -> (szerokość,wysokość)
945
946 Zwraca krotkę (szerokość, wysokość) z rozmiarami obiektu "nazwa".
947 Jeśli "nazwa" nie zostanie podana, zostanie użyty aktualnie zaznaczony
948 obiekt. Rozmiar podany jest w aktualnych jednostkach miary dokumentu.
949 Zobacz stałe UNIT_<type>.</translation>
950 </message>
951 <message>
952 <source>getRotation(["name"]) -> integer
953
954 Returns the rotation of the object "name". The value is expressed in degrees,
955 and clockwise is positive. If "name" is not given the currently selected item
956 is used.
957 </source>
958 <translation>getRotation(["nazwa"]) -> integer
959
960 Zwraca obrót obiektu "nazwa". Wartość obrotu wyrażona jest w stopniach, obrót zgodny
961 z ruchem wskazówek zegara ma wartość dodatnią.Jeśli "nazwa" nie zostanie podana,
962 zostanie użyty aktualnie zaznaczony obiekt.</translation>
963 </message>
964 <message>
965 <source>getAllObjects() -> list
966
967 Returns a list containing the names of all objects on the current page.
968 </source>
969 <translation>getAllObjects() -> list
970
971 Zwraca listę zawierającą nazwy wszystkich obiektów na aktualnej stronie.</translation>
972 </message>
973 <message>
974 <source>moveObjectAbs(x, y [, "name"])
975
976 Moves the object "name" to a new location. The coordinates are expressed in
977 the current measurement unit of the document (see UNIT constants). If "name"
978 is not given the currently selected item is used. If the object "name"
979 belongs to a group, the whole group is moved.
980 </source>
981 <translation>moveObjectAbs(x, y [, "name"])
982
983 Przesuwa obiekt "nazwa" na nową pozycję. Współrzędne pozycji wyrażone są
984 w aktualnych jednostkach miary dokumentu (zobacz stałe UNIT). Jeśli "nazwa"
985 nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt. Jeśli obiekt
986 "nazwa" należy do grupy, zostanie przesunięta cała grupa.</translation>
987 </message>
988 <message>
989 <source>rotateObject(rot [, "name"])
990
991 Rotates the object "name" by "rot" degrees relatively. The object is
992 rotated by the vertex that is currently selected as the rotation point - by
993 default, the top left vertext at zero rotation. Positive values mean counter
994 clockwise rotation when the default rotation point is used. If "name" is not
995 given the currently selected item is used.
996 </source>
997 <translation>rotateObject(obrót [, "nazwa"])
998
999 Obraca obiekt "nazwa" względnie o "obrót" stopni. Obiekt obracany jest wokół
1000 punktu, który jest aktualnie wybrany jako środek obrotu - domyślnie środkiem
1001 jest górny lewy róg przy zerowym obrocie. Wartości dodatnie oznaczają ruch
1002 przeciwny do ruchu wskazówek zegara, jeśli używany jest domyśny środek obrotu.
1003 Jeśli "nazwa" nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
1004 </message>
1005 <message>
1006 <source>sizeObject(width, height [, "name"])
1007
1008 Resizes the object "name" to the given width and height. If "name"
1009 is not given the currently selected item is used.
1010 </source>
1011 <translation>sizeObject(szerokość, wysokość [, "nazwa"])
1012
1013 Zmienia rozmiar obiektu "nazwa" na podaną szerokość i wysokość.
1014 Jeśli "nazwa" nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
1015 </message>
1016 <message>
1017 <source>getSelectedObject([nr]) -> string
1018
1019 Returns the name of the selected object. "nr" if given indicates the number
1020 of the selected object, e.g. 0 means the first selected object, 1 means the
1021 second selected Object and so on.
1022 </source>
1023 <translation>getSelectedObject([nr]) -> string
1024
1025 Zwraca nazwę zaznaczonego obiektu. Jeśli podany zostanie "nr", oznacza on numer
1026 zaznaczonego obiektu, tzn. 0 oznacza pierwszy wybrany obiekt, 1 drugi obiekt itd.</translation>
1027 </message>
1028 <message>
1029 <source>selectionCount() -> integer
1030
1031 Returns the number of selected objects.
1032 </source>
1033 <translation>selectionCount() -> integer
1034
1035 Zwraca ilość zaznaczonych obiektów.</translation>
1036 </message>
1037 <message>
1038 <source>selectObject("name")
1039
1040 Selects the object with the given "name".
1041 </source>
1042 <translation>selectObject("nazwa")
1043
1044 Zaznacza obiekt "nazwa".</translation>
1045 </message>
1046 <message>
1047 <source>deselectAll()
1048
1049 Deselects all objects in the whole document.
1050 </source>
1051 <translation>deselectAll()
1052
1053 Usuwa zaznaczenie obiektu nazwa.</translation>
1054 </message>
1055 <message>
1056 <source>groupObjects(list)
1057
1058 Groups the objects named in "list" together. "list" must contain the names
1059 of the objects to be grouped. If "list" is not given the currently selected
1060 items are used.
1061 </source>
1062 <translation>groupObjects(list)
1063
1064 Grupuje obiekty podane w liście "list". Parametr "list" musi zawierać nazwy
1065 obiektów, które mają być zgrupowane. Jeśli lista nie zostanie podana, zostaną
1066 użyte aktualnie zaznaczone obiekty.</translation>
1067 </message>
1068 <message>
1069 <source>unGroupObjects("name")
1070
1071 Destructs the group the object "name" belongs to.If "name" is not given the currently selected item is used.</source>
1072 <translation>unGroupObjects("nazwa")
1073
1074 Znosi grupę, do której należy obiekt "nazwa". Jeśli "nazwa"
1075 nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
1076 </message>
1077 <message>
1078 <source>scaleGroup(factor [,"name"])
1079
1080 Scales the group the object "name" belongs to. Values greater than 1 enlarge
1081 the group, values smaller than 1 make the group smaller e.g a value of 0.5
1082 scales the group to 50 % of its original size, a value of 1.5 scales the group
1083 to 150 % of its original size. The value for "factor" must be greater than
1084 0. If "name" is not given the currently selected item is used.
1085
1086 May raise ValueError if an invalid scale factor is passed.
1087 </source>
1088 <translation>scaleGroup(wsp [,"nazwa"])
1089
1090 Skaluje grupę, do której należy obiekt "nazwa". Wartości większe niż 1 powiększają grupę,
1091 wartości mniejsze niż 1 zmniejszają ją, np. wartość 0,5 skaluje grupę do 50% jej oryginalnego
1092 rozmiaru, wartość 1,5 skaluje grupę do 150% oryginalnego rozmiaru. Wartość współczynnika
1093 "wsp" musi być większa niż 0. Jeśli "nazwa" nie zostanie podana, zostanie użyty aktualnie
1094 zaznaczony obiekt.
1095
1096 Może zwrócić błąd ValueError, jeśli zostanie podany błędny współczynnik.</translation>
1097 </message>
1098 <message>
1099 <source>loadImage("filename" [, "name"])
1100
1101 Loads the picture "picture" into the image frame "name". If "name" is
1102 not given the currently selected item is used.
1103
1104 May raise WrongFrameTypeError if the target frame is not an image frame
1105 </source>
1106 <translation>loadImage("nazwa_pliku" [, "nazwa"])
1107
1108 Wczytuje obrazek "nazwa_pliku" do ramki graficznej "nazwa". Jeśli "nazwa" nie
1109 zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.
1110
1111 Może zwrócić błąd May raise WrongFrameTypeError, jeśli ramka docelowa nie jest ramką graficzną</translation>
1112 </message>
1113 <message>
1114 <source>scaleImage(x, y [, "name"])
1115
1116 Sets the scaling factors of the picture in the image frame "name".
1117 If "name" is not given the currently selected item is used. A number of 1
1118 means 100 %.
1119
1120 May raise WrongFrameTypeError if the target frame is not an image frame
1121 </source>
1122 <translation>scaleImage(x, y [, "nazwa"])
1123
1124 Przypisuje współczynniki skalowania obrazkowi w ramce graficznej "nazwa". Jeśli "nazwa"
1125 nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt. Liczba 1 oznacza 100%.
1126
1127 Może zwrócić błąd WrongFrameTypeError, jeśli ramka docelowa nie jest ramką graficzną</translation>
1128 </message>
1129 <message>
1130 <source>lockObject(["name"]) -> bool
1131
1132 Locks the object "name" if it's unlocked or unlock it if it's locked.
1133 If "name" is not given the currently selected item is used. Returns true
1134 if locked.
1135 </source>
1136 <translation>lockObject(["nazwa"]) -> bool
1137
1138 Zabezpiecza obiekt "nazwa", jeśli nie jest zabezpieczony bądź odbezpiecza go,
1139 jeśli jest zabezpieczony. Jeśli "nazwa" nie zostanie podana, zostanie
1140 użyty aktualnie zaznaczony obiekt. Zwraca true, jeśli obiekt jest zabezpieczony. </translation>
1141 </message>
1142 <message>
1143 <source>isLocked(["name"]) -> bool
1144
1145 Returns true if is the object "name" locked. If "name" is not given the
1146 currently selected item is used.
1147 </source>
1148 <translation>isLocked(["nazwa"]) -> bool
1149
1150 Zwraca true, jeśli obiekt "nazwa" jest zabezpieczony. Jeśli "nazwa"
1151 nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.</translation>
1152 </message>
1153 <message>
1154 <source>getFontNames() -> list
1155
1156 Returns a list with the names of all available fonts.
1157 </source>
1158 <translation>getFontNames() -> list
1159
1160 Zwraca listę z nazwami wszystkich dostępnych fontów.</translation>
1161 </message>
1162 <message>
1163 <source>getXFontNames() -> list of tuples
1164
1165 Returns a larger font info. It's a list of the tuples with:
1166 [ (Scribus name, Family, Real name, subset (1|0), embed PS (1|0), font file), (...), ... ]
1167 </source>
1168 <translation>getXFontNames() -> list of tuples
1169
1170 Zwraca obszerną informację o fontach. Jest to lista krotek zawierająca:
1171 [ (nazwę w Scribusie, rodzinę, prawdziwą nazwę, podzbiór (1|0), zagnieźdź w PS (1|0), plik fontu), (...), ... ]</translation>
1172 </message>
1173 <message>
1174 <source>getLayers() -> list
1175
1176 Returns a list with the names of all defined layers.
1177 </source>
1178 <translation>getLayers() -> list
1179
1180 Zwraca listę nazw wszystkich zdefiniowanych warstw.</translation>
1181 </message>
1182 <message>
1183 <source>setActiveLayer("name")
1184
1185 Sets the active layer to the layer named "name".
1186
1187 May raise NotFoundError if the layer can't be found.
1188 May raise ValueError if the layer name isn't acceptable.
1189 </source>
1190 <translation>setActiveLayer("nazwa")
1191
1192 Ustawia warstę "nazwa" jako aktywną wartstwę.
1193
1194 Może zwrócić błąd NotFoundError, jeśli warstwa nie zostanie znaleziona.
1195 Może zwrócić błąd ValueError, jeśli nazwa wartwy jest niedopuszczalna.</translation>
1196 </message>
1197 <message>
1198 <source>getActiveLayer() -> string
1199
1200 Returns the name of the current active layer.
1201 </source>
1202 <translation>getActiveLayer() -> string
1203
1204 Zwraca nazwę aktualnej warstwy.</translation>
1205 </message>
1206 <message>
1207 <source>sentToLayer("layer" [, "name"])
1208
1209 Sends the object "name" to the layer "layer". The layer must exist.
1210 If "name" is not given the currently selected item is used.
1211
1212 May raise NotFoundError if the layer can't be found.
1213 May raise ValueError if the layer name isn't acceptable.
1214 </source>
1215 <translation>sentToLayer("warstwa" [, "nazwa"])
1216
1217 Przenosi obiekt "nazwa" do warstwy "warstwa". Warstwa ta musi istnieć.
1218 Jeśli "nazwa" nie zostanie podana, zostanie użyty aktualnie zaznaczony obiekt.
1219
1220 Może zwrócić błąd NotFoundError, jeśli warsta nie zostanie znaleziona.
1221 Może zwrócić błąd ValueError, jeśli nazwa jest niedopuszczalna.</translation>
1222 </message>
1223 <message>
1224 <source>setLayerVisible("layer", visible)
1225
1226 Sets the layer "layer" to be visible or not. If is the visible set to false
1227 the layer is invisible.
1228
1229 May raise NotFoundError if the layer can't be found.
1230 May raise ValueError if the layer name isn't acceptable.
1231 </source>
1232 <translation>setLayerVisible("warstwa", widoczna)
1233
1234 Zmienia widoczność warstwy "warstwa" na widoczną lub nie.
1235 Jeśli widoczność ma wartość false, warstwa będzie niewidoczna.
1236
1237 Może zwrócić błąd NotFoundError, jeśli warstwa nie zostanie znaleziona.
1238 Może zwrócić błąd ValueError, jeśli nazwa warstwy jest niedopuszczalna. </translation>
1239 </message>
1240 <message>
1241 <source>setLayerPrintable("layer", printable)
1242
1243 Sets the layer "layer" to be printable or not. If is the printable set to
1244 false the layer won't be printed.
1245
1246 May raise NotFoundError if the layer can't be found.
1247 May raise ValueError if the layer name isn't acceptable.
1248 </source>
1249 <translation>setLayerPrintable("warstwa", drukowalna)
1250
1251 Przypisuje warstwie "warstwa" parametr "drukowalna". Jeśli "drukowalna"
1252 ma wartość false, wastwa nie będzie drukowana.
1253
1254 Może zwrócić błąd NotFoundError, jeśli warstwa nie zostanie znaleziona.
1255 Może zwrócić błąd ValueError, jeśli nazwa warstwy jest niedopuszczalna.</translation>
1256 </message>
1257 <message>
1258 <source>deleteLayer("layer")
1259
1260 Deletes the layer with the name "layer". Nothing happens if the layer doesn't
1261 exists or if it's the only layer in the document.
1262
1263 May raise NotFoundError if the layer can't be found.
1264 May raise ValueError if the layer name isn't acceptable.
1265 </source>
1266 <translation>deleteLayer("warstwa")
1267
1268 Usuwa warstwę o nazwie "warstwa". Nie usuwa nic, jeśli taka warstwa
1269 nie istnieje albo jeśli warstwa ta jest jedyną warstwą dokumentu.
1270
1271 Może zwrócić błąd NotFoundError, jeśli warstwa nie zostanie znaleziona.
1272 Może zwrócić błąd ValueError, jeśli nazwa warstwy jest niedopuszczalna. </translation>
1273 </message>
1274 <message>
1275 <source>createLayer(layer)
1276
1277 Creates a new layer with the name "name".
1278
1279 May raise ValueError if the layer name isn't acceptable.
1280 </source>
1281 <translation>createLayer(warstwa)
1282
1283 Tworzy nową warstwę o nazwie "warstwa".
1284
1285 Może zwrócić błąd ValueError, jeśli nazwa warstwy jest niedopuszczalna. </translation>
1286 </message>
1287 <message>
1288 <source>getGuiLanguage() -> string
1289
1290 Returns a string with the -lang value.
1291 </source>
1292 <translation>getGuiLanguage() -> string
1293
1294 Zwraca łańcuch z wartością języka interfejsu -lang.</translation>
1295 </message>
1296 <message>
1297 <source>createEllipse(x, y, width, height, ["name"]) -> string
1298
1299 Creates a new ellipse on the current page and returns its name.
1300 The coordinates are given in the current measurement units of the document
1301 (see UNIT constants). "name" should be a unique identifier for the object
1302 because you need this name for further referencing of that object. If "name"
1303 is not given Scribus will create one for you.
1304
1305 May raise NameExistsError if you explicitly pass a name that's already used.
1306 </source>
1307 <translation>createEllipse(x, y, szerokość, wysokość, ["nazwa"]) -> string
1308
1309 Tworzy nową elipsę na aktualnej stronie i zwraca jej nazwę. Współrzędne podaje się
1310 w aktualnych jednostkach miary dokumentu (zobacz stałe UNIT). "nazwa" powinna
1311 być jednoznacznym identyfikatorem obiektu, ponieważ będzie ona potrzebna przy
1312 późniejszym odnoszeniu się do obiektu. Jeśli "nazwa" nie zostanie podana, Scribus
1313 sam utworzy taką nazwę.
1314
1315 Może zwrócić błąd NameExistsError, jeśli podana nazwa jest już w użyciu.</translation>
1316 </message>
1317 <message>
1318 <source>createImage(x, y, width, height, ["name"]) -> string
1319
1320 Creates a new picture frame on the current page and returns its name. The
1321 coordinates are given in the current measurement units of the document.
1322 "name" should be a unique identifier for the object because you need this
1323 name for further access to that object. If "name" is not given Scribus will
1324 create one for you.
1325
1326 May raise NameExistsError if you explicitly pass a name that's already used.
1327 </source>
1328 <translation>createImage(x, y, szerokość, wysokość, ["nazwa"]) -> string
1329
1330 Tworzy nową ramkę graficzną na aktualnej stronie i zwraca jej nazwę. Współrzędne
1331 podaje się w aktualnych jednostkach miary dokumentu. "nazwa" powinna być
1332 jednoznacznym identyfikatorem obiektu, ponieważ będzie ona potrzebna aby
1333 odnosić się do tego obiektu. Jeśli nazwa nie zostanie podana, Scribus utworzy
1334 ją automatycznie.
1335
1336 Może zwrócić błąd NameExistsError, jeśli podana nazwa jest już w użyciu.</translation>
1337 </message>
1338 <message>
1339 <source>createText(x, y, width, height, ["name"]) -> string
1340
1341 Creates a new text frame on the actual page and returns its name.
1342 The coordinates are given in the actual measurement unit of the document (see
1343 UNIT constants). "name" should be a unique identifier for the object because
1344 you need this name for further referencing of that object. If "name" is not
1345 given Scribus will create one for you.
1346
1347 May raise NameExistsError if you explicitly pass a name that's already used.
1348 </source>
1349 <translation>createText(x, y, szerokość, wysokość, ["nazwa"]) -> string
1350
1351 Tworzy nową ramkę tekstową na aktualnej stronie i zwraca jej nazwę. Współrzędne
1352 podawane są w aktualnej jednostce miary dokumentu (zobacz stałe UNIT). "nazwa"
1353 powinna być jednoznacznym identyfikatorem obiektu, ponieważ będzie potrzebna w
1354 przyszłości, aby odnosić się do obiektu. Jeśli nazwa nie zostanie podana, Scribus
1355 utworzy ją automatycznie.
1356
1357 Może zwrócić błąd NameExistsError, jeśli podana nazwa jest już w użyciu.</translation>
1358 </message>
1359 <message>
1360 <source>createLine(x1, y1, x2, y2, ["name"]) -> string
1361
1362 Creates a new line from the point(x1, y1) to the point(x2, y2) and returns
1363 its name. The coordinates are given in the current measurement unit of the
1364 document (see UNIT constants). "name" should be a unique identifier for the
1365 object because you need this name for further access to that object. If
1366 "name" is not given Scribus will create one for you.
1367
1368 May raise NameExistsError if you explicitly pass a name that's already used.
1369 </source>
1370 <translation>createLine(x1, y1, x2, y2, ["nazwa"]) -> string
1371
1372 Tworzy nową linię od punktu(x1, y1) do punktu(x2, y2) i zwraca jej nazwę.
1373 Współrzędne podawane są w aktualnej jednostce miary dokumentu (zobacz stałe UNIT).
1374 "nazwa" powinna być jednoznacznym identyfikatorem obiektu, ponieważ będzie potrzebna
1375 w przyszłości, aby odnosić się do obiektu. Jeśli nazwa nie zostanie podana, Scribus
1376 utworzy ją automatycznie.
1377
1378 Może zwrócić błąd NameExistsError, jeśli podana nazwa jest już w użyciu.</translation>
1379 </message>
1380 <message>
1381 <source>createPolyLine(list, ["name"]) -> string
1382
1383 Creates a new polyline and returns its name. The points for the polyline are
1384 stored in the list "list" in the following order: [x1, y1, x2, y2...xn. yn].
1385 The coordinates are given in the current measurement units of the document (see
1386 UNIT constants). "name" should be a unique identifier for the object because
1387 you need this name for further access to that object. If "name" is not given
1388 Scribus will create one for you.
1389
1390 May raise NameExistsError if you explicitly pass a name that's already used.
1391 May raise ValueError if an insufficient number of points is passed or if
1392 the number of values passed don't group into points without leftovers.
1393 </source>
1394 <translation>createPolyLine(lista, ["nazwa"]) -> string
1395
1396 Tworzy nową linię łamaną i zwraca jej nazwę. Punkty linii łamanej zapisane
1397 są w liście "lista" w następującej kolejności: [x1, y1, x2, y2...xn. yn].
1398 Współrzędne podawane są w aktualnej jednostce miary dokumentu (zobacz stałe UNIT).
1399 "nazwa" powinna być jednoznacznym identyfikatorem obiektu, ponieważ będzie potrzebna
1400 w przyszłości, aby odnosić się do obiektu. Jeśli nazwa nie zostanie podana, Scribus
1401 utworzy ją automatycznie.
1402
1403 Może zwrócić błąd NameExistsError, jeśli podana nazwa jest już w użyciu.
1404 Może zwrócić błąd ValueError, jeśli podana zostanie niewystarczająca ilość
1405 punktów lub ilość wartości nie da się zgrupować w punkty bez pozostawiania reszty.</translation>
1406 </message>
1407 <message>
1408 <source>createPolygon(list, ["name"]) -> string
1409
1410 Creates a new polygon and returns its name. The points for the polygon are
1411 stored in the list "list" in the following order: [x1, y1, x2, y2...xn. yn].
1412 At least three points are required. There is no need to repeat the first point
1413 to close the polygon. The polygon is automatically closed by connecting the
1414 first and the last point. The coordinates are given in the current measurement
1415 units of the document (see UNIT constants). "name" should be a unique
1416 identifier for the object because you need this name for further access to that
1417 object. If "name" is not given Scribus will create one for you.
1418
1419 May raise NameExistsError if you explicitly pass a name that's already used.
1420 May raise ValueError if an insufficient number of points is passed or if
1421 the number of values passed don't group into points without leftovers.
1422 </source>
1423 <translation>createPolygon(lista, ["nazwa"]) -> string
1424
1425 Tworzy nowy wielokąt i zwraca jego nazwę. Creates a new polygon and returns its name.
1426 Punkty wielokąta zapisane są w liście "lista" w następującej kolejności: [x1, y1, x2, y2...xn. yn].
1427 Współrzędne podawane są w aktualnej jednostce miary dokumentu (zobacz stałe UNIT).
1428 Wymagane są co najmniej 3 punkty. Nie trzeba powtarzać punktu początkowego., aby zamknąć
1429 wielokąt. Wielokąt jest zamykany automatycznie przez połączenie pierwszego i ostatniego punktu.
1430 Współrzędne podawane są w aktualnej jednostce miary dokumentu (zobacz stałe UNIT).
1431 "nazwa" powinna być jednoznacznym identyfikatorem obiektu, ponieważ będzie potrzebna
1432 w przyszłości, aby odnosić się do obiektu. Jeśli nazwa nie zostanie podana, Scribus
1433 utworzy ją automatycznie.
1434
1435 Może zwrócić błąd NameExistsError, jeśli podana nazwa jest już w użyciu.
1436 Może zwrócić błąd ValueError, jeśli podana zostanie niewystarczająca ilość
1437 punktów lub ilość wartości nie da się zgrupować w punkty bez pozostawiania reszty.</translation>
1438 </message>
1439 <message>
1440 <source>createBezierLine(list, ["name"]) -> string
1441
1442 Creates a new bezier curve and returns its name. The points for the bezier
1443 curve are stored in the list "list" in the following order:
1444 [x1, y1, kx1, ky1, x2, y2, kx2, ky2...xn. yn, kxn. kyn]
1445 In the points list, x and y mean the x and y coordinates of the point and kx
1446 and ky meaning the control point for the curve. The coordinates are given in
1447 the current measurement units of the document (see UNIT constants). "name"
1448 should be a unique identifier for the object because you need this name for
1449 further access to that object. If "name" is not given Scribus will create one
1450 for you.
1451
1452 May raise NameExistsError if you explicitly pass a name that's already used.
1453 May raise ValueError if an insufficient number of points is passed or if
1454 the number of values passed don't group into points without leftovers.
1455 </source>
1456 <translation>createBezierLine(lista, ["nazwa"]) -> string
1457
1458 Tworzy nową krzywą Beziera i zwraca jej nazwę. Punkty krzywej Beziera
1459 zapisane są w liście "lista" w następującej kolejności:
1460 [x1, y1, kx1, ky1, x2, y2, kx2, ky2...xn. yn, kxn. kyn]
1461 W liście punktów x i y oznaczają współrzędne x i y punktu, a kx i ky
1462 oznaczają punkt kontrolny krzywej. Współrzędne podawane są w aktualnej
1463 jednostce miary dokumentu (zobacz stałe UNIT). "nazwa" powinna być
1464 jednoznacznym identyfikatorem obiektu, ponieważ będzie potrzebna w
1465 przyszłości, aby odnosić się do obiektu. Jeśli nazwa nie zostanie podana,
1466 Scribus utworzy ją automatycznie.
1467
1468 Może zwrócić błąd NameExistsError, jeśli podana nazwa jest już w użyciu.
1469 Może zwrócić błąd ValueError, jeśli podana zostanie niewystarczająca ilość
1470 punktów lub ilość wartości nie da się zgrupować w punkty bez pozostawiania reszty.</translation>
1471 </message>
1472 <message>
1473 <source>createPathText(x, y, "textbox", "beziercurve", ["name"]) -> string
1474
1475 Creates a new pathText by merging the two objects "textbox" and
1476 "beziercurve" and returns its name. The coordinates are given in the current
1477 measurement unit of the document (see UNIT constants). "name" should be a
1478 unique identifier for the object because you need this name for further access
1479 to that object. If "name" is not given Scribus will create one