﻿<strings>
	<!-- General application strings -->
    <string id="app/dw/titleShort" value="Dreamweaver"/>
    <string id="app/mmxptLiteVersion" value="Licensing Version "/>    
    <string id="app/readOnly" value="Read Only"/>
	<!-- General -->
	<string id="General/docencoding = "iso-8859-1" />
	<string id="General/all files filter" value="All Files (*.*)|*.*||" />
    <!-- common labels -->
    <string id="label/selectAFolder" value="Select a Folder" />
	<!-- common buttons -->
	<string id="button/next" value="Next" />
    <!-- JS Toolbar strings -->
	<string id="jstoolbar/required attr missing" value="Toolbar %s: &lt;%s&gt; tag missing required '%s' attribute."/>
	<string id="jstoolbar/bad attr value" value="Toolbar %s: %s attribute of &lt;%s&gt; tag must be %s; assuming %s."/>
	<string id="jstoolbar/id not found" value="Toolbar %s: &lt;itemref&gt; references undefined id '%s'."/>
	<string id="jstoolbar/item required attr missing" value="Toolbar item %s: &lt;%s&gt; control missing required '%s' attribute."/>
	<string id="jstoolbar/item file not found" value="Toolbar item %s: &lt;%s&gt; attribute '%s' -- file '%s' not found."/>
	<string id="jstoolbar/dup toolbar id" value="Toolbar %s: skipping toolbar with duplicate id '%s'."/>
	<string id="jstoolbar/dup item id" value="Toolbar %s: skipping toolbar item with duplicate id '%s'."/>
	<string id="jstoolbar/popup button tooltip" value="Show More"/>
	<string id="jstoolbar/option key in tooltip" value="Option"/>
	<!-- Property inspector labels and tooltips -->
	<string id="pi/templateExpression" value='Expression'/>
	<string id="pi/templateExpression_Icon" value='Inspectors/Template_Expr.gif'/>
	<string id="pi/textCSSNoStyle" value="None"/>
	<string id="pi/textCSSModeTooltip" value="Toggle CSS/HTML mode"/>
	<string id="pi/textCSSNewStyle" value="New..."/>
	<string id="pi/textCSSEditStyle" value="Edit..."/>
	<string id="pi/textCSSRenameStyle" value="Rename..."/>
	<string id="pi/textCSSManageStyles" value="Manage Styles..."/>
	<string id="pi/textCSSAttachStylesheet" value="Attach Style Sheet..."/>
	<string id="pi/textCSSInvalidColor" value="%s is not a valid color value. Enter a hex value (#RRGGBB or #RGB), rgb function notation (rgb(255,0,0) or rgb(100%%,0%%,0%%)), or a standard color name."/>
	<string id="pi/classTooltip" value="CSS style"/>
	<string id="pi/textFontTooltip" value="Text Font"/>
	<string id="pi/classLabel/Win" value="&Class"/>
	<string id="pi/classLabel/Mac" value="Class"/>
	<string id="pi/idTooltip" value="ID for &lt;div&gt; tag"/>
	<string id="pi/editCssTooltip" value="Open CSS Panel"/>
	<string id="pi/xslValueOf" value="xsl:value-of"/>
	<string id="pi/Flash Button" value="Flash Button"/>
	<string id="pi/Flash Text" value="Flash Text"/>
	<string id="pi/ImageViewer.swc" value="Image Viewer"/>
	<string id="pi/div/dupID" value="This ID is already in use on your page.  Are you sure you want to use the same ID for this tag?"/>
	<string id="pi/button/label/Submit" value="Submit"/>
	<string id="pi/button/label/Reset" value="Reset"/>
	<string id="pi/button/label/Button" value="Button"/>
 	<string id="pi/image/label/Photoshop" value="PS Image"/>
	<string id="pi/photoshopFileTooltip" value="Photoshop Source File"/>
	<!-- JavaScript error messages -->
	<string id="js/error/can't open script" value='Unable to open script file "%s" (error %d).'/>
	<string id="js/error/opening file" value='Error opening file'/>
	<string id="js/error/function removed" value='The "%s" function has been removed from Dreamweaver.'/>
  <string id="js/error/parallelArray" value='The "%s" function, if defined, must return an array with the same number of elements as the array returned by %s.'/>
  <!-- Tabbed outline label strings -->
	<string id="tabbedOutline/if" value='If'/>
	<string id="tabbedOutline/ifClause" value='IfClause'/>
	<string id="tabbedOutline/multipleIf" value='MultipleIf'/>
	<string id="tabbedOutline/passthroughIf" value='PassthroughIf'/>
	<string id="tabbedOutline/passthroughIfClause" value='PassthroughIfClause'/>
	<string id="tabbedOutline/passthroughMultipleIf" value='PassthroughMultipleIf'/>
	<string id="tabbedOutline/passthroughRepeat" value='passthroughRepeat'/>
	<string id="tabbedOutline/repeat" value='Repeat: %s'/>
	<!-- Panel workspace UI strings - most of them have been moved into the shared code .rc - those are DW specific -->
	<string id="panelWorkspace/Default" value='Default'/>
	<string id="panelWorkspace/Coder" value='Coder'/>
	<string id="panelWorkspace/Designer" value='Designer'/>
	<string id="panelWorkspace/Dual Screen" value='Dual Screen'/>
	<string id="panelWorkspace/Results" value='Results'/>
	<string id="panelWorkspace/CSS" value='CSS'/>
	<string id="panelWorkspace/Application" value='Application'/>
	<string id="panelWorkspace/Files" value='Files'/>
	<!-- CSS Panel strings -->
	<string id="cssPanel/Apply Class" value='Apply class'/>
	<string id="cssPanel/Missing Sheet" value='The specified style sheet could not be found.  Continue by adding the link/import statement in this page anyway?'/>
	<string id="cssPanel/No Document" value='No document'/>
	<string id="cssPanel/Style Applier Button" value='Apply styles'/>
	<string id="cssPanel/Style Editor Button" value='Edit styles'/>
	<string id="cssPanel/Style Applier Tooltip" value='Use this mode to apply styles'/>
	<string id="cssPanel/Style Editor Tooltip" value='Use this mode to edit style sheets'/>
	<string id="cssPanel/Edit in Codeview Button" value='Go to code'/>
	<string id="cssPanel/Edit in Codeview Tooltip" value='Go to code'/>
	<string id="cssPanel/Edit Tooltip/folder" value='Edit Style Sheet...'/>
  <string id="cssPanel/Edit Tooltip/rule" value='Edit Style...'/>
  <string id="cssPanel/New Tooltip/rule" value='New CSS Rule'/>
  <string id="cssPanel/Delete Tooltip/rule" value='Delete CSS Rule'/>
	<string id="cssPanel/Delete Tooltip/sheet" value='Unlink CSS Stylesheet'/>
	<string id="cssPanel/Delete Tooltip/folder" value='Delete Embedded Stylesheet'/>
	<string id="cssPanel/Delete Tooltip/property" value='Delete CSS Property'/>
	<string id="cssPanel/tree/No Styles Defined" value='no styles defined'/>
	<string id="cssPanel/tree/hidden" value='hidden'/>
	<string id="cssPanel/tree/design" value='design'/>
	<string id="cssPanel/tree/internal" value='internal'/>
	<string id="cssPanel/warnNoUndoMsg" value='The operation cannot be undone.&#13;Are you sure you want to continue?'/>
	<string id="cssPanel/warnNoAddToInternal" value='You cannot define a new style in an &quot;internal&quot; stylesheet.'/>
	<string id="cssPanel/tree/header/Selector" value='Selector'/>
	<string id="cssPanel/tree/header/Value" value='Value'/>
	<string id="cssPanel/Document Mode" value='All'/>
	<string id="cssPanel/Selection Mode" value='Current'/>
	<string id="cssPanel/Document Mode Tooltip" value='Switch to All (Document) Mode'/>
	<string id="cssPanel/Selection Mode Tooltip" value='Switch to Current Selection Mode'/>
	<string id="cssPanel/Summary/label" value='Summary for %s'/>
	<string id="cssPanel/Summary/Empty" value='No CSS properties apply to the current selection.  Please select a styled element to see which CSS properties apply.'/>
	<string id="cssPanel/Summary/Tooltip" value='This property is set in rule "%s" in file %s'/>
	<string id="cssPanel/Summary/Tooltip/inline" value='This property is set in an inline style'/>
	<string id="cssPanel/Cascade/Tooltip" value='This rule is defined in file %s with specificity %s'/>
	<string id="cssPanel/Out of Sync/Tooltip" value='Code view has been edited. Click Refresh or press F5 to update CSS Panel.'/>
	<string id="cssPanel/Out of Sync/label" value='Code view has been changed.'/>
	<string id="cssPanel/Out of Sync/Info Text" value='You have made changes to the code.&#13;To update the CSS panel or edit CSS properties, click Refresh or press F5.'/>
	<string id="cssPanel/Out of Sync/button" value='Refresh'/>
	<string id="cssPanel/Pane Header/Properties" value='Properties'/>
	<string id="cssPanel/Pane Header/All Rules" value='All Rules'/>
	<string id="cssPanel/Pane Header/Rules" value='Rules'/>
	<string id="cssPanel/Pane Header/Rules For" value='Rules for %s'/>
	<string id="cssPanel/Pane Header/Properties For" value='Properties for "%s"'/>
	<string id="cssPanel/Pane Header/About" value='About'/>
	<string id="cssPanel/Pane Header/About Property" value='About "%s"'/>
	<string id="cssPanel/Pane Header/Summary" value='Summary for Selection'/>
	<string id="cssPanel/Pane Header/Summary For" value='Summary for %s'/>
	<string id="cssPanel/Cascade Mode Tooltip" value='Show cascade of rules for selected tag'/>
	<string id="cssPanel/Prop Description Mode Tooltip" value='Show information about selected property'/>
	<string id="cssPanel/Prop Description/rule" value='%s is defined in rule "%s" in %s.'/>
	<string id="cssPanel/Prop Description/inline" value='%s is defined in an inline style attribute in %s.'/>
	<string id="cssPanel/Prop Description/Current document" value="the current document" />
	<string id="cssPanel/Prop Description/No property" value="No property is currently selected above." />
	<string id="cssPanel/Prop Description/newRule" value="New Rule for Selection" />
	<string id="cssPanel/Properties Header/inline" value='inline style'/>
	<string id="cssPanel/categoryModeBtnTip" value="Show category view" />
	<string id="cssPanel/listModeBtnTip" value="Show list view" />
	<string id="cssPanel/setOnlyModeBtnTip" value="Show only set properties" />
	<string id="cssPanel/Prop Inspector/Add Property" value="Add Property" />
	<string id="cssPanel/Prop Inspector/Invalid Property" value='"%s" is not a valid CSS property name. It will be discarded.'/>
	<string id="cssPanel/Prop Inspector/Multiple Units" value='multiple'/>
	<string id="cssPanel/Cascade/Empty" value='No CSS rules apply to the selected tag.'/>
  <string id="cssPanel/warning/FileDoesNotExist" value='File %s does not exist. Do you want to create it?' />
  <string id="cssPanel/warning/multipleFileDetach" value='You are trying to detach multiple CSS files or delete multiple "style" tags. Do you want to proceed?' />
  <string id="cssPanel/warning/multipleRuleDelete" value='You are trying to delete multiple CSS rules. Do you want to proceed?' />
  <!-- CSS -->
	<string id="css/ttMarginFormat" value='Margin: %s'/>
	<string id="css/ttPaddingFormat" value='Padding: %s'/>
	<string id="css/ttAllFormat" value='ID:&#9; %s&#13;&#10;Class:&#9; %s&#13;&#10;Tag:&#9; %s&#13;&#10;Float:&#9; %s&#13;&#10;Position: %s&#13;&#10;Top:&#9; %s&#13;&#10;Right:&#9; %s&#13;&#10;Bottom:&#9; %s&#13;&#10;Left:&#9; %s&#13;&#10;Width:&#9; %s&#13;&#10;Height:&#9; %s&#13;&#10;Overflow: %s' />
	<string id="css/ttAllFormatMac" value='ID:&#9; %s&#10;Class:&#9; %s&#10;Tag:&#9; %s&#10;Float:&#9; %s&#10;Position: %s&#10;Top:&#9; %s&#10;Right:&#9; %s&#10;Bottom:&#9; %s&#10;Left:&#9; %s&#10;Width:&#9; %s&#10;Height:&#9; %s&#10;Overflow: %s' />
	<string id="css/ttOverflowHelp" value='(double-click to edit)'/>
	<string id="css/ttOverflowHelp2" value='(edit mode)'/>
	<string id="css/ttEdgeFormat" value='Margin:&#9; %s&#13;&#10;Border:&#9; %s&#13;&#10;Padding: %s' />
	<string id="css/ttEdgeFormatMac" value='Margin:&#9; %s&#10;Border:&#9; %s&#10;Padding: %s' />
	<string id="css/default" value='default'/>
	<string id="css/cannotGetOrCreateSheet" value='A request to create a new STYLE, LINK or IMPORT failed.  If you are working with an instance of a template, make certain that there is an editable region within the HEAD tag.'/>
	<string id="css/embeddedStyleSheetLocation" value='&lt;style&gt;'/>
	<string id="css/URLprefixForPIB" value='Disabled for Preview-in-Browser: '/>
	<string id="css/autoCreatedStylePrefix" value='style'/>
	<string id="css/noSpacesAllowed" value='Please remove all spaces from the name.' />
	<string id="css/noPunctuationAllowed" value='Please remove all punctuation from the name.' />
	<string id="css/media/screen" value='screen' />
	<string id="css/media/tty" value='tty' />
	<string id="css/media/handheld" value='handheld' />
	<string id="css/media/tv" value='tv' />
	<string id="css/media/projection" value='projection' />
	<string id="css/media/print" value='print' />
	<string id="css/media/braille" value='braille' />
	<string id="css/media/aural" value='aural' />
  <string id="css/media/all" value='all' />
  <string id="css/sourceFormat/sampleStyleSheet" value=".myShortStyle { color: #000000; } .myLongStyle1, .myLongStyle2 { color: #FFFFFF; margin: 0px; padding: 0px; display: block; } " />
	<string id="css/moveConflictWarning" value='A rule with the selector "%s" exists in the destination style sheet.' />
	
	<!-- Strings for the StyleFolder.cpp file -->
	<string id="stylefolder/japanesebody" value='BODY {font-family: "ＭＳ Ｐゴシック"; font-size: 9pt}' />
	<string id="stylefolder/japanesetd" value='TD   {font-family: "ＭＳ Ｐゴシック"; font-size: 9pt}' />
	<string id="stylefolder/japanesepre" value='PRE {font-family: "ＭＳ Ｐゴシック"; font-size: 7pt}' />
	<string id="stylefolder/japaneseliteral" value='.LITERAL {font-family: "Osaka－等幅"}' />
	<string id="stylefolder/japaneseprogramlisting" value='.PROGRAMLISTING {font-family: "Osaka－等幅"}' />
	<string id="stylefolder/japanesebody/medium" value='BODY {font-family: "ＭＳ Ｐゴシック"; font-size: 10pt}' />
	<string id="stylefolder/japanesetd/medium" value='TD   {font-family: "ＭＳ Ｐゴシック"; font-size: 10pt}' />
	<string id="stylefolder/japaneseliteral/medium" value='.LITERAL {font-family: "ＭＳ Ｐゴシック"}' />
	<string id="stylefolder/japaneseprogramlisting/medium" value='.PROGRAMLISTING {font-family: "ＭＳ Ｐゴシック" }' />
	<string id="stylefolder/japanesebody/large" value='BODY {font-family: "ＭＳ Ｐゴシック"; font-size: 12pt}' />
	<string id="stylefolder/japanesetd/large" value='TD   {font-family: "ＭＳ Ｐゴシック"; font-size: 12pt}' />
	<string id="stylefolder/japaneseliteral/large" value='.LITERAL {font-family:  "ＭＳ Ｐゴシック"}' />
	<string id="stylefolder/japaneseprogramlisting/large" value='.PROGRAMLISTING {font-family:  "ＭＳ Ｐゴシック"}' />
	<!-- CSS Dialogs-->
  <string id="css/dialog/newRuleTitle" value='New CSS Rule'/>
  <string id="css/dialog/duplicateRuleTitle" value='Duplicate CSS Rule'/>
  <string id="css/dialog/convertRuleTitle" value='Convert Inline CSS to New Rule'/>
  <string id="css/dialog/convert/option/tag" value='All %s tags'/>
  <string id="css/dialog/convert/option/selector" value='A new CSS selector'/>
  <string id="css/dialog/convert/option/class" value='A new CSS class'/>
  <string id="css/dialog/convert/warning/noneselected" value='No inline CSS is selected for conversion.'/>
  <string id="css/dialog/move/warning/noneselected" value='No CSS rules are selected for movement.'/>
  <!-- AP Elements Panel -->
	<string id="layerPanel/Out of Sync/Tooltip" value='Code view has been edited. Click Refresh or press F5 to update the AP Elements panel.'/>
	<string id="layerPanel/Out of Sync/label" value='Code view has been changed.'/>
	<string id="layerPanel/Out of Sync/Info Text" value='You have made changes to the code.&#13;To update the AP Elements panel, click Refresh or press F5.'/>
	<string id="layerPanel/Out of Sync/button" value='Refresh'/>
	<string id="layerHistory/AP_Element" value='AP Element'/>
	
	<!-- Selection Inspector -->
	<string id="selInspector/title/basic" value="Tag Inspector" />
	<string id="selInspector/title/tagSel" value="Tag &lt;%s&gt;" />
	<string id="selInspector/title/ruleSel" value='Rule "%s"' />
	<string id="selInspector/title/noTagSelected" value="Tag &lt;No Tag Selected&gt;" />
	<string id="selInspector/title/noRuleSelected" value="Rule &lt;No Rule Selected&gt;" />
	<string id="selInspector/title/lockedRegionSel" value='Tag (Locked Region)'/>
	<string id="selInspector/title/flashComponent" value="Flash Component"/>
	<string id="selInspector/properyTab/tabName" value="Attributes" />
	<string id="selInspector/properyTab/defaultCategoryName" value="Uncategorized" />
	<string id="selInspector/properyTab/categoryModeBtnTip" value="Show category view" />
	<string id="selInspector/properyTab/listModeBtnTip" value="Show list view" />
	<string id="selInspector/flashletTab/tabName" value="Flash element" />
	<string id="selInspector/eventTab/tabName" value="Behaviors" />
	<string id="selInspector/eventTab/allEventsBtnTip" value="Show all events" />
	<string id="selInspector/eventTab/setEventsBtnTip" value="Show set events" />
	<string id="selInspector/eventTab/addEventBtnTip" value="Add behavior" />
	<string id="selInspector/eventTab/removeEventBtnTip" value="Remove event" />
	<string id="selInspector/eventTab/moveUpEventBtnTip" value="Move event value up" />
	<string id="selInspector/eventTab/moveDownEventBtnTip" value="Move event value down" />
	<string id="selInspector/eventTab/clientSideCatName" value="Client side" />
	<string id="selInspector/eventTab/serverSideCatName" value="Server side" />
	<string id="selInspector/eventTab/newListEntryMenuItem" value="Add list item" />
	<string id="selInspector/ruleTab/tabName" value="Relevant CSS" />
	<string id="selInspector/ruleTab/title/newRuleButton" value="New Rule" />
	<string id="selInspector/ruleTab/columnTitle/rules" value="Applied Rules" />
	<string id="selInspector/ruleTab/columnTitle/tags" value="Tag" />
	<string id="selInspector/ruleTab/noRules" value="(no rules applied)" />
	<string id="selInspector/ruleTab/title/properties" value="Relevant Properties:" />
	<string id="selInspector/ruleTab/inFile" value="In file: %s" />
	<string id="selInspector/ruleTab/inFileEmbedded" value="In current document" />
	<string id="selInspector/ruleTab/newRuleButtonTip" value="Create new rule" />
	<string id="selInspector/ruleTab/editButtonTip" value="Edit in Code view" />
	<string id="selInspector/ruleTab/editInlineButtonTip" value="Edit inline style in inspector" />
	<string id="selInspector/ruleTab/dropDownButtonTip" value="Menu for rule" />
	<string id="selInspector/ruleTab/design" value='Design Time'/>
	<string id="selInspector/ruleTab/irrelevant/noninheritable" value='Not Inherited'/>
	<string id="selInspector/ruleTab/irrelevant/overridden" value='Overridden by %s'/>
	<string id="selInspector/ruleTab/irrelevant/noninheritable/background" value='%s does not apply to your selection because it is not inherited.  It is applied to an enclosing tag.  However, page elements are transparent by default, so this color may show through.'/>
	<string id="selInspector/ruleTab/irrelevant/noninheritable/long" value='%s does not apply to your selection because it is not inherited.  It is applied to an enclosing tag.'/>
	<string id="selInspector/ruleTab/irrelevant/overridden/long" value='%s does not apply to your selection because it has been overridden by the rule %s'/>
	<string id="selInspector/ruleTab/irrelevant/overriddenByImportant/long" value='%s does not apply to your selection because it has been overridden by the rule %s where it is marked !important'/>
	<string id="selInspector/ruleTab/inlineStyle" value="&lt; inline style &gt;" />
	<string id="selInspector/ruleTab/inlineStyle/long" value="the inline style in tag &lt;%s&gt;" />
	<!-- AKA Rule Inspector -->
	<string id="selInspector/CssPropertyTab/inlineStyle" value="&lt; inline style &gt;" />
	<string id="selInspector/CssPropertyTab/tabName" value="CSS properties" />
	<string id="selInspector/CssPropertyTab/title/selector" value="Selector:" />
	<string id="selInspector/CssPropertyTab/title/goback" value="Go Back" />
	<string id="selInspector/CssPropertyTab/unit/px" value="pixels" />
	<string id="selInspector/CssPropertyTab/unit/pt" value="points" />
	<string id="selInspector/CssPropertyTab/unit/in" value="in" />
	<string id="selInspector/CssPropertyTab/unit/cm" value="cm" />
	<string id="selInspector/CssPropertyTab/unit/mm" value="mm" />
	<string id="selInspector/CssPropertyTab/unit/pc" value="picas" />
	<string id="selInspector/CssPropertyTab/unit/em" value="ems" />
	<string id="selInspector/CssPropertyTab/unit/ex" value="exs" />
	<string id="selInspector/CssPropertyTab/editButtonTip" value="Edit rule" />
	<string id="selInspector/CssPropertyTab/checkOutAndEditButtonTip" value="Check out and edit rule" />
	<string id="selInspector/CssPropertyTab/unit/%" value="%" />
	<string id="selInspector/CssPropertyTab/toolTip/border" value="style color width" />
	<string id="selInspector/CssPropertyTab/toolTip/border-color" value="top-color right-color bottom-color left-color" />
	<string id="selInspector/CssPropertyTab/toolTip/border-style" value="top-style right-style bottom-style left-style" />
	<string id="selInspector/CssPropertyTab/toolTip/border-width" value="top-width right-width bottom-width left-width" />
	<string id="selInspector/CssPropertyTab/toolTip/background" value="color image repeat attachment position" />
	<string id="selInspector/CssPropertyTab/toolTip/background-position" value="horizontal-position vertical-position - use keywords or positions with units" />
	<string id="selInspector/CssPropertyTab/toolTip/font" value="font-family and/or other properties" />
	<string id="selInspector/CssPropertyTab/toolTip/margin" value="margin-top margin-right margin-bottom margin-left" />
	<string id="selInspector/CssPropertyTab/toolTip/padding" value="padding-top padding-right padding-bottom padding-left" />
	<string id="selInspector/CssPropertyTab/toolTip/clip" value="rect (&lt;top&gt; &lt;right&gt; &lt;bottom&gt; &lt;left&gt;) or auto" />
	<string id="selInspector/CssPropertyTab/toolTip/z-index" value="numeric value or auto" />
	<string id="selInspector/CssPropertyTab/toolTip/outline-color" value="Color, inherit or invert. Default is invert" />
	<string id="selInspector/CssPropertyTab/toolTip/Add a property" value="Click to add new property to rule" />
	<string id="selInspector/CssPropertyTab/option/value" value="(value)" />
	<string id="selInspector/CssPropertyTab/category/Font" value="Font" />
	<string id="selInspector/CssPropertyTab/category/Background" value="Background" />
	<string id="selInspector/CssPropertyTab/category/Block" value="Block" />
	<string id="selInspector/CssPropertyTab/category/Border" value="Border" />
	<string id="selInspector/CssPropertyTab/category/Box" value="Box" />
	<string id="selInspector/CssPropertyTab/category/List" value="List" />
	<string id="selInspector/CssPropertyTab/category/Positioning" value="Positioning" />
	<string id="selInspector/CssPropertyTab/category/Extensions" value="Extensions" />
	<string id="selInspector/CssPropertyTab/category/Table" value="Tables, Content, Quotes" />
	
	<!-- XML Tree strings -->
	<string id="xmlTree/tagInspector/Locked region sel" value='Locked region selected'/>
	<string id="xmlTree/tagInspector/status text format" value='%s attributes'/>
	<string id="xmlTree/tagInspector/Locked region" value='Locked region'/>
	<string id="xmlTree/tagInspector/RefreshStr" value='Refresh tag inspector'/>
	<!-- Page Properties Dialog strings -->
	<string id="pagePropertiesDialog/title" value="Page Properties"/>
	<string id="pagePropertiesDialog/encodingWarning/name" value='Unsupported encoding'/>
	<string id="pagePropertiesDialog/encodingWarning/text" value='The encoding you have selected is not supported by your testing server. Do you want to change it anyway?'/>
	<string id="pagePropertiesDialog/conversionWarning/name" value='Possible loss of data'/>
	<string id="pagePropertiesDialog/conversionWarning/text" value="The selected encoding does not have all of the characters of the current encoding. This may result in question marks ('?') or random characters. Do you want to apply or skip the encoding change?"/>
	<string id="pagePropertiesDialog/conversionWarning/okbutton" value="Apply" />
	<string id="pagePropertiesDialog/conversionWarning/cancelbutton" value="Skip" />
	<string id="pagePropertiesDialog/underline style/always" value="Always underline"/>
	<string id="pagePropertiesDialog/underline style/never" value="Never underline"/>
	<string id="pagePropertiesDialog/underline style/only on hover" value="Show underline only on rollover"/>
	<string id="pagePropertiesDialog/underline style/only when not hover" value="Hide underline on rollover"/>
	<string id="pagePropertiesDialog/underline style/original" value="(don't change)"/>
	<string id="pagePropertiesDialog/propertiesLocked" value="All of this page's properties are locked by a template, so you can't edit them."/>
	<string id="pagePropertiesDialog/sameAsDefault" value="(Same as page font)"/>
	<string id="pagePropertiesDialog/cantClearExternal" value="You can't clear this value because it's set by an external style sheet (%s).&#13;However, you can change it to a new value."/>
	<string id="pagePropertiesDialog/cantSetDefaultFont" value="You can't set this font back to the default because it's set by an external style sheet (%s).&#13;However, you can change it to a different font."/>
		<string id="pagePropertiesDialog/gb18030_EncodingName" value="Chinese Simplified (GB18030)" />
	
	<!-- Insertbar Labels -->
	<string id="insertPanel/insert" value='Insert' />
	<string id="insertPanel/moveToFirstRecord" value='Move to first record' />
	<string id="insertPanel/moveToFirstPage" value='Move to first page' />
	<string id="insertPanel/customizeHelp/Win" value='Right-click to customize your favorite objects.' />
	<string id="insertPanel/customizeHelp/Mac" value='Control-click to customize your favorite objects.' />
	<string id="insertPanel/showAsTabs" value='Show as Tabs' />
	<string id="insertPanel/showAsMenu" value='Show as Menu' />
	<!-- Document Type strings -->
	<string id="documentTypes/noDocumentTypesAvailableErrMsg" value='No document types have been found in the Configuration/DocumentTypes/ folder. The MMDocumentTypes.xml file may be missing or corrupted. The application will exit now.' />
	<string id="documentTypes/cannotLoadDocumentTypeErrMsg" value='The Document Type "%s" will not be added because it uses a file extension that is already associated with a prior Document Type.'/>
	<!-- New Document Dialog -->
  <string id="newDocumentDialog/CategoryLabel" value='Category List:' />
  <string id="newDocumentDialog/BlankPageStr" value='Blank Page' />
  <string id="newDocumentDialog/TemplatePageStr" value='Blank Template' />
  <string id="newDocumentDialog/TemplateInstancePageStr" value='Page from Template' />
  <string id="newDocumentDialog/SamplePageStr" value='Page from Sample' />
  <string id="newDocumentDialog/ScriptFileStr" value='Other' />
  <string id="newDocumentDialog/PageType" value='Page Type:' />
  <string id="newDocumentDialog/TemplateType" value='Template Type:' />
  <string id="newDocumentDialog/Layout" value='Layout:' />
  <string id="newDocumentDialog/SitesStr" value='Site:' />
  <string id="newDocumentDialog/SiteNameStr" value='Template for Site "%s":' />
  <string id="newDocumentDialog/SampleStr" value='Sample Folder:' />
  <string id="newDocumentDialog/SamplePage" value='Sample Page:' />
  <string id="newDocumentDialog/NoPreviewStr" value='&lt;No preview&gt;' />
  <string id="newDocumentDialog/NoItemsStr" value='&lt;No items&gt;' />
  <string id="newDocumentDialog/GeneratingPreviewStr" value='Generating Preview...' />
  <string id="newDocumentDialog/GetMoreContentLinkStr" value='http://www.macromedia.com/exchange/dreamweaver/' />
  <string id="newDocumentDialog/GetMoreContentStr" value='&lt;a&gt;Get more content...&lt;/a&gt;' />
  <string id="newDocumentDialog/CurASPNetSettings" value='Current &lt;a&gt;ASP.NET settings&lt;/a&gt;:' />
  <string id="newDocumentDialog/NoSitesStr" value='You must first create a site and then create a template in that site.' />
  <string id="newDocumentDialog/NoSitesItemStr" value='&lt;No sites&gt;' />
  <string id="newDocumentDialog/BrowseDepFilesDest" value='Select destination folder for dependent files' />
  <string id="newDocumentDialog/FileNewerStr" value='The file "%s" in the destination directory "%s" is NEWER than the source.  Copy File?' />
  <string id="newDocumentDialog/FileOlderStr" value='The file "%s" in the destination directory "%s" is OLDER than the source.  Copy File?' />
  <string id="newDocumentDialog/generalDialogTitle" value="New Document" />
  <string id="newDocumentDialog/NeedExternalFile" value="You must specify the external style sheet that contains the CSS for this layout." />
  <string id="newDocumentDialog/NeedLayoutFile" value="&lt;Specify a file with existing layout rules&gt;" />
  <string id="newDocumentDialog/FileAlreadyAttached" value='The file "%s" is already in the list of CSS files to attach.' />
  <string id="newDocumentDialog/cssFileDoesntExist" value="The file %s does not exist. Attach it anyway?" />
  <string id="newDocumentDialog/savePageDesign" value="Save Page Design" />
  <string id="newDocumentDialog/SaveStyleSheet" value="Save Style Sheet File As" />
  <string id="newDocumentDialog/CSSFiles" value="CSS Files" />
  <string id="newDocumentDialog/LayoutInHeadStr" value="Add to Head" />
  <string id="newDocumentDialog/LayoutInNewExternStr" value="Create New File" />
  <string id="newDocumentDialog/LayoutInExistExternStr" value="Link to Existing File" />
  <string id="newDocumentDialog/DependentsDialogInfoStr" value="This document uses the following files not in this site:" />
  <string id="newDocumentDialog/FileDoesNotExist" value="The file '%s' does not exist so it can not be copied." />
  <!-- New Document Tooltips  -->
  <string id="newDocumentTips/AddStr" value="Attach Style Sheet" />
  <string id="newDocumentTips/DeleteStr" value="Delete the selected file from the list" />
  <!-- New Document Preferences -->
	<string id="newDocumentPrefs/ExtensionHelp" value='You can change the default extension in the <a>document type XML file</a>.'/>
	<string id="newDocumentPrefs/fileextension/notfound" value='The file extension you entered is not a valid file extension for HTML documents. Please enter a valid default file extension as specified in the MMDocumentTypes.xml file located in your Configuration/DocumentTypes folder.'/>
	<!-- File Compare Preferences -->
	<string id="prefsDiff/goURL" value='http://www.macromedia.com/go/dw8_compare_util' />
	<string id="prefsDiff/goURLLinkText" value='Before comparing two files, you must install and select a third-party file comparison utility. To learn more, click the Help button below.' />
    <!-- Welcome Screen -->
	<string id="startPage/howTurnBackOn" value="To display the Welcome Screen again, select Show Welcome Screen from the General category in the Preferences dialog box (Edit &gt; Preferences)."/>
  <string id="startPage/floaterTitle" value="Welcome Screen"/>
  <string id="splash/legal1" value="© 1997-2007 Adobe Systems Incorporated. All rights reserved."/>
  <string id="splash/legal2" value="See the patent and legal notice in the about box."/>

    <!-- Attribute List Control tooltips -->
	<string id="attrListCtrl/ColorPickerStr" value='Color picker' />
	<string id="attrListCtrl/DynamicDataStr" value='Dynamic data' />
	<string id="attrListCtrl/BrowseFolderStr" value='Browse...' />
	<string id="attrListCtrl/PointAndShootStr" value='Point to file' />
	<string id="attrListCtrl/QueryStringStr" value='Query string' />
	<string id="attrListCtrl/EditArrayStr" value='Edit Array Values...' />
	<!-- Locker error messages -->
	<string id="locker/lockedRegionChanged" value='Making this change would require changing code that is locked by a template or a translator.  The change will be discarded.' />
	<string id="locker/templateRegionSplit" value='You have created editable or repeat regions with the same name.  The problem must be corrected before the template can be used.' />
	<string id="locker/templateBeforeHTMLChanged" value='You have added or changed code outside the &lt;html&gt; tag.  This change will not be copied to documents based on the template unless you insert this tag in the &lt;head&gt; section of your template:&#13&#13&lt;!-- TemplateInfo codeOutsideHTMLIsLocked=&quot;true&quot; --&gt;' />
	<string id="locker/instanceBeforeHTMLChanged" value='The template that this document is based on does not allow changes outside the &lt;html&gt; tag.  The change you made will be discarded.' />
	<string id="locker/lockedRegionChangedChoice" value='You have made changes to code that is not marked as editable.  If you retain those changes, they will be lost the next time you apply a template update to this file.  Do you want to retain the changes until then?' />
	<string id="locker/instanceBeforeHTMLChangedChoice" value='The template that this document is based on does not allow changes outside the &lt;html&gt; tag.  You have made changes to code outside the <html> tag.  If you retain those changes, they will be lost the next time you apply a template update to this file.  Do you want to retain the changes until then?' />
	<string id="locker/layerCSSInLockedHead" value='The &lt;head&gt; of this document is locked, so the CSS for the AP element you are inserting will be placed inline.' />
	<string id="locker/layerCSSAndNSFixInLockedHead" value='The &lt;head&gt; of this document is locked, so the CSS for the AP element you are inserting will be placed inline, and the Netscape resize fix cannot be added.' />
	<!-- LiveData error messages -->
	<string id="livedata/error/translationFailed" value="Dreamweaver could not properly convert the live page from the server." />
  <string id="livedata/error/translationFailed/CF" value='This page cannot display correctly in Live Data view or in a browser because it may contain double-byte characters. &#13;To display the page correctly, add a ColdFusion encoding to the page by selecting Insert &gt; ColdFusion Objects &gt; Advanced &gt; CF Page Encoding.' />
	<!-- ASP.Net In-Place Editing tooltips -->
	<string id="inPlaceEditing/EditModeStr" value="Click to edit templates" />
	<string id="inPlaceEditing/PreviewModeStr" value="Click to preview control" />
	<!-- Validation Process -->
	<string id="validateSite/FileExceptions" value="Cannot open %s. OS return code is: %d" />
	<string id="configuration/versionXmlFile" value='version.xml' />
	<!-- Browser Compatibility Check -->
	<string id="btc/ErrorStyleParse" value="Error parsing styles" />
	<string id="btc/ReportInfoStr" value="Information" />
	<string id="btc/ReportConfidenceHighStr" value="Very Likely" />
	<string id="btc/ReportConfidenceMedHighStr" value="Likely" />
	<string id="btc/ReportConfidenceMedLowStr" value="Possible" />
	<string id="btc/ReportConfidenceLowStr" value="Possible" />
	<string id="btc/ReportCSSPropertyNotFound" value="Unsupported property: %s" />
	<string id="btc/ReportCSSValueNotFound" value="Unsupported value: '%s'" />
	<string id="btc/ReportRequiredAttributeMissing" value="Tag %s is missing required attribute %s" />
	<string id="btc/ErrorExternalParse" value="Found %d errors in external css files" />
	<string id="btc/LoadingIssues" value="Loading Issues..." />
	<string id="btc/BuildingStyleFilters" value="Building style filters..." />
	<string id="btc/BuildingBrowserIssuesMap" value="Building browser/issue map..." />
	<string id="btc/FindingIssues" value="Finding Issue: (%s) %s..." />
	<string id="btc/ResolvingLineNumbers" value="Resolving line numbers..." />
	<string id="btc/CascadingStyles" value="Cascading styles" />
	<string id="bcc/issuesCol"  value="Issue" />
	<string id="bcc/resultsDefaultMsg" value ="To get started, open a document and choose Check Browser Compatibility from the green arrow menu on the left." />
	<string id="bcc/checkWikiForUnfoundIssues" value ="Seeing a rendering issue that Dreamweaver isn't reporting? <a>Check Adobe.com</a> for new issue reports." />
	<string id="bcc/noconnection" value ="This link opens a page on the adobe.com site, but no Internet connection was detected. Please connect your computer to the Internet and try again." />
	<string id="bcc/jumpToWikiForIssue" value="<a>View solutions</a> to the %s on Adobe.com." />
	<string id="bcc/jumpToWikiForBTC" value="<a>Learn more</a> about CSS support in the browsers on Adobe.com." />
	<string id="bcc/btcErrorHeaderText" value="Browser Support Issue" />
  <string id="bcc/affectedBrowsers" value="Affects: " />
    <string id="bcc/likelihood" value="Likelihood: " />
  <string id="bcc/noIssuesFound" value="No issues detected." />
  <string id="bcc/checkCancelled" value="Check cancelled." />
    <!-- Snippets -->
	<string id="snippets/CantMoveSnippet" value="Dreamweaver is unable to move the %s. %s" />
	<string id="snippets/SnippetNameExists" value="A snippet with the same name exists in the folder." />
	<string id="snippets/UntitledSnippet" value="Untitled Snippet" />
	<!-- Tag Chooser -->
	<string id="tagChooser/tagInfoMissing" value="Tag Info not available for %s." />
	<!-- Connection Manager -->
	<string id="connectionManager/writeProtected" value="Cannot modify this read-only file: %s." />
	<string id="connectionManager/unclosedAddKeyTag" value="This file has an unclosed 'add key' tag: %s." />
	<string id="connectionManager/connectionExistsIn" value="This file already has data for a connection named %s: %s." />
	<string id="connectionManager/mySqlError/1251" value="For more information, see TechNote c45f8a29 (http://www.macromedia.com/go/c45f8a29)" />
	<!-- Wizard Button Text -->
	<string id="wizard/donebutton" value='_Done' />
	<string id="wizard/nextbutton" value='_Next >' />
	<!-- Table -->
	<string id="tables/cellTooltip" value="Control-click to select cell" />
	<string id="tables/cellTooltipMac" value="Command-click to select cell" />
	<string id="tables/colBorderTooltip" value="Shift-drag to retain other column widths&#13;&#10;Control-click to select cell" />
	<string id="tables/colBorderTooltipMac" value="Shift-drag to retain other column widths&#10;Command-click to select cell" />
	<string id="tables/rowBorderTooltip" value="Control-click to select cells" />
	<string id="tables/rowBorderTooltipMac" value="Command-click to select cell" />
	<string id="tables/tableHighlightTooltip" value="Press control key to see table structure" />
	<string id="tables/tableHighlightTooltipMac" value="Press command key to see table structure" />
	<string id="tables/explodedButton" value="Click to exit Expanded Tables mode (F6)" />
	<string id="tables/expandedMode" value="  Expanded Tables mode <a>[exit]</a>" />
	<string id="tables/layoutMode" value="  Layout mode <a>[exit]</a>" />
	<!-- Trial and Beta messages -->
	<string id="reminder/trial/contribute" value="This trial version of Contribute will expire\n in %d day(s).\n\nTo purchase Contribute, click Buy,\n or visit www.macromedia.com."/>
	<string id="reminder/beta/contribute" value="This beta version of Contribute will expire\n in %d day(s)."/>
	<!-- Color dialog -->
	<string id="colorDialog/title" value="Text Color"/>
	<!--Compiler Results messages-->
	<string id="compilerresults/filename"   value="Source file"/>
	<string id="compilerresults/linenumber" value="Line"/>
	<string id="compilerresults/message" value="Message"/>
	<string id="compilerresults/errorNumber" value="Error number"/>
	<!--Code Behind message-->
	<string id="codebehind/deletecbfile"			 value="Do you want to delete the code-Behind file '%s' as well?"/>
	<string id="codebehind/dontshowdeletecbfile"     value="Always automatically delete Code-Behind Page and do not prompt me again."/>
	<string id="codebehind/deletedesignfile"		 value="Do you want to delete the design file '%s' as well?"/>
	<string id="codebehind/dontshowdeletedesignfile" value="Always automatically delete Design Page and do not prompt me again."/>
	<string id="codebehind/deletefiles"				 value="Do you want to delete the code-Behind/design file(s) '%s' as well?"/>
	<string id="codebehind/dontshowdeletefiles"      value="Always automatically delete Code-Behind/Design Page(s) and do not prompt me again."/>
	<string id="codebehind/savecodebehindfiles"      value="New ASP.NET documents that use the Code-Behind Page require that you first save the page before editing it. You will be required to indicate where you want the file to be saved."/>
	<string id="codebehind/savecodebehindtitle"      value="Save ASP.NET Code-Behind And Design File As"/>
	<string id="codebehind/renamereadonlycodebehind" value="Are you sure you want to update code-Behind link in the read only design-Page '%s'?"/>
	<string id="codebehind/piblivedatacodebehind"	   value="Put Code-Behind Page '%s'?"/>
  <string id="codebehind/renameremotecodebehind"   value="Unable to rename the remote design and Code-Behind Page(s) due to following reasons:"/>
  <string id="codebehind/renamelocalcodebehind"   value="Unable to rename the local design and Code-Behind Page(s) due to following reasons:"/>
  <string id="codebehind/renameremotecodebehindres1"   value="Page(s) need to reside locally to update the design page association to Code-Behind Page."/>
  <string id="codebehind/renamelocalcodebehindres1"    value="Page(s) need to be unlocked or checked out to update the design page association to Code-Behind Page."/>
	<!-- XML Schema strings -->
	<string id="xmlschema/schemaURI"			 value="Schema for %s"/>
	<string id="xmlschema/steptitle"			 value="To use an XML reference in this XSLT page:"/>
	<string id="xmlschema/stepXMLSource"	 value="Please attach <a href='#' onMouseDown='event:XMLSource'>XML</a> source document."/>
	<string id="xmlschema/schemaLabel"		 value="XML Schema:"/>
	<string id="xmlschema/pathExpression"	 value="Expression:"/>
	<string id="xmlschema/xmlSource"			 value="<a>Source...</a>"/>
	<string id="xmlschema/inValidXMLSource"			 value="Please browse to a valid XML Source."/>
	<string id="xmlschema/unableToLocateXMLSource"			 value="Unable to locate or parse the XML Source"/>
	<string id="xmlschema/xmlSourceLocatorDlgTitle"			 value="Locate Source XML for XSL Template"/>
	<string id="xmlschema/defaultForReplaceContents"		value="Content goes here"/>
	<!-- Data Binding Instructions-->
	<string id="databinding/spryDataBindingInstr1" value="To use AJAX data on this page:" />	
	<string id="databinding/spryXMLDataSet" value="Spry XML Data Set" />	
	<string id="databinding/spryDataDialogInstr" value="To use AJAX data on this page:<ol><li>Define a Spry XML Data Set from the plus (+) button in the Bindings Panel.</li><li>You can then use this dialog to place data elements on your page.</li></ol>"/>	
	<string id="xslt/expression builder/title/text" value="XPath Expression Builder (Dynamic Text)" />
	<string id="xslt/expression builder/title/data" value="XPath Expression Builder (Dynamic Data)" />
	<string id="xslt/expression builder/title/url" value="XPath Expression Builder (Dynamic URL)" />
	<string id="xslt/expression builder/title/repeat" value="XPath Expression Builder (Repeat Region)" />
	<string id="xslt/expression builder/schema/text" value="Select node to display:" />
	<string id="xslt/expression builder/schema/repeat" value="Select node to repeat over:" />
	<string id="xslt/expression builder/help link" value="<a>How do I create a filter?</a>" />
	<string id="xslt/expression builder/grid/filter by"		value="Filter By" />
	<string id="xslt/expression builder/grid/child"		value="Where" />
	<string id="xslt/expression builder/grid/operator"		value="Operator" />
	<string id="xslt/expression builder/grid/value"		value="Value" />
	<string id="xslt/expression builder/grid/andor"		value="and/or" />
	<string id="xslt/expressionCannotBeEmpty"		value="Please provide a test expression." />
	<string id="xslt/advancedNote"		value="This XPath expression is too complex for the Expression Builder.  Please edit it in Code View or the Property Inspector." />
	<string id="xslt/serverBehaviorInstr"		value="Currently there are no server behaviors installed for %s. You can go to the Adobe Exchange and check for availability." />
    <!-- Behaviors -->
    <string id="behaviors/invalidEvent" value="%s is not a valid event for the %s tag. Please check for spelling errors, or choose a different browser or specification from the Show Events For menu." />    
	<string id="behaviors/dragLayerTabBgWidthMac" value="578" />
    <string id="behaviors/dragLayerTabBgHeightMac" value="165" />

    <!-- Adaptive shortcut set -->
	<string id="adaptiveSet/conflicts" value="The following shortcuts listed in &quot;%s&quot; are ignored because these shortcuts are also used in &quot;Menus\Menus.xml.&quot;"/>
	<!-- Rulers and Guides -->
	<string id="rulersGuides/statusBar/extents" value="Extents: "/>
	<string id="rulersGuides/statusBar/cursorCoords" value="Cursor coordinates:"/>
	<string id="rulersGuides/statusBar/guidePosition" value="Guide position:"/>
	<string id="ccImageAccessibilityDialog/ImageName" value="Image name" />
	<string id="ccImageAccessibilityDialog/Description" value="Description" />
	<string id="imagePropDialog/requireAltTagStr" value="A description is required." />
	<!-- import and paste -->	 
	<string id="insert doc dialog/word doc desc" value="Microsoft Word document" />
	<string id="insert doc dialog/excel doc desc" value="Microsoft Excel document" />
	<string id="insert doc dialog/format text" value="Text only" />
	<string id="insert doc dialog/format structure" value="Text with structure (paragraphs, lists, tables)" />
	<string id="insert doc dialog/format basic" value="Text, structure, basic formatting (bold, italic)" />
	<string id="insert doc dialog/format full" value="Text, structure, full formatting (bold, italic, styles)" />
	<string id="insert doc dialog/word title" value="Import Word Document" />
	<string id="insert doc dialog/excel title" value="Import Excel Document" />
	<string id="paste/cantPasteTemplateTableCells" value="Cannot complete the paste.  The clipboard contains table cells inside a template region; Dreamweaver cannot paste this type of clipboard (try using Code view)." />
	<!-- Encoding messages -->
	<string id="fileSave/encodingWarning/text" value="The document's current encoding can not correctly save all of the characters within the document.  You may want to change to UTF-8 or an encoding that supports the special characters in this document."/>
	<string id="UnicodeByteOrderMark/Label" value="Include Unicode Signature (BOM)" />
	<string id="UnicodeNormalizationForm/Label" value="Unicode Normalization Form:" />
	<string id="UnicodeNormalizationForm/None" value="None" />
	<string id="UnicodeNormalizationForm/D" value="D (Canonical Decomposition)" />
	<string id="UnicodeNormalizationForm/C" value="C (Canonical Decomposition, followed by Canonical Composition)" />
	<string id="UnicodeNormalizationForm/KD" value="KD (Compatibility Decomposition)" />
	<string id="UnicodeNormalizationForm/KC" value="KC (Compatibility Decomposition, followed by Canonical Composition)" />
	
	<!-- URL File Browser Dialog -->
	<string id="URLFileDialog/dataSourcesButtonLabel" value="Select file name from:"/>
	<string id="URLFileDialog/siteRootButton" value="Site Root"/>
	<string id="URLFileDialog/dataSourcesButton" value="Data Sources..."/>
	<string id="URLFileDialog/URLEditFieldLabel" value="URL:"/>
	<string id="URLFileDialog/popupLabel" value="Relative to:"/>
	<string id="URLFileDialog/popup/document" value="Document"/>
	<string id="URLFileDialog/popup/site" value="Site Root"/>
	<string id="URLFileDialog/queryStringButton" value="Parameters..."/>
	<string id="URLFileDialog/remoteServerButton" value="Server..."/>
  <string id="URLFileDialog/remoteServerMessage" value="You must save the current document before choosing file on website."/>  
	<string id="URLFileDialog/virtualRoot" value="Virtual Root"/>
	<string id="URLFileDialog/siteUrlNotDefined" value="[HTTP Address not provided in site definition.]"/>
	<string id="URLFileDialog/httpAddressRequired" value="For site relative links to work correctly at runtime you need to set a valid HTTP address in the site definition. " />
	<string id="URLFileDialog/statusNotUnderDocRoot" value="Chosen file is not under site root." />
	<!-- New Document Preferences -->
	<string id="URLFileDialog/DefaultLinkRelativeHelp" value="<a>Change default Link Relative To</a> in the site definition."/>
	
	<!-- General Tooltips -->
	<string id="tooltip/bindDyanamicData" value="Bind dynamic data" />
	<string id="tooltip/browseForFile" value="Browse for file" />
	<string id="tooltip/displayTagEditor" value="Display tag editor" />
	
	<string id="autovalidate/FoundNoErrors" value="No browser compatibility issues"/>
	<string id="autovalidate/FoundSomeErrors" value="Found %d browser compatibility issues"/>
	<!-- Flashlets-->
	<string id="flashlet/category/component parameters" value="Element parameters"/>
	<string id="flashlet/save/title" value="Save Flash Element"/>
	<string id="flashlet/save/filetype" value="Flash movie"/>
	<string id="flashlet/save/notfound" value="The %s Flash element could not be found."/>
	<string id="flashlet/dialog/array" value="Edit '%s' Array"/>
	<!-- Flash Video -->
	<string id="flashvideo/save before insert" value="Before a Flash Video object can be inserted, the file must be saved.&#13;&#13;Do you want to save now?"/>
	<string id="flashvideo/title" value="Select Flash Video"/>
	<string id="flashvideo/file type" value="Flash Video files"/>
	<!-- Accessibility String for Image -->
  <string id="accessibilityString/ImageMap Alt Field" value="Please describe the image map in the 'alt' field on the Properties inspector. This description will help visually impaired people who use tools that read web pages to them."/>
  <string id="accessibilityString/Empty Alt Field" value="&lt;empty&gt;"/>
 
	<!-- Rename Style dialog -->
	<string id="rename class/enter new name" value="Please enter a new name for the selected style."/>
	<string id="rename class/external class" value="This style is defined in an external stylesheet, and may affect multiple documents.&#013;&#013;Use Find &#038; Replace to fix the documents that use this style?&#013;&#013;"/>
	<string id="rename class/external class passive" value="This style is defined in an external stylesheet, and may affect multiple documents.&#013;&#013;You can use Find &#038; Replace to fix the documents that use this style.&#013;&#013;"/>
	<string id="rename class/locked class" value="You can't rename this class because it's defined in a locked region of the document."/>
	<string id="rename class/locked" value="(locked)"/>
	<string id="rename class/class title" value="Rename Class"/>
	<string id="rename class/rename class label" value="Rename class:"/>
	<string id="rename class/no classes defined" value="No CSS classes defined in the current document."/>
	<string id="rename class/no unlocked classes" value="All classes in the current document are defined in locked regions, so you can't rename them."/>
	<!-- other -->
	<string id="images/manipulationWarning" value="The action you are about to perform will permanently alter the selected image. You can undo any changes you make by selecting Edit &gt; Undo." />
	<string id="images/alterationWarning" value="The action you are about to perform will permanently alter the selected image. You can undo any changes you make by selecting Edit &gt; Undo." />
	<string id="images/tooSmallToCrop" value="The image is too small to crop." />
	<string id="images/openPhotoshopFile" value="Open Photoshop file" />
	<string id="images/saveWebImage" value="Save Web Image" />
	<string id="launch and edit/no valid editor" value="Can't find a valid editor for this file extension."/>
	<string id="launch and edit/invalid path" value="Files on remote FTP/RDS servers cannot be opened in an external editor.  Try copying the file on the server and pasting it to a local volume.&#013;&#013;Then you can launch and edit the local copy, and paste the modified file back to the remote server."/>
	<string id="imagePI/edit" value="Edit" />
	<string id="imagePI/resample" value="Resample" />
	<string id="imagePI/crop" value="Crop" />
	<string id="imagePI/b_and_c" value="Brightness and Contrast" />
	<string id="imagePI/sharpen" value="Sharpen" />
	<string id="imagePI/optimize" value="Optimize..." />
	
	<string id="pib/saveAllBeforePut" value="Some files needed to accurately preview this page have been modified but not saved.  Save them now?" />
	<string id="pib/saveBeforePreview" value="You must save this file in order to preview it in a browser." />
	<string id="link management/updateOnSaveAsPrompt" value="Update Links?" />
	<string id="link management/saveForUpdatePrompt" value="To update links in %s, it must be saved first. Do you want to save and update this file?"/>
	<string id="macosx/fontsize" value="8.25" />
	<string id="findReplace/fileLocked" value="'%s' cannot be updated because it is locked. Would you like to unlock it?" />
	<string id="findReplace/userCancelled" value="You cancelled the replace operation in these files:" />
	
	<!-- Message box -->
	<string id="WinMessageBox/Yes" value="&#38;Yes"/>
	<string id="WinMessageBox/No" value="&#38;No"/>
	<string id="WinMessageBox/Save" value="&#38;Save"/>
	<string id="WinMessageBox/Error" value="&#38;Error"/>
	<string id="WinMessageBox/Cancel" value="&#38;Cancel"/>
	
	<!-- Width and Height for the Welcome Screen -->
	<string id="StartPage/winStartPageWidth" value="650"/>	
	<string id="StartPage/winStartPageHeight" value="455"/>
	<string id="StartPage/macStartPageWidth" value="648"/>	
	<string id="StartPage/macStartPageHeight" value="465"/>
	<string id="StartPage/maxLenSamples" value="135"/>
	
	<!-- Active Content warning strings -->
	<string id="ActiveContent/olderFileVersionWarning" value="You are inserting content that calls a function in the shared file '%s'.&#13;&#13;A newer version of the shared file is available for improved performance. Would you like to replace the shared file with the newer version?"/>
	<string id="ActiveContent/ACInLockedRegion" value="This page contains &lt;object&gt; tags in a locked region. To convert the Active Content on this page, open the template file '%s'."/>
	<string id="ActiveContent/LockedHeadRegion" value="You cannot insert this content with browser-safe scripts because the &lt;head&gt; tag is in a locked region. To insert the content with browser-safe scripts, open the template file '%s' and either unlock the &lt;head&gt; tag or add this content to the template."/>
	<string id="ActiveContent/fixUpActiveContentText/All" value="This page contains &lt;object&gt; tags that may not work properly in the most recent versions of Internet Explorer. To correct this problem, you can convert these tags to browser-safe scripts. Do you want Dreamweaver to convert these tags for you?"/>
	<string id="ActiveContent/fixUpActiveContentText/Some" value="This page contains &lt;object&gt; tags that may not work properly in the most recent versions of Internet Explorer. To correct this problem, you can convert these tags to browser-safe scripts. Dreamweaver can convert some but not all of these <object> tags. Do you want Dreamweaver to convert these tags for you?"/>
	<string id="ActiveContent/fixUpActiveContentText/None" value="This page contains &lt;object&gt; tags that may not work properly in the most recent versions of Internet Explorer. Dreamweaver cannot convert these &lt;object> tags."/>
	<string id="ActiveContent/fixUpActiveContentLink" value="&lt;a>Why won't Dreamweaver convert custom code?&lt;/a>"/>
	<string id="ActiveContent/ACMenuItem" value="Active Content" />
	<string id="ActiveContent/notAllConverted" value="Dreamweaver was unable to convert all of the &lt;object&gt; tags on this page." />
	
	<!-- Timeline -->
	<string id="Timeline/HelpURL" value="http://www.macromedia.com/go/dwdocs_timelines_en"/>
	<!-- Reference -->
	<string id="Reference/copyTooltip" value="Click to select and copy"/>
	
	<!-- Tool Palette -->
	<string id="tools/zoom/combo" value="Set magnification"/>
	<string id="tools/zoom" value="Zoom tool"/>
	<string id="tools/hand" value="Hand tool"/>
	<string id="tools/select" value="Select tool"/>
	
	<!-- Connection Manager -->
	<string id="connectionManager/confirmDelete" value="Deleting a connection affects all applications on your site that use this connection. You cannot undo this action.&#13;&#13;Are you sure you want to delete the connection named %s?" />
	<!-- Units -->
	<string id="units/pixels" value="px"/>
	<string id="units/inches" value="in"/>
	<string id="units/centimeters" value="cm"/>
	<!-- Guide Units -->
	<string id="guides/units/percentage" value="%"/>
	<!-- Guide Position -->
	<string id="guides/position/format" value="%s [%s]" />
	<string id="guides/distance/format" value="%s [%s]" />
	<!-- Guide Messages -->
	<string id="guides/errors/position" value="Please enter a number between %.2f and %.2f." />
	<!-- Code Collapse Messages -->
	<string id="codeCollapse/errors/cachedOffsetsForDocAreInvalid" value="The document %s has changed since the last time you opened it in Dreamweaver. The starting and ending points of collapsed code fragments may have shifted, and you may not be able to see the changes.&#13;&#13;Do you want to expand all collapsed code so that you can reset collapsible fragments?" />
	<string id="codeCollapse/errors/saveFailedForCachedOffsetsFile" value="Failed to save the code collapse offsets for %s to %s." />
    <!-- External Apps -->
    <string id="external apps/ext draft warning" value="You are currently editing a file with this extension in another application. You must publish or cancel all drafts with this extension before you can modify or delete the entry for this extension."/>
	<string id="external apps/invalid editor" value="You cannot use %s as an external editor. Please choose a different application."/>
	<!-- External Apps OS 10.3 Launch Services workaround -->
	<string id="external apps/launch services/select" value="Please select %s"/>	
	<string id="external apps/launch services/contribute" value="Adobe Contribute"/>	
	<string id="external apps/launch services/flash" value="Adobe Flash"/>	
	<string id="external apps/launch services/the app" value="the application"/>	
	<string id="external apps/launch services/no app found" value="Dreamweaver was not able to find %s.  Please select it."/>	
	<string id="external apps/launch services/invalid path" value="The file path to the application is invalid.  Please select a correct path."/>	
	<string id="external apps/launch services/invalid signiture" value="The application you selected appears to be invalid.  Please select again."/>		
	<!-- Server Behaviors -->
	<string id="serverBehavior/label/RSStatsCurrentPage" value="Display Current Record Number" />
	<string id="serverBehavior/alert/recordset/cantDisplay" value="Dialog can't display recordset." />
	<string id="serverBehavior/title/Recordset" value="Recordset" />
	<string id="serverBehavior/title/CFC Query" value="CFC Query" />
	<!-- Recordset Types -->
	<string id="recordsetType/Simple" value="Simple" />
	<string id="recordsetType/Advanced" value="Advanced" />
	<string id="recordsetType/CFC Query" value="CFC Query" />
  <!-- External Assets asset -->
  <string id="extAsset/copy" value="This page uses an object or behavior that requires supporting files. The following files have been copied to your local site. You must upload them to your server in order for the object or behavior to function correctly." />
  <string id="extAsset/link update undone" value="You undid a link update. Dreamweaver will prompt to update links again the next time you save this document." />
    
	<!-- menu strings -->
	<string id="menus/DWShortcuts_HTMLSource_SurroundWithHash"	value="Surround with #" />
  <!-- css layout -->
    <string id="layout/none" value="&lt;none&gt;" />
    <string id="layout/nonEmptyBody" value="The body of this document is not empty so a layout cannot be applied." />
    <string id="layout/noLayouts" value="There are no layouts available." />
    <string id="layout/noLayoutDoc" value="Dreamweaver could not create an internal layout document." />
    <string id="layout/noLayoutCss" value="The selected layout has no CSS and therefore cannot be used." />
    <string id="layout/cantWriteCssFile" value="Dreamweaver could not write CSS to the file %s" />
    <string id="layout/cssFileExists" value="The external CSS file %s already exists." />
    <string id="layout/cssFileDoesntExist" value="The external CSS file %s does not exist." />
    <string id="layout/layoutFailed" value="Applying the selected layout failed." />
  <!-- plugin support -->
	<if platform="windows">
		<string id="plugin/bad" value="Dreamweaver is unable to play the '%s' plugin which is registered for this media. For a list of plugins known to be incompatible with Dreamweaver, look in 'Configuration/Plugins/UnsupportedPlugins.txt'." />
	<else />
		<string id="plugin/bad" value="Dreamweaver is unable to play the '%s' plugin which is registered for this media. For a list of plugins known to be incompatible with Dreamweaver, look in 'Configuration/Plug-ins/UnsupportedPlugins.txt'." />
	</if>
	
	<string id="site/https/ConnectionFailedReason" value="Dreamweaver could not securely connect to your server. It's possible your SSL certificates are not installed correctly." />
	<string id="databaseConnectivity/OfflineMode"  value="Dreamweaver could not connect to your server. It's possible you may have set to work offline in the browser client (e.g. IE)." />

    <!-- help -->
    <string id="help/locale" value="en_US" />
    
    <!-- filename validity for Moving CSS Rules -->
    <string id="filename/invalidFilenameNoHash" value="The filename &quot;%s&quot; is invalid. &quot;#&quot; is not allowed in a URI." />
  </strings>
