# 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" "POT-Creation-Date: 2013-10-24 08:59+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: One-char language identifier #: scene904.languagecode:1 #, no-wrap msgid "E" msgstr "F" # #. type: Title-text #: scene904/scene.txt:1 #, no-wrap msgid "scene904:Alien Queen" msgstr "scene904:La quatrième clé" # #. type: Resume-text #: scene904/scene.txt:2 #, no-wrap msgid "scene904:Get the fourth key, open the vault and make the planet safe for human habitation." msgstr "scene904:Récupérez la quatrième et dernière clé." #. type: \b; header #: scene904-help/mhterra4.txt:1 #, no-wrap msgid "From Mission Control" msgstr "" #. type: Plain text #: scene904-help/mhterra4.txt:3 #, no-wrap msgid "With the help of the fourth key (D) located nearby, you will finally gain access to the vault. The groundbreaking bot you'll find inside was named a \"phazer\"." msgstr "" #. type: Plain text #: scene904-help/mhterra4.txt:5 #, no-wrap msgid "A program allowing for a collaboration between a phazer and a shielder has been attached." msgstr "" #. type: Plain text #: scene904-help/mhterra4.txt:7 #, no-wrap msgid "You should soon find yourself in a position to test your new weapon. Your last mission is to dispose of the Alien Queen, the egglayer responsible for the growing number of insects on Terranova. The phazer might very well be the only bot capable of getting the job done." msgstr "" #. type: Plain text #: scene904-help/mhterra4.txt:9 #, no-wrap msgid "There will then be no further obstacle to the human colonization of this magnificent planet and you'll soon be able to notify Earth of the success of your mission." msgstr "" #. type: Plain text #: scene904-help/mhterra4.txt:11 #, no-wrap msgid "\\key;\\key help; allows you to review these instructions at all times on your personal SatCom \\button 63;." msgstr "" #. type: \t; header #: scene904-help/mhterra4.txt:12 scene904-help/msterra4.txt:5 #, no-wrap msgid "See also" msgstr "" #. type: Plain text #: scene904-help/mhterra4.txt:13 #, no-wrap msgid "Controls and CBOT Language" msgstr "" #. type: \b; header #: scene904-help/miterra4.txt:1 #, no-wrap msgid "Satellite Report" msgstr "" #. type: Plain text #: scene904-help/miterra4.txt:3 #, no-wrap msgid "Currently in a geo-stationary orbit of Terranova." msgstr "" #. type: \s; block (usually verbatim code) #: scene904-help/miterra4.txt:5 #, no-wrap msgid "-> SURFACE" msgstr "" #. type: Plain text #: scene904-help/miterra4.txt:10 #, no-wrap msgid "" "\\tab;Temperature: 23.7C\n" "\\tab;Atmosphere: oxygen\n" "\\tab;Wind: 0.5 mps\n" "\\tab;Titanium ore: some\n" "\\tab;Uranium ore: some" msgstr "" #. type: \s; block (usually verbatim code) #: scene904-help/miterra4.txt:12 #, no-wrap msgid "-> SUBSOIL" msgstr "" #. type: Plain text #: scene904-help/miterra4.txt:15 #, no-wrap msgid "" "\\tab;Energy source: in some places (spaceship)\n" "\\tab;Titanium ore: none\n" "\\tab;Uranium ore: none" msgstr "" #. type: \s; block (usually verbatim code) #: scene904-help/miterra4.txt:17 #, no-wrap msgid "-> ADDITIONAL INFORMATION" msgstr "" #. type: Plain text #: scene904-help/miterra4.txt:21 #, no-wrap msgid "" "\\tab;Detected: giant ants\n" "\\tab; - Danger: immediate\n" "\\tab;Detected: giant egglayer\n" "\\tab; - Danger: ?" msgstr "" #. type: \b; header #: scene904-help/mlterra4.txt:1 #, no-wrap msgid "Programs dispatched by Houston" msgstr "" #. type: Plain text #: scene904-help/mlterra4.txt:3 #, no-wrap msgid "Below is a program that has been developed by our engineers." msgstr "" #. type: Plain text #: scene904-help/mlterra4.txt:5 #, no-wrap msgid "It instructs the shielder to follow and protect the phazer." msgstr "" #. type: \s; block (usually verbatim code) #: scene904-help/mlterra4.txt:39 #, no-wrap msgid "" "extern void object::FollowPhazer()\n" "{\n" "\tobject item; // info. about phazer\n" "\tpoint dest; // position where to go\n" "\tfloat dist; // distance to phazer\n" "\t\n" "\titem = radar(PhazerShooter);\n" "\tif ( item == null )\n" "\t{\n" "\t\tmessage(\"No phazer found\");\n" "\t\treturn; // stop the program\n" "\t}\n" "\tshield(1, 25); // activate the shield\n" "\t\n" "\twhile ( true ) // repeat forever\n" "\t{\n" "\t\titem = radar(PhazerShooter);// look for phazer\n" "\t\tif ( item == null ) break;\n" "\t\t\n" "\t\tdist = distance(item.position, position);\n" "\t\tif ( dist < 5 )\n" "\t\t{ // if closer than 5 m:\n" "\t\t\twait(1); // wait\n" "\t\t}\n" "\t\telse // otherwise:\n" "\t\t{ // Calculate a position 5 m before the phazer\n" "\t\t\tdest.x = (item.position.x-position.x)*((dist-5)/dist)+position.x;\n" "\t\t\tdest.y = (item.position.y-position.y)*((dist-5)/dist)+position.y;\n" "\t\t\tdest.z = (item.position.z-position.z)*((dist-5)/dist)+position.z;\n" "\t\t\tgoto(dest, 0, 1, 1); // and go there\n" "\t\t}\n" "\t}\n" "}" msgstr "" #. type: \b; header #: scene904-help/mlterra4.txt:40 #, no-wrap msgid "Archives" msgstr "" #. type: Plain text #: scene904-help/mlterra4.txt:42 #, no-wrap msgid "Index of the programs dispatched in former missions:" msgstr "" #. type: Bullet: 'o' #: scene904-help/mlterra4.txt:43 #, no-wrap msgid "ServiceTower1" msgstr "" #. type: Bullet: 'o' #: scene904-help/mlterra4.txt:44 #, no-wrap msgid "CollectTitanium3" msgstr "" #. type: Bullet: 'o' #: scene904-help/mlterra4.txt:45 #, no-wrap msgid "KillAnt1" msgstr "" #. type: Bullet: 'o' #: scene904-help/mlterra4.txt:46 #, no-wrap msgid "CollectTitanium2" msgstr "" #. type: Bullet: 'o' #: scene904-help/mlterra4.txt:47 #, no-wrap msgid "CollectTitanium1" msgstr "" #. type: Bullet: 'o' #: scene904-help/mlterra4.txt:48 #, no-wrap msgid "Recharge2" msgstr "" #. type: Bullet: 'o' #: scene904-help/mlterra4.txt:49 #, no-wrap msgid "Recharge1" msgstr "" #. type: Bullet: 'o' #: scene904-help/mlterra4.txt:50 #, no-wrap msgid "SwitchCell1" msgstr "" #. type: \b; header #: scene904-help/msterra4.txt:1 #, no-wrap msgid "Walkthrough" msgstr "" #. type: Plain text #: scene904-help/msterra4.txt:4 #, no-wrap msgid "" "Unfortunately no walkthrough has been provided for this mission.\n" "You are on your own..." msgstr "" #. type: Plain text #: scene904-help/msterra4.txt:6 #, no-wrap msgid "Controls" msgstr "" # #~ msgid "scene900:On Terranova" #~ msgstr "scene900:Sur Terranova" # #~ msgid "scene900:Terranova" #~ msgstr "scene900:Terranova" # #~ msgid "scene900:" #~ msgstr "scene900:" # #~ msgid "scene901:Killer Mushrooms" #~ msgstr "scene901:La première clé" # #~ msgid "scene901:" #~ msgstr "scene901:" # #~ msgid "scene901:Run the gauntlet of poison-spitting mushrooms and find the first key to the vault." #~ msgstr "scene901:Récupérez la première clé." # #~ msgid "scene902:Poison Hail" #~ msgstr "scene902:La deuxième clé" # #~ msgid "scene902:" #~ msgstr "scene902:" # #~ msgid "scene902:Retrieve the second key using only defensive strategies." #~ msgstr "scene902:Récupérez la deuxième clé." # #~ msgid "scene903:Gold Digger" #~ msgstr "scene903:La troisième clé" # #~ msgid "scene903:" #~ msgstr "scene903:" # #~ msgid "scene903:Be prepared to dig for buried treasure." #~ msgstr "scene903:Récupérez la troisième clé." # #~ msgid "scene904:" #~ msgstr "scene904:"