# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # 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: DATE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.11.0\n" #. type: Title-text #: ../scene.txt:1 #, no-wrap msgid "Titanium 1" msgstr "Titan 1" #. type: Resume-text #: ../scene.txt:2 #, no-wrap msgid "Take a chunk of titanium ore and bring it to the converter." msgstr "Ergreifen Sie einen Brocken Titanerz und bringen Sie ihn zum Konverter." #. type: ScriptName-text #: ../scene.txt:3 #, no-wrap msgid "Titanium1" msgstr "Titan1" #. type: \b; header #: ../help/help.E.txt:1 #, no-wrap msgid "Objective" msgstr "Ziel" #. type: Plain text #: ../help/help.E.txt:2 #, no-wrap msgid "Write a program that takes a chunk of titanium ore and drops in on the converter in order to produce a titanium cube." msgstr "Schreiben Sie ein Programm, das einen Brocken Titanerz aufnimmt und ihn auf einem Konverter ablegt, damit daraus ein Titanwürfel hergestellt wird." #. type: \t; header #: ../help/help.E.txt:4 #, no-wrap msgid "Program" msgstr "Programm" #. type: Plain text #: ../help/help.E.txt:5 #, no-wrap msgid "You will need a new instruction:" msgstr "Sie benötigen folgende neue Anweisung:" #. type: Source code #: ../help/help.E.txt:7 #, no-wrap msgid "move();" msgstr "move();" #. type: Plain text #: ../help/help.E.txt:8 #, no-wrap msgid "Instructs the bot to move forward or backward. The distance of the move is given in brackets in meters: move(10); moves the bot 10m forward, move(-1); moves the bot 1m backward." msgstr "Weist den Roboter an, sich vorwärts oder rückwärts zu bewegen. Die gewünschte Streckenlänge wird in Klammern und in Metern angegeben: move(10); bewegt den Roboter um 10m nach vorn, move(-1); bewegt ihn um einen Meter nach hinten." #. type: Plain text #: ../help/help.E.txt:10 #, no-wrap msgid "The instructions turn(), grab() and drop() have already been explained in the previous exercises. If you have any questions about these instructions, click the name of the instruction underlined in blue, and an explanation of the instruction will appear." msgstr "Die Anweisungen turn(), grab() und drop() wurden in früheren Übungen schon besprochen. Falls Sie Fragen zu diesen Anweisungen haben, klicken Sie auf den blau unterstrichenen Namen der Anweisungen und lesen Sie die dann erscheinende Erklärung." #. type: Plain text #: ../help/help.E.txt:12 #, no-wrap msgid "The titanium ore is 20m in front of the bot, the converter is 10m behind the bot. After dropping the titanium ore on the converter, do not forget to move back (for example move(-2.5);) so as to allow the converter to get down to work." msgstr "Das Titanerz liegt 20m vor dem Roboter, der Konverter liegt 10m hinter dem Roboter. Vergessen Sie nicht, den Roboter ein Stück zurück zu bewegen (zum Beispiel move(-2.5);), nachdem Sie einen Brocken Titanerz darauf gelegt haben. Der Konverter kann sonst nicht arbeiten." #. type: Plain text #: ../help/help.E.txt:14 #, no-wrap msgid " allows you to review these instructions at all times." msgstr "Mit können Sie diese Anweisungen jederzeit einsehen."