msgid "In this exercise, the <a object|exchange>information exchange posts</a> along the way contain the direction of the next post and the distance. And you do not know how many exchange posts you must get in touch with before arriving at your goal."
msgstr "In dieser Übung enthalten die <a object|exchange>Infoserver</a> auf Ihrem Weg die Richtung und die Entfernung des nächsten Infoservers. Außerdem kennen Sie nicht die Anzahl der Infoserver mit denen Sie in Kontakt treten müssen, bevor Sie Ihr Ziel erreicht haben werden."
msgid "In order to repeat always, use a <code><a cbot|while>while</a> (true)</code> loop. The instructions between the braces <code>{ }</code> will be repeated over and over, or until a <code><a cbot|break>break</a></code> instruction is executed."
msgstr "Benutzen Sie eine <code><a cbot|while>while</a> (<a cbot|true>true</a>)</code> - Schleife, um die ständige Wiederholung zu realisieren. Die Anweisungen zwischen den geschweiften Klammern <code>{ }</code> werden immer und immer wieder ausgeführt, bis eine <code><a cbot|break>break</a></code>-Anweisung ausgeführt wird."
msgid "This time you need 2 <a cbot|var>variables</a>, one for the rotation angle, one for the distance, for example <code>dir</code> and <code>len</code> :"
msgstr "Dieses Mal benötigen Sie 2 <a cbot|var>Variablen</a>: eine für den Drehungswinkel und eine für die Entfernung. Diese könnten <code>dir</code> und <code>len</code> heißen:"
"A variable of the <a cbot|type>type</a> <code><a cbot|float>float</a></code> can take a special value called <code><a cbot|nan>nan</a></code>. This value means that the variable contains no number (Not A Number).\n"
"When there is no <a object|exchange>exchange post</a> nearby, either because the bot has reached the goal, or because it took the wrong way, the two variables <code>dir</code> and <code>len</code> contain this value. You can test this with the instruction <code><a cbot|if>if</a></code>, and stop the program if necessary with the instruction <code><a cbot|break>break</a></code>:"
"Eine Variable des <a cbot|type>Typs</a> <code><a cbot|float>float</a></code> kann einen speziellen Wert namens <code><a cbot|nan>nan</a></code> enthalten. Dieser Wert zeigt an, dass die Variable keine Zahl enthält (Not A Number).\n"
"Befindet sich kein <a object|exchange>Infoserver</a> in der Nähe, weil der Roboter entweder das Ziel erreicht oder den falschen Weg eingeschlagen hat, so enthalten die Variablen <code>dir</code> und <code>len</code> diesen Wert. Sie können das mit einer <code><a cbot|if>if</a></code>-Anweisung prüfen und das Programm wenn nötig mittels <code><a cbot|break>break</a></code> beenden:"
msgid "You can click on an <a object|exchange>information exchange post</a> in order to read what information it contains. In this exercise, every exchange post contains two values called <code>\"Direction\"</code> and <code>\"Length\"</code>."
msgstr "Sie können einen <a object|exchange>Infoserver</a> anklicken, um in Erfahrung zu bringen, welche Informationen er enthält. In dieser Übung enthält jeder Server nur die beiden Werte mit den Namen <code>\"Direction\"</code> und <code>\"Length\"</code>."