# 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. # 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. # 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. # 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. # 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: turtleart-activity\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-02-16 00:31-0500\n" "PO-Revision-Date: 2012-02-11 23:21+0200\n" "Last-Translator: Markus \n" "Language-Team: OLPC-German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" #: activity/activity.info:2 TurtleArt/taexporthtml.py:137 #: TurtleArt/taexporthtml.py:139 TurtleArt/tawindow.py:1747 #: TurtleArt/tawindow.py:3055 pysamples/grecord.py:205 turtleart.py:288 msgid "Turtle Art" msgstr "Schildkrötenkunst" #: TurtleArt/tabasics.py:115 msgid "Palette of turtle commands" msgstr "Palette der Schildkröten-Befehle" #: TurtleArt/tabasics.py:120 msgid "forward" msgstr "gehe vorwärts" #: TurtleArt/tabasics.py:124 msgid "moves turtle forward" msgstr "bewegt die Schildkröte vorwärts" #: TurtleArt/tabasics.py:131 msgid "back" msgstr "zurück" #: TurtleArt/tabasics.py:135 msgid "moves turtle backward" msgstr "bewegt die Schildkröte rückwärts" #: TurtleArt/tabasics.py:143 msgid "clean" msgstr "lösche alles" #: TurtleArt/tabasics.py:146 msgid "clears the screen and reset the turtle" msgstr "Bildschirm leeren und Schildkröte zurücksetzen" #: TurtleArt/tabasics.py:154 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:731 msgid "left" msgstr "links" #: TurtleArt/tabasics.py:158 msgid "turns turtle counterclockwise (angle in degrees)" msgstr "Schildkröte gegen den Uhrzeigersinn drehen (Winkel in Grad)" #: TurtleArt/tabasics.py:165 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:755 msgid "right" msgstr "rechts" #: TurtleArt/tabasics.py:169 msgid "turns turtle clockwise (angle in degrees)" msgstr "Schildkröte im Uhrzeigersinn drehen (Winkel in Grad)" #: TurtleArt/tabasics.py:177 msgid "arc" msgstr "Kreisbogen" #: TurtleArt/tabasics.py:177 msgid "angle" msgstr "Winkel" #: TurtleArt/tabasics.py:177 msgid "radius" msgstr "Radius" #: TurtleArt/tabasics.py:181 msgid "moves turtle along an arc" msgstr "Schildkröte entlang eines Kreisbogens bewegen" #: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 msgid "set xy" msgstr "setze xy" #: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 taextras.py:218 msgid "x" msgstr "x" #: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 taextras.py:219 msgid "y" msgstr "y" #: TurtleArt/tabasics.py:194 TurtleArt/tabasics.py:260 msgid "" "moves turtle to position xcor, ycor; (0, 0) is in the center of the screen." msgstr "Schildkröte zur Position x,y bewegen; (0,0) liegt in Bildschirmmitte." # #: TurtleArt/tabasics.py:204 msgid "set heading" msgstr "setze Richtung" #: TurtleArt/tabasics.py:208 msgid "sets the heading of the turtle (0 is towards the top of the screen.)" msgstr "Richtung der Schildkröte festlegen (0 zeigt zum oberen Bildschirmrand.)" #: TurtleArt/tabasics.py:216 TurtleArt/tawindow.py:3051 #: TurtleArt/tawindow.py:3055 TurtleArtActivity.py:542 msgid "xcor" msgstr "x-Wert" #: TurtleArt/tabasics.py:217 msgid "" "holds current x-coordinate value of the turtle (can be used in place of a " "number block)" msgstr "" "Der aktuelle x-Wert der Schildkröten-Position (kann an Stelle eines " "Zahlenblocks benutzt werden)" #: TurtleArt/tabasics.py:227 TurtleArt/tawindow.py:3051 #: TurtleArt/tawindow.py:3055 TurtleArtActivity.py:543 msgid "ycor" msgstr "y-Wert" #: TurtleArt/tabasics.py:228 msgid "" "holds current y-coordinate value of the turtle (can be used in place of a " "number block)" msgstr "" "Der aktuelle y-Wert der Schildkröten-Position (kann an Stelle eines " "Zahlenblocks benutzt werden)" #: TurtleArt/tabasics.py:238 TurtleArt/tawindow.py:3051 #: TurtleArt/tawindow.py:3055 TurtleArtActivity.py:543 msgid "heading" msgstr "Richtung" #: TurtleArt/tabasics.py:239 msgid "" "holds current heading value of the turtle (can be used in place of a number " "block)" msgstr "" "Die aktuelle Richtung der Schildkröte (kann an Stelle eines Zahlenblocks " "benutzt werden)" #: TurtleArt/tabasics.py:273 msgid "Palette of pen commands" msgstr "Palette der Stiftbefehle" #: TurtleArt/tabasics.py:277 msgid "pen up" msgstr "hebe Stift an" #: TurtleArt/tabasics.py:280 msgid "Turtle will not draw when moved." msgstr "Die Schildkröte zeichnet nicht, wenn sie sich bewegt." #: TurtleArt/tabasics.py:286 msgid "pen down" msgstr "senke Stift ab" #: TurtleArt/tabasics.py:289 msgid "Turtle will draw when moved." msgstr "Die Schildkröte zeichnet, wenn sie sich bewegt." #: TurtleArt/tabasics.py:295 msgid "set pen size" msgstr "setze Stiftdicke" #: TurtleArt/tabasics.py:299 msgid "sets size of the line drawn by the turtle" msgstr "Breite der Schildkrötenspur festlegen" #: TurtleArt/tabasics.py:309 msgid "fill screen" msgstr "fülle Bildschirm" #: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:399 taextras.py:260 msgid "color" msgstr "Farbe" #: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:409 msgid "shade" msgstr "Schattierung" #: TurtleArt/tabasics.py:313 msgid "fills the background with (color, shade)" msgstr "Den Hintergrund mit (Farbe, Schattierung) füllen" #: TurtleArt/tabasics.py:322 msgid "pen size" msgstr "Stiftdicke" #: TurtleArt/tabasics.py:323 msgid "holds current pen size (can be used in place of a number block)" msgstr "" "Die aktuelle Stiftdicke (kann an Stelle eines Zahlenblocks benutzt werden)" #: TurtleArt/tabasics.py:334 msgid "start fill" msgstr "beginne Füllung" #: TurtleArt/tabasics.py:336 msgid "starts filled polygon (used with end fill block)" msgstr "Beginnt ein gefülltes Polygon (benötigt einen Füllung-beenden-Block)" #: TurtleArt/tabasics.py:343 msgid "end fill" msgstr "beende Füllung" #: TurtleArt/tabasics.py:345 msgid "completes filled polygon (used with start fill block)" msgstr "" "Schließt ein gefülltes Polygon ab (benötigt einen Füllung-beginnen-Block)" #: TurtleArt/tabasics.py:356 TurtleArt/tabasics.py:360 msgid "Palette of pen colors" msgstr "Palette der Stiftfarben" #: TurtleArt/tabasics.py:364 msgid "set color" msgstr "setze Farbe" #: TurtleArt/tabasics.py:368 msgid "sets color of the line drawn by the turtle" msgstr "Farbe der Schildkrötenspur festlegen" #: TurtleArt/tabasics.py:376 msgid "set shade" msgstr "setze Schattierung" #: TurtleArt/tabasics.py:380 msgid "sets shade of the line drawn by the turtle" msgstr "Schattierung der Schildkrötenspur festlegen" #: TurtleArt/tabasics.py:388 msgid "set gray" msgstr "setze Grauton" #: TurtleArt/tabasics.py:391 msgid "sets gray level of the line drawn by the turtle" msgstr "Grauton der Schildkrötenspur festlegen" #: TurtleArt/tabasics.py:400 msgid "holds current pen color (can be used in place of a number block)" msgstr "" "Die aktuelle Stiftfarbe (kann an Stelle eines Zahlenblocks benutzt werden)" #: TurtleArt/tabasics.py:410 msgid "holds current pen shade" msgstr "Die aktuelle Schattierung des Stiftes" #: TurtleArt/tabasics.py:418 msgid "gray" msgstr "Grau" #: TurtleArt/tabasics.py:419 msgid "holds current gray level (can be used in place of a number block)" msgstr "Der aktuelle Grauton (kann an Stelle eines Zahlenblocks benutzt werden)" #: TurtleArt/tabasics.py:425 msgid "red" msgstr "Rot" #: TurtleArt/tabasics.py:426 msgid "orange" msgstr "Orange" #: TurtleArt/tabasics.py:428 msgid "yellow" msgstr "Gelb" #: TurtleArt/tabasics.py:430 msgid "green" msgstr "Grün" #: TurtleArt/tabasics.py:431 msgid "cyan" msgstr "Zyan" #: TurtleArt/tabasics.py:432 msgid "blue" msgstr "Blau" #: TurtleArt/tabasics.py:433 msgid "purple" msgstr "Violett" #: TurtleArt/tabasics.py:435 msgid "white" msgstr "Weiß" #: TurtleArt/tabasics.py:436 msgid "black" msgstr "Schwarz" #: TurtleArt/tabasics.py:442 msgid "set text color" msgstr "setze Schriftfarbe" #: TurtleArt/tabasics.py:445 msgid "sets color of text drawn by the turtle" msgstr "Farbe des Textes festlegen, den die Schildkröte zeichnet" #: TurtleArt/tabasics.py:453 msgid "set text size" msgstr "setze Schriftgröße" #: TurtleArt/tabasics.py:456 msgid "sets size of text drawn by the turtle" msgstr "Größe des Textes festlegen, den die Schildkröte zeichnet" #: TurtleArt/tabasics.py:539 msgid "Palette of numeric operators" msgstr "Palette der mathematischen Operatoren" #: TurtleArt/tabasics.py:545 msgid "plus" msgstr "plus" #: TurtleArt/tabasics.py:548 msgid "adds two alphanumeric inputs" msgstr "Addiert zwei Zahleneingaben" #: TurtleArt/tabasics.py:556 msgid "minus" msgstr "minus" #: TurtleArt/tabasics.py:559 msgid "subtracts bottom numeric input from top numeric input" msgstr "Die untere Zahleneingabe von der oberen subtrahieren" #: TurtleArt/tabasics.py:570 msgid "multiply" msgstr "mal" #: TurtleArt/tabasics.py:573 msgid "multiplies two numeric inputs" msgstr "Zwei Zahleneingaben multiplizieren" #: TurtleArt/tabasics.py:582 msgid "divide" msgstr "geteilt durch" #: TurtleArt/tabasics.py:585 msgid "" "divides top numeric input (numerator) by bottom numeric input (denominator)" msgstr "Dividiert die obere Zahleneingabe (Zähler) durch die untere (Nenner)" # (Markus S.) 'Gleichheit'? #: TurtleArt/tabasics.py:595 msgid "identity" msgstr "Gleichheit" #: TurtleArt/tabasics.py:597 msgid "identity operator used for extending blocks" msgstr "Identitätsoperator, um Blöcke zu erweitern" #: TurtleArt/tabasics.py:605 TurtleArt/tabasics.py:606 msgid "mod" msgstr "mod" #: TurtleArt/tabasics.py:609 msgid "modular (remainder) operator" msgstr "Modulo-Operator (Divisionsrest)" #: TurtleArt/tabasics.py:616 msgid "√" msgstr "√" #: TurtleArt/tabasics.py:617 msgid "square root" msgstr "Quadratwurzel" #: TurtleArt/tabasics.py:620 msgid "calculates square root" msgstr "Quadratwurzel berechnen" #: TurtleArt/tabasics.py:627 msgid "random" msgstr "Zufallszahl" #: TurtleArt/tabasics.py:627 msgid "min" msgstr "min" #: TurtleArt/tabasics.py:627 msgid "max" msgstr "max" #: TurtleArt/tabasics.py:631 msgid "returns random number between minimum (top) and maximum (bottom) values" msgstr "Eine Zufallszahl zwischen dem Minimal- (oben) und Maximalwert (unten)" #: TurtleArt/tabasics.py:643 msgid "number" msgstr "Zahl" #: TurtleArt/tabasics.py:644 msgid "used as numeric input in mathematic operators" msgstr "Als Zahleneingabe in mathematischen Operatoren" #: TurtleArt/tabasics.py:651 msgid "greater than" msgstr "größer als" #: TurtleArt/tabasics.py:654 msgid "logical greater-than operator" msgstr "Logischer Größer-als-Operator" #: TurtleArt/tabasics.py:660 msgid "True" msgstr "Wahr" #: TurtleArt/tabasics.py:666 msgid "less than" msgstr "kleiner als" #: TurtleArt/tabasics.py:669 msgid "logical less-than operator" msgstr "Logischer Kleiner-als-Operator" #: TurtleArt/tabasics.py:674 msgid "False" msgstr "Falsch" #: TurtleArt/tabasics.py:680 msgid "equal" msgstr "gleich" #: TurtleArt/tabasics.py:683 msgid "logical equal-to operator" msgstr "Logischer Ist-gleich-Operator" #: TurtleArt/tabasics.py:689 msgid "not" msgstr "nicht" #: TurtleArt/tabasics.py:692 msgid "logical NOT operator" msgstr "Logischer NICHT-Operator" #: TurtleArt/tabasics.py:698 TurtleArt/tabasics.py:701 msgid "and" msgstr "und" #: TurtleArt/tabasics.py:702 msgid "logical AND operator" msgstr "Logischer UND-Operator" #: TurtleArt/tabasics.py:709 TurtleArt/tabasics.py:712 msgid "or" msgstr "oder" #: TurtleArt/tabasics.py:713 msgid "logical OR operator" msgstr "Logischer ODER-Operator" #: TurtleArt/tabasics.py:722 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:94 msgid "Palette of flow operators" msgstr "Palette der Flussoperatoren" #: TurtleArt/tabasics.py:727 msgid "wait" msgstr "warte" #: TurtleArt/tabasics.py:731 msgid "pauses program execution a specified number of seconds" msgstr "Programmausführung für die angegebene Dauer in Sekunden unterbrechen" #: TurtleArt/tabasics.py:738 msgid "forever" msgstr "fortlaufend" #: TurtleArt/tabasics.py:742 msgid "loops forever" msgstr "Endlos wiederholen" #: TurtleArt/tabasics.py:748 TurtleArt/tabasics.py:752 msgid "repeat" msgstr "wiederhole" #: TurtleArt/tabasics.py:753 msgid "loops specified number of times" msgstr "So oft wiederholen, wie angegeben" #: TurtleArt/tabasics.py:759 TurtleArt/tabasics.py:771 msgid "if" msgstr "wenn" #: TurtleArt/tabasics.py:759 msgid "then" msgstr "dann" #: TurtleArt/tabasics.py:762 msgid "if then" msgstr "wenn dann" #: TurtleArt/tabasics.py:764 msgid "if-then operator that uses boolean operators from Numbers palette" msgstr "" "Wenn-Dann-Operator, der boolesche Operatoren aus der mathematischen Palette " "nutzt" #: TurtleArt/tabasics.py:771 msgid "then else" msgstr "dann sonst" #: TurtleArt/tabasics.py:775 msgid "if then else" msgstr "wenn dann sonst" #: TurtleArt/tabasics.py:776 msgid "if-then-else operator that uses boolean operators from Numbers palette" msgstr "" "Wenn-Dann-Sonst-Operator, der boolesche Operatoren aus der mathematischen " "Palette nutzt" #: TurtleArt/tabasics.py:784 msgid "horizontal space" msgstr "horizontaler Zwischenraum" #: TurtleArt/tabasics.py:785 msgid "jogs stack right" msgstr "Stapel nach rechts versetzen" #: TurtleArt/tabasics.py:792 msgid "vertical space" msgstr "Vertikaler Zwischenraum" #: TurtleArt/tabasics.py:793 msgid "jogs stack down" msgstr "Stapel nach unten versetzen" #: TurtleArt/tabasics.py:799 msgid "stop action" msgstr "beende Aktion" #: TurtleArt/tabasics.py:802 msgid "stops current action" msgstr "Aktuelle Aktion beenden" #: TurtleArt/tabasics.py:811 msgid "Palette of variable blocks" msgstr "Palette der Variablenblöcke" #: TurtleArt/tabasics.py:816 pysamples/grecord.py:213 msgid "start" msgstr "starte" #: TurtleArt/tabasics.py:819 msgid "connects action to toolbar run buttons" msgstr "Aktion mit Startknöpfen in der Werkzeugleiste verbinden" # (Markus S.) 'Variable' war 'Rahmen' #: TurtleArt/tabasics.py:827 msgid "store in box 1" msgstr "speichere in Box 1" #: TurtleArt/tabasics.py:831 msgid "stores numeric value in Variable 1" msgstr "Zahlenwert in Variable 1 speichern" # (Markus S.) 'Variable' war 'Rahmen' #: TurtleArt/tabasics.py:838 msgid "store in box 2" msgstr "speichere in Box 2" #: TurtleArt/tabasics.py:842 msgid "stores numeric value in Variable 2" msgstr "Zahlenwert in Variable 2 speichern" #: TurtleArt/tabasics.py:849 TurtleArt/tabasics.py:850 #: TurtleArt/tabasics.py:851 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:172 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:173 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:174 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:181 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:194 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:209 msgid "text" msgstr "Text" #: TurtleArt/tabasics.py:852 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:175 msgid "string value" msgstr "Zeichenkette" # (Markus S.) 'Variable' war 'Rahmen' #: TurtleArt/tabasics.py:856 msgid "box 1" msgstr "Box 1" #: TurtleArt/tabasics.py:859 msgid "Variable 1 (numeric value)" msgstr "Variable 1 (Zahlenwert)" # (Markus S.) 'Variable' war 'Rahmen' #: TurtleArt/tabasics.py:865 msgid "box 2" msgstr "Box 2" #: TurtleArt/tabasics.py:868 msgid "Variable 2 (numeric value)" msgstr "Variable 2 (Zahlenwert)" #: TurtleArt/tabasics.py:875 TurtleArt/tabasics.py:885 msgid "box" msgstr "Box" # (Markus S.) 'Rahmen'? #: TurtleArt/tabasics.py:877 TurtleArt/tabasics.py:888 msgid "my box" msgstr "Meine Box" #: TurtleArt/tabasics.py:879 msgid "named variable (numeric value)" msgstr "Benannte Variable (Zahlenwert)" #: TurtleArt/tabasics.py:885 msgid "store in" msgstr "speichere in" #: TurtleArt/tabasics.py:885 msgid "value" msgstr "Wert" #: TurtleArt/tabasics.py:889 msgid "stores numeric value in named variable" msgstr "Zahlenwert in benannte Variable speichern" #: TurtleArt/tabasics.py:897 TurtleArt/tabasics.py:899 #: TurtleArt/tabasics.py:923 TurtleArt/tabasics.py:926 msgid "action" msgstr "Aktion" #: TurtleArt/tabasics.py:901 msgid "top of nameable action stack" msgstr "Stapelanfang einer benennbaren Aktion" #: TurtleArt/tabasics.py:906 TurtleArt/tabasics.py:933 msgid "action 1" msgstr "Aktion 1" #: TurtleArt/tabasics.py:909 msgid "top of Action 1 stack" msgstr "Stapelanfang von Aktion 1" #: TurtleArt/tabasics.py:914 TurtleArt/tabasics.py:942 msgid "action 2" msgstr "Aktion 2" #: TurtleArt/tabasics.py:917 msgid "top of Action 2 stack" msgstr "Stapelanfang von Aktion 2" #: TurtleArt/tabasics.py:927 msgid "invokes named action stack" msgstr "Stapel einer benannten Aktion aufrufen" #: TurtleArt/tabasics.py:936 msgid "invokes Action 1 stack" msgstr "Stapel von Aktion 1 afurufen" #: TurtleArt/tabasics.py:945 msgid "invokes Action 2 stack" msgstr "Stapel von Aktion 2 aufrufen" #: TurtleArt/tabasics.py:953 msgid "trash" msgstr "Müll" #: TurtleArt/tabasics.py:957 msgid "empty trash" msgstr "Mülleimer leeren" #: TurtleArt/tabasics.py:958 msgid "permanently deletes items in trash" msgstr "Mülleimer endgültig leeren" #: TurtleArt/tabasics.py:962 msgid "restore all" msgstr "Alles rückgängig" #: TurtleArt/tabasics.py:963 msgid "restore all blocks from trash" msgstr "Alle gelöschten Blöcke wiederherstellen" #: TurtleArt/tabasics.py:967 msgid "clear all" msgstr "Alles löschen" #: TurtleArt/tabasics.py:968 msgid "move all blocks to trash" msgstr "Alle Blöcke in den Mülleimer verschieben" #: TurtleArt/taconstants.py:250 TurtleArt/taconstants.py:272 #: TurtleArt/taconstants.py:293 TurtleArt/taconstants.py:335 #: TurtleArt/taconstants.py:377 TurtleArt/taconstants.py:419 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:840 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:854 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:868 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:882 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:896 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:910 msgid "Title" msgstr "Titel" #: TurtleArt/talogo.py:465 msgid "did not output to" msgstr "keine Ausgabe erfolgt" #: TurtleArt/talogo.py:519 msgid "I don't know how to" msgstr "Ich kann nicht" # (Markus S.) 'mag kein'? #: TurtleArt/talogo.py:566 msgid "doesn't like" msgstr "mag nicht" #: TurtleArt/talogo.py:566 msgid "as input" msgstr "als Eingabe" #: TurtleArt/tapalette.py:84 msgid "displays next palette" msgstr "Nächste Palette anzeigen" #: TurtleArt/tapalette.py:85 msgid "changes the orientation of the palette of blocks" msgstr "Die Ausrichtung der Block-Palette ändern" #: TurtleArt/tautils.py:177 msgid "Load..." msgstr "Laden..." #: TurtleArt/tautils.py:187 msgid "Save..." msgstr "Speichern..." #: TurtleArt/tautils.py:596 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:641 msgid "click to open" msgstr "Zum Öffnen klicken" #: TurtleArt/tawindow.py:837 TurtleArt/tawindow.py:838 msgid "orientation" msgstr "Orientierung" #: TurtleArt/tawindow.py:848 TurtleArt/tawindow.py:1164 msgid "next" msgstr "Nächstes" #: TurtleArt/tawindow.py:3146 msgid "image" msgstr "Bild" #: TurtleArtActivity.py:147 msgid "presentation" msgstr "Präsentation" #: TurtleArtActivity.py:223 msgid "snapshot" msgstr "Momentaufnahme" #: TurtleArtActivity.py:271 turtleart.py:354 msgid "Show palette" msgstr "Palette anzeigen" #: TurtleArtActivity.py:277 TurtleArtActivity.py:682 turtleart.py:356 msgid "Hide palette" msgstr "Palette verbergen" #: TurtleArtActivity.py:284 TurtleArtActivity.py:297 msgid "Show blocks" msgstr "Blöcke anzeigen" #: TurtleArtActivity.py:287 TurtleArtActivity.py:305 TurtleArtActivity.py:685 msgid "Hide blocks" msgstr "Blöcke verbergen" #: TurtleArtActivity.py:415 msgid "Rescale coordinates down" msgstr "Koordinaten herunterskalieren" #: TurtleArtActivity.py:419 TurtleArtActivity.py:546 msgid "Rescale coordinates up" msgstr "Koordinaten hochskalieren" #: TurtleArtActivity.py:478 TurtleArtActivity.py:516 turtleart.py:351 msgid "Edit" msgstr "Bearbeiten" #: TurtleArtActivity.py:482 TurtleArtActivity.py:514 turtleart.py:346 msgid "View" msgstr "Ansicht" #: TurtleArtActivity.py:489 TurtleArtActivity.py:520 msgid "Help" msgstr "Hilfe" #: TurtleArtActivity.py:512 msgid "Project" msgstr "Projekt" #: TurtleArtActivity.py:518 TurtleArtActivity.py:625 msgid "Save/Load" msgstr "Speichern/Laden" #: TurtleArtActivity.py:528 turtleart.py:349 msgid "Copy" msgstr "Kopieren" #: TurtleArtActivity.py:530 turtleart.py:350 msgid "Paste" msgstr "Einfügen" #: TurtleArtActivity.py:532 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:667 msgid "Fullscreen" msgstr "Vollbild" #: TurtleArtActivity.py:534 turtleart.py:334 msgid "Cartesian coordinates" msgstr "Kartesische Koordinaten" #: TurtleArtActivity.py:536 turtleart.py:336 msgid "Polar coordinates" msgstr "Polarkoordinaten" #: TurtleArtActivity.py:539 msgid "Metric coordinates" msgstr "Metrische Koordinaten" # (Markus S.) 'Blöcke vergrößern'? #: TurtleArtActivity.py:549 turtleart.py:340 msgid "Grow blocks" msgstr "Blöcke vergrößern" # (Markus S.) 'Blöcke verkleinern'? #: TurtleArtActivity.py:551 turtleart.py:342 msgid "Shrink blocks" msgstr "Blöcke verkleinern" #: TurtleArtActivity.py:575 TurtleArtActivity.py:667 msgid "Load example" msgstr "Beispiel laden" #: TurtleArtActivity.py:593 TurtleArtActivity.py:597 msgid "Move the cursor over the orange palette for help." msgstr "Bewege den Mauszeiger für Hilfe über die orange Palette." #: TurtleArtActivity.py:630 TurtleArtActivity.py:650 turtleart.py:324 msgid "Save as image" msgstr "Als Bild speichern" #: TurtleArtActivity.py:633 TurtleArtActivity.py:653 turtleart.py:326 msgid "Save as HTML" msgstr "Als HTML speichern" #: TurtleArtActivity.py:636 TurtleArtActivity.py:655 turtleart.py:328 msgid "Save as Logo" msgstr "Als Logo speichern" #: TurtleArtActivity.py:639 TurtleArtActivity.py:658 msgid "Save snapshot" msgstr "Momentaufnahme speichern" #: TurtleArtActivity.py:641 TurtleArtActivity.py:661 msgid "Load project" msgstr "Projekt laden" #: TurtleArtActivity.py:644 TurtleArtActivity.py:664 msgid "Load Python block" msgstr "Python-Block laden" #: TurtleArtActivity.py:683 msgid "p" msgstr "p" #: TurtleArtActivity.py:686 msgid "b" msgstr "b" #: TurtleArtActivity.py:691 turtleart.py:363 msgid "Clean" msgstr "Alles löschen" #: TurtleArtActivity.py:691 msgid "e" msgstr "e" #: TurtleArtActivity.py:693 turtleart.py:364 msgid "Run" msgstr "Ausführen" #: TurtleArtActivity.py:693 msgid "r" msgstr "r" #: TurtleArtActivity.py:695 turtleart.py:365 msgid "Step" msgstr "Einzelschritte" #: TurtleArtActivity.py:695 msgid "w" msgstr "w" #: TurtleArtActivity.py:698 turtleart.py:366 msgid "Debug" msgstr "Fehlersuche" #: TurtleArtActivity.py:698 msgid "d" msgstr "d" #: TurtleArtActivity.py:700 msgid "Stop turtle" msgstr "Schildkröte anhalten" #: TurtleArtActivity.py:701 msgid "s" msgstr "s" #: gnome_plugins/collaboration_plugin.py:67 msgid "My Turtle Art session" msgstr "Meine Schildkrötenkunst-Sitzung" #: gnome_plugins/collaboration_plugin.py:115 msgid "Enable collaboration" msgstr "Zusammenarbeit erlauben" #: gnome_plugins/collaboration_plugin.py:120 msgid "Activities" msgstr "Aktivitäten" #: gnome_plugins/collaboration_plugin.py:125 msgid "Buddies" msgstr "Partner" #: gnome_plugins/collaboration_plugin.py:128 msgid "Share" msgstr "Teilen" #: gnome_plugins/collaboration_plugin.py:129 msgid "Configuration" msgstr "Konfiguration" #: gnome_plugins/collaboration_plugin.py:132 msgid "Neighborhood" msgstr "Umgebung" #: gnome_plugins/collaboration_plugin.py:292 msgid "Nickname" msgstr "Spitzname" #: gnome_plugins/collaboration_plugin.py:294 msgid "Account ID" msgstr "Account-Kennung" #: gnome_plugins/collaboration_plugin.py:296 msgid "Server" msgstr "Server" #: gnome_plugins/collaboration_plugin.py:298 msgid "Port" msgstr "Port" #: gnome_plugins/collaboration_plugin.py:300 msgid "Password" msgstr "Kennwort" #: gnome_plugins/collaboration_plugin.py:302 msgid "Register" msgstr "Registrieren" #: gnome_plugins/collaboration_plugin.py:304 msgid "Colors" msgstr "Farben" #: gnome_plugins/uploader_plugin.py:64 msgid "Upload to Web" msgstr "Ins Netz hochladen" #: gnome_plugins/uploader_plugin.py:66 msgid "Upload" msgstr "Hochladen" #: gnome_plugins/uploader_plugin.py:83 msgid "" "You must have an account at http://turtleartsite.sugarlabs.org to upload " "your project." msgstr "" "Du benötigst einen Account auf http://turtleartsite.sugarlabs.org, um dein " "Projekt hochzuladen." #: gnome_plugins/uploader_plugin.py:92 msgid "Username:" msgstr "Benutzername:" #: gnome_plugins/uploader_plugin.py:102 msgid "Password:" msgstr "Kennwort:" #: gnome_plugins/uploader_plugin.py:113 msgid "Title:" msgstr "Titel:" #: gnome_plugins/uploader_plugin.py:123 msgid "Description:" msgstr "Beschreibung:" #: gnome_plugins/uploader_plugin.py:133 msgid "Submit to Web" msgstr "Hochladen" #: gnome_plugins/uploader_plugin.py:137 msgid "Cancel" msgstr "Abbrechen" #: gnome_plugins/uploader_plugin.py:159 msgid "Login failed" msgstr "Anmeldung fehlgeschlagen" #: gnome_plugins/uploader_plugin.py:196 msgid "Failed to upload!" msgstr "Hochladen fehlgeschlagen!" #: plugins/accelerometer/accelerometer.py:49 #: plugins/audio_sensors/audio_sensors.py:75 #: plugins/camera_sensor/camera_sensor.py:56 #: plugins/light_sensor/light_sensor.py:49 plugins/rfid/rfid.py:86 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:294 msgid "Palette of sensor blocks" msgstr "Palette der Sensorblöcke" #: plugins/accelerometer/accelerometer.py:55 #: plugins/accelerometer/accelerometer.py:62 msgid "acceleration" msgstr "Beschleunigung" #: plugins/accelerometer/accelerometer.py:57 #: plugins/accelerometer/accelerometer.py:64 msgid "push acceleration in x, y, z to heap" msgstr "x,y,z-Beschleunigung auf dem Stapel ablegen" #: plugins/audio_sensors/audio_sensors.py:82 #: plugins/audio_sensors/audio_sensors.py:97 pysamples/grecord.py:205 msgid "sound" msgstr "Klang" #: plugins/audio_sensors/audio_sensors.py:83 #: plugins/audio_sensors/audio_sensors.py:98 msgid "raw microphone input signal" msgstr "Mikrofoneingangssignal" #: plugins/audio_sensors/audio_sensors.py:89 #: plugins/audio_sensors/audio_sensors.py:104 msgid "loudness" msgstr "Lautstärke" #: plugins/audio_sensors/audio_sensors.py:90 #: plugins/audio_sensors/audio_sensors.py:105 msgid "microphone input volume" msgstr "Mikrofoneingangslautstärke" #: plugins/audio_sensors/audio_sensors.py:118 #: plugins/audio_sensors/audio_sensors.py:126 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:281 msgid "pitch" msgstr "Tonhöhe" #: plugins/audio_sensors/audio_sensors.py:119 #: plugins/audio_sensors/audio_sensors.py:127 msgid "microphone input pitch" msgstr "Mikrofoneingangstonhöhe" #: plugins/audio_sensors/audio_sensors.py:147 #: plugins/audio_sensors/audio_sensors.py:161 #: plugins/audio_sensors/audio_sensors.py:174 #: plugins/audio_sensors/audio_sensors.py:188 msgid "resistance" msgstr "Widerstand" #: plugins/audio_sensors/audio_sensors.py:148 #: plugins/audio_sensors/audio_sensors.py:162 #: plugins/audio_sensors/audio_sensors.py:175 #: plugins/audio_sensors/audio_sensors.py:189 msgid "microphone input resistance" msgstr "Mikrofoneingangswiderstand" #: plugins/audio_sensors/audio_sensors.py:153 #: plugins/audio_sensors/audio_sensors.py:167 #: plugins/audio_sensors/audio_sensors.py:180 #: plugins/audio_sensors/audio_sensors.py:194 msgid "voltage" msgstr "Spannung" #: plugins/audio_sensors/audio_sensors.py:154 #: plugins/audio_sensors/audio_sensors.py:168 #: plugins/audio_sensors/audio_sensors.py:181 #: plugins/audio_sensors/audio_sensors.py:195 msgid "microphone input voltage" msgstr "Mikrofoneingangsspannung" #: plugins/camera_sensor/camera_sensor.py:67 #: plugins/camera_sensor/camera_sensor.py:79 #: plugins/camera_sensor/camera_sensor.py:97 #: plugins/camera_sensor/camera_sensor.py:110 #: plugins/light_sensor/light_sensor.py:55 #: plugins/light_sensor/light_sensor.py:62 msgid "brightness" msgstr "Helligkeit" #: plugins/camera_sensor/camera_sensor.py:68 #: plugins/camera_sensor/camera_sensor.py:99 msgid "light level detected by camera" msgstr "Lichtstärke, die von der Kamera wahrgenommen wird" #: plugins/camera_sensor/camera_sensor.py:80 #: plugins/camera_sensor/camera_sensor.py:111 msgid "Average RGB color from camera is pushed to the stack" msgstr "Die gemittelte RGB-Farbe aus der Kamera wird auf den Stapel abgelegt" #: plugins/camera_sensor/camera_sensor.py:91 #: plugins/camera_sensor/camera_sensor.py:123 msgid "camera output" msgstr "Kameraausgabe" #: plugins/light_sensor/light_sensor.py:57 #: plugins/light_sensor/light_sensor.py:64 msgid "light level detected by light sensor" msgstr "vom Lichtsensor wahrgenommene Leuchtstärke" #: plugins/rfid/rfid.py:91 plugins/rfid/rfid.py:99 msgid "RFID" msgstr "RFID" #: plugins/rfid/rfid.py:92 plugins/rfid/rfid.py:100 msgid "read value from RFID device" msgstr "Wert aus RFID-Quelle auslesen" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:99 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:102 msgid "while" msgstr "solange" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103 msgid "do-while-True operator that uses boolean operators from Numbers palette" msgstr "" "Wiederhole-solange-Operator, der boolesche Operatoren aus der mathematischen " "Palette nutzt" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:109 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:112 msgid "until" msgstr "bis" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:113 msgid "do-until-True operator that uses boolean operators from Numbers palette" msgstr "" "Wiederhole-bis-Operator, der boolesche Operatoren aus der mathematischen " "Palette nutzt" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:120 msgid "Palette of media objects" msgstr "Palette der Medienobjekte" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:126 msgid "journal" msgstr "Tagebuch" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:127 msgid "Sugar Journal media object" msgstr "Medienobjekt aus dem Sugar-Tagebuch" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:137 msgid "audio" msgstr "Audio" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:139 msgid "Sugar Journal audio object" msgstr "Audioobjekt aus dem Sugar-Tagebuch" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:149 msgid "video" msgstr "Video" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:151 msgid "Sugar Journal video object" msgstr "Videoobjekt aus dem Sugar-Tagebuch" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:161 msgid "description" msgstr "Beschreibung" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:163 msgid "Sugar Journal description field" msgstr "Beschreibungsfeld im Sugar-Tagebuch" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:180 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:208 msgid "show" msgstr "zeige" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:184 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:197 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:212 msgid "draws text or show media from the Journal" msgstr "Text zeichnen oder Medien aus dem Tagebuch anzeigen" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:193 msgid "show aligned" msgstr "zeige ausgerichtet" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:220 msgid "set scale" msgstr "setze Skalierung" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:224 msgid "sets the scale of media" msgstr "Skalierung der Medien setzen" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:231 msgid "save picture" msgstr "Bild speichern" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:233 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:244 msgid "picture name" msgstr "Bildname" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:234 msgid "saves a picture to the Sugar Journal" msgstr "Ein Bild ins Sugar-Tagebuch speichern" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:242 msgid "save SVG" msgstr "Als SVG speichern" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:245 msgid "saves turtle graphics as an SVG file in the Sugar Journal" msgstr "Eine Schildkröten-Grafik als SVG ins Sugar-Tagebuch speichern" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:252 msgid "scale" msgstr "Skalierung" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:256 msgid "holds current scale value" msgstr "behält aktuellen Skalierungsfaktor bei" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:261 msgid "media wait" msgstr "Medien abwarten" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:263 msgid "wait for current video or audio to complete" msgstr "Das Ende der aktuellen Video- oder Audio-Wiedergabe abwarten" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:270 msgid "speak" msgstr "sprich" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:272 msgid "hello" msgstr "Hallo" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:273 msgid "speaks text" msgstr "spricht einen Text" #. TRANS: pitch, duration, amplitude #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:281 msgid "sinewave" msgstr "Sinuswelle" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:281 msgid "duration" msgstr "Dauer" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:284 msgid "plays a sinewave at frequency, amplitude, and duration (in seconds)" msgstr "" "spielt eine Sinuswelle mit der Frequenz, der Amplitude und der Dauer (in " "Sekunden)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:299 msgid "button down" msgstr "Taste gedrückt" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:302 msgid "returns 1 if mouse button is pressed" msgstr "Gibt 1 zurück, wenn die Maustaste gedrückt ist." #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:309 msgid "mouse x" msgstr "Maus-x" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:312 msgid "returns mouse x coordinate" msgstr "Gibt die x-Koordinate des Mauszeigers zurück." #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:319 msgid "mouse y" msgstr "Maus-y" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:322 msgid "returns mouse y coordinate" msgstr "Gibt die y-Koordinate des Mauszeigers zurück." #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:330 msgid "query keyboard" msgstr "lies Tastatureingabe aus" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:332 msgid "query for keyboard input (results stored in keyboard block)" msgstr "" "Tastatureingabe auslesen (das Ergebnis wird im Tastaturblock gespeichert)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:339 msgid "keyboard" msgstr "Tastatur" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:343 msgid "holds results of query-keyboard block" msgstr "Das Ergebnis des Tastaturabfrage-Blocks" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:350 msgid "read pixel" msgstr "lies Pixel" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:353 msgid "RGB color under the turtle is pushed to the stack" msgstr "RGB-Farbton unter der Schildkröte wird in den Stapel eingefügt" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:361 msgid "turtle sees" msgstr "Schildkröte sieht" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:363 msgid "returns the color that the turtle \"sees\"" msgstr "Gibt die Farbe zurück, welche die Schildkröte \"sieht\"." #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:371 taextras.py:279 msgid "time" msgstr "Zeit" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:374 msgid "elapsed time (in seconds) since program started" msgstr "Verstrichene Zeitdauer (in Sekunden) seit dem Programmstart" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:383 msgid "Palette of extra options" msgstr "Palette der erweiterten Optionen" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:388 msgid "push" msgstr "ablegen" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:391 msgid "pushes value onto FILO (first-in last-out heap)" msgstr "schreibt den Wert in den FILO-Stapel (first in, last out)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:401 msgid "show heap" msgstr "zeige Stapel" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:404 msgid "shows values in FILO (first-in last-out heap)" msgstr "zeigt Werte im FILO-Stapel (first in, last out)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:414 msgid "empty heap" msgstr "leere Stapel" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:417 msgid "emptys FILO (first-in-last-out heap)" msgstr "leert FILO-Stapel (first in, last out)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:427 msgid "pop" msgstr "aufnehmen" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:431 msgid "pops value off FILO (first-in last-out heap)" msgstr "nimmt den Wert aus dem FILO-Stapel (first in, last out)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:441 msgid "empty heap?" msgstr "Stapel leer?" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:444 msgid "returns True if heap is empty" msgstr "Gibt Wahr zurück, wenn der Stapel leer ist." #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:451 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:453 msgid "comment" msgstr "Anmerkung" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:454 msgid "places a comment in your code" msgstr "Kommentar in dein Programm einfügen" # (Markus) war 'schreibe' #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:460 msgid "print" msgstr "Ausgabe" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:463 msgid "prints value in status block at bottom of the screen" msgstr "Zeigt den Wert im Statusblock am unteren Bildschirmrand an" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:471 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:483 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:496 msgid "Python" msgstr "Python" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:474 msgid "" "a programmable block: used to add advanced single-variable math equations, e." "g., sin(x)" msgstr "" "Ein programmierbarer Block für fortgeschrittene mathematische Ausdrücke mit " "einer Variablen, z.B. sin(x)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:486 msgid "" "a programmable block: used to add advanced multi-variable math equations, e." "g., sqrt(x*x+y*y)" msgstr "" "Ein programmierbarer Block für fortgeschrittene mathematische Ausdrücke mit " "mehreren Variablen wie wurzel(x*x+y*y)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:499 msgid "" "a programmable block: used to add advanced multi-variable math equations, e." "g., sin(x+y+z)" msgstr "" "Ein programmierbarer Block für fortgeschrittene mathematische Ausdrücke mit " "mehreren Variablen, z.B. sin(x+y+z)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:510 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:525 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:540 msgid "Python block" msgstr "Python-Block" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:512 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:527 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:542 msgid "runs code found in the tamyblock.py module found in the Journal" msgstr "Code aus dem Modul tamyblock.py aus dem Tagebuch ausführen" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:555 msgid "Cartesian" msgstr "Kartesisch" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:557 msgid "displays Cartesian coordinates" msgstr "Kartesische Koordinaten anzeigen" # (Markus S.) Vergleiche 'Cartesian' #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:563 msgid "polar" msgstr "Polar" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:565 msgid "displays polar coordinates" msgstr "Polarkoordinaten anzeigen" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:571 msgid "turtle" msgstr "Schildkröte" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:574 msgid "chooses which turtle to command" msgstr "Die zu steuernde Schildkröte wählen" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:592 msgid "turtle shell" msgstr "Schildkrötenpanzer" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:585 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:593 msgid "put a custom 'shell' on the turtle" msgstr "Den 'Panzer' der Schildkröte anpassen" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:598 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:763 msgid "top" msgstr "oben" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:600 msgid "top of a collapsed stack" msgstr "Anfang eines zugeklappten Stapels" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:606 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:739 msgid "bottom" msgstr "unten" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:607 msgid "bottom of a collapsible stack" msgstr "Ende eines zuklappbaren Stapels" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:615 msgid "bottom block in a collapsed stack: click to open" msgstr "Unterster Block in einem zugeklappten Stapel: zum Aufklappen klicken" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:623 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:626 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:635 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:643 msgid "top of stack" msgstr "Stapelanfang" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:624 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:633 msgid "label" msgstr "Beschriftung" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:632 msgid "top of a collapsible stack" msgstr "Anfang eines zuklappbaren Stapels" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:649 msgid "Palette of presentation templates" msgstr "Palette der Präsentationsvorlagen" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:653 msgid "hide blocks" msgstr "Blöcke verbergen" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:655 msgid "declutters canvas by hiding blocks" msgstr "Fenster durch Verbergen der Blöcke aufräumen" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:660 msgid "show blocks" msgstr "Blöcke anzeigen" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:662 msgid "restores hidden blocks" msgstr "Verborgene Blöcke wiederherstellen" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:669 msgid "hides the Sugar toolbars" msgstr "Sugar-Leiste verbergen" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:678 msgid "list" msgstr "Liste" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:681 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:911 msgid "presentation bulleted list" msgstr "Darstellung als Spiegelstrichliste" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:912 msgid "presentation template: list of bullets" msgstr "Präsentationsvorlage: Spiegelstrichliste" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:696 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:856 msgid "presentation template: select Journal object (no description)" msgstr "Präsentationsvorlage: ein Tagebuch-Objekt (ohne Beschreibung)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:703 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:842 msgid "presentation template: select Journal object (with description)" msgstr "Präsentationsvorlage: ein Tagebuch-Objekt (mit Beschreibung)" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:710 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:898 msgid "presentation template: select four Journal objects" msgstr "Präsentationsvorlage: vier Tagebuch-Objekte" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:717 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:724 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:870 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:884 msgid "presentation template: select two Journal objects" msgstr "Präsentationsvorlage: zwei Tagebuch-Objekte" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:734 msgid "xcor of left of screen" msgstr "x-Koordinate des linken Bildschirmrandes" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:742 msgid "ycor of bottom of screen" msgstr "y-Koordinate des unteren Bildschirmrandes" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:747 taextras.py:205 msgid "width" msgstr "Breite" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:750 msgid "the canvas width" msgstr "Die Fensterbreite" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:758 msgid "xcor of right of screen" msgstr "x-Koordinate des rechten Bildschirmrandes" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:766 msgid "ycor of top of screen" msgstr "y-Koordinate des oberen Bildschirmrandes" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:771 taextras.py:200 #: taextras.py:206 msgid "height" msgstr "Höhe" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:774 msgid "the canvas height" msgstr "Die Fensterhöhe" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:781 msgid "title x" msgstr "Titel: x" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:790 msgid "title y" msgstr "Titel: y" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:799 msgid "left x" msgstr "links: x" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:808 msgid "top y" msgstr "oben: y" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:817 msgid "right x" msgstr "rechts: x" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:826 msgid "bottom y" msgstr "unten: y" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:841 #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:855 msgid "presentation 1x1" msgstr "Präsentation 1x1" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:869 msgid "presentation 2x1" msgstr "Präsentation 2x1" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:883 msgid "presentation 1x2" msgstr "Präsentation 1x2" #: plugins/turtle_blocks_extras/turtle_blocks_extras.py:897 msgid "presentation 2x2" msgstr "Präsentation 2x2" #: pysamples/grecord.py:215 msgid "stop" msgstr "halte an" #: pysamples/grecord.py:217 msgid "play" msgstr "abspielen" #: pysamples/grecord.py:219 msgid "save" msgstr "speichern" #: pysamples/uturn.py:24 msgid "uturn" msgstr "umkehren" #: pysamples/uturn.py:26 msgid "make a uturn" msgstr "Die Richtung umkehren" #: taextras.py:36 msgid "Turtle Art Mini" msgstr "Schildkrötenkunst Mini" #: taextras.py:40 msgid "Turtle Confusion" msgstr "Schildkrötenwirrwarr" #: taextras.py:41 msgid "Select a challenge" msgstr "Wähle eine Herausforderung" #: taextras.py:47 msgid "Palette of Mexican pesos" msgstr "Palette der mexikanischen Pesos" #: taextras.py:48 msgid "Palette of Colombian pesos" msgstr "Palette der kolumbianischen Pesos" #: taextras.py:49 msgid "Palette of Rwandan francs" msgstr "Palette der ruandischen Francs" #: taextras.py:50 msgid "Palette of US currencies" msgstr "Palette der US-Währungen" #: taextras.py:51 msgid "Palette of Australian currencies" msgstr "Palette der australischen Währungen" #: taextras.py:52 msgid "Palette of Guaranies" msgstr "Palette der Guarani" #. TRANS: Butia is the Arduino Robot Project from Uruguay #. (http://www.fing.edu.uy/inco/proyectos/butia/) #: taextras.py:58 msgid "Turtle Art Butia" msgstr "Schildkrötenkunst Butia" #: taextras.py:59 msgid "adjust LED intensity between 0 and 255" msgstr "LED-Intensität festlegen (von 0 bis 255)" #: taextras.py:60 msgid "returns the object gray level as a number between 0 and 1023" msgstr "" "Gibt den Grauwert des Objektes als eine Zahl zwischen 0 und 1023 zurück." #: taextras.py:61 msgid "returns 1 when the button is press and 0 otherwise" msgstr "Gibt 1 zurück, wenn der Knopf gedrückt ist, sonst 0." #: taextras.py:62 msgid "returns the ambient light level as a number between 0 and 1023" msgstr "Gibt die Umgebungshelligkeit als eine Zahl zwischen 0 und 1023 zurück." #: taextras.py:63 msgid "returns the ambient temperature as a number between 0 and 255" msgstr "Gibt die Umgebungstemperatur als eine Zahl zwischen 0 und 255 zurück." #: taextras.py:64 msgid "" "returns the distance from the object in front of the sensor as a number " "between 0 and 255" msgstr "" "Gibt die Entfernung zu dem Objekt vor dem Sensor als eine Zahl zwischen 0 " "und 255 zurück." #: taextras.py:66 msgid "returns 0 or 1 depending on the sensor inclination" msgstr "Gibt je nach Sensorneigung 0 oder 1 zurück." #: taextras.py:67 msgid "returns 1 when the sensors detects a magnetic field, 0 otherwise" msgstr "" "Gibt 1 zurück, wenn der Sensor ein magnetisches Feld detektiert, sonst 0." #: taextras.py:68 msgid "switches from 0 to 1, the frequency depends on the vibration" msgstr "Wechselt von 0 zu 1; die Frequenz hängt von der Vibration ab." #: taextras.py:69 msgid "LED" msgstr "LED" #: taextras.py:70 msgid "pushbutton" msgstr "Schaltknopf" #: taextras.py:71 msgid "grayscale" msgstr "Grauwert" #: taextras.py:72 msgid "ambient light" msgstr "Umgebungslicht" #: taextras.py:73 msgid "temperature" msgstr "Temperatur" #: taextras.py:74 taextras.py:244 msgid "distance" msgstr "Abstand" #: taextras.py:75 taextras.py:241 msgid "tilt" msgstr "Neigung" #: taextras.py:76 msgid "magnetic induction" msgstr "Magnetische Induktion" #: taextras.py:77 msgid "vibration" msgstr "Vibration" #: taextras.py:78 msgid "Butia Robot" msgstr "Butia-Roboter" #: taextras.py:79 msgid "delay Butia" msgstr "Butia verlangsamen" #: taextras.py:80 msgid "wait for argument seconds" msgstr "die angegebene Anzahl Sekunden warten" #. TRANS: This string is shorthand for "battery charge of Butia" #: taextras.py:82 msgid "battery charge Butia" msgstr "Ladezustand der Batterie des Butia" #: taextras.py:83 msgid "returns the battery charge as a number between 0 and 255" msgstr "Gibt den Ladezustand der Batterie als Zahl zwischen 0 und 255 zurück." #. TRANS: This string is shorthand for "speed of Butia" #: taextras.py:85 msgid "speed Butia" msgstr "Butia-Geschwindigkeit" #: taextras.py:86 msgid "" "set the speed of the Butia motors as a value between 0 and 1023, passed by " "an argument" msgstr "" "Setzt die Geschwindigkeit der Butia-Motoren als einen Wert zwischen 0 und " "1023, der als Argument übergeben wird." #. TRANS: This string is shorthand for "move Butia forward" #: taextras.py:89 msgid "forward Butia" msgstr "Butia vor" #: taextras.py:90 msgid "move the Butia robot forward" msgstr "Bewege den Butia-Roboter vorwärts." #: taextras.py:91 msgid "move the Butia robot forward a predefined distance" msgstr "Bewege den Butia-Roboter eine vordefinierte Entfernung vor." #. TRANS: This string is shorthand for "move Butia backward" #: taextras.py:93 msgid "backward Butia" msgstr "Butia zurück" #: taextras.py:94 msgid "move the Butia robot backward" msgstr "Bewege den Butia-Roboter rückwärts." #: taextras.py:95 msgid "move the Butia robot backward a predefined distance" msgstr "Bewege den Butia-Roboter eine vordefinierte Entfernung zurück." #. TRANS: This string is shorthand for "turn Butia left" #: taextras.py:97 msgid "left Butia" msgstr "Butia nach links" #: taextras.py:98 msgid "turn the Butia robot at left" msgstr "Drehe den Butia-Roboter nach links." #. TRANS: This string is shorthand for "turn Butia right" #: taextras.py:100 msgid "right Butia" msgstr "Butia nach rechts" #: taextras.py:101 msgid "turn the Butia robot at right" msgstr "Drehe den Butia-Roboter nach rechts." #: taextras.py:102 msgid "turn Butia" msgstr "Butia drehen" #: taextras.py:103 msgid "turn the Butia robot x degrees" msgstr "Drehe den Butia-Roboter um x Grad." #: taextras.py:104 msgid "stop Butia" msgstr "Butia anhalten" #: taextras.py:105 msgid "stop the Butia robot" msgstr "Halte den Butia-Roboter an." #: taextras.py:106 msgid "display Butia" msgstr "Butia anzeigen" #. TRANS: this string must contain only ASCII characters. #. The len must be 32 characters/spaces. #: taextras.py:109 msgid "Hello World Butia " msgstr "Hallo Welt Butia " #: taextras.py:110 msgid "print text in Butia robot 32-character ASCII display" msgstr "Zeige Text im 32-Zeichen-ASCII-Display des Butia-Roboters an." #: taextras.py:111 msgid "Butia" msgstr "Butia" #: taextras.py:115 msgid "The camera was not found." msgstr "Die Kamera wurde nicht gefunden." #: taextras.py:116 msgid "Error on the initialization of the camera." msgstr "Fehler beim Einrichten der Kamera." #: taextras.py:117 msgid "FollowMe" msgstr "FolgeMir" #: taextras.py:118 msgid "follow a RGB color" msgstr "folge einer RGB-Farbe" #: taextras.py:119 msgid "set a threshold for a RGB color" msgstr "setze einen Grenztwert für eine RGB-Farbe" #: taextras.py:120 msgid "follow a turtle color" msgstr "folge einer Schildkrötenfarbe" #: taextras.py:121 msgid "set the minimal number of pixels to follow" msgstr "setze die Mininalzahl zu verfolgender Pixel" #: taextras.py:122 msgid "calibrate" msgstr "kalibrieren" #: taextras.py:123 msgid "calibrate a color to follow" msgstr "kalibriere eine Farbe, die verfolgt werden soll" #: taextras.py:124 msgid "x position" msgstr "x-Position" #: taextras.py:125 msgid "return x position" msgstr "gib die x-Position zurück" #: taextras.py:126 msgid "y position" msgstr "y-Position" #: taextras.py:127 msgid "return y position" msgstr "gib die y-Position zurück" #: taextras.py:128 msgid "pixels" msgstr "Pixel" #: taextras.py:129 msgid "return the number of pixels of the biggest blob" msgstr "Gib die Zahl der Pixel im größten Fleck zurück" #: taextras.py:133 msgid "SumBot" msgstr "SumBot" #: taextras.py:134 msgid "speed SumBot" msgstr "Geschwindigkeit des SumBot" #: taextras.py:135 msgid "submit the speed to the SumBot" msgstr "übermittle die Geschwindigkeit des Sumbot" #: taextras.py:136 msgid "set the default speed for the movement commands" msgstr "setze die Standardgeschwindigkeit für die Bewegungsbefehle" #. TRANS: This string is shorthand for "move SumBot forward" #: taextras.py:138 msgid "forward SumBot" msgstr "SumBot vor" #: taextras.py:139 msgid "move SumBot forward" msgstr "Bewege den SumBot vorwärts" #. TRANS: This string is shorthand for "move SumBot backward" #: taextras.py:141 msgid "backward SumBot" msgstr "SumBot zurück" #: taextras.py:142 msgid "move SumBot backward" msgstr "Bewege den SumBot rückwärts" #: taextras.py:143 msgid "stop SumBot" msgstr "SumBot anhalten" #: taextras.py:144 msgid "stop the SumBot" msgstr "Halte den SumBot an" #. TRANS: This string is shorthand for "turn SumBot left" #: taextras.py:146 msgid "left SumBot" msgstr "SumBot nach links" #: taextras.py:147 msgid "turn left the SumBot" msgstr "Drehe den SumBot nach links" #. TRANS: This string is shorthand for "move SumBot right" #: taextras.py:149 msgid "right SumBot" msgstr "SumBot nach rechts" #: taextras.py:150 msgid "turn right the SumBot" msgstr "Drehe den SumBot nach rechts" #: taextras.py:151 msgid "angle to center" msgstr "Winkel zum Zentrum" #. TRANS: dohyo is the playing field #: taextras.py:153 msgid "get the angle to the center of the dohyo" msgstr "Bestimme den Winkel zum Zentrum des Dohyo." #: taextras.py:154 msgid "angle to Enemy" msgstr "Winkel zum Gegner" #: taextras.py:155 msgid "get the angle to the Enemy" msgstr "Bestimme den Winkel zum Gegner." #. TRANS: This string is shorthand for "x coordinate of SumBot" #: taextras.py:157 msgid "x coor. SumBot" msgstr "" #: taextras.py:158 #, fuzzy msgid "get the x coordinate of the SumBot" msgstr "Bestimme die x-Koordinate des Roboters." #. TRANS: This string is shorthand for "y coordinate of SumBot" #: taextras.py:160 msgid "y coor. SumBot" msgstr "" #: taextras.py:161 #, fuzzy msgid "get the y coordinate of the SumBot" msgstr "Bestimme die y-Koordinate des Roboters." #. TRANS: This string is shorthand for "x coordinate of SumBot's enemy" #: taextras.py:163 msgid "x coor. Enemy" msgstr "" #: taextras.py:164 #, fuzzy msgid "get the x coordinate of the Enemy" msgstr "Bestimme die x-Koordinate des Roboters." #. TRANS: This string is shorthand for "y coordinate of SumBot's enemy" #: taextras.py:166 msgid "y coor. Enemy" msgstr "" #: taextras.py:167 #, fuzzy msgid "get the y coordinate of the Enemy" msgstr "Bestimme die y-Koordinate des Roboters." #. TRANS: This string is shorthand for "rotation of SumBot" #: taextras.py:169 msgid "rotation SumBot" msgstr "" #: taextras.py:170 #, fuzzy msgid "get the rotation of the Sumbot" msgstr "Bestimme die Drehung des Gegners." #. TRANS: This string is shorthand for "rotation of SumBot's enemy" #: taextras.py:172 msgid "rotation Enemy" msgstr "" #: taextras.py:173 #, fuzzy msgid "get the rotation of the Enemy" msgstr "Bestimme die Drehung des Gegners." #: taextras.py:174 msgid "distance to center" msgstr "Abstand vom Zentrum" #. TRANS: dohyo is the playing field #: taextras.py:176 #, fuzzy msgid "get the distance to the center of the dohyo" msgstr "Bestimme die Entfernung vom Zentrum des Dojo." #: taextras.py:177 msgid "distance to Enemy" msgstr "" #: taextras.py:178 #, fuzzy msgid "get the distance to the Enemy" msgstr "Bestimme die Entfernung vom Gegner." #: taextras.py:179 msgid "update information" msgstr "aktualisieren Informationen" #: taextras.py:180 #, fuzzy msgid "update information from the server" msgstr "Aktualisiere Informationen vom Server." #. TRANS: Please use similar terms to those used in the Physics Activity #: taextras.py:185 #, fuzzy msgid "Palette of physics blocks" msgstr "Palette der Sensorblöcke" #: taextras.py:186 msgid "start polygon" msgstr "" #: taextras.py:187 msgid "Begin defining a new polygon based on the current Turtle xy position." msgstr "" #: taextras.py:189 msgid "add point" msgstr "füge Punkt hinzu" #: taextras.py:190 msgid "" "Add a new point to the current polygon based on the current Turtle xy " "position." msgstr "" #: taextras.py:192 msgid "end polygon" msgstr "" #: taextras.py:193 msgid "Define a new polygon." msgstr "Definiere ein neues Polygon" #: taextras.py:194 msgid "end filled polygon" msgstr "" #: taextras.py:195 msgid "Not a simple polygon" msgstr "" #: taextras.py:196 #, fuzzy msgid "Define a new filled polygon." msgstr "Definiere ein neues Polygon" #: taextras.py:197 msgid "triangle" msgstr "Dreieck" #. TRANS: base of a triangle #: taextras.py:199 msgid "base" msgstr "Basis" #: taextras.py:201 msgid "Add a triangle object to the project." msgstr "" #: taextras.py:202 msgid "circle" msgstr "Kreis" #: taextras.py:203 msgid "Add a circle object to the project." msgstr "" #: taextras.py:204 msgid "rectangle" msgstr "" #: taextras.py:207 msgid "Add a rectangle object to the project." msgstr "" #: taextras.py:208 msgid "reset" msgstr "" #: taextras.py:209 msgid "Reset the project; clear the object list." msgstr "" #: taextras.py:210 msgid "motor" msgstr "" #: taextras.py:211 msgid "torque" msgstr "" #: taextras.py:212 msgid "speed" msgstr "" #: taextras.py:213 msgid "" "Motor torque and speed range from 0 (off) to positive numbers; motor is " "placed on the most recent object created." msgstr "" #: taextras.py:215 msgid "pin" msgstr "" #: taextras.py:216 msgid "Pin an object down so that it cannot fall." msgstr "" #: taextras.py:217 msgid "joint" msgstr "" #: taextras.py:220 msgid "" "Join two objects together (the most recent object created and the object at " "point x, y)." msgstr "" #: taextras.py:222 msgid "Save the project to the Journal as a Physics activity." msgstr "" # (Markus S.) 'Gleichheit'? #: taextras.py:223 #, fuzzy msgid "density" msgstr "Gleichheit" #: taextras.py:224 msgid "" "Set the density property for objects (density can be any positive number)." msgstr "" #: taextras.py:226 msgid "friction" msgstr "" #: taextras.py:227 msgid "" "Set the friction property for objects (value from 0 to 1, where 0 turns " "friction off and 1 is strong friction)." msgstr "" #. TRANS: bounciness is restitution #: taextras.py:230 msgid "bounciness" msgstr "" #: taextras.py:231 msgid "" "Set the bounciness property for objects (a value from 0 to 1, where 0 means " "no bounce and 1 is very bouncy)." msgstr "" #: taextras.py:233 msgid "dynamic" msgstr "" #: taextras.py:234 msgid "" "If dynamic = 1, the object can move; if dynamic = 0, it is fixed in position." msgstr "" #. TRANS: WeDo is a robotics product of the LEGO company #: taextras.py:240 #, fuzzy msgid "Palette of WeDo blocks" msgstr "Palette der Sensorblöcke" #: taextras.py:242 msgid "" "tilt sensor output: (-1 == no tilt, 0 == tilt forward, 3 == tilt back, 1 == " "tilt left, 2 == tilt right)" msgstr "" #. TRANS: This string is shorthand for "output of the distance sensor" #: taextras.py:246 msgid "distance sensor output" msgstr "" #: taextras.py:247 msgid "Motor A" msgstr "" #: taextras.py:248 msgid "returns the current value of Motor A" msgstr "" #: taextras.py:249 msgid "Motor B" msgstr "" #: taextras.py:250 msgid "returns the current value of Motor B" msgstr "" #: taextras.py:251 msgid "set the value for Motor A" msgstr "" #: taextras.py:252 msgid "set the value for Motor B" msgstr "" #. TRANS: Lego NXT is a robotics product of the LEGO company #: taextras.py:257 msgid "Palette of LEGO NXT blocks" msgstr "" #: taextras.py:258 msgid "touch" msgstr "" #: taextras.py:259 msgid "ultrasonic" msgstr "" #: taextras.py:261 #, fuzzy msgid "light" msgstr "rechts" #: taextras.py:262 msgid "PORT A" msgstr "" #: taextras.py:263 msgid "PORT B" msgstr "" #: taextras.py:264 msgid "PORT C" msgstr "" #: taextras.py:265 msgid "PORT 1" msgstr "" #: taextras.py:266 msgid "PORT 2" msgstr "" #: taextras.py:267 msgid "PORT 3" msgstr "" #: taextras.py:268 msgid "PORT 4" msgstr "" #: taextras.py:269 msgid "Please check the connection with the brick." msgstr "" #: taextras.py:270 msgid "Please check the port." msgstr "" #: taextras.py:271 msgid "The value of power must be between -127 to 127." msgstr "" #: taextras.py:272 msgid "An error has ocurred: check all and try reconect." msgstr "" #: taextras.py:273 msgid "NXT found" msgstr "" #: taextras.py:274 msgid "NXT not found" msgstr "" #: taextras.py:275 msgid "refresh NXT" msgstr "" #: taextras.py:276 msgid "Search for a connected NXT brick." msgstr "" #: taextras.py:277 msgid "play tone" msgstr "" #: taextras.py:278 msgid "freq" msgstr "" #: taextras.py:280 msgid "Play a tone at freq for time." msgstr "" #: taextras.py:281 msgid "" "turn motor\n" "rotations" msgstr "" #: taextras.py:282 #, fuzzy msgid "port" msgstr "Port" #: taextras.py:283 msgid "power" msgstr "" #: taextras.py:284 msgid "turn a motor" msgstr "" #: taextras.py:285 msgid "" "sync motors\n" "steering" msgstr "" #: taextras.py:286 #, fuzzy msgid "rotations" msgstr "Drehung" #: taextras.py:287 msgid "synchronize two motors" msgstr "" #: taextras.py:288 msgid "PORT A of the brick" msgstr "" #: taextras.py:289 msgid "PORT B of the brick" msgstr "" #: taextras.py:290 msgid "PORT C of the brick" msgstr "" #: taextras.py:291 msgid "start motor" msgstr "" #: taextras.py:292 msgid "Run a motor forever." msgstr "" #: taextras.py:293 msgid "brake motor" msgstr "" #: taextras.py:294 msgid "Stop a specified motor." msgstr "" #: taextras.py:295 msgid "PORT 1 of the brick" msgstr "" #: taextras.py:296 msgid "color sensor" msgstr "" #: taextras.py:297 msgid "light sensor" msgstr "" #: taextras.py:298 msgid "PORT 2 of the brick" msgstr "" #: taextras.py:299 msgid "touch sensor" msgstr "" #: taextras.py:300 msgid "distance sensor" msgstr "" #: taextras.py:301 msgid "PORT 3 of the brick" msgstr "" #: taextras.py:302 #, fuzzy msgid "read" msgstr "Rot" #: taextras.py:303 #, fuzzy msgid "sensor" msgstr "Sensoren" #: taextras.py:304 msgid "Read sensor output." msgstr "" #: taextras.py:305 msgid "PORT 4 of the brick" msgstr "" #: taextras.py:306 msgid "set light" msgstr "" #: taextras.py:307 msgid "Set color sensor light." msgstr "" #: turtleart.py:69 msgid "usage is" msgstr "Auslastung ist" #: turtleart.py:228 msgid "No option action:" msgstr "Keine optionale Aktion:" #: turtleart.py:240 msgid "File not found" msgstr "Datei nicht gefunden" #: turtleart.py:264 #, python-format msgid "Configuration directory not writable: %s" msgstr "Kann nicht in Einstellungsverzeichnis schreiben: %s" #: turtleart.py:320 msgid "New" msgstr "Neu" #: turtleart.py:321 msgid "Open" msgstr "Öffnen" #: turtleart.py:322 msgid "Save" msgstr "Speichern" #: turtleart.py:323 msgid "Save as" msgstr "Speichern unter" #: turtleart.py:330 msgid "Quit" msgstr "Beenden" #: turtleart.py:331 msgid "File" msgstr "Datei" #: turtleart.py:338 msgid "Rescale coordinates" msgstr "Koordinaten skalieren" #: turtleart.py:344 msgid "Reset block size" msgstr "Blockgröße zurücksetzen" #: turtleart.py:358 msgid "Show/hide blocks" msgstr "Blöcke zeigen/verbergen" #: turtleart.py:360 msgid "Tools" msgstr "Werkzeuge" #: turtleart.py:367 msgid "Stop" msgstr "Stopp" #: turtleart.py:368 msgid "Turtle" msgstr "Schildkröte" #: turtleart.py:398 msgid "You have unsaved work. Would you like to save before quitting?" msgstr "" "Du hast ungespeicherte Veränderungen. Möchtest du sie vor dem Beenden " "abspeichern?" #: turtleart.py:399 msgid "Save project?" msgstr "Projekt speichern?" #, fuzzy #~ msgid "" #~ "returns the object gray level encountered him as a number between 0 and 1023" #~ msgstr "gibt den Grauwert des Objektes als eine Zahl zwischen 0 und 1023 zurück" #~ msgid "activity count" #~ msgstr "Aktivitätszähler" #~ msgid "Import/Export" #~ msgstr "Import/Export" #~ msgid "Import project from the Journal" #~ msgstr "Objekt aus dem Tagebuch importieren" #, fuzzy #~ msgid "turtle blocks" #~ msgstr "Schildkrötenblöcke" #~ msgid "Butia battery charge" #~ msgstr "Ladezustand der Butia-Batterie" #~ msgid "Butia speed" #~ msgstr "Butia-Geschwindigkeit" #~ msgid "forward distance" #~ msgstr "Vorwärtstrecke" #~ msgid "backward distance" #~ msgstr "Rückwärtsstrecke" #~ msgid "Turn x degrees" #~ msgstr "Drehe um x Grad" #~ msgid "print Butia" #~ msgstr "Butia schreibe" #~ msgid "Sumo Butia" #~ msgstr "Sumo-Butia" #~ msgid "submit speed​​" #~ msgstr "Geschwindigkeit übertragen" #~ msgid "Send speed to the robot." #~ msgstr "Übertrage die Geschwindigkeit an den Roboter." #~ msgid "set speed" #~ msgstr "setze Geschwindigkeit" #~ msgid "move" #~ msgstr "fahre" #~ msgid "turn left" #~ msgstr "drehe nach links" #~ msgid "turn right" #~ msgstr "drehe nach rechts" #~ msgid "angle to the opponent" #~ msgstr "Winkel zum Gegner" #~ msgid "Get the angle to the center of the opponent." #~ msgstr "Bestimme den Winkel zum Zentrum des Gegners" #~ msgid "x coor." #~ msgstr "x-Koordinate" #~ msgid "y coor." #~ msgstr "y-Koordinate" #~ msgid "opponent x coor." #~ msgstr "x-Koordinate des Gegners" #~ msgid "Get the x coordinate of the opponent." #~ msgstr "Bestimme die x-Koordinate des Gegners." #~ msgid "opponent y coor." #~ msgstr "y-Koordinate des Gegners" #~ msgid "Get the y coordinate of the opponent." #~ msgstr "Bestimme die y-Koordinate des Gegners." #~ msgid "Get SumBot rotation." #~ msgstr "Bestimme die Drehung des SumBot." #~ msgid "opponent rotation" #~ msgstr "Drehung des Gegners" #~ msgid "distance to opponent" #~ msgstr "Abstand zum Gegner" #~ msgid "full screen" #~ msgstr "Vollbild" #~ msgid "stack" #~ msgstr "Stapel" #~ msgid " " #~ msgstr " " #~ msgid " clean " #~ msgstr " lösche alles " #~ msgid "numbers" #~ msgstr "Zahlen" #~ msgid "write" #~ msgstr "schreibe" #~ msgid "restore last" #~ msgstr "Letztes rückgängig" #~ msgid "a programmable block: used to add advanced math equations, e.g., sin(x)" #~ msgstr "" #~ "Ein programmierbarer Block für fortgeschrittene mathematische Ausdrücke wie " #~ "sin(x)" #~ msgid "blocks" #~ msgstr "Blöcke" #~ msgid "text size" #~ msgstr "Schriftgröße" #~ msgid "sensor input resistance" #~ msgstr "Sensoreingangswiderstand" #~ msgid "holds current text color (can be used in place of a number block)" #~ msgstr "" #~ "Die aktuelle Schriftfarbe (kann an Stelle eines Zahlenblocks benutzt werden)" #~ msgid "picture top" #~ msgstr "Oberer Bildrand" #~ msgid "flow" #~ msgstr "Programmfluss" #~ msgid "portfolio" #~ msgstr "Portfolio" #~ msgid "restores most recent blocks from trash" #~ msgstr "Zuletzt gelöschten Block wiederherstellen" #~ msgid "Load my block" #~ msgstr "Meinen Block laden" #~ msgid "Samples" #~ msgstr "Vorlagen" #~ msgid "picture left" #~ msgstr "Linker Bildrand" #~ msgid "Python code" #~ msgstr "Python-Quelltext" #~ msgid "bottom block in a collapsibe stack: click to collapse" #~ msgstr "Unterster Block in einem zuklappbaren Stapel: zum Zuklappen klicken" #~ msgid "Trashcan" #~ msgstr "Mülleimer" #~ msgid "pen" #~ msgstr "Stift" #~ msgid "picture right" #~ msgstr "Rechter Bildrand" #~ msgid "volume" #~ msgstr "Lautstärke" #~ msgid "picture bottom" #~ msgstr "Unterer Bildrand" #~ msgid "sensor voltage" #~ msgstr "Sensorspannung" #~ msgid "holds current text size (can be used in place of a number block)" #~ msgstr "" #~ "Die aktuelle Schriftgröße (kann an Stelle eines Zahlenblocks benutzt werden)" #~ msgid "extras" #~ msgstr "Extras" #~ msgid "d" #~ msgstr "d" #~ msgid "Save Logo" #~ msgstr "Logo speichern" #~ msgid "o" #~ msgstr "o" #~ msgid "bulleted list" #~ msgstr "Spiegelstrichliste" #~ msgid "picture" #~ msgstr "Bild" #~ msgid "2×2 pictures" #~ msgstr "2x2 Bilder" #~ msgid "2×1 pictures" #~ msgstr "2x1 Bilder" #~ msgid "1×2 pictures" #~ msgstr "1x2 Bilder" #~ msgid "1×1 picture" #~ msgstr "1x1 Bild" #~ msgid "name" #~ msgstr "name" #~ msgid "holds current pen shade (can be used in place of a number block)" #~ msgstr "" #~ "beinhaltet den aktuellen Stiftfarbton (kann an Stelle eines Zahlenblocks " #~ "benutzt werden)" #~ msgid "" #~ "a programmable block: add your own math equation in the block, e.g., sin(x)" #~ msgstr "" #~ "ein programmierbarer Block: füge deinen eigenen mathematischen Term in den " #~ "Block ein, z.B. sin(x)" #~ msgid "pop value off FILO" #~ msgstr "Wert aus FILO-Stapel holen: pop" #~ msgid "show FILO in status block" #~ msgstr "FILO-Stapel im Statusblock anzeigen" #~ msgid "empty FILO" #~ msgstr "FILO-Stapel leeren" #~ msgid "wait specified number of seconds" #~ msgstr "angegebene Dauer in Sekunden warten" #~ msgid "do not continue current action" #~ msgstr "aktuelle Aktion nicht fortsetzen" #~ msgid "p" #~ msgstr "p" #~ msgid "b" #~ msgstr "b" #~ msgid "e" #~ msgstr "e" #~ msgid "r" #~ msgstr "r" #~ msgid "w" #~ msgstr "w" #~ msgid "s" #~ msgstr "s" #~ msgid "load my block" #~ msgstr "Meinen Block laden" #~ msgid "o" #~ msgstr "o" #~ msgid "stack 2" #~ msgstr "Stapel 2" #~ msgid "stack 1" #~ msgstr "Stapel 1" #~ msgid "Keyboard" #~ msgstr "Tastatur" #~ msgid "else" #~ msgstr "sonst" #~ msgid "My Blocks" #~ msgstr "Meine Blöcke" #~ msgid "Numbers" #~ msgstr "Zahlen" #~ msgid "Templates" #~ msgstr "Vorlagen" #~ msgid "read key" #~ msgstr "lies Taste aus" #~ msgid "setyx" #~ msgstr "setze xy" #~ msgid "text color" #~ msgstr "Schriftfarbe" #~ msgid "Pen" #~ msgstr "Stift" #~ msgid "hide palette" #~ msgstr "Palette verbergen" #~ msgid "save Logo" #~ msgstr "Logo speichern" #~ msgid "run" #~ msgstr "ausführen" #~ msgid "stop stack" #~ msgstr "Stapel anhalten" #~ msgid "Sensors" #~ msgstr "Sensoren" #~ msgid "hres" #~ msgstr "hor. Auflösung" #~ msgid "vres" #~ msgstr "vert. Auflösung"