# Copyright (C) 2019 Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # BCE <.>, 2019. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: DATE\n" "PO-Revision-Date: 2019-06-15 18:22+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 "Massacre" msgstr "Massacre" #. type: Resume-text #: ../scene.txt:2 #, no-wrap msgid "Use a loop in order to destroy four targets." msgstr "Détruire quatre cibles à l'aide d'une boucle." #. type: ScriptName-text #: ../scene.txt:3 #, no-wrap msgid "Go" msgstr "Go" #. type: \b; header #: ../help/help.E.txt:1 #, no-wrap msgid "Exercise" msgstr "Exercice" #. 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 "Détruire les quatre cibles à l'aide d'un programme utilisant une boucle for. Il faut avancer de 10 mètres pour passer d'une cible à l'autre." #. type: \b; header #: ../help/help.E.txt:4 #, no-wrap msgid "Useful instructions" msgstr "Instructions utiles" #. 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 boucle pour répéter des instructions\n" "move pour avancer le robot\n" "turn pour tourner le robot\n" "fire pour faire tirer le robot" #. type: \t; header #: ../help/help.E.txt:10 #, no-wrap msgid "See also" msgstr "Voir aussi" #. type: Plain text #: ../help/help.E.txt:11 #, no-wrap msgid "Programming, types and categories." msgstr "Programmation, types et catégories."