<strings>
	<!-- Project Floater -->
	<string id="projectFloater/title" value="Project" />
	<string id="projectFloater/projectIconPath" value="Shared\MM\Images\projectIcon.png" />
	<string id="projectFloater/formIconPath" value="Shared\MM\Images\formIcon.png" />
	<string id="projectFloater/styleIconPath" value="Shared\MM\Images\styleIcon.bmp" />
	<string id="projectFloater/scriptIconPath" value="Shared\MM\Images\scriptIcon.png" />
	<string id="projectFloater/modelIconPath" value="Shared\MM\Images\modelIcon.png" />
	<string id="projectFloater/queryIconPath" value="Shared\MM\Images\queryIcon.png" />
	<string id="projectFloater/webServiceIconPath" value="Shared\MM\Images\webServiceIcon.png" />
	<!-- Components Floater -->
	<string id="ComponentsFloater/title" value="Components" />
	<!-- Properties Floater -->
	<string id="PropertiesFloater/title" value="Properties" />
	<string id="PropertiesFloater/Project" value="Project" />
	<string id="PropertiesFloater/Form" value="Form" />
	<string	id="PropertiesFloater/Style" value="Style" />
	<string id="PropertiesFloater/Application ActionScript" value="Application ActionScript" />
	<string id="PropertiesFloater/Form ActionScript" value="Form ActionScript" />
	<string id="PropertiesFloater/Application Data Model" value="Application data model" />
	<string id="PropertiesFloater/Form Data Model" value="Form data model" />
	<string id="PropertiesFloater/Application SQL Query" value="Application SQL query" />
	<string id="PropertiesFloater/Form SQL Query" value="Form SQL query" />
	<string id="PropertiesFloater/Application Web Service" value="Application web service" />
	<string id="PropertiesFloater/Form Web Service" value="Form web service" />
	<string id="PropertiesFloater/Various" value="Various" />
	<string id="PropertiesFloater/N selected" value="%d Selected" />
	<string id="PropertiesFloater/Name" value="Name" />
	<string id="PropertiesFloater/Value" value="Value" />
	<string id="PropertiesFloater/defaultName" value="defaultName" />
	<string id="PropertiesFloater/defaultValue" value="defaultValue" />
	<!-- Style Objects Floater -->
	<string id="styleObjectsFloater/title" value="Styles" />
	<string id="styleObjectsFloater/WarningTitle" value="Style Name Edit" />
	<string id="styleObjectsFloater/NoSpaces" value="Spaces are not allowed in style names. Press the Escape key to cancel your changes." />
	<string id="styleObjectsFloater/NotValid" value="This style name is already used in this project. Press the Escape key to cancel your changes." />
	<string id="styleObjectsFloater/DuplicateName" value="This style name is already used in this project. Press the Escape key to cancel your changes." />
	<string id="styleObjectsFloater/styleSheetExtensions" value=".css" />
	<string id="styleObjectsFloater/styleSheetFilter" value="Style Sheet Files (*.css)|*.css|All files (*.*)|*.*||" />
	<string id="styleObjectsFloater/untitledFormat" value=".Untitled%02d" />
	<!-- Compiler output floater -->
	<string id="CompilerOutputFloater/title" value="Build Output" />
	<!-- For Debugging panels, see debuggerStrings.xml -->
	<!-- Services Floater -->
	<string id="ServicesFloater/title" value="Services" />
	<string id="ServicesFloater/AddServiceButton/ToolTip" value="Add service" />
	<string id="ServicesFloater/RemoveServiceButton/ToolTip" value="Remove service" />
	<string id="ServicesFloater/RefreshServiceButton/ToolTip" value="Refresh service" />
	<string id="ServicesFloater/AddServiceToFavoritesButton/ToolTip" value="Add service to favorites" />
	<string id="ServicesFloater/RemoveServiceFromFavoritesButton/ToolTip" value="Remove service from favorites" />
	<string id="ServicesFloater/AddServiceDialog/Title" value="Add Service" />
	<string id="ServicesFloater/Downloading" value="Downloading... %d remaining" />
	<!-- Bindings Floater -->
	<string id="BindingsFloater/title" value="Bindings" />
	<string id="BindingsFloater/AddButton/ToolTip" value="Add" />
	<string id="BindingsFloater/RemoveButton/ToolTip" value="Remove" />
	<string id="BindingsFloater/Project" value="Project &quot;%s&quot;" />
	<string id="BindingsFloater/columnHeader1" value="Source" />
	<string id="BindingsFloater/columnHeader2" value="Binding" />
	<string id="BindingsFloater/columnHeader3" value="Type/Format" />
	<string id="BindingsFloater/NotYetSpecified" value="[Not yet specified]" />
	<string id="BindingsFloater/NoFormatter" value="No format" />
	<string id="BindingsFloater/NoValidation" value="No type" />
	<string id="BindingsFloater/InstructionTitle" value="To Use Dynamic Data in this application:" />
	<string id="BindingsFloater/InstructionStep1" value="Set up the application's &lt;a href=&quot;event:testingServer&quot;&gt;testing server&lt;/a&gt;." />
	<string id="BindingsFloater/InstructionStep2" value='Press the plus (+) button and choose &quot;Service method call&quot;' />
	<!-- Bindings dialogs -->
	<string id="BindingsDialogs/NoEvents" value="No events defined" />
	<string id="BindingsDialogs/NoProperties" value="No properties defined" />
	<string id="BindingsDialogs/AddBinding" value="&amp;Add new binding" />
	<string id="BindingsDialogs/EditBinding" value="&amp;Edit existing binding" />
	<!-- Code Hint static text -->
	<string id="codeHints/of" value=" of " />
	<!-- unsaved (unnamed) files -->
	<string id="app/unsavedScript" value="New script" />
	<!-- mxml -->
	<string id="mxml/parseErrors" value="The MXML document '%s' could not be read due to the following errors:&#13;%s" />
	<!-- SWFBuilder text and formats -->
	<string id="SWFBuilder/projectHeadFormat"	value="_global.styles.%s=new FStyleSheet();&#10;_global.styles.%s.styleName=&quot;%s&quot;;&#10;" />
	<string id="SWFBuilder/projectBodyFormat"	value="_global.styles.%s.%s" />
	<string id="SWFBuilder/projectTailFormat"	value="%s" />
	<string	id="SWFBuilder/formHeadFormat"		value="#initclip 0&#10;Object.registerClass(&quot;%s&quot, FForm)&#10;#endinitclip&#10;" />
	<string	id="SWFBuilder/formBodyFormat"		value="%s" />
	<string	id="SWFBuilder/formTailFormat"		value="%s" />
	<string id="SWFBuilder/styleName"			value="this.styleName" />
	<string id="SWFBuilder/styleNameFormat"		value="%s" />
	<string id="SWFBuilder/styleHeadFormat"		value="initProperties = function() {&#10;" />
	<string	id="SWFBuilder/styleBodyFormat"		value="	this.%s" />
	<string	id="SWFBuilder/styleTailFormat"		value="	}&#10;" />
	<string id="SWFBuilder/scriptHeadFormat"	value="onClipEvent(initialize) {&#10;" />
	<string id="SWFBuilder/scriptBodyFormat"	value="onClipEvent(load) {&#10;" />
	<string id="SWFBuilder/scriptTailFormat"	value="}&#10" />
</strings>
