# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-09-27 14:55-0400\n" "PO-Revision-Date: 2012-10-01 22:10+0200\n" "Last-Translator: KatSitko \n" "Language-Team: LANGUAGE \n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" #. TRANS: "name" option from activity.info file #: TurtleArt/tawindow.py:3817 pysamples/grecord.py:205 turtleblocks.py:295 msgid "Turtle Art" msgstr "Żółwik" #. TRANS: "summary" option from activity.info file #. TRANS: "description" option from activity.info file msgid "" "A Logo-inspired turtle that draws colorful pictures with snap-together " "visual programming blocks" msgstr "" "Żółw zainspirowany Logo, który rysuje kolorowe obrazki dzięki łączeniu " "bloków programowania graficznego" #: TurtleArt/tabasics.py:116 msgid "Palette of turtle commands" msgstr "Przybornik komend żółwia" #: TurtleArt/tabasics.py:121 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:723 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:734 msgid "forward" msgstr "idź" #: TurtleArt/tabasics.py:125 msgid "moves turtle forward" msgstr "przesuwa żółwia do przodu" #: TurtleArt/tabasics.py:132 msgid "back" msgstr "cofaj" #: TurtleArt/tabasics.py:136 msgid "moves turtle backward" msgstr "przemieszcza żółwia do tyłu" #: TurtleArt/tabasics.py:144 msgid "clean" msgstr "wyczyść" #: TurtleArt/tabasics.py:147 msgid "clears the screen and reset the turtle" msgstr "czyści ekran i ustawienia żółwia" #: TurtleArt/tabasics.py:155 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:854 msgid "left" msgstr "w lewo" #: TurtleArt/tabasics.py:159 msgid "turns turtle counterclockwise (angle in degrees)" msgstr "przekręca żółwia odwrotnie do ruchu wskazówe zegara o podany kąt" #: TurtleArt/tabasics.py:166 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:878 msgid "right" msgstr "w prawo" #: TurtleArt/tabasics.py:170 msgid "turns turtle clockwise (angle in degrees)" msgstr "przekręca żółwia zgodnie z ruchem wskazówek zegara (kąt w stopniach)" #: TurtleArt/tabasics.py:178 msgid "arc" msgstr "łuk" #: TurtleArt/tabasics.py:178 msgid "angle" msgstr "kąt" #: TurtleArt/tabasics.py:178 msgid "radius" msgstr "promień" #: TurtleArt/tabasics.py:182 msgid "moves turtle along an arc" msgstr "przemieszcza żółwia wzdłuż łuku" #: TurtleArt/tabasics.py:191 TurtleArt/tabasics.py:257 msgid "set xy" msgstr "ustaw xy" #: TurtleArt/tabasics.py:191 TurtleArt/tabasics.py:257 taextras.py:261 msgid "x" msgstr "x" #: TurtleArt/tabasics.py:191 TurtleArt/tabasics.py:257 taextras.py:262 msgid "y" msgstr "y" #: TurtleArt/tabasics.py:195 TurtleArt/tabasics.py:261 msgid "" "moves turtle to position xcor, ycor; (0, 0) is in the center of the screen." msgstr "" "przesuwa żółwia do pozycji xcor, ycor; gdzie (0, 0) jest środkiem ekranu." # #: TurtleArt/tabasics.py:205 msgid "set heading" msgstr "ustaw kierunek" #: TurtleArt/tabasics.py:209 msgid "sets the heading of the turtle (0 is towards the top of the screen.)" msgstr "ustawia kierunek żółwia w stopniach (0 kieruje żółwia do góry ekranu)" #: TurtleArt/tabasics.py:217 TurtleArt/tawindow.py:3811 #: TurtleArt/tawindow.py:3817 TurtleArtActivity.py:538 msgid "xcor" msgstr "wsp. x" #: TurtleArt/tabasics.py:218 msgid "" "holds current x-coordinate value of the turtle (can be used in place of a " "number block)" msgstr "" "przechowuje bieżącą współrzędą x żółwia (może być użyty w miejscu klocka z " "liczbą)" #: TurtleArt/tabasics.py:228 TurtleArt/tawindow.py:3811 #: TurtleArt/tawindow.py:3817 TurtleArtActivity.py:539 msgid "ycor" msgstr "wsp. y" #: TurtleArt/tabasics.py:229 msgid "" "holds current y-coordinate value of the turtle (can be used in place of a " "number block)" msgstr "" "przechowuje bieżącą współrzędną y żółwia (może być użyte w miejscu klocka z " "liczbą)" #: TurtleArt/tabasics.py:239 TurtleArt/tawindow.py:3812 #: TurtleArt/tawindow.py:3818 TurtleArtActivity.py:539 msgid "heading" msgstr "kierunek" #: TurtleArt/tabasics.py:240 msgid "" "holds current heading value of the turtle (can be used in place of a number " "block)" msgstr "" "przechowuje bieżącą wartość kierunku żółwia (może być użyty w miejscu klocka " "z liczbą)" #: TurtleArt/tabasics.py:274 msgid "Palette of pen commands" msgstr "Przybornik komend pisaka" #: TurtleArt/tabasics.py:279 TurtleArt/tabasics.py:290 msgid "fill screen" msgstr "maluj ekran" #: TurtleArt/tabasics.py:279 TurtleArt/tabasics.py:290 #: TurtleArt/tabasics.py:340 taextras.py:311 msgid "color" msgstr "kolor" #: TurtleArt/tabasics.py:279 TurtleArt/tabasics.py:291 #: TurtleArt/tabasics.py:350 msgid "shade" msgstr "cień" #: TurtleArt/tabasics.py:283 TurtleArt/tabasics.py:295 msgid "fills the background with (color, shade)" msgstr "wypełnia tło (kolorem, odcieniem)" #: TurtleArt/tabasics.py:291 TurtleArt/tabasics.py:359 msgid "gray" msgstr "szary" #: TurtleArt/tabasics.py:305 msgid "set color" msgstr "ustaw kolor" #: TurtleArt/tabasics.py:309 msgid "sets color of the line drawn by the turtle" msgstr "ustawia kolor linii rysowanej przez żółwia" #: TurtleArt/tabasics.py:317 msgid "set shade" msgstr "ustaw cień" #: TurtleArt/tabasics.py:321 msgid "sets shade of the line drawn by the turtle" msgstr "ustawia cień linii rysowanej przez żółwia" #: TurtleArt/tabasics.py:329 msgid "set gray" msgstr "ustaw szary" #: TurtleArt/tabasics.py:332 msgid "sets gray level of the line drawn by the turtle" msgstr "ustawia poziom szarości linii rysowanej przez żółwia" #: TurtleArt/tabasics.py:341 msgid "holds current pen color (can be used in place of a number block)" msgstr "" "przechowuje bieżący kolor pisaka (może być użyty w miejscu klocka z liczbą)" #: TurtleArt/tabasics.py:351 msgid "holds current pen shade" msgstr "przechowuje bieżący odcień pisaka" #: TurtleArt/tabasics.py:360 msgid "holds current gray level (can be used in place of a number block)" msgstr "" "przechowuje bieżący poziom szarości (może być użyty w miejscu klocka z " "liczbą)" #: TurtleArt/tabasics.py:368 msgid "pen up" msgstr "podnieś pisak" #: TurtleArt/tabasics.py:371 msgid "Turtle will not draw when moved." msgstr "Żółw nie będzie rysował podczas poruszania się." #: TurtleArt/tabasics.py:377 msgid "pen down" msgstr "opuść pisak" #: TurtleArt/tabasics.py:380 msgid "Turtle will draw when moved." msgstr "Żółw będzie rysował podczas poruszania się." #: TurtleArt/tabasics.py:386 msgid "set pen size" msgstr "zmień rozmiar pisaka" #: TurtleArt/tabasics.py:390 msgid "sets size of the line drawn by the turtle" msgstr "ustawia szerokość linii rysowanej przez żółwia" #: TurtleArt/tabasics.py:400 msgid "start fill" msgstr "rozpocznij wypełnianie" #: TurtleArt/tabasics.py:402 msgid "starts filled polygon (used with end fill block)" msgstr "" "rozpoczyna wypełniony wielokąt (używany z klockiem kończącym wypełnianie)" #: TurtleArt/tabasics.py:409 msgid "end fill" msgstr "koniec wypełniania" #: TurtleArt/tabasics.py:411 msgid "completes filled polygon (used with start fill block)" msgstr "" "dokańcza wielokąt wypełniony (używane z klockiem rozpoczynąjącym wypełnianie " "wielokąta)" #: TurtleArt/tabasics.py:418 msgid "pen size" msgstr "rozmiar pisaka" #: TurtleArt/tabasics.py:419 msgid "holds current pen size (can be used in place of a number block)" msgstr "" "przechowuje bieżący rozmiar pisaka (może być użyte w miejscu klocka z " "liczbą)" #: TurtleArt/tabasics.py:434 TurtleArt/tabasics.py:438 msgid "Palette of pen colors" msgstr "Przybornik kolorów pisaka" #: TurtleArt/tabasics.py:440 msgid "red" msgstr "czerwony" #: TurtleArt/tabasics.py:441 msgid "orange" msgstr "pomarańczowy" #: TurtleArt/tabasics.py:443 msgid "yellow" msgstr "żółty" #: TurtleArt/tabasics.py:445 msgid "green" msgstr "zielony" #: TurtleArt/tabasics.py:446 msgid "cyan" msgstr "niebieski" #: TurtleArt/tabasics.py:447 msgid "blue" msgstr "błękitny" #: TurtleArt/tabasics.py:448 msgid "purple" msgstr "purpurowy" #: TurtleArt/tabasics.py:450 msgid "white" msgstr "biały" #: TurtleArt/tabasics.py:451 msgid "black" msgstr "czarny" #: TurtleArt/tabasics.py:457 msgid "set text color" msgstr "ustaw kolor tekstu" #: TurtleArt/tabasics.py:460 msgid "sets color of text drawn by the turtle" msgstr "ustawia kolor tekstu pisanego przez żółwia" #: TurtleArt/tabasics.py:468 msgid "set text size" msgstr "zmień rozmiar tekstu" #: TurtleArt/tabasics.py:471 msgid "sets size of text drawn by the turtle" msgstr "ustawia rozmiar tekstu rysowanego przez żółwia" #: TurtleArt/tabasics.py:554 msgid "Palette of numeric operators" msgstr "Przybornik operatorów liczbowych" #: TurtleArt/tabasics.py:560 msgid "plus" msgstr "plus" #: TurtleArt/tabasics.py:564 msgid "adds two alphanumeric inputs" msgstr "dodaje dwa alfanumeryczne wejścia" #: TurtleArt/tabasics.py:572 msgid "minus" msgstr "minus" #: TurtleArt/tabasics.py:575 msgid "subtracts bottom numeric input from top numeric input" msgstr "odejmuje wartość z dolnego wejścia od wartości z górnego wejścia" #: TurtleArt/tabasics.py:586 msgid "multiply" msgstr "pomnóż" #: TurtleArt/tabasics.py:589 msgid "multiplies two numeric inputs" msgstr "mnoży przez siebie dwie podane liczby" #: TurtleArt/tabasics.py:598 msgid "divide" msgstr "dzielenie" #: TurtleArt/tabasics.py:601 msgid "" "divides top numeric input (numerator) by bottom numeric input (denominator)" msgstr "dzieli wartość z górnego wejścia przez wartość z dolnego wejścia" #: TurtleArt/tabasics.py:611 msgid "identity" msgstr "równość" # A może "identyczności" lub "neutralny" #: TurtleArt/tabasics.py:613 msgid "identity operator used for extending blocks" msgstr "operator tożsamości używany do rozbudowy klocków" #: TurtleArt/tabasics.py:621 TurtleArt/tabasics.py:622 msgid "mod" msgstr "modulo" #: TurtleArt/tabasics.py:625 msgid "modular (remainder) operator" msgstr "operator reszty" #: TurtleArt/tabasics.py:632 msgid "√" msgstr "√" #: TurtleArt/tabasics.py:633 msgid "square root" msgstr "pierwiastek kwadratowy" #: TurtleArt/tabasics.py:636 msgid "calculates square root" msgstr "wylicza pierwiastek kwadratowy" #: TurtleArt/tabasics.py:643 msgid "random" msgstr "losowy" #: TurtleArt/tabasics.py:643 msgid "min" msgstr "min" #: TurtleArt/tabasics.py:643 msgid "max" msgstr "maks" #: TurtleArt/tabasics.py:647 msgid "returns random number between minimum (top) and maximum (bottom) values" msgstr "" "zwraca liczbę (pseudo)losową z przedziału pomiędzy wartościami minimum " "(górna) i maksimum (dolna)" #: TurtleArt/tabasics.py:659 msgid "number" msgstr "liczba" #: TurtleArt/tabasics.py:660 msgid "used as numeric input in mathematic operators" msgstr "używane jako wejście liczbowe w operatorach matematycznych" #: TurtleArt/tabasics.py:668 msgid "greater than" msgstr "większe niż" #: TurtleArt/tabasics.py:671 msgid "logical greater-than operator" msgstr "operator logiczny porównania 'większy niż'" #: TurtleArt/tabasics.py:680 msgid "less than" msgstr "mniejszy niż" #: TurtleArt/tabasics.py:684 msgid "logical less-than operator" msgstr "operator logiczny porównania 'mniejszy niż'" #: TurtleArt/tabasics.py:692 msgid "equal" msgstr "równy" #: TurtleArt/tabasics.py:696 msgid "logical equal-to operator" msgstr "operator logiczny 'równa się'" #: TurtleArt/tabasics.py:702 msgid "not" msgstr "nie" #: TurtleArt/tabasics.py:705 msgid "logical NOT operator" msgstr "operator logicznie 'NIE' (NOT)" #: TurtleArt/tabasics.py:711 TurtleArt/tabasics.py:714 msgid "and" msgstr "i" #: TurtleArt/tabasics.py:715 msgid "logical AND operator" msgstr "operator logiczny 'I' (AND)" #: TurtleArt/tabasics.py:722 TurtleArt/tabasics.py:725 msgid "or" msgstr "lub" #: TurtleArt/tabasics.py:726 msgid "logical OR operator" msgstr "operator logiczny 'LUB' (OR)" #: TurtleArt/tabasics.py:735 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:98 msgid "Palette of flow operators" msgstr "Przybornik operatorów kontroli przepływu" #: TurtleArt/tabasics.py:740 msgid "wait" msgstr "czekaj" #: TurtleArt/tabasics.py:744 msgid "pauses program execution a specified number of seconds" msgstr "wstrzymuje wykonanie programu przez podaną liczbę sekund" #: TurtleArt/tabasics.py:751 msgid "forever" msgstr "ciągle" #: TurtleArt/tabasics.py:755 msgid "loops forever" msgstr "powtarzaj na zawsze" #: TurtleArt/tabasics.py:762 TurtleArt/tabasics.py:766 msgid "repeat" msgstr "powtarzaj" #: TurtleArt/tabasics.py:767 msgid "loops specified number of times" msgstr "powtarzaj w pętli określoną liczbę razy" #: TurtleArt/tabasics.py:773 TurtleArt/tabasics.py:786 msgid "if" msgstr "jeżeli" #: TurtleArt/tabasics.py:773 TurtleArt/tabasics.py:786 msgid "then" msgstr "wtedy" #: TurtleArt/tabasics.py:776 msgid "if then" msgstr "jeżeli wtedy" #: TurtleArt/tabasics.py:778 msgid "if-then operator that uses boolean operators from Numbers palette" msgstr "" "operator 'jeżeli-wtedy' używa operatorów logicznych z przybornika Liczby" #: TurtleArt/tabasics.py:786 msgid "else" msgstr "pozostałe" #: TurtleArt/tabasics.py:790 TurtleArt/tabasics.py:798 msgid "if then else" msgstr "jeżeli wtedy w-przeciwnym-razie" #: TurtleArt/tabasics.py:791 TurtleArt/tabasics.py:799 msgid "if-then-else operator that uses boolean operators from Numbers palette" msgstr "" "operator 'jeżeli-wtedy-w przeciwnym razie' używa operatorów logicznych z " "przybornika Liczby" #: TurtleArt/tabasics.py:808 msgid "horizontal space" msgstr "odstęp poziomy" #: TurtleArt/tabasics.py:809 msgid "jogs stack right" msgstr "popycha stos w prawo" #: TurtleArt/tabasics.py:816 msgid "vertical space" msgstr "odstęp pionowy" #: TurtleArt/tabasics.py:817 msgid "jogs stack down" msgstr "popycha stos w dół" #: TurtleArt/tabasics.py:823 msgid "stop action" msgstr "zatrzymaj akcję" #: TurtleArt/tabasics.py:826 msgid "stops current action" msgstr "zatrzymuje bieżącą akcję" #: TurtleArt/tabasics.py:835 msgid "Palette of variable blocks" msgstr "Przybornik klocków ze zmiennymi" #: TurtleArt/tabasics.py:840 pysamples/grecord.py:213 msgid "start" msgstr "start" #: TurtleArt/tabasics.py:843 msgid "connects action to toolbar run buttons" msgstr "łączy akcje z przycikami uruchamiania paska narzędzi" #: TurtleArt/tabasics.py:850 TurtleArt/tabasics.py:851 #: TurtleArt/tabasics.py:852 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:186 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:187 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:188 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:195 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:208 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:223 msgid "text" msgstr "tekst" #: TurtleArt/tabasics.py:853 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:189 msgid "string value" msgstr "wartość tekstowa" #: TurtleArt/tabasics.py:857 TurtleArt/tabasics.py:860 #: TurtleArt/tabasics.py:868 TurtleArt/tabasics.py:872 #: TurtleArt/tawindow.py:1250 TurtleArt/tawindow.py:1328 #: TurtleArt/tawindow.py:1341 TurtleArt/tawindow.py:4061 msgid "action" msgstr "akcje" #: TurtleArt/tabasics.py:862 msgid "top of nameable action stack" msgstr "szczyt nazywalnego stosu akcji" #: TurtleArt/tabasics.py:873 TurtleArt/tawindow.py:4075 msgid "invokes named action stack" msgstr "wywołuje nazwany stos akcji" #: TurtleArt/tabasics.py:880 msgid "store in box 1" msgstr "włóż do pudła 1" #: TurtleArt/tabasics.py:885 msgid "stores numeric value in Variable 1" msgstr "przechowuje wartość liczbową w Zmiennej 1" #: TurtleArt/tabasics.py:893 msgid "store in box 2" msgstr "włóż do pudła 2" #: TurtleArt/tabasics.py:898 msgid "stores numeric value in Variable 2" msgstr "przechowuje wartość liczbową w Zmiennej 2" #: TurtleArt/tabasics.py:906 msgid "box 1" msgstr "pudło 1" #: TurtleArt/tabasics.py:909 msgid "Variable 1 (numeric value)" msgstr "Zmienna 1 (wartość liczbowa)" #: TurtleArt/tabasics.py:916 msgid "box 2" msgstr "pudło 2" #: TurtleArt/tabasics.py:919 msgid "Variable 2 (numeric value)" msgstr "Zmienna 2 (wartość liczbowa)" #: TurtleArt/tabasics.py:925 TurtleArt/tawindow.py:4129 msgid "store in" msgstr "przechowaj w" #: TurtleArt/tabasics.py:925 TurtleArt/tabasics.py:939 msgid "box" msgstr "pudło" #: TurtleArt/tabasics.py:925 TurtleArt/tawindow.py:4129 taextras.py:396 msgid "value" msgstr "wartość" #: TurtleArt/tabasics.py:929 TurtleArt/tabasics.py:942 #: TurtleArt/tawindow.py:1254 TurtleArt/tawindow.py:4090 #: TurtleArt/tawindow.py:4120 msgid "my box" msgstr "moje pudło" #: TurtleArt/tabasics.py:930 TurtleArt/tawindow.py:4134 msgid "stores numeric value in named variable" msgstr "przechowuje wartość liczbową w nazwanej zmiennej" #: TurtleArt/tabasics.py:945 TurtleArt/tawindow.py:4104 msgid "named variable (numeric value)" msgstr "zmienna nazwana (wartość liczbowa)" #: TurtleArt/tabasics.py:952 TurtleArt/tabasics.py:971 msgid "action 1" msgstr "akcja 1" #: TurtleArt/tabasics.py:955 msgid "top of Action 1 stack" msgstr "szczyt stosu Akcja 1" #: TurtleArt/tabasics.py:961 TurtleArt/tabasics.py:981 msgid "action 2" msgstr "akcja 2" #: TurtleArt/tabasics.py:964 msgid "top of Action 2 stack" msgstr "szczyt stosu akcji 2" #: TurtleArt/tabasics.py:974 msgid "invokes Action 1 stack" msgstr "wywołuje stos akcji 1" #: TurtleArt/tabasics.py:984 msgid "invokes Action 2 stack" msgstr "wywołanie stosu akcji 2" #: TurtleArt/tabasics.py:992 msgid "trash" msgstr "kosz" # A może "pusty" #: TurtleArt/tabasics.py:996 msgid "empty trash" msgstr "opróżnij kosz" #: TurtleArt/tabasics.py:997 msgid "permanently deletes items in trash" msgstr "ostatecznie usuwa przedmioty z kosza" #: TurtleArt/tabasics.py:1001 msgid "restore all" msgstr "przywróć wszystko" #: TurtleArt/tabasics.py:1002 msgid "restore all blocks from trash" msgstr "przywróć wszystkie klocki z kosza" #: TurtleArt/tabasics.py:1006 msgid "clear all" msgstr "wyczyść wszystkie" #: TurtleArt/tabasics.py:1007 msgid "move all blocks to trash" msgstr "przesuń wszystkie klocki do kosza" #: TurtleArt/tacollaboration.py:153 TurtleArt/tawindow.py:1783 #: TurtleArtActivity.py:633 msgid "Share selected blocks" msgstr "Współdziel wybrane klocki" #: TurtleArt/taconstants.py:241 TurtleArt/taconstants.py:263 #: TurtleArt/taconstants.py:284 TurtleArt/taconstants.py:326 #: TurtleArt/taconstants.py:368 TurtleArt/taconstants.py:410 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:963 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:978 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:993 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1008 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1023 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1038 msgid "Title" msgstr "Tytuł" #: TurtleArt/talogo.py:358 TurtleArtActivity.py:613 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1473 msgid "Stop turtle" msgstr "Zatrzymaj żółwia" #: TurtleArt/talogo.py:369 TurtleArtActivity.py:288 TurtleArtActivity.py:614 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1466 msgid "Show blocks" msgstr "Pokaż klocki" #: TurtleArt/talogo.py:373 TurtleArtActivity.py:292 TurtleArtActivity.py:791 msgid "Hide blocks" msgstr "Schowaj klocki" #: TurtleArt/talogo.py:492 msgid "did not output to" msgstr "nie ma wyjścia na" #: TurtleArt/talogo.py:551 msgid "I don't know how to" msgstr "Nie wiem jak" #: TurtleArt/talogo.py:602 msgid "doesn't like" msgstr "nie lubi" #: TurtleArt/talogo.py:602 msgid "as input" msgstr "jako wejście" #: TurtleArt/tapalette.py:96 msgid "displays next palette" msgstr "wyświetla kolejny przybornik" #: TurtleArt/tapalette.py:97 msgid "changes the orientation of the palette of blocks" msgstr "zmienia orientację przybornika klocków" #: TurtleArt/tautils.py:191 msgid "Load..." msgstr "Załaduj..." #: TurtleArt/tautils.py:201 msgid "Save..." msgstr "Zapisz..." #: TurtleArt/tautils.py:473 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:713 msgid "click to open" msgstr "kliknij aby otworzyć" #: TurtleArt/tawindow.py:968 TurtleArt/tawindow.py:969 msgid "orientation" msgstr "orientacja" #: TurtleArt/tawindow.py:979 TurtleArt/tawindow.py:1413 msgid "next" msgstr "następny" #: TurtleArt/tawindow.py:991 TurtleArt/tawindow.py:992 #: TurtleArt/tawindow.py:1433 msgid "shift" msgstr "przesuń" #: TurtleArt/tawindow.py:1268 msgid "Select blocks to share" msgstr "Wybierz klock do współdzielenia" #: TurtleArt/tawindow.py:3916 msgid "image" msgstr "obraz" #: TurtleArtActivity.py:132 TurtleArtActivity.py:639 TurtleArtActivity.py:730 #: TurtleArtActivity.py:750 turtleblocks.py:333 msgid "Save as Logo" msgstr "Zapisz jako Logo" #: TurtleArtActivity.py:169 TurtleArtActivity.py:638 TurtleArtActivity.py:727 #: TurtleArtActivity.py:747 turtleblocks.py:331 msgid "Save as image" msgstr "Zapisz jako obraz" #: TurtleArtActivity.py:177 msgid "snapshot" msgstr "stopklatka" #: TurtleArtActivity.py:185 TurtleArtActivity.py:572 TurtleArtActivity.py:615 #: TurtleArtActivity.py:753 msgid "Save snapshot" msgstr "Zapisz stopklatkę" #: TurtleArtActivity.py:226 TurtleArtActivity.py:550 TurtleArtActivity.py:689 #: turtleblocks.py:351 msgid "Turn off hover help" msgstr "Wyłącz pomoc przy najechaniu myszką" #: TurtleArtActivity.py:232 turtleblocks.py:353 msgid "Turn on hover help" msgstr "Włącz pomoc przy najechaniu myszką" #: TurtleArtActivity.py:240 turtleblocks.py:363 msgid "Show palette" msgstr "Pokaż przybornik" #: TurtleArtActivity.py:246 TurtleArtActivity.py:779 turtleblocks.py:365 msgid "Hide palette" msgstr "Schowaj przybornik" #: TurtleArtActivity.py:400 msgid "Rescale coordinates down" msgstr "Przeskaluj współrzędne w dół" #: TurtleArtActivity.py:404 TurtleArtActivity.py:542 TurtleArtActivity.py:685 msgid "Rescale coordinates up" msgstr "Przeskaluj współrzędne w górę" #: TurtleArtActivity.py:476 TurtleArtActivity.py:512 TurtleArtActivity.py:607 #: TurtleArtActivity.py:660 turtleblocks.py:360 msgid "Edit" msgstr "Edytuje" #: TurtleArtActivity.py:481 TurtleArtActivity.py:510 TurtleArtActivity.py:608 #: TurtleArtActivity.py:677 turtleblocks.py:355 msgid "View" msgstr "Widok" #: TurtleArtActivity.py:508 TurtleArtActivity.py:609 msgid "Project" msgstr "Projekt" #: TurtleArtActivity.py:514 TurtleArtActivity.py:606 TurtleArtActivity.py:635 #: TurtleArtActivity.py:637 TurtleArtActivity.py:722 msgid "Save/Load" msgstr "Zapisz/Załaduj" #: TurtleArtActivity.py:522 TurtleArtActivity.py:661 turtleblocks.py:358 msgid "Copy" msgstr "Kopiuj" #: TurtleArtActivity.py:524 TurtleArtActivity.py:662 turtleblocks.py:359 msgid "Paste" msgstr "Wklej" #: TurtleArtActivity.py:526 msgid "Restore blocks from trash" msgstr "przywróć klocki z kosza" #: TurtleArtActivity.py:528 TurtleArtActivity.py:678 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:789 msgid "Fullscreen" msgstr "Pełen ekran" #: TurtleArtActivity.py:530 TurtleArtActivity.py:679 turtleblocks.py:339 msgid "Cartesian coordinates" msgstr "współrzędne kartezjańskie" #: TurtleArtActivity.py:532 TurtleArtActivity.py:681 turtleblocks.py:341 msgid "Polar coordinates" msgstr "Współrzędne biegunowe" #: TurtleArtActivity.py:535 TurtleArtActivity.py:683 msgid "Metric coordinates" msgstr "Współrzędne metryczne" #: TurtleArtActivity.py:545 TurtleArtActivity.py:687 turtleblocks.py:345 msgid "Grow blocks" msgstr "Powiększ klocki" #: TurtleArtActivity.py:547 TurtleArtActivity.py:688 turtleblocks.py:347 msgid "Shrink blocks" msgstr "Zmniejsz klocki" #: TurtleArtActivity.py:576 TurtleArtActivity.py:616 msgid "Load example" msgstr "Załaduj przykład" #: TurtleArtActivity.py:610 TurtleArtActivity.py:785 turtleblocks.py:372 msgid "Clean" msgstr "Wyczyść" #: TurtleArtActivity.py:611 TurtleArtActivity.py:787 turtleblocks.py:373 msgid "Run" msgstr "Uruchom" #: TurtleArtActivity.py:612 TurtleArtActivity.py:789 turtleblocks.py:374 msgid "Step" msgstr "Krok" #: TurtleArtActivity.py:617 util/helpbutton.py:45 msgid "Help" msgstr "Pomoc" #: TurtleArtActivity.py:618 turtleblocks.py:376 msgid "Stop" msgstr "Stop" #: TurtleArtActivity.py:640 TurtleArtActivity.py:733 TurtleArtActivity.py:755 msgid "Load project" msgstr "Załaduj projekt" #: TurtleArtActivity.py:643 TurtleArtActivity.py:738 TurtleArtActivity.py:760 msgid "Load plugin" msgstr "Załaduj wtyczkę" #: TurtleArtActivity.py:644 TurtleArtActivity.py:741 TurtleArtActivity.py:763 msgid "Load Python block" msgstr "Ładuj blok Pythona" #: TurtleArtActivity.py:717 msgid "Sharing blocks disabled" msgstr "Wspóldzielenie klocków zablokowane" #: TurtleArtActivity.py:780 msgid "p" msgstr "p" #: TurtleArtActivity.py:785 msgid "e" msgstr "e" #: TurtleArtActivity.py:787 msgid "r" msgstr "r" #: TurtleArtActivity.py:789 msgid "w" msgstr "w" #: TurtleArtActivity.py:792 msgid "s" msgstr "s" #: TurtleArtActivity.py:927 TurtleArtActivity.py:932 TurtleArtActivity.py:999 msgid "Plugin could not be installed." msgstr "Wtyczka nie mogła zostać zainstalowana." #: TurtleArtActivity.py:995 msgid "Please restart Turtle Art in order to use the plugin." msgstr "Proszę uruchom ponownie Żółwią Sztukę, aby użyć wtyczki." #: TurtleArtActivity.py:1013 #, python-format msgid "Plugin %s already installed." msgstr "Wtyczka %s już jest zainstalowana." #: TurtleArtActivity.py:1014 #, python-format msgid "Do you want to reinstall %s?" msgstr "Czy na pewno chcesz zainstalować ponownie %s?" #: gnome_plugins/collaboration_plugin.py:67 msgid "My Turtle Art session" msgstr "Moja sesja z Żółwia Sztuką" #: gnome_plugins/collaboration_plugin.py:115 msgid "Enable collaboration" msgstr "Aktywuj tryb współpracy" #: gnome_plugins/collaboration_plugin.py:120 msgid "Activities" msgstr "Aktywności" #: gnome_plugins/collaboration_plugin.py:125 msgid "Buddies" msgstr "Koledzy" #: gnome_plugins/collaboration_plugin.py:128 msgid "Share" msgstr "Podziel się" #: gnome_plugins/collaboration_plugin.py:129 msgid "Configuration" msgstr "Konfiguracja" #: gnome_plugins/collaboration_plugin.py:132 msgid "Neighborhood" msgstr "Sąsiedztwo" #: gnome_plugins/collaboration_plugin.py:292 msgid "Nickname" msgstr "Ksywka" #: gnome_plugins/collaboration_plugin.py:294 msgid "Account ID" msgstr "ID konta" #: gnome_plugins/collaboration_plugin.py:296 msgid "Server" msgstr "Serwer" #: gnome_plugins/collaboration_plugin.py:298 msgid "Port" msgstr "Port" #: gnome_plugins/collaboration_plugin.py:300 msgid "Password" msgstr "Hasło" #: gnome_plugins/collaboration_plugin.py:302 msgid "Register" msgstr "Zarejestruj się" #: gnome_plugins/collaboration_plugin.py:304 msgid "Colors" msgstr "Kolory" #: gnome_plugins/uploader_plugin.py:64 msgid "Upload to Web" msgstr "Wgraj do Sieci" #: gnome_plugins/uploader_plugin.py:66 msgid "Upload" msgstr "Wgraj" #: gnome_plugins/uploader_plugin.py:83 msgid "" "You must have an account at http://turtleartsite.sugarlabs.org to upload " "your project." msgstr "" "Musisz mieć konto w http://turtleartsite.sugarlabs.org aby wgrać tam swój " "projekt." #: gnome_plugins/uploader_plugin.py:92 msgid "Username:" msgstr "Użytkownik:" #: gnome_plugins/uploader_plugin.py:102 msgid "Password:" msgstr "Hasło:" #: gnome_plugins/uploader_plugin.py:113 msgid "Title:" msgstr "Tytuł:" #: gnome_plugins/uploader_plugin.py:123 msgid "Description:" msgstr "Opis:" #: gnome_plugins/uploader_plugin.py:133 msgid "Submit to Web" msgstr "Prześlij do Internetu" #: gnome_plugins/uploader_plugin.py:137 msgid "Cancel" msgstr "Anuluj" #: gnome_plugins/uploader_plugin.py:159 msgid "Login failed" msgstr "Nie można zalogować" #: gnome_plugins/uploader_plugin.py:196 msgid "Failed to upload!" msgstr "Wgranie pliku nie powiodło się!" #: plugins/accelerometer/accelerometer.py:49 #: plugins/audio_sensors/audio_sensors.py:75 #: plugins/camera_sensor/camera_sensor.py:57 #: plugins/light_sensor/light_sensor.py:49 plugins/rfid/rfid.py:86 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:330 msgid "Palette of sensor blocks" msgstr "Przybornik klocków z czujnikami" #: plugins/accelerometer/accelerometer.py:56 #: plugins/accelerometer/accelerometer.py:63 msgid "acceleration" msgstr "przyspieszenie" #: plugins/accelerometer/accelerometer.py:58 #: plugins/accelerometer/accelerometer.py:65 msgid "push acceleration in x, y, z to heap" msgstr "odłóż wartości przyspieszenia (x, y, z) na stos" #: plugins/audio_sensors/audio_sensors.py:83 #: plugins/audio_sensors/audio_sensors.py:98 pysamples/grecord.py:205 #: taextras.py:313 msgid "sound" msgstr "dźwięk" #: plugins/audio_sensors/audio_sensors.py:84 #: plugins/audio_sensors/audio_sensors.py:99 msgid "raw microphone input signal" msgstr "surowy sygnał wejścia mikrofonowego" #: plugins/audio_sensors/audio_sensors.py:90 #: plugins/audio_sensors/audio_sensors.py:105 msgid "loudness" msgstr "głośność" #: plugins/audio_sensors/audio_sensors.py:91 #: plugins/audio_sensors/audio_sensors.py:106 msgid "microphone input volume" msgstr "głośność wejścia mikrofonowego" #: plugins/audio_sensors/audio_sensors.py:119 #: plugins/audio_sensors/audio_sensors.py:127 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:316 msgid "pitch" msgstr "wysokość tonu" #: plugins/audio_sensors/audio_sensors.py:120 #: plugins/audio_sensors/audio_sensors.py:128 msgid "microphone input pitch" msgstr "wysokość tonu wejścia mikrofonu" #: plugins/audio_sensors/audio_sensors.py:151 #: plugins/audio_sensors/audio_sensors.py:165 #: plugins/audio_sensors/audio_sensors.py:178 #: plugins/audio_sensors/audio_sensors.py:192 msgid "resistance" msgstr "opór" #: plugins/audio_sensors/audio_sensors.py:152 #: plugins/audio_sensors/audio_sensors.py:166 #: plugins/audio_sensors/audio_sensors.py:179 #: plugins/audio_sensors/audio_sensors.py:193 msgid "microphone input resistance" msgstr "opór wejścia mikrofonu" #: plugins/audio_sensors/audio_sensors.py:157 #: plugins/audio_sensors/audio_sensors.py:171 #: plugins/audio_sensors/audio_sensors.py:184 #: plugins/audio_sensors/audio_sensors.py:198 msgid "voltage" msgstr "napięcie" #: plugins/audio_sensors/audio_sensors.py:158 #: plugins/audio_sensors/audio_sensors.py:172 #: plugins/audio_sensors/audio_sensors.py:185 #: plugins/audio_sensors/audio_sensors.py:199 msgid "microphone input voltage" msgstr "napięcie wejścia mikrofonowego" #: plugins/camera_sensor/camera_sensor.py:61 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:133 msgid "Palette of media objects" msgstr "Paleta obiektów multimedialnych" #: plugins/camera_sensor/camera_sensor.py:73 #: plugins/camera_sensor/camera_sensor.py:86 #: plugins/camera_sensor/camera_sensor.py:105 #: plugins/camera_sensor/camera_sensor.py:118 #: plugins/light_sensor/light_sensor.py:56 #: plugins/light_sensor/light_sensor.py:63 msgid "brightness" msgstr "jasność" #: plugins/camera_sensor/camera_sensor.py:75 #: plugins/camera_sensor/camera_sensor.py:107 msgid "light level detected by camera" msgstr "kamera wykryła poziom światła" #: plugins/camera_sensor/camera_sensor.py:88 #: plugins/camera_sensor/camera_sensor.py:120 msgid "Average RGB color from camera is pushed to the stack" msgstr "Średni kolor RGB z kamery jest odkładany na stos" #: plugins/camera_sensor/camera_sensor.py:99 #: plugins/camera_sensor/camera_sensor.py:132 msgid "camera output" msgstr "wyjście kamery" #: plugins/light_sensor/light_sensor.py:58 #: plugins/light_sensor/light_sensor.py:65 msgid "light level detected by light sensor" msgstr "poziom światła wykryty przez czujnik światła" #: plugins/rfid/rfid.py:92 plugins/rfid/rfid.py:100 msgid "RFID" msgstr "RFID" #: plugins/rfid/rfid.py:93 plugins/rfid/rfid.py:101 msgid "read value from RFID device" msgstr "odczytaj wartość z urządzenia RFID" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:106 msgid "while" msgstr "podczas gdy" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:107 msgid "do-while-True operator that uses boolean operators from Numbers palette" msgstr "" "operator 'powtarzaj-dopóki-Prawda', który używa operatorów logicznych z " "przybornika liczb" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:113 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:116 msgid "until" msgstr "dopóki" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:117 msgid "do-until-True operator that uses boolean operators from Numbers palette" msgstr "" "operator 'wykonuj-dopóki-Prawda' używa operatorów logicznych z przybornika " "Liczby" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:124 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:715 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:886 msgid "top" msgstr "góra" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:126 msgid "top of a collapsible stack" msgstr "wierzch zwijalnego stosu" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:140 msgid "journal" msgstr "dziennik" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:141 msgid "Sugar Journal media object" msgstr "Obiekt z dziennika Bajtek.edu.pl" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:151 msgid "audio" msgstr "audio" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:153 msgid "Sugar Journal audio object" msgstr "obiekt audio Dziennika Bajtek.edu.pl" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:163 msgid "video" msgstr "wideo" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:165 msgid "Sugar Journal video object" msgstr "obiekt wideo Dziennika Bajtek.edu.pl" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:175 msgid "description" msgstr "opis" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:177 msgid "Sugar Journal description field" msgstr "pole opisowe Dziennika Bajtek.edu.pl" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:194 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:222 msgid "show" msgstr "pokaż" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:198 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:211 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:226 msgid "draws text or show media from the Journal" msgstr "wypisuje tekst lub pokazuje multimedia z Dziennika" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:207 msgid "show aligned" msgstr "pokaż wyrównane" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:234 msgid "set scale" msgstr "ustaw skalę" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:238 msgid "sets the scale of media" msgstr "ustawia skalę (mediów)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:245 msgid "save picture" msgstr "zapisz obrazek" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:247 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:258 msgid "picture name" msgstr "nazwa obrazka" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:248 msgid "saves a picture to the Sugar Journal" msgstr "zapisuje obraz do Dziennika Bajtek.edu.pl" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:256 msgid "save SVG" msgstr "zapisz SVG" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:259 msgid "saves turtle graphics as an SVG file in the Sugar Journal" msgstr "zapisuje grafikę żółwia jako plik SVG w Dzienniku Bajtek.edu.pl" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:266 msgid "scale" msgstr "skala" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:270 msgid "holds current scale value" msgstr "przechowuje bieżącą wartość skali" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:275 msgid "media wait" msgstr "czeka na media" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:277 msgid "wait for current video or audio to complete" msgstr "poczekaj na zakończenie bieżącego audio lub video" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:283 msgid "media stop" msgstr "zatrzymaj media" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:285 msgid "stop video or audio" msgstr "zatrzymaj video lub audio" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:290 msgid "media pause" msgstr "wstrzymaj media" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:292 msgid "pause video or audio" msgstr "Wstrzymaj wideo lub audio" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:297 msgid "media resume" msgstr "Wznów media" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:299 msgid "resume playing video or audio" msgstr "Wznów odtwarzanie wideo lub audio" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:305 msgid "speak" msgstr "mówić" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:307 msgid "hello" msgstr "cześć" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:308 msgid "speaks text" msgstr "mówi tekst" #. TRANS: pitch, duration, amplitude #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:316 msgid "sinewave" msgstr "fala sinusoidalna" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:317 msgid "amplitude" msgstr "amplituda" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:317 msgid "duration" msgstr "czas trwania" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:320 msgid "plays a sinewave at frequency, amplitude, and duration (in seconds)" msgstr "" "gra falę sinusoidalną o częstotliwości, amplitudzie i trwaniu ( w sekundach)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:337 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:348 msgid "button down" msgstr "guzik w dół" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:340 msgid "returns 1 if mouse button is pressed" msgstr "zwraca 1 jeśli wciśnięty zostaje przycisk myszy" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:351 msgid "returns True if mouse button is pressed" msgstr "zwraca Prawda jeśli wciśnięty zostaje przycisk myszy" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:358 msgid "mouse x" msgstr "myszka x" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:361 msgid "returns mouse x coordinate" msgstr "zwraca współrzędną x myszki" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:368 msgid "mouse y" msgstr "myszka y" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:371 msgid "returns mouse y coordinate" msgstr "zwraca współrzędną y myszki" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:379 msgid "query keyboard" msgstr "odczytaj klawiaturę" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:381 msgid "query for keyboard input (results stored in keyboard block)" msgstr "odczytuje klawiaturę (wynik zapisywany jest w klocku klawiatury)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:388 msgid "keyboard" msgstr "klawiatura" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:392 msgid "holds results of query-keyboard block as ASCII" msgstr "przechowuje wynik działania klocka odczytu klawiatury jako ASCII" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:424 msgid "read pixel" msgstr "odczytaj piksle" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:427 msgid "RGB color under the turtle is pushed to the stack" msgstr "Kolor RGB pod żółwiem jest odesłany do stosu" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:435 msgid "turtle sees" msgstr "żółw widzi" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:437 msgid "returns the color that the turtle \"sees\"" msgstr "zwraca kolor jaki \"widzi\" żółw" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:445 taextras.py:332 msgid "time" msgstr "czas" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:448 msgid "elapsed time (in seconds) since program started" msgstr "upływ czasu (w sekundach) od rozpoczęcia programu" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:457 msgid "Palette of extra options" msgstr "Przybornik z dodatkowymi opcjami" #. TRANS: push adds a new item to the program stack #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:464 msgid "push" msgstr "na stos" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:467 msgid "pushes value onto FILO (first-in last-out heap)" msgstr "odkłada wartość na stos (FILO, first-in-last-out)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:477 msgid "show heap" msgstr "pokaż stos" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:480 msgid "shows values in FILO (first-in last-out heap)" msgstr "pokazuje wartości ze stosu ( FILO, first-in last-out)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:490 msgid "empty heap" msgstr "opróżnij stos" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:493 msgid "emptys FILO (first-in-last-out heap)" msgstr "opróżnia stos (FILO, first-in-last-out)" #. TRANS: pop removes a new item from the program stack #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:504 msgid "pop" msgstr "ze stosu" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:508 msgid "pops value off FILO (first-in last-out heap)" msgstr "zdejmuje wartość ze stosu (FILO, first-in last-out)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:519 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:529 msgid "empty heap?" msgstr "opróżnić stos?" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:522 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:532 msgid "returns True if heap is empty" msgstr "zwraca Prawda, gdy stos jest pusty" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:539 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:541 msgid "comment" msgstr "komentarz" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:543 msgid "places a comment in your code" msgstr "wstawia komentarz w twoim kodzie" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:549 msgid "print" msgstr "pisz" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:553 msgid "prints value in status block at bottom of the screen" msgstr "wypisuje wartość w klocku stanu na dole ekranu" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:563 msgid "Python chr operator" msgstr "Python chr operator" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:572 msgid "Python int operator" msgstr "Python int operator" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:579 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:592 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:606 msgid "Python" msgstr "Python" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583 msgid "" "a programmable block: used to add advanced single-variable math equations, e." "g., sin(x)" msgstr "" "klocek programowalny: uzywany do dodawania zaawansowanych równań " "matematycznych z jedną zmienną, np. sin(x)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:596 msgid "" "a programmable block: used to add advanced multi-variable math equations, e." "g., sqrt(x*x+y*y)" msgstr "" "klocek programowalny: używany aby dodać równania matematyczne wielu " "zmiennych np. sqrt(x*x+y*y)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:610 msgid "" "a programmable block: used to add advanced multi-variable math equations, e." "g., sin(x+y+z)" msgstr "" "klocek programowalny: używany do dodawania równań matematycznych wielu " "zmiennych, np. sin(x+y+z)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:622 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:638 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:653 msgid "Python block" msgstr "blok Pythona" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:624 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:640 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:656 msgid "runs code found in the tamyblock.py module found in the Journal" msgstr "uruchom kod znaleziony w module tamyblock.py znalezionym w Dzienniku" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:669 msgid "Cartesian" msgstr "Kartezjańskie" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:671 msgid "displays Cartesian coordinates" msgstr "wyświetla współrzędne kartezjańskie" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:677 msgid "polar" msgstr "biegun" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:679 msgid "displays polar coordinates" msgstr "wyświetla współrzędne biegunowe" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:685 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:756 msgid "turtle" msgstr "żółw" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689 msgid "chooses which turtle to command" msgstr "wybiera którym żółwiem kierować" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:698 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:707 msgid "turtle shell" msgstr "skorupa żółwia" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:700 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:708 msgid "put a custom 'shell' on the turtle" msgstr "ustawia własną 'skorupę' żółwia" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:716 msgid "top of a collapsed stack" msgstr "szczyt zwiniętego stosu" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:721 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:731 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:742 msgid "load" msgstr "załaduj" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:724 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:735 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:746 msgid "loads a block" msgstr "ładuje klocek" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:745 #, fuzzy msgid "setxy" msgstr "ustaw xy" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:754 msgid "palette" msgstr "przybornik kolorów" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:757 msgid "selects a palette" msgstr "zaznacz przybornik kolorów" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:765 msgid "Palette of presentation templates" msgstr "Przybornik szablonów prezentacji" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:772 msgid "hide blocks" msgstr "schowaj schemat" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:774 msgid "declutters canvas by hiding blocks" msgstr "uporządkuj ekran chowając klocki" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:781 msgid "show blocks" msgstr "pokaż schemat" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:783 msgid "restores hidden blocks" msgstr "przywraca schowane klocki" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:791 msgid "hides the Sugar toolbars" msgstr "ukryj paski narzędzi Bajtek.edu.pl" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:800 msgid "list" msgstr "lista" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:804 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1039 msgid "presentation bulleted list" msgstr "lista wypuntkowana prezentacji" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:812 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1041 msgid "presentation template: list of bullets" msgstr "szablon prezentacji: lista punktów" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:819 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:981 msgid "presentation template: select Journal object (no description)" msgstr "szablon prezentacj: wybierz obiekt Dziennika (brak opisu)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:826 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:966 msgid "presentation template: select Journal object (with description)" msgstr "szablon prezentacj: wybierz obiekt Dziennika (z opisem)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:833 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1026 msgid "presentation template: select four Journal objects" msgstr "szablon prezentacji: wybierz cztery obiekty Dziennika" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:840 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:847 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:996 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1011 msgid "presentation template: select two Journal objects" msgstr "szablon prezentacji: wybierz dwa obiekty z Dziennika" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:857 msgid "xcor of left of screen" msgstr "współrzędna x lewej strony ekranu" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:862 msgid "bottom" msgstr "dół" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:865 msgid "ycor of bottom of screen" msgstr "współrzędna y dołu ekranu" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:870 taextras.py:247 msgid "width" msgstr "szerokość" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:873 msgid "the canvas width" msgstr "szerokość ramy" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:881 msgid "xcor of right of screen" msgstr "współrzędna x prawej strony ekranu" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:889 msgid "ycor of top of screen" msgstr "współrzędna y góry ekranu" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:894 taextras.py:242 #: taextras.py:248 msgid "height" msgstr "wysokość" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:897 msgid "the canvas height" msgstr "wysokość ramy" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:904 msgid "title x" msgstr "tytuł x" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:913 msgid "title y" msgstr "tytuł y" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:922 msgid "left x" msgstr "w lewo x" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:931 msgid "top y" msgstr "góra y" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:940 msgid "right x" msgstr "w prawo x" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:949 msgid "bottom y" msgstr "dół y" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:964 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:979 msgid "presentation 1x1" msgstr "prezentacja 1x1" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:994 msgid "presentation 2x1" msgstr "przezentacja 2x1" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1009 msgid "presentation 1x2" msgstr "prezentacja 1x2" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1024 msgid "presentation 2x2" msgstr "prezentacja 2x2" #: pysamples/forward_push.py:45 msgid "push destination rgb value to heap" msgstr "zmień wartość końcową rgb, aby ułożyć" #: pysamples/grecord.py:215 msgid "stop" msgstr "zatrzymaj" #: pysamples/grecord.py:217 msgid "play" msgstr "graj" #: pysamples/grecord.py:219 msgid "save" msgstr "Zapisz" #: pysamples/journal-stats.py:78 msgid "other" msgstr "inne" #: pysamples/uturn.py:24 msgid "uturn" msgstr "półobrót" #: pysamples/uturn.py:26 msgid "make a uturn" msgstr "Zrób półobrót" #: taextras.py:36 msgid "Turtle Art Mini" msgstr "Żółwia Sztuka - Mini" #: taextras.py:40 msgid "Turtle Confusion" msgstr "Żółwiowe Pomieszanie" #: taextras.py:41 msgid "Select a challenge" msgstr "Wybierz wyzwanie" #: taextras.py:47 msgid "Palette of Mexican pesos" msgstr "Paleta meksykańskich pesos" #: taextras.py:48 msgid "Palette of Colombian pesos" msgstr "Paleta kolumbijskich pesos" #: taextras.py:49 msgid "Palette of Rwandan francs" msgstr "Paleta rwandyjskich franków" #: taextras.py:50 msgid "Palette of US dollars" msgstr "przybornik dollarów amerykańskich" #: taextras.py:51 msgid "Palette of Australian dollars" msgstr "przybornik dollarów australijskich" #: taextras.py:52 msgid "Palette of Paraguayan Guaranies" msgstr "przybornik paragwajskich Guarani" #: taextras.py:53 msgid "Palette of Peruvian Nuevo Soles" msgstr "przybornik peruwiańskich Nuevo Soles" #: taextras.py:54 msgid "Palette of Uruguayan Pesos" msgstr "przybornik urugwajskich pesos" #. TRANS: Butia is the Arduino Robot Project from Uruguay #. (http://www.fing.edu.uy/inco/proyectos/butia/) #: taextras.py:60 msgid "TurtleBots" msgstr "TurtleBots" #: taextras.py:61 msgid "adjust LED intensity between 0 and 255" msgstr "ustaw intensywność świecenia diody LED od 0 do 255" #: taextras.py:62 msgid "returns the object gray level as a number between 0 and 1023" msgstr "zwraca poziom szarości obiektu jako liczbę między 0 a 1023" #: taextras.py:63 msgid "returns 1 when the button is press and 0 otherwise" msgstr "zwraca 1, gdy przycisk zostanie naciśnięty i 0 w przeciwnym przypadku" #: taextras.py:64 msgid "returns the ambient light level as a number between 0 and 1023" msgstr "zwraca poziom światła otoczenia jako liczbę między 0 a 1023" #: taextras.py:65 msgid "returns the ambient temperature as a number between 0 and 255" msgstr "zwraca temperaturę otoczenia w postaci liczby od 0 do 255" #: taextras.py:66 msgid "" "returns the distance from the object in front of the sensor as a number " "between 0 and 255" msgstr "zwraca odległość od obiektu przed czujnikiem jako liczbę od 0 do 255" #: taextras.py:68 msgid "returns 0 or 1 depending on the sensor inclination" msgstr "zwraca 0 lub 1 w zależności od nachylenia czujnika" #: taextras.py:69 msgid "returns 1 when the sensors detects a magnetic field, 0 otherwise" msgstr "" "zwraca 1, gdy czujnik wykrywa pole magnetyczne, 0 w przeciwnym przypadku" #: taextras.py:70 msgid "switches from 0 to 1, the frequency depends on the vibration" msgstr "przełącza z 0 na 1, częstotliwość zależy od wibracji" #: taextras.py:71 msgid "LED" msgstr "LED" #: taextras.py:72 msgid "button" msgstr "przycisk" #: taextras.py:73 msgid "grayscale" msgstr "skala szarości" #: taextras.py:74 msgid "ambient light" msgstr "światło otoczenia" #: taextras.py:75 msgid "temperature" msgstr "temperatura" #: taextras.py:76 taextras.py:292 msgid "distance" msgstr "odległość" #: taextras.py:77 taextras.py:289 msgid "tilt" msgstr "nachylenie" #: taextras.py:78 msgid "magnetic induction" msgstr "indukcja magnetyczna" #: taextras.py:79 msgid "vibration" msgstr "wibracja" #: taextras.py:80 msgid "Butia Robot" msgstr "Robot Butia" #: taextras.py:81 msgid "refresh Butia" msgstr "odświeź robota Butia" #: taextras.py:82 msgid "refresh the state of the Butia palette and blocks" msgstr "odśwież stan przybornika oraz klocków robota Butia" #. TRANS: This string is shorthand for "battery charge of Butia" #: taextras.py:84 msgid "battery charge Butia" msgstr "naładowanie baterii Butia" #: taextras.py:85 msgid "returns the battery charge as a number between 0 and 255" msgstr "zwraca poziom naładowania baterii jako liczbę między 0 i 255" #. TRANS: This string is shorthand for "speed of Butia" #: taextras.py:87 msgid "speed Butia" msgstr "prędkość Butia" #: taextras.py:88 #, fuzzy msgid "" "set the speed of the Butia motors to a value between 0 and 1023, passed by " "an argument" msgstr "" "ustaw prędkość silników Butia jako wartość pomiędzy 0 a 1023, przekazywaną " "przez argument" #. TRANS: This string is shorthand for "move Butia forward" #: taextras.py:91 msgid "forward Butia" msgstr "Butia do przodu" #: taextras.py:92 msgid "move the Butia robot forward" msgstr "przesuń robota Butia do przodu" #: taextras.py:93 msgid "move the Butia robot forward a predefined distance" msgstr "przesuń robota Butia do przodu o wcześniej określoną odległość" #. TRANS: This string is shorthand for "turn Butia left" #: taextras.py:95 msgid "left Butia" msgstr "Butia w lewo" #: taextras.py:96 #, fuzzy msgid "turn the Butia robot to the left" msgstr "obróć robota Butia w lewo" #. TRANS: This string is shorthand for "move Butia backward" #: taextras.py:98 msgid "backward Butia" msgstr "Butia do tyłu" #: taextras.py:99 msgid "move the Butia robot backward" msgstr "przesuń robota Butia do tyłu" #: taextras.py:100 msgid "move the Butia robot backward a predefined distance" msgstr "przesuń robota Butia do tyłu o wcześniej określoną odległość" #. TRANS: This string is shorthand for "turn Butia right" #: taextras.py:102 msgid "right Butia" msgstr "Butia w prawo" #: taextras.py:103 msgid "turn the Butia robot at right" msgstr "obróć robota Butia w prawo" #: taextras.py:104 msgid "turn Butia" msgstr "obrót Butia" #: taextras.py:105 msgid "turn the Butia robot x degrees" msgstr "obróć robota Butia o x stopni" #: taextras.py:106 msgid "stop Butia" msgstr "zatrzymaj Butia" #: taextras.py:107 msgid "stop the Butia robot" msgstr "zatrzymaj robota Butia" #: taextras.py:108 msgid "display Butia" msgstr "wyświetlacz Butia" #: taextras.py:109 msgid "Hello World Butia " msgstr "Witaj świecie Butia" #. TRANS: this string must contain only ASCII characters. #. The len must be 32 characters/spaces. #: taextras.py:112 msgid "print text in Butia robot 32-character ASCII display" msgstr "wyświetl tekst na 32-znakowym wyświetlaczu ASCII robota Butia" #: taextras.py:113 msgid "Butia" msgstr "Butia" #: taextras.py:117 #, fuzzy msgid "Error on initialization of the camera" msgstr "Błąd uruchomienia kamery." #: taextras.py:118 msgid "No camera was found" msgstr "Brak odnalezienia kamery" #: taextras.py:119 msgid "Error stopping camera" msgstr "Błąd zatrzymania kamery" #: taextras.py:120 msgid "Error starting camera" msgstr "Błąd uruchamienia kamery" #. TRANS: The "mask" is used to restrict processing to a region in the image #: taextras.py:122 msgid "Error making mask" msgstr "Błąd matrycy" #: taextras.py:123 msgid "FollowMe" msgstr "ŚledźMnie" #: taextras.py:124 msgid "follow" msgstr "śledź" #. TRANS: Green component of a color #: taextras.py:126 msgid "G" msgstr "G" #. TRANS: Red component of a color #: taextras.py:128 msgid "R" msgstr "R" #. TRANS: Blue component of a color #: taextras.py:130 msgid "B" msgstr "B" #: taextras.py:131 msgid "follow a RGB color" msgstr "idź za kolorem RGB" #: taextras.py:132 msgid "threshold" msgstr "próg" #: taextras.py:133 msgid "set a threshold for a RGB color" msgstr "ustaw próg dla koloru RGB" #. TRANS: the calibration can be saved for later use #: taextras.py:135 msgid "save calibration 1" msgstr "zapisz kalibrację 1" #: taextras.py:136 msgid "stores a calibration in calibration 1" msgstr "zapisuje kalibrację w kalibracji 1" #. TRANS: the calibration can be saved for later use #: taextras.py:138 msgid "save calibration 2" msgstr "zapisz kalibrację 2" #: taextras.py:139 msgid "stores a calibration in calibration 2" msgstr "zapisuje kalibrację w kalibracji 2" #. TRANS: the calibration is used to match an RGB color to a target #: taextras.py:141 msgid "calibration" msgstr "kalibracja" #: taextras.py:142 msgid "stores a personalized calibration" msgstr "zapisuje spersonalizowaną kalibrację" #: taextras.py:143 msgid "calibration 1" msgstr "kalibracja 1" #: taextras.py:144 msgid "return calibration 1" msgstr "zwróć kalibrację 1" #: taextras.py:145 msgid "calibration 2" msgstr "kalibracja 2" #: taextras.py:146 msgid "return calibration 2" msgstr "zwróć kalibrację 2" #: taextras.py:147 msgid "return a personalized calibration" msgstr "zwróć spersonalizowaną kalibrację" #: taextras.py:148 msgid "x position" msgstr "pozycja x" #: taextras.py:149 msgid "return x position" msgstr "zwróć pozycję x" #: taextras.py:150 msgid "y position" msgstr "pozycja y" #: taextras.py:151 msgid "return y position" msgstr "zwróć pozycję y" #: taextras.py:152 msgid "pixels" msgstr "piksele" #: taextras.py:153 msgid "return the number of pixels of the biggest blob" msgstr "zwróć liczbę pikseli największej plamy" #: taextras.py:154 msgid "follow a color or calibration" msgstr "śledź kolor lub kalibrację" #: taextras.py:155 msgid "minimum pixels" msgstr "minimum pikseli" #: taextras.py:156 msgid "set the minimal number of pixels to follow" msgstr "ustaw minimalną liczbę pikseli do śledzenia" #: taextras.py:157 msgid "camera mode" msgstr "tryb kamery" #: taextras.py:158 msgid "set the color mode of the camera: RGB, YUV, or HSV" msgstr "ustaw kolor trybu kamery: RGB, YUV lub HSV" #: taextras.py:159 msgid "RGB" msgstr "RGB" #: taextras.py:160 msgid "set the color mode of the camera to RGB" msgstr "ustaw kolor trybu kamery na RGB" #: taextras.py:161 msgid "YUV" msgstr "YUV" #: taextras.py:162 msgid "set the color mode of the camera to YUV" msgstr "ustaw kolor trybu kamery na YUV" #: taextras.py:163 msgid "HSV" msgstr "HSV" #: taextras.py:164 msgid "set the color mode of the camera to HSV" msgstr "ustaw kolor trybu kamery na HSV" #: taextras.py:165 msgid "empty calibration" msgstr "opróżnij kalibrację" #: taextras.py:166 msgid "error in string conversion" msgstr "błąd w konwersji ciągu" #. TRANS: SumBot is a robot programmed for "Sumo wrestling" #: taextras.py:171 msgid "SumBot" msgstr "SumBot" #: taextras.py:172 msgid "speed SumBot" msgstr "prędkość SumBot" #: taextras.py:173 msgid "submit the speed to the SumBot" msgstr "prześlij prędkość do SumBota" #: taextras.py:174 msgid "set the default speed for the movement commands" msgstr "ustaw domyślną prędkością dla komend ruchu" #. TRANS: This string is shorthand for "move SumBot forward" #: taextras.py:176 msgid "forward SumBot" msgstr "SumBot do przodu" #: taextras.py:177 msgid "move SumBot forward" msgstr "przesuń SumBota do przodu" #. TRANS: This string is shorthand for "move SumBot backward" #: taextras.py:179 msgid "backward SumBot" msgstr "SumBot do tyłu" #: taextras.py:180 msgid "move SumBot backward" msgstr "przesuń SumBota do tyłu" #: taextras.py:181 msgid "stop SumBot" msgstr "zatrzymaj SumBota" #: taextras.py:182 msgid "stop the SumBot" msgstr "zatrzymaj SumBota" #. TRANS: This string is shorthand for "turn SumBot left" #: taextras.py:184 msgid "left SumBot" msgstr "SumBot w lewo" #: taextras.py:185 msgid "turn left the SumBot" msgstr "obróć SumBota w lewo" #. TRANS: This string is shorthand for "move SumBot right" #: taextras.py:187 msgid "right SumBot" msgstr "SumBot w prawo" #: taextras.py:188 msgid "turn right the SumBot" msgstr "obróć SumBota w prawo" #. TRANS: The angle to the center is the angle SumBot must turn to #. face the center of the playing field #: taextras.py:191 msgid "angle to center" msgstr "kąt z centrum" #. TRANS: dohyo is the playing field #: taextras.py:193 msgid "get the angle to the center of the dohyo" msgstr "pobierz kąt w stosunku do centrum dohyo" #. TRANS: The angle to the center is the angle SumBot must turn to #. face the Enemy (opponent) #: taextras.py:196 msgid "angle to Enemy" msgstr "kąt do przeciwnika" #: taextras.py:197 msgid "get the angle to the Enemy" msgstr "pobierz kąt w stosunku do przeciwnika" #. TRANS: This string is shorthand for "x coordinate of SumBot" #: taextras.py:199 msgid "x coor. SumBot" msgstr "współrz. x SumBota" #: taextras.py:200 msgid "get the x coordinate of the SumBot" msgstr "pobierz współrzędną x SumBota" #. TRANS: This string is shorthand for "y coordinate of SumBot" #: taextras.py:202 msgid "y coor. SumBot" msgstr "współrz. y SumBota" #: taextras.py:203 msgid "get the y coordinate of the SumBot" msgstr "pobierz współrzędną y SumBota" #. TRANS: This string is shorthand for "x coordinate of SumBot's enemy" #: taextras.py:205 msgid "x coor. Enemy" msgstr "współrz. x przeciwnika" #: taextras.py:206 msgid "get the x coordinate of the Enemy" msgstr "pobierz współrzędną x przeciwnika" #. TRANS: This string is shorthand for "y coordinate of SumBot's enemy" #: taextras.py:208 msgid "y coor. Enemy" msgstr "współrz. y przeciwnika" #: taextras.py:209 msgid "get the y coordinate of the Enemy" msgstr "pobierz współrzędną y przeciwnika" #. TRANS: This string is shorthand for "rotation of SumBot" #: taextras.py:211 msgid "rotation SumBot" msgstr "obrót SumBota" #: taextras.py:212 msgid "get the rotation of the Sumbot" msgstr "pobierz obrót SumBota" #. TRANS: This string is shorthand for "rotation of SumBot's enemy" #: taextras.py:214 msgid "rotation Enemy" msgstr "obrót przeciwnika" #: taextras.py:215 msgid "get the rotation of the Enemy" msgstr "pobierz obrót przeciwnika" #: taextras.py:216 msgid "distance to center" msgstr "odległość do środka" #. TRANS: dohyo is the playing field #: taextras.py:218 msgid "get the distance to the center of the dohyo" msgstr "pobierz odległość do centrum dohyo" #: taextras.py:219 msgid "distance to Enemy" msgstr "odległość do przeciwnika" #: taextras.py:220 msgid "get the distance to the Enemy" msgstr "pobierz odległość do przeciwnika" #: taextras.py:221 msgid "update information" msgstr "aktualizuj informacje" #: taextras.py:222 msgid "update information from the server" msgstr "aktualizuj informacje z serwera" #. TRANS: Please use similar terms to those used in the Physics Activity #: taextras.py:227 msgid "Palette of physics blocks" msgstr "Przybornik klocków do fizyki" #: taextras.py:228 msgid "start polygon" msgstr "rozpocznij wielokąt" #: taextras.py:229 msgid "Begin defining a new polygon based on the current Turtle xy position." msgstr "" "Rozpocznij definiowanie nowego wielokąta, na podstawie bieżących " "współrzędnych xy Żółwia." #: taextras.py:231 msgid "add point" msgstr "dodaj punkt" #: taextras.py:232 msgid "" "Add a new point to the current polygon based on the current Turtle xy " "position." msgstr "Dodaj nowy punkt do bieżącego wielokąta w obecnej pozycji Żółwia xy." #: taextras.py:234 msgid "end polygon" msgstr "zakończ wielokąt" #: taextras.py:235 msgid "Define a new polygon." msgstr "Zdefiniuj nowy wielokąt." #: taextras.py:236 msgid "end filled polygon" msgstr "zakończ wypełniony wielokąt" #: taextras.py:237 msgid "Not a simple polygon" msgstr "Nie prosty wielokąt" #: taextras.py:238 msgid "Define a new filled polygon." msgstr "Zdefiniuj nowy wypełniony wielokąt." #: taextras.py:239 msgid "triangle" msgstr "Trójkąt" #. TRANS: base of a triangle #: taextras.py:241 msgid "base" msgstr "podstawa" #: taextras.py:243 msgid "Add a triangle object to the project." msgstr "Dodaj obiekt trójkątny do projektu." #: taextras.py:244 msgid "circle" msgstr "okrąg" #: taextras.py:245 msgid "Add a circle object to the project." msgstr "Dodaj okrągły obiekt do projektu." #: taextras.py:246 msgid "rectangle" msgstr "prostokąt" #: taextras.py:249 msgid "Add a rectangle object to the project." msgstr "Dodaj prostokątny obiekt do projektu." #: taextras.py:250 msgid "reset" msgstr "zresetuj" #: taextras.py:251 msgid "Reset the project; clear the object list." msgstr "Zresetuj projekt, wyczyść listę obiektów." #: taextras.py:252 msgid "motor" msgstr "silnik" #. TRANS: torque as in engine torque #: taextras.py:254 msgid "torque" msgstr "moment obrotowy" #: taextras.py:255 msgid "speed" msgstr "prędkość" #: taextras.py:256 msgid "" "Motor torque and speed range from 0 (off) to positive numbers; motor is " "placed on the most recent object created." msgstr "" "Moment obrotowy silnika i szybkość od 0 (wyłączony) do liczb dodatnich; " "silnik znajduje się na ostatnio stworzonym obiekcie." #: taextras.py:258 taextras.py:392 msgid "pin" msgstr "pinezka" #: taextras.py:259 msgid "Pin an object down so that it cannot fall." msgstr "Przypnij obiekt żeby nie mógł spaść." #: taextras.py:260 msgid "joint" msgstr "Połączenie" #: taextras.py:263 msgid "" "Join two objects together (the most recent object created and the object at " "point x, y)." msgstr "" "Połącz dwa obiekty razem (ostatnio stworzony obiekt z obiektem w punkcie x, " "y)." #: taextras.py:265 msgid "save as Physics activity" msgstr "zapisz aktywność jako Fizykę" #: taextras.py:266 msgid "Save the project to the Journal as a Physics activity." msgstr "Zapisz projekt w Dzienniku jako Fizykę." #. TRANS: Here, gear means a toothed wheel, as in a clock-works #: taextras.py:268 msgid "gear" msgstr "przybory/koło" #: taextras.py:269 #, fuzzy msgid "Add a gear object to the project." msgstr "Dodaj okrągły obiekt do projektu." #: taextras.py:270 msgid "density" msgstr "gęstość" #: taextras.py:271 msgid "" "Set the density property for objects (density can be any positive number)." msgstr "Ustaw gęstość dla obiektów (gęstość może być wartością dodatnią)." #: taextras.py:273 msgid "friction" msgstr "tarcie" #: taextras.py:274 msgid "" "Set the friction property for objects (value from 0 to 1, where 0 turns " "friction off and 1 is strong friction)." msgstr "" "Ustaw tarcie dla obiektów (wartość od 0 do 1, gdzie 0 wyłącza tarcie a 1 to " "silne tarcie)." #. TRANS: bounciness is coefficient of restitution #: taextras.py:277 msgid "bounciness" msgstr "elastyczność" #: taextras.py:278 msgid "" "Set the bounciness property for objects (a value from 0 to 1, where 0 means " "no bounce and 1 is very bouncy)." msgstr "" "Ustaw elastyczność dla obiektów (wartość od 0 do 1, gdzie 0 oznacza brak " "elastyczności a 1 dużą elastyczność)." #. TRANS: dynamic here means moving vs in a fixed position #: taextras.py:281 msgid "dynamic" msgstr "dynamiczny" #: taextras.py:282 msgid "" "If dynamic = 1, the object can move; if dynamic = 0, it is fixed in position." msgstr "" "Jeżeli dynamicznie = 1, obiekt może się ruszać, jeśli dynamiczne = 0, obiekt " "nie porusza się." #. TRANS: WeDo is a robotics product of the LEGO company #: taextras.py:288 msgid "Palette of WeDo blocks" msgstr "Paleta klocków WeDo" #: taextras.py:290 msgid "" "tilt sensor output: (-1 == no tilt, 0 == tilt forward, 3 == tilt back, 1 == " "tilt left, 2 == tilt right)" msgstr "" "wyjście czujnika przechylenia: (-1 == brak przechylenia, 0 == przechylenie " "do przodu, 3 == przechylenie do tyłu, 1 == przechylenie w lewo, 2 == " "przechylenie w prawo)" #. TRANS: This string is shorthand for "output of the distance sensor" #: taextras.py:294 msgid "distance sensor output" msgstr "wyjście czujnika odległości" #: taextras.py:295 msgid "Motor A" msgstr "Silnik A" #: taextras.py:296 msgid "returns the current value of Motor A" msgstr "zwraca bieżącą wartość Silnika A" #: taextras.py:297 msgid "Motor B" msgstr "Silnik B" #: taextras.py:298 msgid "returns the current value of Motor B" msgstr "zwraca bieżącą wartość Silnika B" #: taextras.py:299 msgid "set the value for Motor A" msgstr "ustaw wartość Silnika A" #: taextras.py:300 msgid "set the value for Motor B" msgstr "ustaw wartość Silnika B" #. TRANS: Lego NXT is a robotics product of the LEGO company #: taextras.py:305 msgid "Palette of LEGO NXT blocks of motors" msgstr "Paleta klocków silników LEGO NXT" #: taextras.py:306 msgid "Palette of LEGO NXT blocks of sensors" msgstr "Paleta klocków czujników LEGO NXT" #. TRANS: touch sensor (implemented as a button) #: taextras.py:308 msgid "touch" msgstr "dotyk" #. TRANS: distance sensor (implemented using ultrasonics) #: taextras.py:310 msgid "ultrasonic" msgstr "ultradźwiękowy" #: taextras.py:312 msgid "light" msgstr "światło" #: taextras.py:314 msgid "PORT A" msgstr "PORT A" #: taextras.py:315 msgid "PORT B" msgstr "PORT B" #: taextras.py:316 msgid "PORT C" msgstr "PORT C" #: taextras.py:317 msgid "PORT 1" msgstr "PORT 1" #: taextras.py:318 msgid "PORT 2" msgstr "PORT 2" #: taextras.py:319 msgid "PORT 3" msgstr "PORT 3" #: taextras.py:320 msgid "PORT 4" msgstr "PORT 4" #. TRANS: The brick is the NXT controller #: taextras.py:322 msgid "Please check the connection with the brick." msgstr "Sprawdź połączenie z klockiem." #: taextras.py:323 msgid "Please check the port." msgstr "Sprawdź port." #: taextras.py:324 msgid "The value of power must be between -127 to 127." msgstr "Wartość mocy musi być między -127 a 127." #: taextras.py:325 msgid "An error has occurred: check all connections and try to reconnect." msgstr "Wystąpił błąd: sprawdź wszystkie złącza i spróbuj połączyć ponownie." #: taextras.py:326 msgid "NXT found" msgstr "znaleziono NXT" #: taextras.py:327 msgid "NXT not found" msgstr "nie znaleziono NXT" #: taextras.py:328 msgid "refresh NXT" msgstr "odśwież NXT" #: taextras.py:329 msgid "Search for a connected NXT brick." msgstr "Wyszukaj podłączone klocki NXT." #: taextras.py:330 msgid "play tone" msgstr "odwórz ton" #: taextras.py:331 msgid "frequency" msgstr "częstotliwość" #: taextras.py:333 msgid "Play a tone at frequency for time." msgstr "Odtwórz ton o częstotliwości przez czas." #. TRANS: turn is the action and rotations is quantity of turns #: taextras.py:335 msgid "" "turn motor\n" "rotations" msgstr "" "obróć rotacje\n" "silnika" #: taextras.py:336 msgid "port" msgstr "port" #: taextras.py:337 msgid "power" msgstr "moc" #: taextras.py:338 msgid "turn a motor" msgstr "obróć silnik" #: taextras.py:339 msgid "" "synchronize motors\n" "steering" msgstr "" "synchronizuj silniki\n" "sterowanie" #: taextras.py:340 msgid "rotations" msgstr "obroty" #: taextras.py:341 msgid "synchronize two motors connected in PORT B and PORT C" msgstr "synchronizuj dwa silniki podłączone do PORTU B i PORTU C" #: taextras.py:342 msgid "PORT A of the brick" msgstr "PORT A klocka" #: taextras.py:343 msgid "PORT B of the brick" msgstr "PORT B klocka" #: taextras.py:344 msgid "PORT C of the brick" msgstr "PORT C klocka" #: taextras.py:345 msgid "start motor" msgstr "uruchom silnik" #: taextras.py:346 msgid "Run a motor forever." msgstr "Uruchom silnik na zawsze." #: taextras.py:347 msgid "brake motor" msgstr "zahamuj silnik" #: taextras.py:348 msgid "Stop a specified motor." msgstr "Zatrzymaj określony motor." #. TRANS: reset is used to reset the counter associated with the motor #: taextras.py:350 msgid "reset motor" msgstr "resetuj silnik" #: taextras.py:351 msgid "Reset the motor counter." msgstr "Resetuj licznik silnika." #: taextras.py:352 msgid "motor position" msgstr "pozycja silnika" #: taextras.py:353 msgid "Get the motor position." msgstr "Pobierz pozycję silnika." #: taextras.py:354 msgid "PORT 1 of the brick" msgstr "PORT 1 klocka" #: taextras.py:355 msgid "PORT 2 of the brick" msgstr "PORT 2 klocka" #: taextras.py:356 msgid "PORT 3 of the brick" msgstr "PORT 3 klocka" #: taextras.py:357 msgid "PORT 4 of the brick" msgstr "PORT 4 klocka" #: taextras.py:358 msgid "read" msgstr "wczytaj" #: taextras.py:359 msgid "sensor" msgstr "czujnik" #: taextras.py:360 msgid "Read sensor output." msgstr "Wczytaj wyjście czujnika." #: taextras.py:361 msgid "color sensor" msgstr "czujnik koloru" #: taextras.py:362 msgid "light sensor" msgstr "czujnik światła" #: taextras.py:363 msgid "touch sensor" msgstr "czujnik dotykowy" #: taextras.py:364 msgid "distance sensor" msgstr "czujnik odległości" #: taextras.py:365 msgid "sound sensor" msgstr "czujnik dźwięku" #. TRANS: set light is used to set the light level associated with #. the color sensor (which can emit light as well as sense it) #: taextras.py:368 msgid "set light" msgstr "ustaw światło" #: taextras.py:369 msgid "Set color sensor light." msgstr "Ustaw światło czujnika koloru." #. TRANS: the battery level is the charge level of the brick #: taextras.py:371 msgid "battery level" msgstr "poziom baterii" #: taextras.py:372 msgid "Get battery level of brick." msgstr "" #. TRANS: Arduino plugin to control an Arduino board #: taextras.py:377 msgid "Palette of Arduino blocks" msgstr "Paleta klocków Arduino" #: taextras.py:378 msgid "HIGH" msgstr "WYSOKO" #: taextras.py:379 msgid "LOW" msgstr "NISKO" #: taextras.py:380 msgid "INPUT" msgstr "WEJŚCIE" #: taextras.py:381 msgid "OUTPUT" msgstr "WYJŚCIE" #. TRANS: PWM is pulse-width modulation #: taextras.py:383 msgid "PWM" msgstr "PWM" #: taextras.py:384 msgid "SERVO" msgstr "SERVO" #: taextras.py:385 msgid "ERROR: Check the Arduino and the number of port." msgstr "BŁĄD: Sprawdź Arduino i numer portu." #: taextras.py:386 msgid "ERROR: Value must be a number from 0 to 255." msgstr "BŁĄD: Wartość musi być liczbą między 0 a 255." #: taextras.py:387 msgid "ERROR: Value must be either HIGH or LOW." msgstr "BŁĄD: Wartość musi być albo WYSOKO albo NISKO." #: taextras.py:388 msgid "ERROR: The mode must be either INPUT, OUTPUT, PWM or SERVO." msgstr "BŁĄD: Tryb musi być WEJŚCIE, WYJŚCIE, PWN albo SERVO." #. TRANS: pin mode is used to specify the mode (INPUT, OUTPUT, etc) #. in which an I/O pin is being used. #: taextras.py:391 msgid "pin mode" msgstr "tryb pin" #: taextras.py:393 msgid "mode" msgstr "tryb" #: taextras.py:394 msgid "Select the pin function (INPUT, OUTPUT, PWM, SERVO)." msgstr "Wybierz funkcję pinu (WEJŚCIE, WYJŚCIE, PWM, SERVO)." #: taextras.py:395 msgid "analog write" msgstr "analogowy zapis" #: taextras.py:397 msgid "Write analog value in specified port." msgstr "Zapisz analogową wartość w wybranym porcie." #: taextras.py:398 msgid "analog read" msgstr "analogowy odczyt" #: taextras.py:399 msgid "" "Read value from analog port. Value may be between 0 and 1023. Use Vref to " "determine voltage. For USB, volt=((read)*5)/1024) approximately." msgstr "" "Wczytaj wartość z analogowego portu. Wartość może być między 0 a 1023. Użyj " "Vref, aby ustalić napięcie. Dla USB, volt=((odczyt)*5)/1024), w " "przybliżeniu." #: taextras.py:401 msgid "digital write" msgstr "cyfrowy zapis" #: taextras.py:402 msgid "Write digital value to specified port." msgstr "Zapisz cyfrową wartość do wybranego portu." #: taextras.py:403 msgid "digital read" msgstr "cyfrowy odczyt" #: taextras.py:404 msgid "Read value from digital port." msgstr "Odczytaj wartość z cyfrowego portu." #: taextras.py:405 msgid "Set HIGH value for digital port." msgstr "Ustaw wartość WYSOKO dla cyfrowego portu." #: taextras.py:406 msgid "Configure Arduino port for digital input." msgstr "Skonfiguruj port Arduino dla cyfrowego wejścia." #: taextras.py:407 msgid "Configure Arduino port to drive a servo." msgstr "Skonfiguruj port Arduino do kierowania servo." #: taextras.py:408 msgid "Set LOW value for digital port." msgstr "Ustaw wartość NISKO dla cyfrowego portu." #: taextras.py:409 msgid "Configure Arduino port for digital output." msgstr "Skonfiguruj port Arduino dla cyfrowego wyjścia." #: taextras.py:410 msgid "Configure Arduino port for PWM (pulse-width modulation)." msgstr "Skonfiguruj port Arduino dla PWM (modulacji szerokości impulsów)." #: turtleblocks.py:80 msgid "usage is" msgstr "użycie" #: turtleblocks.py:232 msgid "No option action:" msgstr "Brak opcji działania:" #: turtleblocks.py:247 msgid "File not found" msgstr "Nie znaleziono pliku" #: turtleblocks.py:271 #, python-format msgid "Configuration directory not writable: %s" msgstr "Nie można zapisać do katalogu z konfiguracją: %s" #: turtleblocks.py:327 msgid "New" msgstr "Nowy" #: turtleblocks.py:328 msgid "Open" msgstr "Otwórz" #: turtleblocks.py:329 msgid "Save" msgstr "Zapisz" #: turtleblocks.py:330 msgid "Save as" msgstr "Zapisz jako" #: turtleblocks.py:335 msgid "Quit" msgstr "Zakończ" #: turtleblocks.py:336 msgid "File" msgstr "Plik" #: turtleblocks.py:343 msgid "Rescale coordinates" msgstr "Przeskaluj współrzędne" #: turtleblocks.py:349 msgid "Reset block size" msgstr "Przywróć rozmiar klocków" #: turtleblocks.py:367 msgid "Show/hide blocks" msgstr "Pokaż/schowaj schemat" #: turtleblocks.py:369 msgid "Tools" msgstr "Narzędzia" #: turtleblocks.py:375 msgid "Debug" msgstr "Śledź" #: turtleblocks.py:377 msgid "Turtle" msgstr "Żółw" #: turtleblocks.py:411 msgid "You have unsaved work. Would you like to save before quitting?" msgstr "Masz niezapisaną pracę. Czy chcesz ją zapisać przed zakończeniem?" #: turtleblocks.py:412 msgid "Save project?" msgstr "Zapisać projekt?" #~ msgid "delay Butia" #~ msgstr "opóźnij Butia" #~ msgid "wait for argument seconds" #~ msgstr "odczekaj ilość sekund zgodnie z argumentem" #~ msgid "The camera was not found." #~ msgstr "Kamera nie została znaleziona." #~ msgid "then else" #~ msgstr "wtedy w-przeciwnym-razie" #~ msgid "bottom of a collapsible stack" #~ msgstr "spód zwijalnego stosu" #~ msgid "collapsed stack: click to open" #~ msgstr "zwinięty stos: kliknij, aby otworzyć" #~ msgid "bottom block in a collapsed stack: click to open" #~ msgstr "dolny klocek zwiniętego stosu klocków: kliknij aby otworzyć" #~ msgid "top of stack" #~ msgstr "szczyt stosu" #~ msgid "label" #~ msgstr "etykieta" #~ msgid "True" #~ msgstr "prawda" #~ msgid "False" #~ msgstr "fałsz" #~ msgid "Save as HTML" #~ msgstr "zapisz jako HTML" #~ msgid "d" #~ msgstr "d" #~ msgid "Palette of US currencies" #~ msgstr "Paleta walut amerykańskich (US)" #~ msgid "Palette of Australian currencies" #~ msgstr "Paleta walut australijskich" #~ msgid "Palette of Guaranies" #~ msgstr "Paleta Guarani" #~ msgid "presentation" #~ msgstr "prezentacja" #~ msgid "follow a turtle color" #~ msgstr "idź za kolorem żółwia" #~ msgid "calibrate" #~ msgstr "kalibracja" #~ msgid "calibrate a color to follow" #~ msgstr "koryguj kolor do śledzenia" #~ msgid "freq" #~ msgstr "częstotliwość" #~ msgid "" #~ "sync motors\n" #~ "steering" #~ msgstr "" #~ "synchronizuj\n" #~ "sterowanie silników" #~ msgid "synchronize two motors" #~ msgstr "zsynchronizuj dwa motory" #~ msgid "b" #~ msgstr "b" #~ msgid "Palette of LEGO NXT blocks" #~ msgstr "Paleta klocków LEGO NXT" #~ msgid "Move the cursor over the orange palette for help." #~ msgstr "Aby uzyskać pomoc przesuń kursor nad pomarańczowy przybornik." #~ msgid "Turtle Art Butia" #~ msgstr "Żółwiowa Sztuka Butia" #~ msgid "pushbutton" #~ msgstr "przycisk" #~ msgid "brake a specified motor" #~ msgstr "zahamuj określiony silnik" #~ msgid "" #~ "returns the object gray level encountered him as a number between 0 and 1023" #~ msgstr "" #~ "zwraca poziom szarości napotkanego obiektu jako liczbę w przedziale od 0 do " #~ "1023" #~ msgid "activity count" #~ msgstr "łącznie aktywności" #~ msgid "Import/Export" #~ msgstr "Import/Eksport" #~ msgid "Import project from the Journal" #~ msgstr "Importuj projekt z Dziennika" #~ msgid "turtle blocks" #~ msgstr "bloki żółwia" #~ msgid "Butia battery charge" #~ msgstr "ładowanie baterii Butia" #~ msgid "Butia speed" #~ msgstr "Szybkość Butia" #~ msgid "forward distance" #~ msgstr "odległość ruchu naprzód" #~ msgid "backward distance" #~ msgstr "odległość ruchu w tył" #~ msgid "Turn x degrees" #~ msgstr "Skręć o x stopni" #~ msgid "print Butia" #~ msgstr "wydrukuj Butia" #~ msgid "Sumo Butia" #~ msgstr "Butia Sumo" #~ msgid "submit speed​​" #~ msgstr "podaj prędkość" #~ msgid "Send speed to the robot." #~ msgstr "Wyślij prędkość do robota." #~ msgid "set speed" #~ msgstr "ustaw prędkość" #~ msgid "move" #~ msgstr "ruszaj" #~ msgid "turn left" #~ msgstr "skręć w lewo" #~ msgid "turn right" #~ msgstr "skręć w prawo" #~ msgid "angle to the opponent" #~ msgstr "kąt do przeciwnika" #~ msgid "Get the angle to the center of the opponent." #~ msgstr "Pobierz kąt w stosunku do centrum przeciwnika." #~ msgid "x coor." #~ msgstr "współrz. x." #~ msgid "y coor." #~ msgstr "współrz. y." #~ msgid "opponent x coor." #~ msgstr "współrz. x przeciwnika" #~ msgid "Get the x coordinate of the opponent." #~ msgstr "Pobierz współrzędną x przeciwnika." #~ msgid "opponent y coor." #~ msgstr "współrz. y przeciwnika" #~ msgid "Get the y coordinate of the opponent." #~ msgstr "Pobierz współrzędną y przeciwnika." #~ msgid "Get SumBot rotation." #~ msgstr "Pobierz obrót SumBot." #~ msgid "opponent rotation" #~ msgstr "obrót przeciwnika" #~ msgid "distance to opponent" #~ msgstr "odległość do przeciwnika" #~ msgid "full screen" #~ msgstr "pełen ekran"