colobot-data/levels/missions/chapter009/level001/po/scene901.pot

303 lines
8.2 KiB
Plaintext

# 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.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: DATE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: One-char language identifier
#: levels-po/missions/chapter009/level001/scene_langchar.txt:1
#, no-wrap
msgid "E"
msgstr ""
#. type: Title-text
#: levels/missions/chapter009/level001/scene.txt:1
#, no-wrap
msgid "Killer Mushrooms"
msgstr ""
#. type: Resume-text
#: levels/missions/chapter009/level001/scene.txt:2
#, no-wrap
msgid ""
"Run the gauntlet of poison-spitting mushrooms and find the first key to the "
"vault."
msgstr ""
#. type: \b; header
#: levels/missions/chapter009/level001/help/help.E.txt:1
#, no-wrap
msgid "From Mission Control"
msgstr ""
#. type: Plain text
#: levels/missions/chapter009/level001/help/help.E.txt:3
#, no-wrap
msgid ""
"We've just received information that the first expedition designed a brand "
"new weapon to be used on Terranova. It was safely stored away from possible "
"enemy reach, inside a <a object|safe>vault</a> which can be accessed only by "
"using four <a object|key>keys</a>. The keys are scattered on or under the "
"planet surface."
msgstr ""
#. type: Plain text
#: levels/missions/chapter009/level001/help/help.E.txt:5
#, no-wrap
msgid ""
"The observation satellite has located one of these keys (A) north of your "
"present position."
msgstr ""
#. type: Plain text
#: levels/missions/chapter009/level001/help/help.E.txt:7
#, no-wrap
msgid ""
"In compliance with Congress directives, our engineers have developed yet "
"another strictly \"defensive\" bot : it is called a <a "
"object|botshld>shielder</a> and it will offer adequate protection within a "
"given perimeter. The data have been transmitted to your <a "
"object|research>research center</a> along with a couple of relevant "
"programs."
msgstr ""
#. type: Plain text
#: levels/missions/chapter009/level001/help/help.E.txt:9
#, no-wrap
msgid ""
"As you may know, uranium ore in the subsoil is a powerful fertilizer, "
"furthering the growth of a variety of mushrooms. Please also note that <a "
"object|titanore>titanium ore</a> is often located at the bottom of lakes on "
"this planet."
msgstr ""
#. type: Plain text
#: levels/missions/chapter009/level001/help/help.E.txt:11
#, no-wrap
msgid ""
"When your mission is completed and before taking off, bring both a <a "
"object|botshld>shielder</a> and a <a object|botsub>subber</a> aboard your "
"spaceship."
msgstr ""
#. type: Plain text
#: levels/missions/chapter009/level001/help/help.E.txt:13
#, no-wrap
msgid ""
"<format key><key help/></format> allows you to review these instructions at "
"all times on your personal SatCom <button 63/>."
msgstr ""
#. type: \t; header
#: levels/missions/chapter009/level001/help/soluce.E.txt:5
#, no-wrap
msgid "See also"
msgstr ""
#. type: Plain text
#: levels/missions/chapter009/level001/help/help.E.txt:15
#, no-wrap
msgid "<a command>Controls</a> and <a cbot>CBOT Language</a>"
msgstr ""
#. type: \b; header
#: levels/missions/chapter009/level001/help/prog.E.txt:1
#, no-wrap
msgid "Programs dispatched by Houston"
msgstr ""
#. type: Plain text
#: levels/missions/chapter009/level001/help/prog.E.txt:3
#, no-wrap
msgid ""
"According to the data transmitted by the satellite, our engineers have "
"developed two programs. The first one guides the <a object|botshld>shielder "
"bot</a> through the narrow valley north close to the place where the key has "
"been located. You can follow it without fearing any attack:"
msgstr ""
#. type: \s; block (usually verbatim code)
#: levels/missions/chapter009/level001/help/prog.E.txt:10
#, no-wrap
msgid ""
"extern void object::Outward()\n"
"{\n"
"\t<a cbot|shield>shield</a>(1,15); // activate the shield\n"
"\t<a cbot|goto>goto</a>(6,160); // go close to the key\n"
"\t<a cbot|shield>shield</a>(0,15); // deactivate the shield\n"
"}"
msgstr ""
#. type: Plain text
#: levels/missions/chapter009/level001/help/prog.E.txt:12
#, no-wrap
msgid ""
"The second program guides the <a object|botshld>shielder bot</a> back to the "
"<a object|base>spaceship</a>:"
msgstr ""
#. type: \s; block (usually verbatim code)
#: levels/missions/chapter009/level001/help/prog.E.txt:19
#, no-wrap
msgid ""
"extern void object::Return()\n"
"{\n"
"\t<a cbot|shield>shield</a>(1,15); // activate the shield\n"
"\t<a cbot|goto>goto</a>(8,60); // go to the spaceship\n"
"\t<a cbot|shield>shield</a>(0,15); // deactivate the shield\n"
"}"
msgstr ""
#. type: \b; header
#: levels/missions/chapter009/level001/help/prog.E.txt:20
#, no-wrap
msgid "Archives"
msgstr ""
#. type: Plain text
#: levels/missions/chapter009/level001/help/prog.E.txt:22
#, no-wrap
msgid "Index of the programs dispatched in former missions:"
msgstr ""
#. type: Bullet: 'o'
#: levels/missions/chapter009/level001/help/prog.E.txt:23
#, no-wrap
msgid "<code><a mlvolca2>ServiceTower1</a></code>"
msgstr ""
#. type: Bullet: 'o'
#: levels/missions/chapter009/level001/help/prog.E.txt:24
#, no-wrap
msgid "<code><a mlvolca1>CollectTitanium3</a></code>"
msgstr ""
#. type: Bullet: 'o'
#: levels/missions/chapter009/level001/help/prog.E.txt:25
#, no-wrap
msgid "<code><a mlsaari2>KillAnt1</a></code>"
msgstr ""
#. type: Bullet: 'o'
#: levels/missions/chapter009/level001/help/prog.E.txt:26
#, no-wrap
msgid "<code><a mlcrys2>CollectTitanium2</a></code>"
msgstr ""
#. type: Bullet: 'o'
#: levels/missions/chapter009/level001/help/prog.E.txt:27
#, no-wrap
msgid "<code><a mlcrys1>CollectTitanium1</a></code>"
msgstr ""
#. type: Bullet: 'o'
#: levels/missions/chapter009/level001/help/prog.E.txt:28
#, no-wrap
msgid "<code><a mltropi3>Recharge2</a></code>"
msgstr ""
#. type: Bullet: 'o'
#: levels/missions/chapter009/level001/help/prog.E.txt:29
#, no-wrap
msgid "<code><a mllune4>Recharge1</a></code>"
msgstr ""
#. type: Bullet: 'o'
#: levels/missions/chapter009/level001/help/prog.E.txt:30
#, no-wrap
msgid "<code><a mllune1>SwitchCell1</a></code>"
msgstr ""
#. type: \b; header
#: levels/missions/chapter009/level001/help/report.E.txt:1
#, no-wrap
msgid "Satellite Report"
msgstr ""
#. type: Plain text
#: levels/missions/chapter009/level001/help/report.E.txt:3
#, no-wrap
msgid "Currently in a geo-stationary orbit of Terranova."
msgstr ""
#. type: \s; block (usually verbatim code)
#: levels/missions/chapter009/level001/help/report.E.txt:5
#, no-wrap
msgid "-> SURFACE<c/>"
msgstr ""
#. type: Plain text
#: levels/missions/chapter009/level001/help/report.E.txt:10
#, no-wrap
msgid ""
"\\tab;Temperature: 24.8C\n"
"\\tab;Atmosphere: oxygen\n"
"\\tab;Wind: 0.7 mps\n"
"\\tab;Titanium ore: underwater\n"
"\\tab;Uranium ore: none"
msgstr ""
#. type: \s; block (usually verbatim code)
#: levels/missions/chapter009/level001/help/report.E.txt:12
#, no-wrap
msgid "-> SUBSOIL<c/>"
msgstr ""
#. type: Plain text
#: levels/missions/chapter009/level001/help/report.E.txt:15
#, no-wrap
msgid ""
"\\tab;Energy source: at some places\n"
"\\tab;Titanium ore: none\n"
"\\tab;Uranium ore: some"
msgstr ""
#. type: \s; block (usually verbatim code)
#: levels/missions/chapter009/level001/help/report.E.txt:17
#, no-wrap
msgid "-> ADDITIONAL INFORMATION<c/>"
msgstr ""
#. type: Plain text
#: levels/missions/chapter009/level001/help/report.E.txt:22
#, no-wrap
msgid ""
"\\tab;Detected: giant ants\n"
"\\tab; - Danger: immediate\n"
"\\tab;Detected: giant wasps\n"
"\\tab; - Danger: not immediate\n"
"\\tab;Detected: reusable derelicts"
msgstr ""
#. type: \b; header
#: levels/missions/chapter009/level001/help/soluce.E.txt:1
#, no-wrap
msgid "Walkthrough"
msgstr ""
#. type: Plain text
#: levels/missions/chapter009/level001/help/soluce.E.txt:4
#, no-wrap
msgid ""
"Unfortunately no walkthrough has been provided for this mission.\n"
"You are on your own..."
msgstr ""
#. type: Plain text
#: levels/missions/chapter009/level001/help/soluce.E.txt:6
#, no-wrap
msgid "<a command>Controls</a>"
msgstr ""