# Copyright (C) 2019 Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # ... # B-CE <.>, 2019. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: DATE\n" "PO-Revision-Date: 2019-06-15 22:42+0200\n" "Last-Translator: BCE <.>\n" "Language-Team: French <>\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Lokalize 18.12.3\n" #. type: Title-text #: ../scene.txt:1 #, no-wrap msgid "Power Cell 2" msgstr "Batterie 2" #. type: Resume-text #: ../scene.txt:2 #, no-wrap msgid "Power all the winged shooters." msgstr "Équipez de batteries les robots tireurs" #. type: ScriptName-text #: ../scene.txt:3 #, no-wrap msgid "Spider2" msgstr "Batterie2" #. type: \b; header #: ../help/help.E.txt:1 #, no-wrap msgid "Objective" msgstr "Objectif" #. 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 "Équipez-les robots tireur de batteries, pour que ceux-ci puissent assainir le nid de fourmis qui se trouve dans un cratère au nord de votre position." #. type: \t; header #: ../help/help.E.txt:4 #, no-wrap msgid "Program" msgstr "Programme" #. 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 "Le robot préhenseur doit aller vers une batterie, prendre celle-ci, aller vers un robot, et poser la batterie. Voici un programme d'un exercice précédent qui accomplit une tâche semblable:" #. 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::Titane2()\n" "{\n" "\tobject chose;\n" "\t\n" "\tchose = radar(TitaniumOre);\n" "\tgoto(chose.position);\n" "\tgrab();\n" "\t\n" "\tchose = radar(Converter);\n" "\tgoto(chose.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