msgid "Move the <a object|titan>titanium cube</a> on the finishing pad. You do not know the position of the titanium, but we can tell you the position of the finishing pad x=10 and y=-60."
msgstr "Transportieren Sie den <a object|titan>Titanwürfel</a> auf die Zielfläche. Sie kennen die Position des Titans nicht, aber wir können Ihnen sagen, wo sich die Zielfläche befindet: x=10 und y=-60."
msgid "In order to solve this problem easily, we will use a new way to move the bot with the instruction <code><a cbot|goto>goto</a></code>. With this instruction you can very easily reach every position, if you know the exact location in the form of its x and y coordinates. The bot will turn towards the goal, move forward, and even turn around any obstacle."
msgstr "Um dieses Problem auf einfache Weise zu lösen, werden wir eine neue Anweisung verwenden, um den Roboter in Bewegung zu setzen: die <code><a cbot|goto>goto</a></code>-Anweisung. Mit ihr können Sie jede beliebige Position leicht erreichen, wenn Sie ihre exakte Position in Form der x- und y-Koordinaten kennen. Der Roboter wird sich in die Richtung dieses Ziels drehen, sich vorwärts bewegen und sogar Hindernissen ausweichen."
msgstr "Gibt Ihnen direkte und präzise Kontrolle über die beiden Motoren und erlaubt Ihnen, in Bruchteilen von Sekunden die Einstellungen zu verändern."
msgid "Use these instructions in order to move forward of a certain distance, or to perform a rotation of a certain angle. All parameters are relative to the current position of the bot."
msgstr "Verwenden Sie diese Anweisungen, um den Roboter um eine bestimmte Strecke nach vorn zu bewegen, oder ihn um einen bestimmten Winkel zu drehen. Alle Parameter sind relativ zur aktuellen Position des Roboters."
msgid "Use the instruction <c/><a cbot|radar>radar</a>(Titanium);<n/> in order to find the titanium cube. Then test if a titanium cube has actually been found. In this exercise, this line is not very useful, because we know that there is a titanium cube somewhere. However, it is better to take the habit of testing whatever your radar returns:"
msgstr "Benutzen Sie die Anweisung <c/><a cbot|radar>radar</a>(Titanium);<n/>, um den Titanwürfel zu finden. Prüfen Sie dann, ob ein solcher Würfel gefunden wurde. In dieser Übung ist diese Zeile nicht sehr sinnvoll, denn wir wissen, dass wir einen Titanwürfel finden werden. Es ist jedoch besser, sich anzugewöhnen, alles zu prüfen, was Ihnen Ihr Radar zurückgibt:"
msgid "The variable <code>item</code> is of type <code><a cbot|object>object</a></code>. In order to know the exact location of the object described by the variable, just write <code>item.position</code>."
msgstr "Die Variable <code>item</code> ist vom Typ <code><a cbot|object>object</a></code>. Die exakte Position des durch die Variable beschriebenen Objekts können Sie durch <code>item.<a cbot|object>position</a></code> ermitteln."
"We know the coordinates of the finishing pad: x=10 et y=-60. You must declare a <a cbot|var>variable</a> of the type <a cbot|point>point</a>, then fill it with the right coordinates. Then you can give this variable as a parameter to the instruction <code><a cbot|goto>goto</a></code>.\n"
"Remark: You do not have to take care of the <code>z</code> coordinate in the case of a bot that can not fly."
"Wir kennen die Koordinaten der Zielfläche: x=10 und y=-60. Sie müssen eine <a cbot|var>Variable</a> des Typs <a cbot|point>point</a> deklarieren und sie mit diesen Koordinaten füllen. Diese Variable können Sie dann an <code><a cbot|goto>goto</a></code> als Parameter übergeben.\n"
"Hinweis: Sie brauchen sich nicht um die <code>z</code>-Koordinate zu kümmern, wenn der Roboter nicht fliegen kann."