colobot-data/levels/scene502/po/ru.po

244 lines
6.7 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.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-11-11 09:56+0100\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
#: scene502.languagecode:1
#, no-wrap
msgid "E"
msgstr "R"
#. type: Title-text
#: scene502/scene.txt:1
#, no-wrap
msgid "scene502:Invasion"
msgstr "scene502:Вторжение"
#. type: Resume-text
#: scene502/scene.txt:2
#, no-wrap
msgid "scene502:Hold out against a giant ant invasion."
msgstr "scene502:Отбейте атаку гигантских муравьев."
#. type: \b; header
#: scene502-help/mhsaari2.txt:1
#, no-wrap
msgid "From Mission Control"
msgstr ""
#. type: Plain text
#: scene502-help/mhsaari2.txt:3
#, no-wrap
msgid "Eliminate all hostile presence from the region."
msgstr ""
#. type: Plain text
#: scene502-help/mhsaari2.txt:5
#, no-wrap
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>."
msgstr ""
#. type: Plain text
#: scene502-help/mhsaari2.txt:7
#, no-wrap
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/>."
msgstr ""
#. type: Plain text
#: scene502-help/mhsaari2.txt:9
#, no-wrap
msgid "\\key;\\key help;<norm/> allows you to review these instructions at all times on your personal SatCom <button 63/>."
msgstr ""
#. type: \t; header
#: scene502-help/mhsaari2.txt:10 scene502-help/mssaari2.txt:8
#, no-wrap
msgid "See also"
msgstr ""
#. type: Plain text
#: scene502-help/mhsaari2.txt:11
#, no-wrap
msgid "<a command>Controls</a> and <a cbot>CBOT Language</a>"
msgstr ""
#. type: \b; header
#: scene502-help/misaari2.txt:1
#, no-wrap
msgid "Satellite Report"
msgstr ""
#. type: Plain text
#: scene502-help/misaari2.txt:3
#, no-wrap
msgid "Currently in a geo-stationary orbit of Saari."
msgstr ""
#. type: \s; block (usually verbatim code)
#: scene502-help/misaari2.txt:5
#, no-wrap
msgid "-> SURFACE<c/>"
msgstr ""
#. type: Plain text
#: scene502-help/misaari2.txt:10
#, no-wrap
msgid ""
"\\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)
#: scene502-help/misaari2.txt:12
#, no-wrap
msgid "-> SUBSOIL<c/>"
msgstr ""
#. type: Plain text
#: scene502-help/misaari2.txt:15
#, no-wrap
msgid ""
"\\tab;Energy source: everywhere\n"
"\\tab;Titanium ore: none\n"
"\\tab;Uranium ore: none"
msgstr ""
#. type: \s; block (usually verbatim code)
#: scene502-help/misaari2.txt:17
#, no-wrap
msgid "-> ADDITIONAL INFORMATION<c/>"
msgstr ""
#. type: Plain text
#: scene502-help/misaari2.txt:19
#, no-wrap
msgid ""
"\\tab;Detected: giant ants approaching \n"
"\\tab; - Danger: yes, immediate"
msgstr ""
#. type: \b; header
#: scene502-help/mlsaari2.txt:1
#, no-wrap
msgid "Programs dispatched by Houston"
msgstr ""
#. type: Plain text
#: scene502-help/mlsaari2.txt:3
#, no-wrap
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."
msgstr ""
#. type: \s; block (usually verbatim code)
#: scene502-help/mlsaari2.txt:22
#, 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"
"\t\titem = <a cbot|radar>radar</a>(<a cbot|category>AlienAnt</a>, 0, 360, 0, 40);\n"
"\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
#: scene502-help/mlsaari2.txt:23
#, no-wrap
msgid "Archives"
msgstr ""
#. type: Plain text
#: scene502-help/mlsaari2.txt:25
#, no-wrap
msgid "Index of the programs dispatched in former missions:"
msgstr ""
#. type: Bullet: 'o'
#: scene502-help/mlsaari2.txt:26
#, no-wrap
msgid "<code><a mlcrys2>CollectTitanium2</a></code>"
msgstr ""
#. type: Bullet: 'o'
#: scene502-help/mlsaari2.txt:27
#, no-wrap
msgid "<code><a mlcrys1>CollectTitanium1</a></code>"
msgstr ""
#. type: Bullet: 'o'
#: scene502-help/mlsaari2.txt:28
#, no-wrap
msgid "<code><a mltropi3>Recharge2</a></code>"
msgstr ""
#. type: Bullet: 'o'
#: scene502-help/mlsaari2.txt:29
#, no-wrap
msgid "<code><a mllune4>Recharge1</a></code>"
msgstr ""
#. type: Bullet: 'o'
#: scene502-help/mlsaari2.txt:30
#, no-wrap
msgid "<code><a mllune1>SwitchCell1</a></code>"
msgstr ""
#. type: \b; header
#: scene502-help/mssaari2.txt:1
#, no-wrap
msgid "Walkthrough"
msgstr ""
#. type: Plain text
#: scene502-help/mssaari2.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
#: scene502-help/mssaari2.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
#: scene502-help/mssaari2.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..."
msgstr ""
#. type: Plain text
#: scene502-help/mssaari2.txt:9
#, no-wrap
msgid "<a command>Controls</a>"
msgstr ""