colobot-data/levels/exercises/chapter001/level003/po/cs.po

91 lines
4.0 KiB
Plaintext

# 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 <next_ghost@quick.cz>, 2018.
msgid ""
msgstr ""
"Project-Id-Version: 0.1.11\n"
"POT-Creation-Date: DATE\n"
"PO-Revision-Date: 2018-02-25 20:53+01\n"
"Last-Translator: next_ghost <next_ghost@quick.cz>\n"
"Language-Team: Czech <next_ghost@quick.cz>\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 "Titanium 1"
msgstr "Titan 1"
#. type: Resume-text
#: ../scene.txt:2
#, no-wrap
msgid "Take a chunk of titanium ore and bring it to the converter."
msgstr "Vezměte hroudu titanové rudy a odvezte ji do konvertoru."
#. type: ScriptName-text
#: ../scene.txt:3
#, no-wrap
msgid "Titanium1"
msgstr "Titan1"
#. 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 "Write a program that takes a chunk of <a object|titanore>titanium ore</a> and drops in on the <a object|convert>converter</a> in order to produce a <a object|titan>titanium cube</a>."
msgstr "Napište program, který vezme hroudu <a object|titanore>titanové rudy</a> a položí ji do <a object|convert>konvertoru</a>, aby se vyrobila <a object|titan>kostka titanu</a>."
#. 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 "You will need a new instruction:"
msgstr "Budete potřebovat nový příkaz:"
#. type: Source code
#: ../help/help.E.txt:7
#, no-wrap
msgid "move();<n/>"
msgstr "move();<n/>"
#. type: Plain text
#: ../help/help.E.txt:8
#, no-wrap
msgid "Instructs the bot to move forward or backward. The distance of the move is given in brackets in meters: <c/>move(10);<n/> moves the bot 10m forward, <c/>move(-1);<n/> moves the bot 1m backward."
msgstr "Přikazuje robotovi, aby popojel dopředu nebo dozadu. Číslo v závorkách určuje vzdálenost jízdy v metrech: <c/>move(10);<n/> pošle robota 10m kupředu, <c/>move(-1);<n/> pošle robota 1m dozadu."
#. type: Plain text
#: ../help/help.E.txt:10
#, no-wrap
msgid "The instructions <code><a cbot|turn>turn</a>()</code>, <code><a cbot|grab>grab</a>()</code> and <code><a cbot|drop>drop</a>()</code> have already been explained in the previous exercises. If you have any questions about these instructions, click the name of the instruction underlined in blue, and an explanation of the instruction will appear."
msgstr "Příkazy <code><a cbot|turn>turn</a>()</code>, <code><a cbot|grab>grab</a>()</code> a <code><a cbot|drop>drop</a>()</code> již byly vysvětleny v předchozích cvičeních. Pokud máte k těmto příkazům nějaké otázky, klikněte na jejich modře podtržený název a zobrazí se jejich podrobný popis."
#. type: Plain text
#: ../help/help.E.txt:12
#, no-wrap
msgid "The <a object|titanore>titanium ore</a> is 20m in front of the bot, the <a object|convert>converter</a> is 10m behind the bot. After dropping the titanium ore on the converter, do not forget to move back (for example <c/>move(-2.5);<n/>) so as to allow the converter to get down to work."
msgstr "<a object|titanore>Titanová ruda</a> je 20m před robotem a <a object|convert>konvertor</a> je 10m za robotem. Po položení rudy do konvertoru nezapomeňte kousek zacouvat (například <c/>move(-2.5);<n/>), aby konvertor mohl začít pracovat. Desetinná čísla používají anglický zápis, tedy s tečkou jako oddělovačem desetinných míst."
#. type: Plain text
#: ../help/help.E.txt:14
#, no-wrap
msgid "<format key><key help/></format> allows you to review these instructions at all times."
msgstr "Tyto instrukce si můžete kdykoliv znovu přečíst klávesou <format key><key help/></format>."