# This file is part of the Colobot: Gold Edition source code # Copyright (C) 2001-2016, Daniel Roux, EPSITEC SA & TerranovaTeam # This file is distributed under the same license as the Colobot package. # next_ghost , 2018. msgid "" msgstr "" "Project-Id-Version: 0.1.11\n" "POT-Creation-Date: DATE\n" "PO-Revision-Date: 2018-02-26 22:43+01\n" "Last-Translator: next_ghost \n" "Language-Team: Czech \n" "Language: Czech\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n" "X-Language: cs_CZ\n" "X-Source-Language: en_US\n" #. type: Title-text #: ../scene.txt:1 #, no-wrap msgid "Power Cell 2" msgstr "Baterie 2" #. type: Resume-text #: ../scene.txt:2 #, no-wrap msgid "Power all the winged shooters." msgstr "Rozdejte baterie všem létajícím kanónům." #. type: ScriptName-text #: ../scene.txt:3 #, no-wrap msgid "Spider2" msgstr "Pavouk2" #. type: \b; header #: ../help/help.E.txt:1 #, no-wrap msgid "Objective" msgstr "Úkol" #. type: Plain text #: ../help/help.E.txt:2 #, 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 "Rozdejte létajícím kanónům baterie, aby mohly zlikvidovat mravenčí hnízdo na sever od Vaší pozice." #. type: \t; header #: ../help/help.E.txt:4 #, no-wrap msgid "Program" msgstr "Program" #. type: Plain text #: ../help/help.E.txt:5 #, 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 "Pojízdné rameno musí dojet k baterii, zvednout ji, odjet k létajícímu kanónu a položit baterii. Tento úkol je velmi podobný jako v předchozím cvičení. Zde je opět program z minula:" #. type: Source code #: ../help/help.E.txt:7 #, 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::Titan2()\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 #: ../help/help.E.txt:20 #, no-wrap msgid "The best way to solve the present exercise is to copy