# 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: Title-text #: ../scene.txt:1 #, no-wrap msgid "Massacre" msgstr "Резня" #. type: Resume-text #: ../scene.txt:2 #, no-wrap msgid "Use a loop in order to destroy four targets." msgstr "Используйте цикл чтобы уничтожить все цели." #. type: ScriptName-text #: ../scene.txt:3 #, no-wrap msgid "Go" msgstr "Вперед" #. type: \b; header #: ../help/help.E.txt:1 #, no-wrap msgid "Exercise" msgstr "Упражнение" #. type: Plain text #: ../help/help.E.txt:2 #, no-wrap msgid "Destroy all four targets with a program using a for loop. You must move 10m to get from one target to another." msgstr "Уничтожить все четыре мишени с помощью программы, используя цикл for. Вы должны переместиться на 10 метров от одной мишени к следующей." #. type: \b; header #: ../help/help.E.txt:4 #, no-wrap msgid "Useful instructions" msgstr "Полезные инструкции" #. type: Plain text #: ../help/help.E.txt:5 #, no-wrap msgid "" "for loop to repeat the instructions\n" "move to move the bot\n" "turn to turn the bot\n" "fire to fire the cannon" msgstr "" "for повторение инструкций\n" "move для движения бота\n" "turn для поворота бота\n" "fire для выстрела из орудия" #. type: \t; header #: ../help/help.E.txt:10 #, no-wrap msgid "See also" msgstr "См. также" #. type: Plain text #: ../help/help.E.txt:11 #, no-wrap msgid "Programming, types and categories." msgstr "Программирование, типы и категории."