@@ -2755,31 +2755,41 @@ msgid ""
27552755"tuple (see example). May be used as input to another color/pencolor/"
27562756"fillcolor/bgcolor call."
27572757msgstr ""
2758+ "Zwraca bieżący kolor tła jako ciąg specyfikacji koloru lub jako krotkę "
2759+ "(patrz przykład). Może być użyty jako dane wejściowe do innego wywołania "
2760+ "color/pencolor/fillcolor/bgcolor."
27582761
27592762msgid "``bgcolor(colorstring)``"
2760- msgstr ""
2763+ msgstr "``bgcolor(colorstring)`` "
27612764
27622765msgid ""
27632766"Set the background color to *colorstring*, which is a Tk color specification "
27642767"string, such as ``\" red\" ``, ``\" yellow\" ``, or ``\" #33cc8c\" ``."
27652768msgstr ""
2769+ "Ustawia kolor tła na *colorstring*, który jest ciągiem specyfikacji koloru "
2770+ "Tk, takim jak ``\" red\" ``, ``\" yellow\" `` lub ``\" #33cc8c\" ``."
27662771
27672772msgid "``bgcolor((r, g, b))``"
2768- msgstr ""
2773+ msgstr "``bgcolor((r, g, b))`` "
27692774
27702775msgid ""
27712776"Set the background color to the RGB color represented by the tuple of *r*, "
27722777"*g*, and *b*. Each of *r*, *g*, and *b* must be in the range 0..colormode, "
27732778"where colormode is either 1.0 or 255 (see :func:`colormode`)."
27742779msgstr ""
2780+ "Ustawia kolor tła na kolor RGB reprezentowany przez krotkę *r*, *g* i *b*. "
2781+ "Każda z *r*, *g* i *b* musi należeć do zakresu 0..colormode, gdzie colormode "
2782+ "to 1.0 lub 255 (patrz :func:`colormode`)."
27752783
27762784msgid "``bgcolor(r, g, b)``"
2777- msgstr ""
2785+ msgstr "``bgcolor(r, g, b)`` "
27782786
27792787msgid ""
27802788"Set the background color to the RGB color represented by *r*, *g*, and *b*. "
27812789"Each of *r*, *g*, and *b* must be in the range 0..colormode."
27822790msgstr ""
2791+ "Ustawia kolor tła na kolor RGB reprezentowany przez *r*, *g* i *b*. Każda z "
2792+ "*r*, *g* i *b* musi należeć do zakresu 0..colormode."
27832793
27842794msgid ""
27852795">>> screen.bgcolor(\" orange\" )\n"
@@ -2800,13 +2810,19 @@ msgid ""
28002810"a string, name of an image file (PNG, GIF, PGM, and PPM) or ``\" nopic\" ``, "
28012811"or ``None``"
28022812msgstr ""
2813+ "napis, nazwa pliku graficznego (PNG, GIF, PGM i PPM) lub ``\" nopic\" ``, albo "
2814+ "``None``"
28032815
28042816msgid ""
28052817"Set background image or return name of current backgroundimage. If "
28062818"*picname* is a filename, set the corresponding image as background. If "
28072819"*picname* is ``\" nopic\" ``, delete background image, if present. If "
28082820"*picname* is ``None``, return the filename of the current backgroundimage. ::"
28092821msgstr ""
2822+ "Ustaw obraz tła lub zwróć nazwę bieżącego obrazu tła. Jeśli *picname* jest "
2823+ "nazwą pliku, ustaw odpowiedni obraz jako tło. Jeśli *picname* ma postać "
2824+ "``\" nopic\" ``, usuń obraz tła, o ile istnieje. Jeśli *picname* ma postać "
2825+ "``None``, zwróć nazwę pliku bieżącego obrazu tła. ::"
28102826
28112827msgid ""
28122828">>> screen.bgpic()\n"
0 commit comments