﻿<?xml version="1.0" encoding="utf-8"?>

<?xul-overlay href="../../../XULControls/FSCommand2Controls.xml"?>



<toolbox>

	<actionspanel>



		<folder name="Flash Lite-Aktionen" id="Flash Lite Actions" index="true" tiptext="Benutzerdefinierte Aktionen für Flash Lite" helpid="x20000" version="4">

			<folder name="fscommand2" id="fscommand2" sort="false" index="true" tiptext="Dient zum Zugriff auf die Mobiltelefon-Funktionen" helpid="x21C6A" version="4">

				<string name="Escape" tiptext="Kodiert einen String im URL-Format" helpid="x21C6B" text="fscommand2(&quot;Escape&quot;% , Original , kodiert %);\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="Ausdruck"/>

						</row>

						<row>

							<label value="Kodierter Variablenname:" align="right" control="ENCODED"/>

							<textbox id="ENCODED" prompt="String in Anführungszeichen"/>

						</row>

					</parametersdialog>

				</string>

				<string name="FullScreen" tiptext="Gibt die Größe des Anzeigebereichs an, der für die Wiedergabe verwendet wird" helpid="x21C6C" text="fscommand2(&quot;FullScreen&quot;% , Boolean %);\n" type="keyFirstArg" version="4">

					<parametersdialog>

						<block id="COMMAND"/>

						<label value="Vollbild:" align="right" control="FULLSCREEN"/>

						<textbox id="FULLSCREEN" prompt="Boolean"/>

					</parametersdialog>

				</string>

				<string name="GetBatteryLevel" tiptext="Gibt den gegenwärtigen Batteriestand zurück" 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="Gibt den Tag des aktuellen Datums zurück" 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="Gibt den Monat des aktuellen Datums zurück" 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="Gibt den numerischen Wert für den Namen des Tags des aktuellen Datums zurück" 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="Gibt den numerischen Wert des Jahres des aktuellen Datums zurück" 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="Identifiziert das Mobiltelefon, auf dem Flash ausgeführt wird" helpid="x21C72" text="fscommand2(&quot;GetDevice&quot;% , &quot;Gerät&quot;%);\n" type="keyFirstArg" version="4">

					<parametersdialog>

						<block id="COMMAND"/>

						<block id="NO_PARAMETERS"/>

					</parametersdialog>

				</string>

				<string name="GetDeviceID" tiptext="Legt einen Parameter fest, der den eindeutigen Bezeichner des Mobiltelefons darstellt" helpid="x21C73" text="fscommand2(&quot;GetDeviceID&quot;% , &quot;id&quot; %);\n" type="keyFirstArg" version="4">

					<parametersdialog>

						<block id="COMMAND"/>

						<label value="Name der ID-Variablen:" align="right" control="VNAME"/>

						<textbox id="VNAME" prompt="String in Anführungszeichen"/>

					</parametersdialog>

				</string>

				<string name="GetFreePlayerMemory" tiptext="Gibt die für Flash Lite verfügbare Speichermenge in Kilobyte zurück" 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="Legt einen Parameter fest, der die vom Mobiltelefon verwendete Sprache identifiziert" helpid="x21C75" text="fscommand2(&quot;GetLanguage&quot;% , &quot;Sprache&quot; %);\n" type="keyFirstArg" version="4">

					<parametersdialog>

						<block id="COMMAND"/>

						<label value="Name der Sprachenvariable:" align="right" control="VNAME"/>

						<textbox id="VNAME" prompt="String in Anführungszeichen"/>

					</parametersdialog>

				</string>

				<string name="GetLocaleLongDate" tiptext="Legt einen Parameter auf einen String fest, der das aktuelle Datum im langen Format darstellt" helpid="x21C76" text="fscommand2(&quot;GetLocaleLongDate&quot;% , &quot;longdate&quot; %);\n" type="keyFirstArg" version="4">

					<parametersdialog>

						<block id="COMMAND"/>

						<label value="Name der Datumsvariablen:" align="right" control="VNAME"/>

						<textbox id="VNAME" prompt="String in Anführungszeichen"/>

					</parametersdialog>

				</string>

				<string name="GetLocaleShortDate" tiptext="Legt einen Parameter auf einen String fest, der das aktuelle Datum im kurzen Format darstellt" helpid="x21C77" text="fscommand2(&quot;GetLocaleShortDate&quot;% , &quot;shortdate&quot; %);\n" type="keyFirstArg" version="4">

					<parametersdialog>

						<block id="COMMAND"/>

						<label value="Name der Datumsvariablen:" align="right" control="VNAME"/>

						<textbox id="VNAME" prompt="String in Anführungszeichen"/>

					</parametersdialog>

				</string>

				<string name="GetLocaleTime" tiptext="Legt einen Parameter auf einen String fest, der die aktuelle Uhrzeit darstellt" helpid="x21C78" text="fscommand2(&quot;GetLocaleTime&quot;% , &quot;Zeit&quot; %);\n" type="keyFirstArg" version="4">

					<parametersdialog>

						<block id="COMMAND"/>

						<label value="Name der Zeitvariablen:" align="right" control="VNAME"/>

						<textbox id="VNAME" prompt="String in Anführungszeichen"/>

					</parametersdialog>

				</string>

				<string name="GetMaxBatteryLevel" tiptext="Gibt den gegenwärtigen Batteriestand zurück" 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="Gibt die maximal mögliche Signalstärke zurück" 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="Gibt die maximal mögliche Lautstärke des Mobiltelefons zurück" 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="Gibt einen Wert zurück, der den aktuellen Netzwerkverbindungsstatus angibt" 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="Legt einen Parameter auf den Namen des aktuellen Netzwerks fest" helpid="x21C7D" text="fscommand2(&quot;GetNetworkName&quot;% , &quot;Netzwerkname&quot; %);\n" type="keyFirstArg" version="4">

					<parametersdialog>

						<block id="COMMAND"/>

						<label value="Netzwerkname:" align="right" control="NETNAME"/>

						<textbox id="NETNAME" prompt="String in Anführungszeichen"/>

					</parametersdialog>

				</string>

				<string name="GetNetworkRequestStatus" tiptext="Gibt einen Wert zurück, der den Status der letzten HTTP-Anforderung angibt" 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="Gibt einen Wert zurück, der den Netzwerkverbindungsstatus des Mobiltelefons angibt" 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="Gibt die aktuelle Plattform an" helpid="x21C80" text="fscommand2(&quot;GetPlatform&quot;% , &quot;Plattform&quot; %);\n" type="keyFirstArg" version="4">

					<parametersdialog>

						<block id="COMMAND"/>

						<label value="Name der Plattformvariablen:" align="right" control="VNAME"/>

						<textbox id="VNAME" prompt="Variablenname in Anführungszeichen"/>

					</parametersdialog>

				</string>

				<string name="GetPowerSource" tiptext="Gibt einen Wert zurück, der angibt, ob das Gerät batteriebetrieben ist oder eine externe Stromversorgung hat" 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="Gibt die gegenwärtige Signalstärke zurück" 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="Gibt die Stundenangabe der aktuellen Uhrzeit im 24-Stunden-Format zurück" 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="Gibt die Minutenangabe der aktuellen Uhrzeit zurück" 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="Gibt die Sekundenangabe der aktuellen Uhrzeit zurück" 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="Legt einen Parameter fest, der die lokale Zeitzone und die UTC miteinander vergleicht" helpid="x21C86" text="fscommand2(&quot;GetTimeZoneOffset&quot;% , &quot;Zeitzonenversatz&quot; %);\n" type="keyFirstArg" version="4">

					<parametersdialog>

						<block id="COMMAND"/>

						<label value="Name der Offset-Variablen:" align="right" control="VNAME"/>

						<textbox id="VNAME" prompt="String in Anführungszeichen"/>

					</parametersdialog>

				</string>

				<string name="GetTotalPlayerMemory" tiptext="Gibt die Gesamtgröße des Speichers in Kilobyte zurück" 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="Gibt die aktuelle Lautstärkeneinstellung des Mobiltelefons zurück" 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="Stellt die ursprünglichen Einstellungen der Softtasten wieder her" 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="Gibt an, in welchem Modus das Eingabetextfeld geöffnet werden soll" helpid="x21C8A" text="fscommand2(&quot;SetInputTextType&quot;% , Variablenname , Typ %);\n" type="keyFirstArg" version="4">

					<parametersdialog>

						<block id="COMMAND"/>

						<label value="Name der Inputvariablen:" align="right" control="VNAME"/>

						<textbox id="VNAME" prompt="Variablenname in Anführungszeichen"/>

						<block id="INPUTTYPE"/>

					</parametersdialog>

				</string>

				<string name="SetQuality" tiptext="Legt fest, in welcher Qualität die Animation wiedergegeben wird" helpid="x21C8B" text="fscommand2(&quot;SetQuality&quot;% , Qualität %);\n" type="keyFirstArg" version="4">

					<parametersdialog>

						<block id="COMMAND"/>

						<block id="QUALITYTYPE"/>

					</parametersdialog>

				</string>

				<string name="SetSoftKeys" tiptext="Dient zur Neuzuordnung der linken und der rechten Softtaste auf Mobiltelefonen" helpid="x21C8C" text="fscommand2(&quot;SetSoftkeys&quot;% , Links , Rechts %);\n" type="keyFirstArg" version="4">

					<parametersdialog>

						<block id="COMMAND"/>

						<label value="Wert der linken Taste:" align="right" control="LKEY"/>

						<textbox id="LKEY" prompt="Ausdruck"/>

						<label value="Wert der rechten Taste:" align="right" control="RKEY"/>

						<textbox id="RKEY" prompt="Ausdruck"/>

					</parametersdialog>

				</string>

				<string name="StartVibrate" tiptext="Startet die Vibration des Mobiltelefons" helpid="x21C8D" text="fscommand2(&quot;StartVibrate&quot;% , Zeit_ein , Zeit_aus , wiederholen %);\n" type="keyFirstArg" version="4">

					<parametersdialog>

						<block id="COMMAND"/>

						<label value="Einschalten um:" align="right" control="ONTIME"/>

						<textbox id="ONTIME" prompt="Millisekunden"/>

						<label value="Ausschalten um:" align="right" control="OFFTIME"/>

						<textbox id="OFFTIME" prompt="Millisekunden"/>

						<block id="REPEAT"/>

					</parametersdialog>

				</string>

				<string name="StopVibrate" tiptext="Stoppt die Vibration des Mobiltelefons" 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="Dekodiert einen String im URL-Format" helpid="x21C8F" text="fscommand2(&quot;Unescape&quot;% , Original , kodiert %);\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="Ausdruck"/>

						</row>

						<row>

							<label value="Kodierter Variablenname:" align="right" control="ENCODED"/>

							<textbox id="ENCODED" prompt="Variablenname in Anführungszeichen"/>

						</row>

					</parametersdialog>

				</string>

				<string name="Quit" tiptext="Gibt an, dass die Wiedergabe gestoppt und Flash Lite beendet werden soll" 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="Gibt einen Wert zurück, der die Position der Softtasten angibt." 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="Dient zum Zugriff auf die Mobiltelefon-Funktionen" helpid="x21C9E" version="4">

				<action id="FSCommand" name="Launch" tiptext="Startet eine andere Anwendung auf dem Mobiltelefon" helpid="x21C91" text="fscommand( &quot;Launch&quot;% , &quot;anwendungs-pfad,arg1,arg2,...,argn&quot; %);\n" version="4"/>

				<action id="FSCommand" name="activateTextField" tiptext="Aktiviert das gegenwärtig ausgewählte Textfeld." helpid="x21BB0" text="fscommand( &quot;activateTextField&quot;% , &quot;anwendung-pfad,arg1,arg2,...,argn&quot; %);\n" version="7"/>

			</folder>

				

			<folder name="Capabilities" id="FlashLite3" index="true" tiptext="Dient zur Erfassung des Funktionsumfangs des Mobiltelefons" helpid="x21C92" version="4">

				<string name="_capCompoundSound" tiptext="Gibt an, ob Flash Lite zusammengesetzte Sounddaten verarbeiten kann" helpid="x21BA4" text="_capCompoundSound;\n" version="4"/>

				<string name="_capEmail" tiptext="Gibt an, ob Flash Lite E-Mails senden kann" helpid="x21BA5" text="_capEmail;\n" version="4"/>

				<string name="_capMMS" tiptext="Gibt an, ob Flash Lite MMS-Nachrichten senden kann" helpid="x21BA9" text="_capMMS;\n" version="4"/>

				<string name="_capSMS" tiptext="Gibt an, ob Flash Lite SMS-Nachrichten senden kann" helpid="x21BAC" text="_capSMS;\n" version="4"/>

				<string name="_capMFi" tiptext="Gibt an, ob das Gerät MFi-Sound wiedergeben kann" helpid="x21BA7" text="_capMFi;\n" version="4"/>

				<string name="_capMIDI" tiptext="Gibt an, ob das Gerät MIDI-Sound wiedergeben kann" helpid="x21BA8" text="_capMIDI;\n" version="4"/>

				<string name="_capSMAF" tiptext="Gibt an, ob das Gerät SMAF-Sound wiedergeben kann" helpid="x21BAB" text="_capSMAF;\n" version="4"/>

				<string name="_capMP3" tiptext="Gibt an, ob das Gerät MP3-Sound wiedergeben kann" helpid="x21BAA" text="_capMP3;\n" version="4"/>

				<string name="_capStreamSound" tiptext="Gibt an, ob das Gerät Streaming-Sound wiedergeben kann" helpid="x21BAD" text="_capStreamSound;\n" version="4"/>

				<string name="_capLoadData" tiptext="Gibt an, ob die Hostanwendung dynamisch Daten laden kann" helpid="x21BA6" text="_capLoadData;\n" version="4"/>

				<string name="_cap4WayKeyAS" tiptext="Gibt an, ob Flash Lite mit Richtungstasten verknüpftes ActionScript ausführt" helpid="x21BAE" text="_cap4WayKeyAS;\n" version="4"/>

				<string name="$version" tiptext="Enthält die Versionsnummer von 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>

