Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

541 lines
51 KiB

  1. [Strings]
  2. (0,"STR",100,"",0,"Dummy",0,"String Table",0,"")="007~ASP 0100~Out of memory~Unable to allocate required memory."
  3. (0,"STR",101,"",0,"Dummy",0,"String Table",0,"")="007~ASP 0101~Unexpected error~The function returned |."
  4. (0,"STR",102,"",0,"Dummy",0,"String Table",0,"")="007~ASP 0102~Expecting string input~The function expects a string as input."
  5. (0,"STR",103,"",0,"Dummy",0,"String Table",0,"")="007~ASP 0103~Expecting numeric input~The function expects a number as input."
  6. (0,"STR",104,"",0,"Dummy",0,"String Table",0,"")="007~ASP 0104~Operation not Allowed~"
  7. (0,"STR",105,"",0,"Dummy",0,"String Table",0,"")="007~ASP 0105~Index out of range~An array index is out of range."
  8. (0,"STR",106,"",0,"Dummy",0,"String Table",0,"")="007~ASP 0106~Type Mismatch~An unhandled data type was encountered."
  9. (0,"STR",107,"",0,"Dummy",0,"String Table",0,"")="007~ASP 0107~Stack Overflow~The data being processed is over the allowed limit."
  10. (0,"STR",109,"",0,"Dummy",0,"String Table",0,"")="True"
  11. (0,"STR",110,"",0,"Dummy",0,"String Table",0,"")="False"
  12. (0,"STR",111,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0211~Object out of scope~A built-in ASP object has been referenced, which is no longer valid."
  13. (0,"STR",112,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0226~Cannot modify StaticObjects~StaticObjects collection cannot be modified at run time."
  14. (0,"STR",201,"",0,"Dummy",0,"String Table",0,"")="Error: Access is Denied."
  15. (0,"STR",204,"",0,"Dummy",0,"String Table",0,"")="VBScript"
  16. (0,"STR",206,"",0,"Dummy",0,"String Table",0,"")="%windir%\system32\inetsrv\ASP Compiled Templates"
  17. (0,"STR",301,"",0,"Dummy",0,"String Table",0,"")="<font face="Arial" size=2> <p>"
  18. (0,"STR",302,"",0,"Dummy",0,"String Table",0,"")="</font> "
  19. (0,"STR",303,"",0,"Dummy",0,"String Table",0,"")="<font face="Arial" size=2>error '"
  20. (0,"STR",304,"",0,"Dummy",0,"String Table",0,"")="'</font>"
  21. (0,"STR",305,"",0,"Dummy",0,"String Table",0,"")=" <p> <font face="Arial" size=2>"
  22. (0,"STR",306,"",0,"Dummy",0,"String Table",0,"")="</font>"
  23. (0,"STR",307,"",0,"Dummy",0,"String Table",0,"")=" <p> <font face="Arial" size=2>"
  24. (0,"STR",308,"",0,"Dummy",0,"String Table",0,"")="</font>"
  25. (0,"STR",309,"",0,"Dummy",0,"String Table",0,"")="<font face="Arial" size=2>, line "
  26. (0,"STR",310,"",0,"Dummy",0,"String Table",0,"")="</font>"
  27. (0,"STR",311,"",0,"Dummy",0,"String Table",0,"")=" <pre>"
  28. (0,"STR",312,"",0,"Dummy",0,"String Table",0,"")="</pre>"
  29. (0,"STR",313,"",0,"Dummy",0,"String Table",0,"")=" <p> <font face="Arial" size=2>"
  30. (0,"STR",314,"",0,"Dummy",0,"String Table",0,"")=" </font>"
  31. (0,"STR",408,"",0,"Dummy",0,"String Table",0,"")="|ASP"
  32. (0,"STR",412,"",0,"Dummy",0,"String Table",0,"")="'"
  33. (0,"STR",1000,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0108~Create object failed~An error occurred while creating object '%s'."
  34. (0,"STR",1004,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0109~Member not found~"
  35. (0,"STR",1005,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0110~Unknown name~"
  36. (0,"STR",1006,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0111~Unknown interface~"
  37. (0,"STR",1007,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0112~Missing parameter~"
  38. (0,"STR",1008,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0113~Script timed out~The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools."
  39. (0,"STR",1009,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0114~Object not free threaded~The application object accepts only free threaded objects; object '%s' is not free threaded."
  40. (0,"STR",1010,"",0,"Dummy",0,"String Table",0,"")="007~ASP 0115~Unexpected error~A trappable error (%X) occurred in an external object. The script cannot continue running."
  41. (0,"STR",1012,"",0,"Dummy",0,"String Table",0,"")="007~ASP 0240~Script Engine Exception~A ScriptEngine threw exception '%X' in '%s' from '%s'."
  42. (0,"STR",1013,"",0,"Dummy",0,"String Table",0,"")="007~ASP 0241~CreateObject Exception~The CreateObject of '%s' caused exception %X."
  43. (0,"STR",1014,"",0,"Dummy",0,"String Table",0,"")="007~ASP 0242~Query OnStartPage Interface Exception~Querying Object '%s''s OnStartPage or OnEndPage methods caused exception %X."
  44. (0,"STR",2002,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0116~Missing close of script delimiter~The Script block lacks the close of script tag (%>)."
  45. (0,"STR",2003,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0117~Missing close of script tag~The Script block lacks the close of script tag (</SCRIPT>) or close of tag symbol (>)."
  46. (0,"STR",2004,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0118~Missing close of object tag~The Object block lacks the close of object tag (</OBJECT>) or close of tag symbol (>)."
  47. (0,"STR",2005,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0119~Missing Classid or Progid attribute~The object instance '|' requires a valid Classid or Progid in the object tag."
  48. (0,"STR",2006,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0120~Invalid Runat attribute~The Runat attribute of the Script tag or Object tag can only have the value 'Server'."
  49. (0,"STR",2007,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0121~Invalid Scope in object tag~The object instance '|' cannot have Application or Session scope. To create the object instance with Session or Application scope, place the Object tag in the Global.asa file."
  50. (0,"STR",2008,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0122~Invalid Scope in object tag~The object instance '|' must have Application or Session scope. This applies to all objects created in a Global.asa file."
  51. (0,"STR",2009,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0123~Missing Id attribute~The required Id attribute of the Object tag is missing."
  52. (0,"STR",2010,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0124~Missing Language attribute~The required Language attribute of the Script tag is missing."
  53. (0,"STR",2011,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0125~Missing close of attribute~The value of the '|' attribute has no closing delimiter."
  54. (0,"STR",2012,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0126~Include file not found~The include file '|' was not found."
  55. (0,"STR",2013,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0127~Missing close of HTML comment~The HTML comment or server-side include lacks the close tag (-->)."
  56. (0,"STR",2014,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0128~Missing File or Virtual attribute~The Include file name must be specified using either the File or Virtual attribute."
  57. (0,"STR",2015,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0129~Unknown scripting language~The scripting language '|' is not found on the server."
  58. (0,"STR",2016,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0130~Invalid File attribute~File attribute '|' cannot start with forward slash or back slash."
  59. (0,"STR",2017,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0131~Disallowed Parent Path~The Include file '|' cannot contain '..' to indicate the parent directory."
  60. (0,"STR",2018,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0132~Compilation Error~The Active Server Page '|' could not be processed."
  61. (0,"STR",2019,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0133~Invalid ClassID attribute~The object tag has an invalid ClassID of '|'."
  62. (0,"STR",2020,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0134~Invalid ProgID attribute~The object has an invalid ProgID of '|'."
  63. (0,"STR",2021,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0135~Cyclic Include~The file '|' is included by itself (perhaps indirectly). Please check include files for other Include statements."
  64. (0,"STR",2022,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0136~Invalid object instance name~The object instance '|' is attempting to use a reserved name. This name is used by Active Server Pages intrinsic objects."
  65. (0,"STR",2023,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0137~Invalid Global Script~Script blocks must be one of the allowed Global.asa procedures. Script directives within <% ... %> are not allowed within the Global.asa file. The allowed procedure names are Application_OnStart, Application_OnEnd, Session_OnStart, or Session_OnEnd."
  66. (0,"STR",2024,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0138~Nested Script Block~A script block cannot be placed inside another script block."
  67. (0,"STR",2025,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0139~Nested Object~An object tag cannot be placed inside another object tag."
  68. (0,"STR",2026,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0140~Page Command Out Of Order~The @ command must be the first command within the Active Server Page."
  69. (0,"STR",2027,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0141~Page Command Repeated~The @ command can only be used once within the Active Server Page."
  70. (0,"STR",2028,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0201~Invalid Default Script Language~The default script language specified for this application is invalid."
  71. (0,"STR",2029,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0202~Missing Code Page~The code page attribute is missing."
  72. (0,"STR",2030,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0203~Invalid Code Page~The specified code page attribute is invalid."
  73. (0,"STR",2031,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0209~Illegal value for TRANSACTION property~The TRANSACTION property can only be REQUIRED, REQUIRES_NEW, SUPPORTED or NOT_SUPPORTED."
  74. (0,"STR",2032,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0215~Illegal value for ENABLESESSIONSTATE property~The ENABLESESSIONSTATE property can only be TRUE or FALSE."
  75. (0,"STR",2033,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0217~Invalid Scope in object tag~Object scope must be Page, Session or Application."
  76. (0,"STR",2034,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0218~Missing LCID~The LCID attribute is missing."
  77. (0,"STR",2035,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0219~Invalid LCID~The specified LCID is not available."
  78. (0,"STR",2036,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0221~Invalid @ Command directive~The specified '|' option is unknown or invalid."
  79. (0,"STR",2037,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0222~Invalid TypeLib Specification~METADATA tag contains an invalid Type Library specification."
  80. (0,"STR",2038,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0223~TypeLib Not Found~METADATA tag contains a Type Library specification that does not match any Registry entry."
  81. (0,"STR",2039,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0224~Cannot load TypeLib~Cannot load Type Library specified in the METADATA tag."
  82. (0,"STR",2040,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0225~Cannot wrap TypeLibs~Cannot create a Type Library Wrapper object from the Type Libraries specified in METADATA tags."
  83. (0,"STR",2041,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0232~Invalid Cookie Specification~METADATA tag contains an invalid cookie specification."
  84. (0,"STR",2042,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0233~Cannot load cookie script source~Cannot load cookie script source file specified in the METADATA tag."
  85. (0,"STR",2043,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0234~Invalid include directive~Server side include directives may not be present in script blocks. Please use the SRC= attribute of the <SCRIPT> tag."
  86. (0,"STR",2044,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0236~Invalid Cookie Specification~METADATA tag contains an invalid or missing SRC parameter."
  87. (0,"STR",2045,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0237~Invalid Cookie Specification~METADATA tag contains an invalid or missing NAME parameter."
  88. (0,"STR",2046,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0238~Missing attribute value~No value was specified for the '|' attribute."
  89. (0,"STR",2047,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0239~Cannot process file~UNICODE ASP files are not supported."
  90. (0,"STR",2048,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0243~Invalid METADATA tag in Global.asa~Only METADATA TYPE="TypeLib" may be used in Global.asa."
  91. (0,"STR",2049,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0244~Cannot Enable Session State~Session state cannot be enabled when it has been disabled in the application."
  92. (0,"STR",3001,"",0,"Dummy",0,"String Table",0,"")="518~0~204 No Content~"
  93. (0,"STR",3002,"",0,"Dummy",0,"String Table",0,"")="518~0~404 Object Not Found~"
  94. (0,"STR",3003,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0216~MSDTC Service not running~Transactional web pages cannot be run if the MSDTC service is not running."
  95. (0,"STR",3004,"",0,"Dummy",0,"String Table",0,"")="518~0~401 Error: Access is Denied.~"
  96. (0,"STR",4003,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0142~Thread token error~A thread token failed to open."
  97. (0,"STR",4004,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0143~Invalid Application Name~A valid application name was not found."
  98. (0,"STR",4005,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0144~Initialization Error~The page level objects list failed during initialization."
  99. (0,"STR",4006,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0145~New Application Failed~The new Application could not be added."
  100. (0,"STR",4007,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0146~New Session Failed~The new Session could not be added"
  101. (0,"STR",4008,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0150~Application Directory Error~The Application directory could not be opened."
  102. (0,"STR",4009,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0151~Change Notification Error~The change notification event could not be created."
  103. (0,"STR",4010,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0152~Security Error~An error occurred while processing a user's security credentials."
  104. (0,"STR",4011,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0147~500 Server Error~"
  105. (0,"STR",4012,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0148~Server Too Busy~"
  106. (0,"STR",4013,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0198~Server shutting down~Cannot process request"
  107. (0,"STR",4014,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0149~Application Restarting~The request cannot be processed while the application is being restarted."
  108. (0,"STR",4015,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0220~Requests for GLOBAL.ASA Not Allowed~Requests with the URL pointing to GLOBAL.ASA are not allowed."
  109. (0,"STR",4016,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0246~Too many concurrent users. Please try again later.~"
  110. (0,"STR",4017,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0246~Invalid Default Code Page~The default code page specified for this application is invalid."
  111. (0,"STR",5000,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0153~Thread Error~A new thread request failed."
  112. (0,"STR",6001,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0154~Write HTTP Header Error~The HTTP headers could not be written to the client browser."
  113. (0,"STR",6002,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0155~Write Page Content Error~The page content could not be written to the client browser."
  114. (0,"STR",6003,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0156~Header Error~The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content."
  115. (0,"STR",6004,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0157~Buffering On~Buffering cannot be turned off once it is already turned on."
  116. (0,"STR",6005,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0158~Missing URL~A URL is required."
  117. (0,"STR",6006,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0159~Buffering Off~Buffering must be on."
  118. (0,"STR",6007,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0160~Logging Failure~Failure to write entry to log."
  119. (0,"STR",6008,"",0,"Dummy",0,"String Table",0,"")="<head><title>Object moved</title></head> <body><h1>Object Moved</h1>This object may be found <a HREF=""
  120. (0,"STR",6009,"",0,"Dummy",0,"String Table",0,"")="">here</a>.</body> "
  121. (0,"STR",6010,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0161~Data Type Error~The conversion of a Variant to a String variable failed."
  122. (0,"STR",6011,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0162~Cannot Modify Cookie~The cookie 'ASPSessionID' cannot be modified. It is a reserved cookie name."
  123. (0,"STR",6012,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0163~Invalid Comma Use~Commas cannot be used within a log entry. Please select another delimiter."
  124. (0,"STR",6013,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0212~Cannot Clear Buffer~Response.Clear is not allowed after a Response.Flush while Client Debugging is Enabled."
  125. (0,"STR",6014,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0210~Method not implemented~This method has not yet been implemented."
  126. (0,"STR",6102,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0164~Invalid TimeOut Value~An invalid TimeOut value was specified."
  127. (0,"STR",6103,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0165~SessionID Error~A SessionID string cannot be created."
  128. (0,"STR",6104,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0166~Uninitialized Object~An attempt was made to access an uninitialized object."
  129. (0,"STR",6105,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0167~Session Initialization Error~An error occurred while initializing the Session object."
  130. (0,"STR",6107,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0168~Disallowed object use~An intrinsic object cannot be stored within the Session object."
  131. (0,"STR",6108,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0169~Missing object information~An object with missing information cannot be stored in the Session object. The threading model information for an object is required."
  132. (0,"STR",6109,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0170~Delete Session Error~The Session did not delete properly."
  133. (0,"STR",6110,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0188~Disallowed object use~Cannot add objects created using object tags to the session intrinsic."
  134. (0,"STR",6111,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0199~Disallowed object use~Cannot add JScript objects to the session."
  135. (0,"STR",6112,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0204~Invalid CodePage Value~An invalid CodePage value was specified."
  136. (0,"STR",6201,"",0,"Dummy",0,"String Table",0,"")="Server.MapPath()"
  137. (0,"STR",6202,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0171~Missing Path~The Path parameter must be specified for the MapPath method."
  138. (0,"STR",6203,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0172~Invalid Path~The Path parameter for the MapPath method must be a virtual path. A physical path was used."
  139. (0,"STR",6204,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0173~Invalid Path Character~An invalid character was specified in the Path parameter for the MapPath method."
  140. (0,"STR",6205,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0174~Invalid Path Character(s)~An invalid '/' or '\' was found in the Path parameter for the MapPath method. "
  141. (0,"STR",6206,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0175~Disallowed Path Characters~The '..' characters are not allowed in the Path parameter for the MapPath method. "
  142. (0,"STR",6207,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0176~Path Not Found~The Path parameter for the MapPath method did not correspond to a known path."
  143. (0,"STR",6208,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0195~Invalid Server Method Call~This method of the Server object cannot be called during Session_OnEnd and Application_OnEnd."
  144. (0,"STR",6209,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0177~Server.CreateObject Failed~%s"
  145. (0,"STR",6210,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0178~Server.CreateObject Access Error~The call to Server.CreateObject failed while checking permissions. Access is denied to this object."
  146. (0,"STR",6211,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0196~Cannot launch out of process component~Only InProc server components should be used. If you want to use LocalServer components, you must set the AspAllowOutOfProcComponents metabase setting. Please consult the help file for important considerations."
  147. (0,"STR",6213,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0214~Invalid Path parameter~The Path parameter excedes the maximum length allowed."
  148. (0,"STR",6214,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0227~Server.Execute Failed~The call to Server.Execute failed"
  149. (0,"STR",6215,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0228~Server.Execute Error~The call to Server.Execute failed while loading the page."
  150. (0,"STR",6216,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0231~Server.Execute Error~Invalid URL form or fully-qualified absolute URL was used. Use relative URLs."
  151. (0,"STR",6217,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0229~Server.Transfer Failed~The call to Server.Transfer failed"
  152. (0,"STR",6218,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0230~Server.Transfer Error~The call to Server.Transfer failed while loading the page."
  153. (0,"STR",6219,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0235~Server.Transfer Error~Invalid URL form or fully-qualified absolute URL was used. Use relative URLs."
  154. (0,"STR",6301,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0179~Application Initialization Error~An error occurred while initializing the Application object."
  155. (0,"STR",6302,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0180~Disallowed object use~An intrinsic object cannot be stored within the Application object."
  156. (0,"STR",6303,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0181~Invalid threading model~An object using the apartment threading model cannot be stored within the Application object."
  157. (0,"STR",6304,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0182~Missing object information~An object with missing information cannot be stored in the Application object. The threading model information for the object is required."
  158. (0,"STR",6305,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0189~Disallowed object use~Cannot add objects created using object tags to the application intrinsic."
  159. (0,"STR",6307,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0187~Object addition conflict~Could not add object to application. Application was locked down by another request for adding an object."
  160. (0,"STR",6308,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0197~Disallowed object use~Cannot add object with apartment model behavior to the application intrinsic object."
  161. (0,"STR",6309,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0205~Change Notification~Failed to create event for change notification."
  162. (0,"STR",6400,"",0,"Dummy",0,"String Table",0,"")="Cookies object"
  163. (0,"STR",6401,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0183~Empty Cookie Key~A cookie with an empty key cannot be stored."
  164. (0,"STR",6402,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0184~Missing Cookie Name~A name must be specified for a cookie."
  165. (0,"STR",6403,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0200~Out of Range 'Expires' attribute~The date and time given for 'Expires' precedes Jan 1, 1980 or excedes Jan 19, 2038, 3:14:07 GMT."
  166. (0,"STR",6501,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0206~Cannot call BinaryRead~Cannot call BinaryRead after using Request.Form collection."
  167. (0,"STR",6502,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0207~Cannot use Request.Form~Cannot use Request.Form collection after calling BinaryRead."
  168. (0,"STR",6503,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0208~Cannot use generic Request collection~Cannot use the generic Request collection after calling BinaryRead."
  169. (0,"STR",6504,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0243~Cannot use IStream on Request~Cannot use IStream on Request object after using Request.Form collection or Request.BinaryRead."
  170. (0,"STR",6505,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0247~Bad Argument to BinaryRead~The argument to BinaryRead must be non-negative."
  171. (0,"STR",6701,"",0,"Dummy",0,"String Table",0,"")="007~ASP 0190~Unexpected error~A trappable error occurred while releasing an external object."
  172. (0,"STR",6702,"",0,"Dummy",0,"String Table",0,"")="007~ASP 0191~Unexpected error~A trappable error occurred in the OnStartPage method of an external object."
  173. (0,"STR",6703,"",0,"Dummy",0,"String Table",0,"")="007~ASP 0192~Unexpected error~A trappable error occurred in the OnEndPage method of an external object."
  174. (0,"STR",6704,"",0,"Dummy",0,"String Table",0,"")="007~ASP 0193~OnStartPage Failed~An error occurred in the OnStartPage method of an external object."
  175. (0,"STR",6705,"",0,"Dummy",0,"String Table",0,"")="007~ASP 0194~OnEndPage Failed~An error occurred in the OnEndPage method of an external object."
  176. (0,"STR",6801,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0186~Error parsing certificate"
  177. (0,"STR",6851,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0220~Script isnt transacted~This ASP file must be transacted in order to use the ObjectContext object."
  178. (0,"STR",9000,"",0,"Dummy",0,"String Table",0,"")="006~ASP 0185~Missing Default Property~A default property was not found for the object."
  179. [Checksum]
  180. (0,"STR",100,"",0,"Dummy",0,"String Table",0,"")=5604
  181. (0,"STR",101,"",0,"Dummy",0,"String Table",0,"")=4913
  182. (0,"STR",102,"",0,"Dummy",0,"String Table",0,"")=6900
  183. (0,"STR",103,"",0,"Dummy",0,"String Table",0,"")=6979
  184. (0,"STR",104,"",0,"Dummy",0,"String Table",0,"")=3045
  185. (0,"STR",105,"",0,"Dummy",0,"String Table",0,"")=5464
  186. (0,"STR",106,"",0,"Dummy",0,"String Table",0,"")=5960
  187. (0,"STR",107,"",0,"Dummy",0,"String Table",0,"")=7134
  188. (0,"STR",109,"",0,"Dummy",0,"String Table",0,"")=417
  189. (0,"STR",110,"",0,"Dummy",0,"String Table",0,"")=492
  190. (0,"STR",111,"",0,"Dummy",0,"String Table",0,"")=8861
  191. (0,"STR",112,"",0,"Dummy",0,"String Table",0,"")=8972
  192. (0,"STR",201,"",0,"Dummy",0,"String Table",0,"")=2122
  193. (0,"STR",204,"",0,"Dummy",0,"String Table",0,"")=782
  194. (0,"STR",206,"",0,"Dummy",0,"String Table",0,"")=4609
  195. (0,"STR",301,"",0,"Dummy",0,"String Table",0,"")=2441
  196. (0,"STR",302,"",0,"Dummy",0,"String Table",0,"")=641
  197. (0,"STR",303,"",0,"Dummy",0,"String Table",0,"")=2822
  198. (0,"STR",304,"",0,"Dummy",0,"String Table",0,"")=648
  199. (0,"STR",305,"",0,"Dummy",0,"String Table",0,"")=2451
  200. (0,"STR",306,"",0,"Dummy",0,"String Table",0,"")=609
  201. (0,"STR",307,"",0,"Dummy",0,"String Table",0,"")=2451
  202. (0,"STR",308,"",0,"Dummy",0,"String Table",0,"")=609
  203. (0,"STR",309,"",0,"Dummy",0,"String Table",0,"")=2729
  204. (0,"STR",310,"",0,"Dummy",0,"String Table",0,"")=609
  205. (0,"STR",311,"",0,"Dummy",0,"String Table",0,"")=473
  206. (0,"STR",312,"",0,"Dummy",0,"String Table",0,"")=497
  207. (0,"STR",313,"",0,"Dummy",0,"String Table",0,"")=2451
  208. (0,"STR",314,"",0,"Dummy",0,"String Table",0,"")=619
  209. (0,"STR",408,"",0,"Dummy",0,"String Table",0,"")=353
  210. (0,"STR",412,"",0,"Dummy",0,"String Table",0,"")=40
  211. (0,"STR",1000,"",0,"Dummy",0,"String Table",0,"")=6959
  212. (0,"STR",1004,"",0,"Dummy",0,"String Table",0,"")=2532
  213. (0,"STR",1005,"",0,"Dummy",0,"String Table",0,"")=2184
  214. (0,"STR",1006,"",0,"Dummy",0,"String Table",0,"")=2713
  215. (0,"STR",1007,"",0,"Dummy",0,"String Table",0,"")=2708
  216. (0,"STR",1008,"",0,"Dummy",0,"String Table",0,"")=22397
  217. (0,"STR",1009,"",0,"Dummy",0,"String Table",0,"")=11738
  218. (0,"STR",1010,"",0,"Dummy",0,"String Table",0,"")=10914
  219. (0,"STR",1012,"",0,"Dummy",0,"String Table",0,"")=7659
  220. (0,"STR",1013,"",0,"Dummy",0,"String Table",0,"")=7053
  221. (0,"STR",1014,"",0,"Dummy",0,"String Table",0,"")=11396
  222. (0,"STR",2002,"",0,"Dummy",0,"String Table",0,"")=8740
  223. (0,"STR",2003,"",0,"Dummy",0,"String Table",0,"")=10922
  224. (0,"STR",2004,"",0,"Dummy",0,"String Table",0,"")=10803
  225. (0,"STR",2005,"",0,"Dummy",0,"String Table",0,"")=11345
  226. (0,"STR",2006,"",0,"Dummy",0,"String Table",0,"")=10944
  227. (0,"STR",2007,"",0,"Dummy",0,"String Table",0,"")=19541
  228. (0,"STR",2008,"",0,"Dummy",0,"String Table",0,"")=14536
  229. (0,"STR",2009,"",0,"Dummy",0,"String Table",0,"")=8006
  230. (0,"STR",2010,"",0,"Dummy",0,"String Table",0,"")=9299
  231. (0,"STR",2011,"",0,"Dummy",0,"String Table",0,"")=8669
  232. (0,"STR",2012,"",0,"Dummy",0,"String Table",0,"")=6180
  233. (0,"STR",2013,"",0,"Dummy",0,"String Table",0,"")=9403
  234. (0,"STR",2014,"",0,"Dummy",0,"String Table",0,"")=11914
  235. (0,"STR",2015,"",0,"Dummy",0,"String Table",0,"")=8566
  236. (0,"STR",2016,"",0,"Dummy",0,"String Table",0,"")=9162
  237. (0,"STR",2017,"",0,"Dummy",0,"String Table",0,"")=9683
  238. (0,"STR",2018,"",0,"Dummy",0,"String Table",0,"")=7140
  239. (0,"STR",2019,"",0,"Dummy",0,"String Table",0,"")=7248
  240. (0,"STR",2020,"",0,"Dummy",0,"String Table",0,"")=6713
  241. (0,"STR",2021,"",0,"Dummy",0,"String Table",0,"")=12741
  242. (0,"STR",2022,"",0,"Dummy",0,"String Table",0,"")=14802
  243. (0,"STR",2023,"",0,"Dummy",0,"String Table",0,"")=25848
  244. (0,"STR",2024,"",0,"Dummy",0,"String Table",0,"")=8403
  245. (0,"STR",2025,"",0,"Dummy",0,"String Table",0,"")=7487
  246. (0,"STR",2026,"",0,"Dummy",0,"String Table",0,"")=9577
  247. (0,"STR",2027,"",0,"Dummy",0,"String Table",0,"")=8868
  248. (0,"STR",2028,"",0,"Dummy",0,"String Table",0,"")=10636
  249. (0,"STR",2029,"",0,"Dummy",0,"String Table",0,"")=5820
  250. (0,"STR",2030,"",0,"Dummy",0,"String Table",0,"")=6755
  251. (0,"STR",2031,"",0,"Dummy",0,"String Table",0,"")=11405
  252. (0,"STR",2032,"",0,"Dummy",0,"String Table",0,"")=9651
  253. (0,"STR",2033,"",0,"Dummy",0,"String Table",0,"")=8091
  254. (0,"STR",2034,"",0,"Dummy",0,"String Table",0,"")=4747
  255. (0,"STR",2035,"",0,"Dummy",0,"String Table",0,"")=5225
  256. (0,"STR",2036,"",0,"Dummy",0,"String Table",0,"")=7857
  257. (0,"STR",2037,"",0,"Dummy",0,"String Table",0,"")=9300
  258. (0,"STR",2038,"",0,"Dummy",0,"String Table",0,"")=10866
  259. (0,"STR",2039,"",0,"Dummy",0,"String Table",0,"")=7618
  260. (0,"STR",2040,"",0,"Dummy",0,"String Table",0,"")=11523
  261. (0,"STR",2041,"",0,"Dummy",0,"String Table",0,"")=8665
  262. (0,"STR",2042,"",0,"Dummy",0,"String Table",0,"")=10226
  263. (0,"STR",2043,"",0,"Dummy",0,"String Table",0,"")=14146
  264. (0,"STR",2044,"",0,"Dummy",0,"String Table",0,"")=8902
  265. (0,"STR",2045,"",0,"Dummy",0,"String Table",0,"")=8960
  266. (0,"STR",2046,"",0,"Dummy",0,"String Table",0,"")=7410
  267. (0,"STR",2047,"",0,"Dummy",0,"String Table",0,"")=5984
  268. (0,"STR",2048,"",0,"Dummy",0,"String Table",0,"")=8420
  269. (0,"STR",2049,"",0,"Dummy",0,"String Table",0,"")=10719
  270. (0,"STR",3001,"",0,"Dummy",0,"String Table",0,"")=1719
  271. (0,"STR",3002,"",0,"Dummy",0,"String Table",0,"")=2245
  272. (0,"STR",3003,"",0,"Dummy",0,"String Table",0,"")=10100
  273. (0,"STR",3004,"",0,"Dummy",0,"String Table",0,"")=2887
  274. (0,"STR",4003,"",0,"Dummy",0,"String Table",0,"")=5473
  275. (0,"STR",4004,"",0,"Dummy",0,"String Table",0,"")=6917
  276. (0,"STR",4005,"",0,"Dummy",0,"String Table",0,"")=8496
  277. (0,"STR",4006,"",0,"Dummy",0,"String Table",0,"")=6640
  278. (0,"STR",4007,"",0,"Dummy",0,"String Table",0,"")=5795
  279. (0,"STR",4008,"",0,"Dummy",0,"String Table",0,"")=8016
  280. (0,"STR",4009,"",0,"Dummy",0,"String Table",0,"")=8216
  281. (0,"STR",4010,"",0,"Dummy",0,"String Table",0,"")=8659
  282. (0,"STR",4011,"",0,"Dummy",0,"String Table",0,"")=2359
  283. (0,"STR",4012,"",0,"Dummy",0,"String Table",0,"")=2414
  284. (0,"STR",4013,"",0,"Dummy",0,"String Table",0,"")=5239
  285. (0,"STR",4014,"",0,"Dummy",0,"String Table",0,"")=10209
  286. (0,"STR",4015,"",0,"Dummy",0,"String Table",0,"")=9395
  287. (0,"STR",4016,"",0,"Dummy",0,"String Table",0,"")=5738
  288. (0,"STR",4017,"",0,"Dummy",0,"String Table",0,"")=9299
  289. (0,"STR",5000,"",0,"Dummy",0,"String Table",0,"")=4735
  290. (0,"STR",6001,"",0,"Dummy",0,"String Table",0,"")=8555
  291. (0,"STR",6002,"",0,"Dummy",0,"String Table",0,"")=8887
  292. (0,"STR",6003,"",0,"Dummy",0,"String Table",0,"")=14251
  293. (0,"STR",6004,"",0,"Dummy",0,"String Table",0,"")=7715
  294. (0,"STR",6005,"",0,"Dummy",0,"String Table",0,"")=3535
  295. (0,"STR",6006,"",0,"Dummy",0,"String Table",0,"")=4170
  296. (0,"STR",6007,"",0,"Dummy",0,"String Table",0,"")=5254
  297. (0,"STR",6008,"",0,"Dummy",0,"String Table",0,"")=8788
  298. (0,"STR",6009,"",0,"Dummy",0,"String Table",0,"")=1438
  299. (0,"STR",6010,"",0,"Dummy",0,"String Table",0,"")=7529
  300. (0,"STR",6011,"",0,"Dummy",0,"String Table",0,"")=9533
  301. (0,"STR",6012,"",0,"Dummy",0,"String Table",0,"")=9481
  302. (0,"STR",6013,"",0,"Dummy",0,"String Table",0,"")=10818
  303. (0,"STR",6014,"",0,"Dummy",0,"String Table",0,"")=7026
  304. (0,"STR",6102,"",0,"Dummy",0,"String Table",0,"")=6634
  305. (0,"STR",6103,"",0,"Dummy",0,"String Table",0,"")=5813
  306. (0,"STR",6104,"",0,"Dummy",0,"String Table",0,"")=8068
  307. (0,"STR",6105,"",0,"Dummy",0,"String Table",0,"")=9175
  308. (0,"STR",6107,"",0,"Dummy",0,"String Table",0,"")=9025
  309. (0,"STR",6108,"",0,"Dummy",0,"String Table",0,"")=16160
  310. (0,"STR",6109,"",0,"Dummy",0,"String Table",0,"")=6307
  311. (0,"STR",6110,"",0,"Dummy",0,"String Table",0,"")=9717
  312. (0,"STR",6111,"",0,"Dummy",0,"String Table",0,"")=6975
  313. (0,"STR",6112,"",0,"Dummy",0,"String Table",0,"")=6727
  314. (0,"STR",6201,"",0,"Dummy",0,"String Table",0,"")=1442
  315. (0,"STR",6202,"",0,"Dummy",0,"String Table",0,"")=7698
  316. (0,"STR",6203,"",0,"Dummy",0,"String Table",0,"")=10430
  317. (0,"STR",6204,"",0,"Dummy",0,"String Table",0,"")=10499
  318. (0,"STR",6205,"",0,"Dummy",0,"String Table",0,"")=9971
  319. (0,"STR",6206,"",0,"Dummy",0,"String Table",0,"")=10779
  320. (0,"STR",6207,"",0,"Dummy",0,"String Table",0,"")=9389
  321. (0,"STR",6208,"",0,"Dummy",0,"String Table",0,"")=12115
  322. (0,"STR",6209,"",0,"Dummy",0,"String Table",0,"")=3633
  323. (0,"STR",6210,"",0,"Dummy",0,"String Table",0,"")=13276
  324. (0,"STR",6211,"",0,"Dummy",0,"String Table",0,"")=24826
  325. (0,"STR",6213,"",0,"Dummy",0,"String Table",0,"")=8248
  326. (0,"STR",6214,"",0,"Dummy",0,"String Table",0,"")=6074
  327. (0,"STR",6215,"",0,"Dummy",0,"String Table",0,"")=8195
  328. (0,"STR",6216,"",0,"Dummy",0,"String Table",0,"")=9938
  329. (0,"STR",6217,"",0,"Dummy",0,"String Table",0,"")=6304
  330. (0,"STR",6218,"",0,"Dummy",0,"String Table",0,"")=8416
  331. (0,"STR",6219,"",0,"Dummy",0,"String Table",0,"")=10056
  332. (0,"STR",6301,"",0,"Dummy",0,"String Table",0,"")=9978
  333. (0,"STR",6302,"",0,"Dummy",0,"String Table",0,"")=9419
  334. (0,"STR",6303,"",0,"Dummy",0,"String Table",0,"")=12085
  335. (0,"STR",6304,"",0,"Dummy",0,"String Table",0,"")=16669
  336. (0,"STR",6305,"",0,"Dummy",0,"String Table",0,"")=10118
  337. (0,"STR",6307,"",0,"Dummy",0,"String Table",0,"")=13191
  338. (0,"STR",6308,"",0,"Dummy",0,"String Table",0,"")=11118
  339. (0,"STR",6309,"",0,"Dummy",0,"String Table",0,"")=7305
  340. (0,"STR",6400,"",0,"Dummy",0,"String Table",0,"")=1381
  341. (0,"STR",6401,"",0,"Dummy",0,"String Table",0,"")=6522
  342. (0,"STR",6402,"",0,"Dummy",0,"String Table",0,"")=6181
  343. (0,"STR",6403,"",0,"Dummy",0,"String Table",0,"")=11304
  344. (0,"STR",6501,"",0,"Dummy",0,"String Table",0,"")=8666
  345. (0,"STR",6502,"",0,"Dummy",0,"String Table",0,"")=8891
  346. (0,"STR",6503,"",0,"Dummy",0,"String Table",0,"")=10975
  347. (0,"STR",6504,"",0,"Dummy",0,"String Table",0,"")=12705
  348. (0,"STR",6505,"",0,"Dummy",0,"String Table",0,"")=7905
  349. (0,"STR",6701,"",0,"Dummy",0,"String Table",0,"")=8550
  350. (0,"STR",6702,"",0,"Dummy",0,"String Table",0,"")=9642
  351. (0,"STR",6703,"",0,"Dummy",0,"String Table",0,"")=9396
  352. (0,"STR",6704,"",0,"Dummy",0,"String Table",0,"")=8845
  353. (0,"STR",6705,"",0,"Dummy",0,"String Table",0,"")=8352
  354. (0,"STR",6801,"",0,"Dummy",0,"String Table",0,"")=3367
  355. (0,"STR",6851,"",0,"Dummy",0,"String Table",0,"")=9999
  356. (0,"STR",9000,"",0,"Dummy",0,"String Table",0,"")=7863
  357. [Constraints]
  358. (0,"STR",100,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=26:26}{NoDelim}
  359. (0,"STR",101,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=29:29}{NoDelim}
  360. (0,"STR",102,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=35:35}{NoDelim}
  361. (0,"STR",103,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=36:36}{NoDelim}
  362. (0,"STR",104,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=34:34}{NoDelim}
  363. (0,"STR",105,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=31:31}{NoDelim}
  364. (0,"STR",106,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=26:26}{NoDelim}
  365. (0,"STR",107,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=27:27}{NoDelim}
  366. (0,"STR",109,"",0,"Dummy",0,"String Table",0,"")={Locked}
  367. (0,"STR",110,"",0,"Dummy",0,"String Table",0,"")={Locked}
  368. (0,"STR",111,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=32:32}{NoDelim}
  369. (0,"STR",112,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=40:40}{NoDelim}
  370. (0,"STR",201,"",0,"Dummy",0,"String Table",0,"")={Locked}
  371. (0,"STR",204,"",0,"Dummy",0,"String Table",0,"")={Locked}
  372. (0,"STR",206,"",0,"Dummy",0,"String Table",0,"")={Locked}
  373. (0,"STR",301,"",0,"Dummy",0,"String Table",0,"")={Adaptation,FontName}
  374. (0,"STR",302,"",0,"Dummy",0,"String Table",0,"")={Locked}
  375. (0,"STR",303,"",0,"Dummy",0,"String Table",0,"")={Adaptation,FontName}
  376. (0,"STR",304,"",0,"Dummy",0,"String Table",0,"")={Locked}
  377. (0,"STR",305,"",0,"Dummy",0,"String Table",0,"")={Adaptation,FontName}
  378. (0,"STR",306,"",0,"Dummy",0,"String Table",0,"")={Locked}
  379. (0,"STR",307,"",0,"Dummy",0,"String Table",0,"")={Adaptation,FontName}
  380. (0,"STR",308,"",0,"Dummy",0,"String Table",0,"")={Locked}
  381. (0,"STR",309,"",0,"Dummy",0,"String Table",0,"")={Adaptation,FontName}
  382. (0,"STR",310,"",0,"Dummy",0,"String Table",0,"")={Locked}
  383. (0,"STR",311,"",0,"Dummy",0,"String Table",0,"")={Locked}
  384. (0,"STR",312,"",0,"Dummy",0,"String Table",0,"")={Locked}
  385. (0,"STR",313,"",0,"Dummy",0,"String Table",0,"")={Adaptation,FontName}
  386. (0,"STR",314,"",0,"Dummy",0,"String Table",0,"")={Locked}
  387. (0,"STR",408,"",0,"Dummy",0,"String Table",0,"")={Locked}
  388. (0,"STR",412,"",0,"Dummy",0,"String Table",0,"")={Locked}
  389. (0,"STR",1000,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=0:12}{Placeholder=33:33}{Placeholder=75:76}{NoDelim}
  390. (0,"STR",1004,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=29:29}{NoDelim}
  391. (0,"STR",1005,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=25:25}{NoDelim}
  392. (0,"STR",1006,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=30:30}{NoDelim}
  393. (0,"STR",1007,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=30:30}{NoDelim}
  394. (0,"STR",1008,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=29:29}{NoDelim}
  395. (0,"STR",1009,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=0:12}{Placeholder=37:37}{Placeholder=105:106}{NoDelim}
  396. (0,"STR",1010,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=29:29}{NoDelim}
  397. (0,"STR",1012,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=0:12}{Placeholder=36:36}{Placeholder=69:70}{Placeholder=77:78}{Placeholder=87:88}{NoDelim}
  398. (0,"STR",1013,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=0:12}{Placeholder=35:35}{Placeholder=57:58}{Placeholder=78:79}{NoDelim}
  399. (0,"STR",1014,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=0:12}{Placeholder=50:50}{Placeholder=68:69}{Placeholder=124:125}{NoDelim}
  400. (0,"STR",2002,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=0:12}{Placeholder=46:46}{Placeholder=95:96}{NoDelim}
  401. (0,"STR",2003,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=40:40}{NoDelim}
  402. (0,"STR",2004,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=40:40}{NoDelim}
  403. (0,"STR",2005,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=48:48}{NoDelim}
  404. (0,"STR",2006,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=36:36}{NoDelim}
  405. (0,"STR",2007,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=40:40}{NoDelim}
  406. (0,"STR",2008,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=40:40}{NoDelim}
  407. (0,"STR",2009,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=33:33}{NoDelim}
  408. (0,"STR",2010,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=39:39}{NoDelim}
  409. (0,"STR",2011,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=39:39}{NoDelim}
  410. (0,"STR",2012,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=35:35}{NoDelim}
  411. (0,"STR",2013,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=42:42}{NoDelim}
  412. (0,"STR",2014,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=46:46}{NoDelim}
  413. (0,"STR",2015,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=39:39}{NoDelim}
  414. (0,"STR",2016,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=35:35}{NoDelim}
  415. (0,"STR",2017,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=35:35}{NoDelim}
  416. (0,"STR",2018,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=30:30}{NoDelim}
  417. (0,"STR",2019,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=38:38}{NoDelim}
  418. (0,"STR",2020,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=37:37}{NoDelim}
  419. (0,"STR",2021,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=27:27}{NoDelim}
  420. (0,"STR",2022,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=41:41}{NoDelim}
  421. (0,"STR",2023,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=0:12}{Placeholder=34:34}{NoDelim}
  422. (0,"STR",2024,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=32:32}{NoDelim}
  423. (0,"STR",2025,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=26:26}{NoDelim}
  424. (0,"STR",2026,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=0:12}{Placeholder=38:38}{NoDelim}
  425. (0,"STR",2027,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=0:12}{Placeholder=34:34}{NoDelim}
  426. (0,"STR",2028,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=44:44}{NoDelim}
  427. (0,"STR",2029,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=30:30}{NoDelim}
  428. (0,"STR",2030,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=30:30}{NoDelim}
  429. (0,"STR",2031,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=0:12}{Placeholder=51:51}{NoDelim}
  430. (0,"STR",2032,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=58:58}{NoDelim}
  431. (0,"STR",2033,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=40:40}{NoDelim}
  432. (0,"STR",2034,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=25:25}{NoDelim}
  433. (0,"STR",2035,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=25:25}{NoDelim}
  434. (0,"STR",2036,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=0:12}{Placeholder=40:40}{NoDelim}
  435. (0,"STR",2037,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=42:42}{NoDelim}
  436. (0,"STR",2038,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=30:30}{NoDelim}
  437. (0,"STR",2039,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=32:32}{NoDelim}
  438. (0,"STR",2040,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=33:33}{NoDelim}
  439. (0,"STR",2041,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=41:41}{NoDelim}
  440. (0,"STR",2042,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=45:45}{NoDelim}
  441. (0,"STR",2043,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=38:38}{NoDelim}
  442. (0,"STR",2044,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=41:41}{NoDelim}
  443. (0,"STR",2045,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=41:41}{NoDelim}
  444. (0,"STR",2046,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=36:36}{NoDelim}
  445. (0,"STR",2047,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=32:32}{NoDelim}
  446. (0,"STR",2048,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=47:47}{NoDelim}
  447. (0,"STR",2049,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=40:40}{NoDelim}
  448. (0,"STR",3001,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:5}{Placeholder=20:20}{NoDelim}
  449. (0,"STR",3002,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:5}{Placeholder=26:26}{NoDelim}
  450. (0,"STR",3003,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=38:38}{NoDelim}
  451. (0,"STR",3004,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:5}{Placeholder=34:34}{NoDelim}
  452. (0,"STR",4003,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=31:31}{NoDelim}
  453. (0,"STR",4004,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=37:37}{NoDelim}
  454. (0,"STR",4005,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=33:33}{NoDelim}
  455. (0,"STR",4006,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=35:35}{NoDelim}
  456. (0,"STR",4007,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=31:31}{NoDelim}
  457. (0,"STR",4008,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=40:40}{NoDelim}
  458. (0,"STR",4009,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=38:38}{NoDelim}
  459. (0,"STR",4010,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=27:27}{NoDelim}
  460. (0,"STR",4011,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=29:29}{NoDelim}
  461. (0,"STR",4012,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=28:28}{NoDelim}
  462. (0,"STR",4013,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=33:33}{NoDelim}
  463. (0,"STR",4014,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=35:35}{NoDelim}
  464. (0,"STR",4015,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=48:48}{NoDelim}
  465. (0,"STR",4016,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=64:64}{NoDelim}
  466. (0,"STR",4017,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=38:38}{NoDelim}
  467. (0,"STR",5000,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=25:25}{NoDelim}
  468. (0,"STR",6001,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=36:36}{NoDelim}
  469. (0,"STR",6002,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=37:37}{NoDelim}
  470. (0,"STR",6003,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=25:25}{NoDelim}
  471. (0,"STR",6004,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=25:25}{NoDelim}
  472. (0,"STR",6005,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=24:24}{NoDelim}
  473. (0,"STR",6006,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=26:26}{NoDelim}
  474. (0,"STR",6007,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=28:28}{NoDelim}
  475. (0,"STR",6008,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=25:39}{Placeholder=41:50}{Placeholder=63:67}{Placeholder=93:101}{NoDelim}
  476. (0,"STR",6009,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:1}{Placeholder=6:17}{NoDelim}
  477. (0,"STR",6010,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=28:28}{NoDelim}
  478. (0,"STR",6011,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=33:33}{NoDelim}
  479. (0,"STR",6012,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=30:30}{NoDelim}
  480. (0,"STR",6013,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=32:32}{NoDelim}
  481. (0,"STR",6014,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=35:35}{NoDelim}
  482. (0,"STR",6102,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=34:34}{NoDelim}
  483. (0,"STR",6103,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=28:28}{NoDelim}
  484. (0,"STR",6104,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=33:33}{NoDelim}
  485. (0,"STR",6105,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=41:41}{NoDelim}
  486. (0,"STR",6107,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=34:34}{NoDelim}
  487. (0,"STR",6108,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=39:39}{NoDelim}
  488. (0,"STR",6109,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=33:33}{NoDelim}
  489. (0,"STR",6110,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=34:34}{NoDelim}
  490. (0,"STR",6111,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=34:34}{NoDelim}
  491. (0,"STR",6112,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=35:35}{NoDelim}
  492. (0,"STR",6201,"",0,"Dummy",0,"String Table",0,"")={Locked}
  493. (0,"STR",6202,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=25:25}{NoDelim}
  494. (0,"STR",6203,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=25:25}{NoDelim}
  495. (0,"STR",6204,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=35:35}{NoDelim}
  496. (0,"STR",6205,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=38:38}{NoDelim}
  497. (0,"STR",6206,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=39:39}{NoDelim}
  498. (0,"STR",6207,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=27:27}{NoDelim}
  499. (0,"STR",6208,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=0:12}{Placeholder=39:39}{NoDelim}
  500. (0,"STR",6209,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=0:12}{Placeholder=39:41}{NoDelim}
  501. (0,"STR",6210,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=45:45}{NoDelim}
  502. (0,"STR",6211,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=51:51}{NoDelim}
  503. (0,"STR",6213,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=35:35}{NoDelim}
  504. (0,"STR",6214,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=34:34}{NoDelim}
  505. (0,"STR",6215,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=33:33}{NoDelim}
  506. (0,"STR",6216,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=33:33}{NoDelim}
  507. (0,"STR",6217,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=35:35}{NoDelim}
  508. (0,"STR",6218,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=34:34}{NoDelim}
  509. (0,"STR",6219,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=34:34}{NoDelim}
  510. (0,"STR",6301,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=45:45}{NoDelim}
  511. (0,"STR",6302,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=34:34}{NoDelim}
  512. (0,"STR",6303,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=36:36}{NoDelim}
  513. (0,"STR",6304,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=39:39}{NoDelim}
  514. (0,"STR",6305,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=34:34}{NoDelim}
  515. (0,"STR",6307,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=37:37}{NoDelim}
  516. (0,"STR",6308,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=34:34}{NoDelim}
  517. (0,"STR",6309,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=32:32}{NoDelim}
  518. (0,"STR",6400,"",0,"Dummy",0,"String Table",0,"")={NoDelim}
  519. (0,"STR",6401,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=29:29}{NoDelim}
  520. (0,"STR",6402,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=32:32}{NoDelim}
  521. (0,"STR",6403,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=45:45}{NoDelim}
  522. (0,"STR",6501,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=35:35}{NoDelim}
  523. (0,"STR",6502,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=36:36}{NoDelim}
  524. (0,"STR",6503,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=50:50}{NoDelim}
  525. (0,"STR",6504,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=42:42}{NoDelim}
  526. (0,"STR",6505,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=39:39}{NoDelim}
  527. (0,"STR",6701,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=29:29}{NoDelim}
  528. (0,"STR",6702,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=29:29}{NoDelim}
  529. (0,"STR",6703,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=29:29}{NoDelim}
  530. (0,"STR",6704,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=31:31}{NoDelim}
  531. (0,"STR",6705,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=29:29}{NoDelim}
  532. (0,"STR",6801,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{NoDelim}
  533. (0,"STR",6851,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=35:35}{NoDelim}
  534. (0,"STR",9000,"",0,"Dummy",0,"String Table",0,"")={Placeholder=0:12}{Placeholder=37:37}{NoDelim}
  535. [Comment]
  536. (0,"STR",301,"",0,"Dummy",0,"String Table",0,"")=Font
  537. (0,"STR",303,"",0,"Dummy",0,"String Table",0,"")=Font
  538. (0,"STR",305,"",0,"Dummy",0,"String Table",0,"")=Font
  539. (0,"STR",307,"",0,"Dummy",0,"String Table",0,"")=Font
  540. (0,"STR",309,"",0,"Dummy",0,"String Table",0,"")=Font
  541. (0,"STR",313,"",0,"Dummy",0,"String Table",0,"")=Font