From 60fb1c5dc12f4c951cc10d979dc080bd43057363 Mon Sep 17 00:00:00 2001 From: krzys-h Date: Mon, 4 Jul 2016 13:21:41 +0200 Subject: [PATCH] Fixed spelling error in exercise 1.7 (colobot/colobot#794) --- levels/exercises/chapter001/level007/help/help.E.txt | 2 +- levels/exercises/chapter001/level007/po/de.po | 2 +- levels/exercises/chapter001/level007/po/fr.po | 2 +- levels/exercises/chapter001/level007/po/pl.po | 2 +- levels/exercises/chapter001/level007/po/ru.po | 2 +- levels/exercises/chapter001/level007/po/train107.pot | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/levels/exercises/chapter001/level007/help/help.E.txt b/levels/exercises/chapter001/level007/help/help.E.txt index 7e851662..311b419c 100644 --- a/levels/exercises/chapter001/level007/help/help.E.txt +++ b/levels/exercises/chapter001/level007/help/help.E.txt @@ -4,7 +4,7 @@ Move towards the spiders that are out of shooting range. \t;Program The program will look like the previous one, but before you shoot, use the instruction \c;\l;move\u cbot\move;();\n; in order to get close enough. -The question is just how many meters the bot must move. The instruction \c;\l;distance\u cbot\dist;( , )\n; calculates the distance between two positions. In this case, we need to know the distance between the bot and the target. The position of the target is given by \c;item.position\n;, the position of the bot is give by \c;position\n;. The distance between the bot and the target is given by \c;\l;distance\u cbot\dist;(position, item.position)\n;. The range of a fireball cannon is 40 meters. In order to get close enough, the bot must move forward \c;\l;distance\u cbot\dist;(position, item.position)-40\n; meters. The following line will do this: +The question is just how many meters the bot must move. The instruction \c;\l;distance\u cbot\dist;( , )\n; calculates the distance between two positions. In this case, we need to know the distance between the bot and the target. The position of the target is given by \c;item.position\n;, the position of the bot is given by \c;position\n;. The distance between the bot and the target is given by \c;\l;distance\u cbot\dist;(position, item.position)\n;. The range of a fireball cannon is 40 meters. In order to get close enough, the bot must move forward \c;\l;distance\u cbot\dist;(position, item.position)-40\n; meters. The following line will do this: \c; \s; \l;move\u cbot\move;(\l;distance\u cbot\dist;(position, item.position)-40); \n; diff --git a/levels/exercises/chapter001/level007/po/de.po b/levels/exercises/chapter001/level007/po/de.po index 2131f840..9ccfd6c2 100644 --- a/levels/exercises/chapter001/level007/po/de.po +++ b/levels/exercises/chapter001/level007/po/de.po @@ -61,7 +61,7 @@ msgstr "Das Programm wird dem aus der letzten Übung ähneln. Sie müssen vor de #. type: Plain text #: ../help/help.E.txt:7 #, no-wrap -msgid "The question is just how many meters the bot must move. The instruction distance( , ) calculates the distance between two positions. In this case, we need to know the distance between the bot and the target. The position of the target is given by item.position, the position of the bot is give by position. The distance between the bot and the target is given by distance(position, item.position). The range of a fireball cannon is 40 meters. In order to get close enough, the bot must move forward distance(position, item.position)-40 meters. The following line will do this:" +msgid "The question is just how many meters the bot must move. The instruction distance( , ) calculates the distance between two positions. In this case, we need to know the distance between the bot and the target. The position of the target is given by item.position, the position of the bot is given by position. The distance between the bot and the target is given by distance(position, item.position). The range of a fireball cannon is 40 meters. In order to get close enough, the bot must move forward distance(position, item.position)-40 meters. The following line will do this:" msgstr "Die Frage ist nun, wie viele Meter der Roboter fahren muss. Die Anweisung distance( , ) berechnet den Abstand zwischen zwei Punkten. In diesem Fall brauchen wir die Distanz zwischen dem Roboter und der Spinne. Die Position der Spinne ist gegeben durch item.position und die Position des Roboters ist gegeben durch position. Den Abstand zwischen Roboter und Spinne erhält man durch distance(position, item.position). Die Reichweite eines Feuerballs ist 40 Meter. Um also nahe genug an die Spinne heranzukommen, muss sich der Roboter um distance(position, item.position)-40 Meter bewegen. Folgende Zeile übernimmt das:" #. type: Source code diff --git a/levels/exercises/chapter001/level007/po/fr.po b/levels/exercises/chapter001/level007/po/fr.po index 9d219c2f..13e0e41b 100644 --- a/levels/exercises/chapter001/level007/po/fr.po +++ b/levels/exercises/chapter001/level007/po/fr.po @@ -61,7 +61,7 @@ msgstr "" #. type: Plain text #: ../help/help.E.txt:7 #, no-wrap -msgid "The question is just how many meters the bot must move. The instruction distance( , ) calculates the distance between two positions. In this case, we need to know the distance between the bot and the target. The position of the target is given by item.position, the position of the bot is give by position. The distance between the bot and the target is given by distance(position, item.position). The range of a fireball cannon is 40 meters. In order to get close enough, the bot must move forward distance(position, item.position)-40 meters. The following line will do this:" +msgid "The question is just how many meters the bot must move. The instruction distance( , ) calculates the distance between two positions. In this case, we need to know the distance between the bot and the target. The position of the target is given by item.position, the position of the bot is given by position. The distance between the bot and the target is given by distance(position, item.position). The range of a fireball cannon is 40 meters. In order to get close enough, the bot must move forward distance(position, item.position)-40 meters. The following line will do this:" msgstr "" #. type: Source code diff --git a/levels/exercises/chapter001/level007/po/pl.po b/levels/exercises/chapter001/level007/po/pl.po index 0d33ce1f..a53c1d8a 100644 --- a/levels/exercises/chapter001/level007/po/pl.po +++ b/levels/exercises/chapter001/level007/po/pl.po @@ -61,7 +61,7 @@ msgstr "Ten program będzie podobny do poprzedniego, ale przed strzałem użyj i #. type: Plain text #: ../help/help.E.txt:7 #, no-wrap -msgid "The question is just how many meters the bot must move. The instruction distance( , ) calculates the distance between two positions. In this case, we need to know the distance between the bot and the target. The position of the target is given by item.position, the position of the bot is give by position. The distance between the bot and the target is given by distance(position, item.position). The range of a fireball cannon is 40 meters. In order to get close enough, the bot must move forward distance(position, item.position)-40 meters. The following line will do this:" +msgid "The question is just how many meters the bot must move. The instruction distance( , ) calculates the distance between two positions. In this case, we need to know the distance between the bot and the target. The position of the target is given by item.position, the position of the bot is given by position. The distance between the bot and the target is given by distance(position, item.position). The range of a fireball cannon is 40 meters. In order to get close enough, the bot must move forward distance(position, item.position)-40 meters. The following line will do this:" msgstr "Pytanie tylko, ile metrów powinien przejechać robot. Instrukcja distance( , ) oblicza odległość pomiędzy dwoma punktami. W tym przypadku, konieczne jest poznanie odległości pomiędzy robotem i celem. Pozycja celu podawana jest przez item.position, pozycja robota przez position. Odległość pomiędzy celem i robotem jest podana przezdistance(position, item.position). Zasięg działka strzelającego kulami ognia to 40 metrów. Aby się zbliżyć wystarczająco, robot musi iść naprzód distance(position, item.position)-40 metrów. Robi to następujący wiersz:" #. type: Source code diff --git a/levels/exercises/chapter001/level007/po/ru.po b/levels/exercises/chapter001/level007/po/ru.po index 4c89c22a..8b4e0707 100644 --- a/levels/exercises/chapter001/level007/po/ru.po +++ b/levels/exercises/chapter001/level007/po/ru.po @@ -61,7 +61,7 @@ msgstr "Программа будет выглядеть как и предыд #. type: Plain text #: ../help/help.E.txt:7 #, no-wrap -msgid "The question is just how many meters the bot must move. The instruction distance( , ) calculates the distance between two positions. In this case, we need to know the distance between the bot and the target. The position of the target is given by item.position, the position of the bot is give by position. The distance between the bot and the target is given by distance(position, item.position). The range of a fireball cannon is 40 meters. In order to get close enough, the bot must move forward distance(position, item.position)-40 meters. The following line will do this:" +msgid "The question is just how many meters the bot must move. The instruction distance( , ) calculates the distance between two positions. In this case, we need to know the distance between the bot and the target. The position of the target is given by item.position, the position of the bot is given by position. The distance between the bot and the target is given by distance(position, item.position). The range of a fireball cannon is 40 meters. In order to get close enough, the bot must move forward distance(position, item.position)-40 meters. The following line will do this:" msgstr "Вопрос просто в том, как близко должен подойти бот к пауку. Инструкция distance( , ) рассчитывает расстояние между двумя позициями. В этом случае мы должны узнать расстояние между ботом и целью. Позиция цели задается инструкцией item.position, позиция бота задается position. Расстояние между ботом и целью задается distance(position, item.position). Дальность полета огненного шара из пушки 40 метров. Чтобы подойти достаточно близко, бот должен пройти вперед distance(position, item.position)-40 метров. Это будет сделано с помощью следующей строки:" #. type: Source code diff --git a/levels/exercises/chapter001/level007/po/train107.pot b/levels/exercises/chapter001/level007/po/train107.pot index 495860fe..de947b6d 100644 --- a/levels/exercises/chapter001/level007/po/train107.pot +++ b/levels/exercises/chapter001/level007/po/train107.pot @@ -61,7 +61,7 @@ msgstr "" #. type: Plain text #: ../help/help.E.txt:7 #, no-wrap -msgid "The question is just how many meters the bot must move. The instruction distance( , ) calculates the distance between two positions. In this case, we need to know the distance between the bot and the target. The position of the target is given by item.position, the position of the bot is give by position. The distance between the bot and the target is given by distance(position, item.position). The range of a fireball cannon is 40 meters. In order to get close enough, the bot must move forward distance(position, item.position)-40 meters. The following line will do this:" +msgid "The question is just how many meters the bot must move. The instruction distance( , ) calculates the distance between two positions. In this case, we need to know the distance between the bot and the target. The position of the target is given by item.position, the position of the bot is given by position. The distance between the bot and the target is given by distance(position, item.position). The range of a fireball cannon is 40 meters. In order to get close enough, the bot must move forward distance(position, item.position)-40 meters. The following line will do this:" msgstr "" #. type: Source code