# 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: ru\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: One-char language identifier #: levels-po/exercises/chapter001/level005/scene_langchar.txt:1 #, no-wrap msgid "E" msgstr "R" #. type: Title-text #: levels/exercises/chapter001/level005/scene.txt:1 #, no-wrap msgid "Power Cell 2" msgstr "Батарея 2" #. type: Resume-text #: levels/exercises/chapter001/level005/scene.txt:2 #, no-wrap msgid "Power all the winged shooters." msgstr "Оснастите батареей всех крылатых стрелков." #. type: ScriptName-text #: levels/exercises/chapter001/level005/scene.txt:3 #, no-wrap msgid "Spider2" msgstr "Spider2" #. type: \b; header #: levels/exercises/chapter001/level005/help/help.E.txt:1 #, no-wrap msgid "Objective" msgstr "Задание" #. type: Plain text #: levels/exercises/chapter001/level005/help/help.E.txt:3 #, no-wrap msgid "Power the winged shooters with power cells, so that they can kill the ants in the ant nest located in a hole north of your position." msgstr "Оснастите крылатых стрелков батареями, чтобы они смогли начать уничтожать муравьев в муравейнике, расположенном в норе на севере от вашей текущей позиции." #. type: \t; header #: levels/exercises/chapter001/level005/help/help.E.txt:4 #, no-wrap msgid "Program" msgstr "Программа" #. type: Plain text #: levels/exercises/chapter001/level005/help/help.E.txt:6 #, no-wrap msgid "The wheeled grabber must go to a power cell, grab it, go to a winged shooter, and drop the cell. This task is very similar to the task performed in the previous exercise. Here is this program again:" msgstr "Крылатый сборщик должен подойти к батарее, взять ее, отправиться к крылатому стрелку и бросить там батарею. Это задание очень напоминает задание, которое мы выполняли в предыдущем упражнении. Ниже мы еще раз приводим текст этой программы:" #. type: \s; block (usually verbatim code) #: levels/exercises/chapter001/level005/help/help.E.txt:19 #, no-wrap msgid "" "extern void object::Titanium2()\n" "{\n" "\tobject item;\n" "\t\n" "\titem = radar(TitaniumOre);\n" "\tgoto(item.position);\n" "\tgrab();\n" "\t\n" "\titem = radar(Converter);\n" "\tgoto(item.position);\n" "\tdrop();\n" "}" msgstr "" "extern void object::Titanium2()\n" "{\n" "\tobject item;\n" "\t\n" "\titem = radar(TitaniumOre);\n" "\tgoto(item.position);\n" "\tgrab();\n" "\t\n" "\titem = radar(Converter);\n" "\tgoto(item.position);\n" "\tdrop();\n" "}" #. type: Plain text #: levels/exercises/chapter001/level005/help/help.E.txt:21 #, no-wrap msgid "The best way to solve the present exercise is to copy