home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 86 / PIWD86.iso / pc / contents / dreamweaver / software / dwmx2004.exe / Disk1 / data1.cab / Configuration_En / Strings / templateStrings.xml < prev   
Encoding:
Text File  |  2003-09-05  |  11.8 KB  |  126 lines

  1. <strings>
  2.     <!-- Template engine strings -->
  3.     <string id="templates/untitledDocLabel" value='untitled document'/>
  4.     <string id="templates/region before HTML" value='(code before HTML tag)'/>
  5.     <string id="templates/region after HTML" value='(code after HTML tag)'/>
  6.     <string id="templates/head region" value='Document head'/>
  7.     <string id="templates/body region" value='Document body'/>
  8.     
  9.     <string id="templates/exportingXML" value='Extracting template XML'/>
  10.     
  11.     <string id="templates/error"      value='There is an error in "%s": %s'/>
  12.     <string id="templates/error+line" value='There is an error at line %d of "%s": %s'/>
  13.     <string id="templates/error+pos"  value='There is an error at line %d (absolute position %d) of "%s": %s'/>
  14.     <string id="templates/error+col"  value='There is an error at line %d, column %d (absolute position %d) of "%s": %s'/>
  15.     <string id="templates/circularNesting" value='Template file "%s" is nested inside itself (directly or indirectly).'/>
  16.     <string id="templates/fileError" value='Error accessing file "%s": %s (error code %d)'/>
  17.     
  18.     <string id="templates/error/read incomplete" value='Error reading file "%s": file.Read returned incomplete data'/>
  19.     <string id="templates/error/read excessive" value='Error reading file "%s": file.Read returned excessive data'/>
  20.     <string id="templates/error/data error" value=' -- not updated, error in template or instance file'/>
  21.     <string id="templates/error/canceled" value='operation canceled by user'/>
  22.     <string id="templates/error/miscellaneous" value='miscellaneous error'/>
  23.     
  24.     <string id="templates/error/unbalanced tag" value='Unbalanced %s tag'/>
  25.     <string id="templates/error/missing end-editable" value='Editable region extends to </HTML> tag (the end-editable-region tag is probably missing)'/>
  26.     
  27.     <string id="templates/error/convert boolean" value='unable to convert "%s" (in parameter "%s") to type boolean'/>
  28.     <string id="templates/error/convert number" value='unable to convert "%s" (in parameter "%s") to type number'/>
  29.     <string id="templates/error/undefined parameter" value='access to undefined template parameter "%s"'/>
  30.     <string id="templates/error/bad number" value='unable to convert new value for parameter "%s" to type number'/>
  31.     <string id="templates/error/bad type name" value='Bad type name (should be "boolean", "number", etc.)'/>
  32.     
  33.     <string id="templates/error/bad tag context" value='Bad context for %s'/>
  34.     <string id="templates/error/malformed tag" value='Bad syntax (e.g. missing quotes or missing attribute value) in %s tag'/>
  35.     <string id="templates/error/missing name" value='Missing name for %s'/>
  36.     <string id="templates/error/missing type" value='Missing type for %s'/>
  37.     <string id="templates/error/missing value" value='Missing value for %s'/>
  38.     <string id="templates/error/missing cond" value='Missing cond for %s'/>
  39.     <string id="templates/error/missing expr" value='Missing expr for %s'/>
  40.     <string id="templates/error/missing template name" value='Missing template name for %s'/>
  41.     <string id="templates/error/missing codeOutsideHTMLIsLocked" value='Missing codeOutsideHTMLIsLocked for %s'/>
  42.     <string id="templates/error/missing choices in param" value='Parameter with type=choices must have a "choices" attribute'/>
  43.     <string id="templates/error/bad passthrough" value='Bad value for "passthrough" attribute (should be "true" or "false")'/>
  44.     <string id="templates/error/bad codeOutsideHTMLIsLocked" value='Bad value for "codeOutsideHTMLIsLocked" attribute (should be "true" or "false")'/>
  45.     <string id="templates/error/bad type" value='Bad type for %s (should be "boolean", "number", etc.)'/>
  46.     <string id="templates/error/bad boolean value" value='Bad value "%s" for parameter "%s" with type=boolean: should be "true" or "false".  The bad value will be discarded.'/>
  47.     <string id="templates/error/bad number value" value='Bad value "%s" for parameter "%s" with type=number: should be a numeric value such as "5" or "-3.1".  The bad value will be discarded.'/>
  48.     <string id="templates/error/duplicate parameters" value='Duplicate parameters of name %s'/>
  49.     <string id="templates/error/duplicate editables" value='Duplicate editable regions of name "%s".'/>
  50.     <string id="templates/error/repeated editables note" value='  (Note: in a nested template, this can occur when the base template contains an editable region inside a repeated region.  In this case, you must give a different name to each editable region in the nested template.  See the Dreamweaver manual for details.)'/>
  51.     <string id="templates/error/duplicate repeats" value='Duplicate repeated regions of name %s'/>
  52.     <string id="templates/error/bad subtag" value='%s tags cannot contain subtags (try ending your tag with "/>" instead of ">")'/>
  53.     <string id="templates/error/bad content" value='%s tags cannot contain content (try ending your tag with "/>" instead of ">")'/>
  54.     <string id="templates/error/bad instance Repeat subtag" value='<MMTInstance:Repeat> tags can only contain <MMTInstance:RepeatEntry> tags'/>
  55.     <string id="templates/error/bad instance Repeat subcomment" value='InstanceBeginRepeat tags can only contain InstanceBeginRepeatEntry tags'/>
  56.     <string id="templates/error/bad XML Repeat subtag" value='<repeat> tags can only contain <repeatEntry> tags'/>
  57.     <string id="templates/error/bad MultipleIf subtag" value='<MMTemplate:MultipleIf> tags can only contain <MMTemplate:IfClause> tags'/>
  58.     <string id="templates/error/bad MultipleIf subcomment" value='TemplateBeginMultipleIf tags can only contain templateBeginIfClause tags'/>
  59.     <string id="templates/error/bad PassthroughMultipleIf subtag" value='<MMTemplate:PassthroughMultipleIf> tags can only contain <MMTemplate:PassthroughIfClause> tags'/>
  60.     <string id="templates/error/bad PassthroughMultipleIf subcomment" value='TemplateBeginPassthroughMultipleIf tags can only contain templateBeginPassthroughIfClause tags'/>
  61.     <string id="templates/error/bad IfClause context" value='<MMTemplate:IfClause> tags can only be used in <MMTemplate:MultipleIf> tags'/>
  62.     <string id="templates/error/bad IfClause comment context" value='TemplateBeginIfClause tags can only be used in templateBeginMultipleIf tags'/>
  63.     <string id="templates/error/bad PassthroughIfClause context" value='<MMTemplate:PassthroughIfClause> tags can only be used in <MMTemplate:PassthroughMultipleIf> tags'/>
  64.     <string id="templates/error/bad PassthroughIfClause comment context" value='TemplateBeginPassthroughIfClause tags can only be used in templateBeginPassthroughMultipleIf tags'/>
  65.     <string id="templates/error/bad Param context" value="<MMTemplate:Param> tags can't be used inside any MMTemplate tags except <MMTemplate:Repeat>"/>
  66.     <string id="templates/error/bad Param comment context" value="TemplateParam tags can't be used inside any template tags except templateBeginRepeat"/>
  67.     <string id="templates/error/bad Param instance context" value="<MMTInstance:Param> tags can't be used inside any MMTemplate tags except <MMTemplate:Repeat>"/>
  68.     <string id="templates/error/bad Param instance comment context" value="InstanceParam tags can't be used inside any template tags except templateBeginRepeat or"/>
  69.     <string id="templates/error/bad entry context" value="%s not in <repeat>"/>
  70.     <string id="templates/error/bad RepeatEntry context" value="<MMTInstance:RepeatEntry> tags can only be used in <MMTInstance:Repeat> tags"/>
  71.     <string id="templates/error/bad RepeatEntry comment context" value="InstanceBeginRepeatEntry tags can only be used in instanceBeginRepeat tags"/>
  72.     <string id="templates/error/bad XML RepeatEntry context" value="<repeatEntry> tags can only be used in <repeat> tags"/>
  73.     <string id="templates/error/tag in editable" value='%s tag inside editable region'/>
  74.     <string id="templates/error/param outside template" value="%s can't be used in a non-nested template"/>
  75.     <string id="templates/error/@@ in editable" value="@@(...)@@ directives cannot be used inside editable regions"/>
  76.     <string id="templates/error/@@ in MMTemplate tag" value="@@(...)@@ directives cannot be used in MMTemplate tags"/>
  77.     <string id="templates/error/nested editables" value="Nested editable regions"/>
  78.     <string id="templates/error/first tag is editable" value="First tag is inside editable region"/>
  79.     <string id="templates/error/BeginTemplate in editable" value="InstanceParamBeginTemplate comment inside editable region"/>
  80.     <string id="templates/error/miscapitalized tag" value="<%s> tag is capitalized incorrectly"/>
  81.     <string id="templates/error/bad psuedotag comment" value="Bad syntax in a template comment, e.g. unbalanced quotes or missing attribute value"/>
  82.     
  83.     <string id="templates/error/underscore begins name" value='Illegal name "%s" (names can't begin with an underscore)'/>
  84.     <string id="templates/error/bad name character" value="Illegal name "%s" (names can't contain quotes, ampersands, '<', or '>' characters)"/>
  85.     <string id="templates/error/name is number" value="Illegal name "%s" (parameter and repeated region names can't consist entirely of digits)"/>
  86.     
  87.     <string id="templates/error/no _prevRecord" value='_prevRecord not available from first entry in repeat'/>
  88.     <string id="templates/error/no _nextRecord" value='_nextRecord not available from last entry in repeat'/>
  89.     <string id="templates/error/no _parent" value='_parent not available from outermost repeat'/>
  90.     
  91.     <string id="templates/error/bad name for XML" value="Can't use editable region names as tag names when exporting this file, because the editable region name "%s" can't be converted into a tag name."/>
  92.     <string id="templates/error/bad template name for XML" value="Can't use editable region names as tag names when exporting this file, because the template name "%s" can't be converted into a tag name."/>
  93.     
  94.     <string id="templates/parse/eof" value='unexpected end-of-file'/>
  95.     <string id="templates/parse/unspecified" value='unspecified error'/>
  96.     <string id="templates/parse/overflow" value='tag overflow'/>
  97.     <string id="templates/parse/memory" value='insufficient memory'/>
  98.     <string id="templates/parse/preprocess" value='preprocessing error'/>
  99.     <string id="templates/parse/postprocess" value='postprocessing error'/>
  100.     <string id="templates/parse/charset" value='charset change'/>
  101.     <string id="templates/parse/unknown" value='unknown PARSER_RESULT'/>
  102.     
  103.     <string id="templates/parse/early close" value='%s tag at line %d not closed when %s was reached'/>
  104.     <string id="templates/parse/unbalanced tag" value='Unbalanced %s tag'/>
  105.     <string id="templates/parse/unexpected content" value='Unexpected content inside %s tag'/>
  106.     <string id="templates/parse/unexpected text" value='Unexpected text inside %s tag'/>
  107.     
  108.     <string id="templates/error/unknown" value='unknown error'/>
  109.     <string id="templates/error/notFound" value='file not found'/>
  110.     <string id="templates/error/badPath" value='bad file path'/>
  111.     <string id="templates/error/tooManyOpenFiles" value='too many files open'/>
  112.     <string id="templates/error/accessDenied" value='access denied'/>
  113.     <string id="templates/error/invalidFile" value='invalid file'/>
  114.     <string id="templates/error/directoryFull" value='directory full'/>
  115.     <string id="templates/error/badSeek" value='bad seek'/>
  116.     <string id="templates/error/hardIO" value='I/O error'/>
  117.     <string id="templates/error/sharingViolation" value='sharing violation'/>
  118.     <string id="templates/error/lockViolation" value='lock violation'/>
  119.     <string id="templates/error/diskFull" value='disk full'/>
  120.     <string id="templates/error/endOfFile" value='read past end of file'/>
  121.     <string id="templates/error/duplicateFileName" value='duplicate file name'/>
  122.     <string id="templates/error/codeOutsideHTMLOrphaned" value="The template that you're trying to apply does not allow changes outside the <html> tag.  This document contains code outside the <html> tag, which will be lost by applying the template.  Proceed?" />
  123.  
  124.     <string id="template editing/delete warning" value="To delete a repeated entry, click in an editable region inside the entry before clicking the Delete button."/>
  125. </strings>
  126.