2013-10-25 13:45:09 +00:00
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
2014-07-10 15:16:30 +00:00
"Report-Msgid-Bugs-To: \n"
2014-09-20 20:29:05 +00:00
"POT-Creation-Date: DATE\n"
2013-10-25 13:45:09 +00:00
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
2014-07-10 15:16:30 +00:00
"Language: de\n"
2013-10-25 13:45:09 +00:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2014-07-10 15:16:30 +00:00
"X-Generator: Translate Toolkit 1.11.0\n"
2013-10-25 13:45:09 +00:00
#. type: One-char language identifier
2014-09-21 09:47:37 +00:00
#: levels-po/missions/chapter005/level002/scene_langchar.txt:1
2013-10-25 13:45:09 +00:00
#, no-wrap
msgid "E"
msgstr "D"
#. type: Title-text
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/scene.txt:2
2013-10-25 13:45:09 +00:00
#, no-wrap
2014-09-20 20:29:05 +00:00
msgid "Invasion"
2013-10-25 13:45:09 +00:00
msgstr ""
#. type: Resume-text
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/scene.txt:3
2013-10-25 13:45:09 +00:00
#, no-wrap
2014-09-20 20:29:05 +00:00
msgid "Hold out against a giant ant invasion."
2013-10-25 13:45:09 +00:00
msgstr ""
#. type: \b; header
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/help.E.txt:1
2013-10-25 13:45:09 +00:00
#, no-wrap
msgid "From Mission Control"
msgstr ""
#. type: Plain text
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/help.E.txt:3
2013-10-25 13:45:09 +00:00
#, no-wrap
msgid "Eliminate all hostile presence from the region."
msgstr ""
#. type: Plain text
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/help.E.txt:5
2013-10-25 13:45:09 +00:00
#, no-wrap
2014-09-20 20:29:05 +00:00
msgid "Your current situation is of utmost concern to us. The satellite has detected an extremely strong enemy presence approaching your spaceship from all directions. Use your best judgment and the quickest, most efficient defense: either <a object|tower>towers</a> or <a object|botfr>shooters</a>."
2013-10-25 13:45:09 +00:00
msgstr ""
#. type: Plain text
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/help.E.txt:7
2013-10-25 13:45:09 +00:00
#, no-wrap
2014-09-20 20:29:05 +00:00
msgid "In order to increase your survival chances, we have developed a program that will protect your west flank if you execute it on your <a object|botfr>wheeled shooter</a>; see the program page <button 53/>."
2013-10-25 13:45:09 +00:00
msgstr ""
#. type: Plain text
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/help.E.txt:9
2013-10-25 13:45:09 +00:00
#, no-wrap
2014-09-20 20:29:05 +00:00
msgid "<format key><key help/></format> allows you to review these instructions at all times on your personal SatCom <button 63/>."
2013-10-25 13:45:09 +00:00
msgstr ""
#. type: \t; header
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/help.E.txt:10
#: levels/missions/chapter005/level002/help/soluce.E.txt:8
2013-10-25 13:45:09 +00:00
#, no-wrap
msgid "See also"
msgstr ""
#. type: Plain text
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/help.E.txt:11
2013-10-25 13:45:09 +00:00
#, no-wrap
msgid "<a command>Controls</a> and <a cbot>CBOT Language</a>"
msgstr ""
#. type: \b; header
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/prog.E.txt:1
2013-10-25 13:45:09 +00:00
#, no-wrap
msgid "Programs dispatched by Houston"
msgstr ""
#. type: Plain text
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/prog.E.txt:3
2013-10-25 13:45:09 +00:00
#, no-wrap
2014-09-20 20:29:05 +00:00
msgid "Execute the program <code>KillAnt1</code> immediately on your <a object|botfr>wheeled shooter</a>, it will protect your west flank. Meantime you can elaborate your defense strategy."
2013-10-25 13:45:09 +00:00
msgstr ""
#. type: \s; block (usually verbatim code)
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/prog.E.txt:22
2013-10-25 13:45:09 +00:00
#, no-wrap
msgid ""
"extern void object::KillAnt1()\n"
"{\n"
"\t<a cbot|type>object</a> item; // info. about object\n"
"\t\n"
"\t<a cbot|goto>goto</a>(-30, 0); // go west\n"
"\t<a cbot|aim>aim</a>(0); // aim straight\n"
"\t\n"
"\t<a cbot|while>while</a> ( true ) // repeat forever:\n"
"\t{\n"
2014-09-20 20:29:05 +00:00
"\t\titem = <a cbot|radar>radar</a>(<a cbot|category>AlienAnt</a>, 0, 360, 0, 40);\n"
2013-10-25 13:45:09 +00:00
"\t\t<a cbot|if>if</a> ( item != null ) // ant detected ?\n"
"\t\t{\n"
"\t\t\t<a cbot|turn>turn</a>(<a cbot|direct>direction</a>(item.position));\n"
"\t\t\t<a cbot|fire>fire</a>(0.5); // shoot 0.5 s\n"
"\t\t}\n"
"\t\t<a cbot|wait>wait</a>(1); // wait 1 second\n"
"\t}\n"
"}"
msgstr ""
#. type: \b; header
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/prog.E.txt:23
2013-10-25 13:45:09 +00:00
#, no-wrap
msgid "Archives"
msgstr ""
#. type: Plain text
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/prog.E.txt:25
2013-10-25 13:45:09 +00:00
#, no-wrap
msgid "Index of the programs dispatched in former missions:"
msgstr ""
#. type: Bullet: 'o'
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/prog.E.txt:26
2013-10-25 13:45:09 +00:00
#, no-wrap
msgid "<code><a mlcrys2>CollectTitanium2</a></code>"
msgstr ""
#. type: Bullet: 'o'
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/prog.E.txt:27
2013-10-25 13:45:09 +00:00
#, no-wrap
msgid "<code><a mlcrys1>CollectTitanium1</a></code>"
msgstr ""
#. type: Bullet: 'o'
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/prog.E.txt:28
2013-10-25 13:45:09 +00:00
#, no-wrap
msgid "<code><a mltropi3>Recharge2</a></code>"
msgstr ""
#. type: Bullet: 'o'
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/prog.E.txt:29
2013-10-25 13:45:09 +00:00
#, no-wrap
msgid "<code><a mllune4>Recharge1</a></code>"
msgstr ""
#. type: Bullet: 'o'
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/prog.E.txt:30
2013-10-25 13:45:09 +00:00
#, no-wrap
msgid "<code><a mllune1>SwitchCell1</a></code>"
msgstr ""
#. type: \b; header
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/report.E.txt:1
2013-10-25 13:45:09 +00:00
#, no-wrap
2014-09-20 20:29:05 +00:00
msgid "Satellite Report"
msgstr ""
#. type: Plain text
#: levels/missions/chapter005/level002/help/report.E.txt:3
#, no-wrap
msgid "Currently in a geo-stationary orbit of Saari."
msgstr ""
#. type: \s; block (usually verbatim code)
#: levels/missions/chapter005/level002/help/report.E.txt:5
#, no-wrap
msgid "-> SURFACE<c/>"
2013-10-25 13:45:09 +00:00
msgstr ""
#. type: Plain text
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/report.E.txt:10
2013-10-25 13:45:09 +00:00
#, no-wrap
2014-07-10 15:16:30 +00:00
msgid ""
2014-09-20 20:29:05 +00:00
"\\tab;Temperature: 38.4C\n"
"\\tab;Atmosphere: CO2, oxygen, nitrogen\n"
"\\tab;Wind: 1.4 mps\n"
"\\tab;Titanium ore: some\n"
"\\tab;Uranium ore: none"
msgstr ""
#. type: \s; block (usually verbatim code)
#: levels/missions/chapter005/level002/help/report.E.txt:12
#, no-wrap
msgid "-> SUBSOIL<c/>"
2013-10-25 13:45:09 +00:00
msgstr ""
#. type: Plain text
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/report.E.txt:15
2013-10-25 13:45:09 +00:00
#, no-wrap
2014-07-10 15:16:30 +00:00
msgid ""
2014-09-20 20:29:05 +00:00
"\\tab;Energy source: everywhere\n"
"\\tab;Titanium ore: none\n"
"\\tab;Uranium ore: none"
msgstr ""
#. type: \s; block (usually verbatim code)
#: levels/missions/chapter005/level002/help/report.E.txt:17
#, no-wrap
msgid "-> ADDITIONAL INFORMATION<c/>"
2013-10-25 13:45:09 +00:00
msgstr ""
#. type: Plain text
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/report.E.txt:19
2013-10-25 13:45:09 +00:00
#, no-wrap
2014-07-10 15:16:30 +00:00
msgid ""
2014-09-20 20:29:05 +00:00
"\\tab;Detected: giant ants approaching \n"
"\\tab; - Danger: yes, immediate"
msgstr ""
#. type: \b; header
#: levels/missions/chapter005/level002/help/soluce.E.txt:1
#, no-wrap
msgid "Walkthrough"
msgstr ""
#. type: Plain text
#: levels/missions/chapter005/level002/help/soluce.E.txt:3
#, no-wrap
msgid "Execute immediately the program <code>KillAnt1</code> on the <a object|botfr>wheeled shooter</a>; it will take care of the first wave of attack coming from west."
msgstr ""
#. type: Plain text
#: levels/missions/chapter005/level002/help/soluce.E.txt:5
#, no-wrap
msgid "Then build two <a object|tower>defense towers</a> one in the north of the <a object|base>spaceship</a>, the other one in the south (you have to do this VERY quickly). While <a object|human>you</a> are building, use the <a object|botgr>grabber</a> to get a <a object|power>power cell</a>."
msgstr ""
#. type: Plain text
#: levels/missions/chapter005/level002/help/soluce.E.txt:7
#, no-wrap
msgid "As soon as the successive waves of attack, made up of about fifteen <a object|ant>ants</a>, are gone, you have time to take care of the ants that did not attack. Build a <a object|radar>radar</a> in order to spot them, and a <a object|convert>converter</a>, a <a object|factory>bot factory</a>, a <a object|station>power station</a> and a <a object|botfj>winged shooter</a> in order to get rid of them..."
2013-10-25 13:45:09 +00:00
msgstr ""
#. type: Plain text
2014-09-20 20:29:05 +00:00
#: levels/missions/chapter005/level002/help/soluce.E.txt:9
2013-10-25 13:45:09 +00:00
#, no-wrap
msgid "<a command>Controls</a>"
msgstr ""