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 "Déplacez le <a object|titan>bloc de titane</a> sur la plate-forme d'arrivée. On ne connaît pas la position du titane. En revanche, on sait que la plate-forme est à la position x=10 et y=-60."
"The winged bot can get across obstacles. The instruction <code><a cbot|goto>goto</a></code>, if performed on a winged bot, will automatically perform a flying move, with a take-off at the beginning, and a landing at the end.\n"
"This instruction can actually receive a second parameter, which is not compulsory: the flying altitude. If no second parameter is given, the flying altitude will be set to the default value of 10m."
"Le robot volant permet de passer par dessus les obstacles. L'instruction <code><a cbot|goto>goto</a></code> élève les robots volants automatiquement, avec un décollage au début du déplacement et un atterrissage à la fin.\n"
"En fait, cette instruction peut recevoir un deuxième paramètre optionnel qui est l'altitude de croisière. Mais il n'est même pas obligatoire de le donner, car une altitude de 10 mètres est prise si ce paramètre manque, et bien entendu, si le robot peut voler."
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 "Pour trouver le titane, utilisez l'instruction <c/><a cbot|radar>radar</a>(Titanium);<n/>. La troisième ligne teste si le titane est trouvé. Dans cet exercice, c'est inutile, mais il vaut mieux prendre l'habitude de faire ce genre de test systématiquement:"
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 "La variable <code>item</code> est de type <code><a cbot|object>object</a></code>. Pour connaître la position de l'objet décrit par la variable, il faut donc écrire <code>item.position</code>."
"Les coordonnées de la plate-forme d'arrivée sont connues: x=10 et y=-60. Il faut donc déclarer une <a cbot|var>variable</a> de type <a cbot|point>point</a>, puis lui assigner les bonnes coordonnées. Cette variable pourra ensuite être donnée comme argument à l'instruction <code><a cbot|goto>goto</a></code>.\n"
"Remarque: la coordonnée <code>z</code> peut être ignorée dans le cas d'un robot qui ne vole pas!"
"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."