﻿<?xml version="1.0" encoding="utf-8"?>
<?xul-overlay href="../../../XULControls/FSCommand2Controls.xml"?>

<toolbox>
	<actionspanel>

		<folder name="Actions Flash Lite" id="Flash Lite Actions" index="true" tiptext="Actions personnalisées pour Flash Lite" helpid="x20000" version="4">
			<folder name="fscommand2" id="fscommand2" sort="false" index="true" tiptext="Permet d'accéder aux fonctionnalités du téléphone portable" helpid="x21C6A" version="4">
				<string name="Escape" tiptext="Code une chaîne au format URL" helpid="x21C6B" text="fscommand2(&quot;Escape&quot;% , original , encodé %);\n" type="keyFirstArg" version="4">
					<parametersdialog autolayout="false">
						<row>
							<block id="COMMAND"/>
						</row>
						<row>
							<label value="Original :" align="right" control="ORIGINAL"/>
							<textbox id="ORIGINAL" prompt="expression"/>
						</row>
						<row>
							<label value="Nom de la variable codée :" align="right" control="ENCODED"/>
							<textbox id="ENCODED" prompt="chaîne entre guillemets"/>
						</row>
					</parametersdialog>
				</string>
				<string name="FullScreen" tiptext="Définit la taille de la zone d'affichage à utiliser pour le rendu" helpid="x21C6C" text="fscommand2(&quot;FullScreen&quot;% , boolean %);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<label value="Plein écran:" align="right" control="FULLSCREEN"/>
						<textbox id="FULLSCREEN" prompt="boolean"/>
					</parametersdialog>
				</string>
				<string name="GetBatteryLevel" tiptext="Renvoie le niveau en cours de la batterie" helpid="x21C6D" text="fscommand2(&quot;GetBatteryLevel&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetDateDay" tiptext="Renvoie le jour de la date actuelle" helpid="x21C6F" text="fscommand2(&quot;GetDateDay&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetDateMonth" tiptext="Renvoie le mois de la date actuelle" helpid="x21C6E" text="fscommand2(&quot;GetDateMonth&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetDateWeekday" tiptext="Renvoie la valeur numérique du nom du jour de la date actuelle" helpid="x21C70" text="fscommand2(&quot;GetDateWeekday&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetDateYear" tiptext="Renvoie la valeur numérique de l'année de la date actuelle" helpid="x21C71" text="fscommand2(&quot;GetDateYear&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetDevice" tiptext="Identifie le téléphone portable sur lequel Flash s'exécute" helpid="x21C72" text="fscommand2(&quot;GetDevice&quot;% , &quot;périphérique&quot;%);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetDeviceID" tiptext="Définit un paramètre qui représente l'identifiant unique du téléphone portable" helpid="x21C73" text="fscommand2(&quot;GetDeviceID&quot;% , &quot;id&quot; %);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<label value="Nom de la variable ID :" align="right" control="VNAME"/>
						<textbox id="VNAME" prompt="chaîne entre guillemets"/>
					</parametersdialog>
				</string>
				<string name="GetFreePlayerMemory" tiptext="Renvoie la quantité de mémoire, en kilo-octets, dont dispose Flash Lite" helpid="x21C74" text="fscommand2(&quot;GetFreePlayerMemory&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetLanguage" tiptext="Définit un paramètre qui identifie la langue utilisée par le téléphone portable" helpid="x21C75" text="fscommand2(&quot;GetLanguage&quot;% , &quot;langage&quot; %);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<label value="Nom de la variable Langue :" align="right" control="VNAME"/>
						<textbox id="VNAME" prompt="chaîne entre guillemets"/>
					</parametersdialog>
				</string>
				<string name="GetLocaleLongDate" tiptext="Règle un paramètre sur une chaîne représentant la date actuelle en format long" helpid="x21C76" text="fscommand2(&quot;GetLocaleLongDate&quot;% , &quot;longdate&quot; %);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<label value="Nom de la variable Date :" align="right" control="VNAME"/>
						<textbox id="VNAME" prompt="chaîne entre guillemets"/>
					</parametersdialog>
				</string>
				<string name="GetLocaleShortDate" tiptext="Règle un paramètre sur une chaîne représentant la date actuelle en format abrégé" helpid="x21C77" text="fscommand2(&quot;GetLocaleShortDate&quot;% , &quot;shortdate&quot; %);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<label value="Nom de la variable Date :" align="right" control="VNAME"/>
						<textbox id="VNAME" prompt="chaîne entre guillemets"/>
					</parametersdialog>
				</string>
				<string name="GetLocaleTime" tiptext="Règle un paramètre sur une chaîne représentant l'heure actuelle" helpid="x21C78" text="fscommand2(&quot;GetLocaleTime&quot;% , &quot;instant&quot; %);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<label value="Nom de la variable Heure :" align="right" control="VNAME"/>
						<textbox id="VNAME" prompt="chaîne entre guillemets"/>
					</parametersdialog>
				</string>
				<string name="GetMaxBatteryLevel" tiptext="Renvoie le niveau en cours de la batterie" helpid="x21C79" text="fscommand2(&quot;GetMaxBatteryLevel&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetMaxSignalLevel" tiptext="Renvoie le niveau d'intensité maximale du signal" helpid="x21C7A" text="fscommand2(&quot;GetMaxSignalLevel&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetMaxVolumeLevel" tiptext="Renvoie le niveau de volume maximal du téléphone portable" helpid="x21C7B" text="fscommand2(&quot;GetMaxVolumeLevel&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetNetworkConnectStatus" tiptext="Renvoie une valeur indiquant l'état de la connexion au réseau en cours" helpid="x21C7C" text="fscommand2(&quot;GetNetworkConnectStatus&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetNetworkName" tiptext="Règle un paramètre sur le nom du réseau en cours" helpid="x21C7D" text="fscommand2(&quot;GetNetworkName&quot;% , &quot;nomréseau&quot; %);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<label value="Nom Réseau:" align="right" control="NETNAME"/>
						<textbox id="NETNAME" prompt="chaîne entre guillemets"/>
					</parametersdialog>
				</string>
				<string name="GetNetworkRequestStatus" tiptext="Renvoie une valeur indiquant l'état de la requête HTTP la plus récente" helpid="x21C7E" text="fscommand2(&quot;GetNetworkRequestStatus&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetNetworkStatus" tiptext="Renvoie une valeur indiquant l'état réseau du téléphone" helpid="x21C7F" text="fscommand2(&quot;GetNetworkStatus&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetPlatform" tiptext="Identifie la plate-forme en cours" helpid="x21C80" text="fscommand2(&quot;GetPlatform&quot;% , &quot;plate-forme&quot; %);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<label value="Nom de la variable Plate-forme :" align="right" control="VNAME"/>
						<textbox id="VNAME" prompt="nom var entre guillemets"/>
					</parametersdialog>
				</string>
				<string name="GetPowerSource" tiptext="Renvoie une valeur indiquant le type de la source d'alimentation (batterie ou externe)" helpid="x21C81" text="fscommand2(&quot;GetPowerSource&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetSignalLevel" tiptext="Renvoie l'intensité du signal en cours" helpid="x21C82" text="fscommand2(&quot;GetSignalLevel&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetTimeHours" tiptext="Renvoie l'heure de l'heure actuelle du jour, au format 24 heures" helpid="x21C83" text="fscommand2(&quot;GetTimeHours&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetTimeMinutes" tiptext="Renvoie les minutes de l'heure actuelle du jour" helpid="x21C84" text="fscommand2(&quot;GetTimeMinutes&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetTimeSeconds" tiptext="Renvoie les secondes de l'heure actuelle du jour" helpid="x21C85" text="fscommand2(&quot;GetTimeSeconds&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetTimeZoneOffset" tiptext="Définit un paramètre comparant le fuseau horaire local et l'heure universelle (UTC)" helpid="x21C86" text="fscommand2(&quot;GetTimeZoneOffset&quot;% , &quot;décalagefuseauhoraire&quot; %);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<label value="Nom de la variable Décalage :" align="right" control="VNAME"/>
						<textbox id="VNAME" prompt="chaîne entre guillemets"/>
					</parametersdialog>
				</string>
				<string name="GetTotalPlayerMemory" tiptext="Renvoie la quantité totale de mémoire, en kilo-octets" helpid="x21C87" text="fscommand2(&quot;GetTotalPlayerMemory&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetVolumeLevel" tiptext="Renvoie le niveau de volume en cours du téléphone portable" helpid="x21C88" text="fscommand2(&quot;GetVolumeLevel&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="ResetSoftKeys" tiptext="Rétablit les paramètres d'origine des touches programmables" helpid="x21C89" text="fscommand2(&quot;ResetSoftKeys&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="SetInputTextType" tiptext="Indique le mode d'ouverture du champ de saisie de texte" helpid="x21C8A" text="fscommand2(&quot;SetInputTextType&quot;% , nomVariable , type %);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<label value="Nom de la variable Saisie :" align="right" control="VNAME"/>
						<textbox id="VNAME" prompt="nom var entre guillemets"/>
						<block id="INPUTTYPE"/>
					</parametersdialog>
				</string>
				<string name="SetQuality" tiptext="Définit la qualité de rendu de l'animation" helpid="x21C8B" text="fscommand2(&quot;SetQuality&quot;% , qualité %);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="QUALITYTYPE"/>
					</parametersdialog>
				</string>
				<string name="SetSoftKeys" tiptext="Permet de mapper à nouveau les touches programmables gauche et droite des téléphones portables" helpid="x21C8C" text="fscommand2(&quot;SetSoftkeys&quot;% , gauche , droite %);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<label value="Valeur de la touche gauche :" align="right" control="LKEY"/>
						<textbox id="LKEY" prompt="expression"/>
						<label value="Valeur de la touche droite :" align="right" control="RKEY"/>
						<textbox id="RKEY" prompt="expression"/>
					</parametersdialog>
				</string>
				<string name="StartVibrate" tiptext="Déclenche la vibration du téléphone" helpid="x21C8D" text="fscommand2(&quot;StartVibrate&quot;% , heure_début , heure_fin , répéter %);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<label value="Heure de début :" align="right" control="ONTIME"/>
						<textbox id="ONTIME" prompt="millisecondes"/>
						<label value="Heure de fin :" align="right" control="OFFTIME"/>
						<textbox id="OFFTIME" prompt="millisecondes"/>
						<block id="REPEAT"/>
					</parametersdialog>
				</string>
				<string name="StopVibrate" tiptext="Arrête la vibration du téléphone" helpid="x21C8E" text="fscommand2(&quot;StopVibrate&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="Unescape" tiptext="Décode une chaîne au format URL" helpid="x21C8F" text="fscommand2(&quot;Unescape&quot;% , original , encodé %);\n" type="keyFirstArg" version="4">
					<parametersdialog autolayout="false">
						<row>
							<block id="COMMAND"/>
						</row>
						<row>
							<label value="Original :" align="right" control="ORIGINAL"/>
							<textbox id="ORIGINAL" prompt="expression"/>
						</row>
						<row>
							<label value="Nom de la variable codée :" align="right" control="ENCODED"/>
							<textbox id="ENCODED" prompt="nom var entre guillemets"/>
						</row>
					</parametersdialog>
				</string>
				<string name="Quit" tiptext="Arrête la lecture et quitte Flash Lite" helpid="x21C90" text="fscommand2(&quot;Quit&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
				<string name="GetSoftKeyLocation" tiptext="Renvoie une valeur indiquant l'emplacement des touches programmables" helpid="x21C81" text="fscommand2(&quot;GetSoftKeyLocation&quot;);\n" type="keyFirstArg" version="4">
					<parametersdialog>
						<block id="COMMAND"/>
						<block id="NO_PARAMETERS"/>
					</parametersdialog>
				</string>
			</folder>
			<folder name="FSCommand" id="FlashLite2" index="true" tiptext="Permet d'accéder aux fonctionnalités du téléphone portable" helpid="x21C9E" version="4">
				<action id="FSCommand" name="Launch" tiptext="Lance une autre application sur le téléphone portable" helpid="x21C91" text="fscommand( &quot;Launch&quot;% , &quot;chemin-application,arg1,arg2,...,argn&quot; %);\n" version="4"/>
				<action id="FSCommand" name="activateTextField" tiptext="Active le champ texte sélectionné" helpid="x21BB0" text="fscommand( &quot;activateTextField&quot;% , &quot;application-path,arg1,arg2,...,argn&quot; %);\n" version="7"/>
			</folder>
				
			<folder name="Capabilities" id="FlashLite3" index="true" tiptext="Permet de déterminer les capacités du téléphone portable" helpid="x21C92" version="4">
				<string name="_capCompoundSound" tiptext="Indique si Flash Lite peut traiter les données audio composées" helpid="x21BA4" text="_capCompoundSound;\n" version="4"/>
				<string name="_capEmail" tiptext="Indique si Flash Lite peut envoyer des messages électroniques" helpid="x21BA5" text="_capEmail;\n" version="4"/>
				<string name="_capMMS" tiptext="Indique si Flash Lite peut envoyer des messages MMS" helpid="x21BA9" text="_capMMS;\n" version="4"/>
				<string name="_capSMS" tiptext="Indique si Flash Lite peut envoyer des messages SMS" helpid="x21BAC" text="_capSMS;\n" version="4"/>
				<string name="_capMFi" tiptext="Indique si le périphérique prend en charge les sons MFi" helpid="x21BA7" text="_capMFi;\n" version="4"/>
				<string name="_capMIDI" tiptext="Indique si le périphérique prend en charge les sons MIDI" helpid="x21BA8" text="_capMIDI;\n" version="4"/>
				<string name="_capSMAF" tiptext="Indique si le périphérique prend en charge les sons SMAF" helpid="x21BAB" text="_capSMAF;\n" version="4"/>
				<string name="_capMP3" tiptext="Indique si le périphérique prend en charge les sons MP3" helpid="x21BAA" text="_capMP3;\n" version="4"/>
				<string name="_capStreamSound" tiptext="Indique si le périphérique prend en charge les sons lus en flux continu" helpid="x21BAD" text="_capStreamSound;\n" version="4"/>
				<string name="_capLoadData" tiptext="Indique si l'application hôte peut charger les données dynamiquement" helpid="x21BA6" text="_capLoadData;\n" version="4"/>
				<string name="_cap4WayKeyAS" tiptext="Indique si Flash Lite exécute le script ActionScript associé aux touches de direction" helpid="x21BAE" text="_cap4WayKeyAS;\n" version="4"/>
				<string name="$version" tiptext="Contient le numéro de version de Flash Lite" helpid="x21BAF" text="$version;\n" version="4"/>
			</folder>
		</folder>
	</actionspanel>
	<colorsyntax>
		<identifier text="_capCompoundSound"/>
		<identifier text="_capEmail"/>
		<identifier text="_capMMS"/>
		<identifier text="_capSMS"/>
		<identifier text="_capMFi"/>
		<identifier text="_capMIDI"/>
		<identifier text="_capSMAF"/>
		<identifier text="_capMP3"/>
		<identifier text="_capStreamSound"/>
		<identifier text="_capLoadData"/>
		<identifier text="_cap4WayKeyAS"/>
		<identifier text="$version"/>
		<identifier text="fscommand2"/>
	</colorsyntax>
</toolbox>
