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.

133 lines
30 KiB

  1. [Strings]
  2. (0,"STR",21006,"",0,"Dummy",0,"String Table",0,"")="%1!-15s! %2!-15s! %3!6u! %4!8u! %5!s! "
  3. (0,"STR",21010,"",0,"Dummy",0,"String Table",0,"")="%2!-20s! %3!-15s! %4!-15s! %1!s! "
  4. (0,"STR",21014,"",0,"Dummy",0,"String Table",0,"")="%1!16s! %2!10u! "
  5. (0,"STR",21017,"",0,"Dummy",0,"String Table",0,"")="%1!15s! %2!6u! %3!20s! %4!8u! %5!12s! "
  6. (0,"STR",21060,"",0,"Dummy",0,"String Table",0,"")="%1!-15s! %2!s! "
  7. (0,"STR",30004,"",0,"Dummy",0,"String Table",0,"")="FDDI"
  8. (0,"STR",30005,"",0,"Dummy",0,"String Table",0,"")="PPP"
  9. (0,"STR",30007,"",0,"Dummy",0,"String Table",0,"")="SLIP"
  10. (0,"STR",3102,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [name=]<string> [[type=]full] Parameters: Tag Value name - Name of the interface to be added. type - One of the following values: full: Creates a demand dial interface. Remarks: Adds an interface to the router. For full interfaces, a phone book entry with the same name must already exist on the system. Examples: %1!s! name="Demand-Dial Interface" type=full The command adds a demand dial interface to the router. "
  11. (0,"STR",3202,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [name=]<string> Parameters: Tag Value name - Name of the interface to be added. Remarks: Deletes an interface from the router. Examples: %1!s! name="Demand-Dial Interface" The command deletes a demand dial interface at the router. "
  12. (0,"STR",3302,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [name=]<string> [user=]<string> [[domain=]string [password=]string] Parameters: Tag Value name - Name of the interface to be added. user - Name of the user account. domain - Domain of the user account. password - Password of the user account. Remarks: Sets the credentials used to connect an interface. Examples: %1!s! name="Demand-Dial Interface" user=guest %1!s! name="Demand-Dial Interface" user=admin domain=mydomain password=mypassword "
  13. (0,"STR",3402,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [[name=]string] Parameters: Tag Value name - Name of a specific interface to show current parameter settings. Remarks: Shows interface parameters. Examples: %1!s! name="Local Area Connection" "
  14. (0,"STR",3451,"",0,"Dummy",0,"String Table",0,"")=" Usage %1!s! [name = ] IfName Shows the credentials used to connect an interface. IfName - the name of the interface "
  15. (0,"STR",3501,"",0,"Dummy",0,"String Table",0,"")=" Usage %1!s! [name = ] IfName [ [admin = ] ENABLED|DISABLED [connect = ] CONNECTED|DISCONNECTED [newname = ] NewName ] Sets interface parameters. IfName - the name of the interface admin - whether the interface should be enabled connect - whether to connect the interface (non-LAN only). newname - new name for the interface (LAN only). Notes: - At least one option other than the name must be specified. - If connect = CONNECTED is specified, then the interface is automatically enabled even if the admin = DISABLED option is specified. "
  16. (0,"STR",4002,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [[name=]string] Parameters: Tag Value name - The name of a specific interface. Remarks: Displays the IP address configuration for a specific interface or interfaces, and other TCP/IP configuration information, such as configured DNS and WINS servers. Examples: %1!s! "Local Area Connection" "
  17. (0,"STR",4004,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [name=]<string> [[addr=]IP address [mask=]IP subnet mask] [[gateway=]IP address [gwmetric=]integer] Parameters: name - The name of the IP interface. addr - The IP address to be added for the interface. mask - The IP subnet mask for the specified IP address. gateway - The default gateway for the specified IP address. gwmetric - The metric to the default gateway. Remarks: Adds IP addresses and default gateways to an interface. If DHCP is enabled on the interface, it will be disabled. Examples: %1!s! "Local Area Connection" 10.0.0.2 255.0.0.0 %1!s! "Local Area Connection" gateway=10.0.0.3 gwmetric=2 The first command adds a static IP address of 10.0.0.2 with a subnet mask of 255.0.0.0 to the Local Area Connection interface. The second command adds the IP address of 10.0.0.3 as a second default gateway for this interface with a gateway metric of 2. "
  18. (0,"STR",4006,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [name=]<string> [[source=]dhcp | [source=] static [addr=]IP address [mask=]IP subnet mask] [[gateway=]<IP address>|none [gwmetric=]integer] Parameters: Tag Value name - The name of the interface. source - One of the following values: dhcp: Sets DHCP as the source for configuring IP addresses for the specific interface. static: Sets the source for configuring IP addresses to local static configuration. gateway - One of the following values: <IP address>: A specific default gateway for the static IP address you are setting. none: No default gateways are set. gwmetric - The metric for the default gateway. This field should not be set if gateway is set to 'none'. The following options are used only if source is 'static': addr - An IP address for the specified interface. mask - The subnet mask for the specified IP address. Remarks: Used to change the IP address configuration mode from either DHCP to static mode or static mode to DHCP. Adds IP addresses on an interface with static IP address or adds default gateways. Examples: %1!s! name="Local Area Connection" source=dhcp %1!s! local static 10.0.0.9 255.0.0.0 10.0.0.1 1 "
  19. (0,"STR",4008,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [name=]<string> [[addr=]IP address] [[gateway=]IP address|ALL] Parameters: Tag Value name - The name of the interface. addr - A static IP address for the interface specified by name. gateway - One of the following values: <IP address>: A specific default gateway IP address for the static IP address you are deleting. ALL: Deletes all default gateway IP addresses for the static IP address you are deleting. Remarks: Deletes an IP address from an interface with multiple static IP addresses, or deletes a default gateway from a specified interface. Examples: %1!s! "Local Area Connection" addr=10.0.0.1 gateway=all "
  20. (0,"STR",4010,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [[name=]string] Parameters: Tag Value name - The name of a specific interface. Remarks: Displays the IP address configuration for an interface or interfaces. The information displayed for this command consists of: Field Description ----- ----------- DHCP enabled Shows whether the address comes from static or DHCP configuration. IP Address Shows the IP address configured for an interface. Subnet Mask Shows the subnet mask associated with the IP address. Default Gateway Shows the IP address of a default gateway for the interface. Gateway Metric Shows the metric for the default gateway shown above. Only applies if multiple default gateways are configured. Interface Metric Shows the metric for an interface. Only applies if multiple interfaces are configured. Examples: %1!s! "Local Area Connection" "
  21. (0,"STR",4012,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [name=]<string> [addr=]<IP address> [[index=]<integer>] Parameters: Tag Value name - The name of the interface where DNS servers are added. addr - The IP address for the DNS server you are adding. index - Specifies the index (preference) for the specified DNS server address. Remarks: Adds a new DNS server IP address to the statically-configured list. By default, the DNS server is added to the end of the list. If an index is specified, the DNS server will be placed in that position in the list, with other servers being moved down to make room. If DNS servers were previously obtained through DHCP, the new address will replace the old list. Examples: %1!s! "Local Area Connection" 10.0.0.1 %1!s! "Local Area Connection" 10.0.0.3 index=2 "
  22. (0,"STR",4014,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [name=]<string> [source=]dhcp|static [addr=]<IP address>|none [[register=]none|primary|both] Parameters: Tag Value name - The name of the interface. source - One of the following values: dhcp: Sets DHCP as the source for configuring DNS servers for the specific interface. static: Sets the source for configuring DNS servers to local static configuration. addr - One of the following values: <IP address>: An IP address for a DNS server. none: Clears the list of DNS servers. register - One of the following values: none: Disables Dynamic DNS registration. primary: Register under the primary DNS suffix only. both: Register under both the primary DNS suffix, as well as under the connection-specific suffix. Remarks: Sets DNS server configuration to either DHCP or static mode. Only when source is 'static', is the 'addr' option also available for configuring a static list of DNS server IP addresses for the specified interface. Examples: %1!s! name="Local Area Connection" source=dhcp %1!s! "Local Area Connection" static 10.0.0.1 primary "
  23. (0,"STR",4016,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [name=]<string> [[addr=]<IP address>|ALL ] Parameters: Tag Value name - The name of the interface where DNS servers are deleted. addr - One of the following values: <IP address>: A specific IP address of a DNS server you are deleting. ALL: Deletes all configured IP addresses for DNS. servers. Remarks: Deletes statically configured DNS server IP addresses for a specific interface. Examples: %1!s! "Local Area Connection" 10.0.0.1 %1!s! "Local Area Connection" all "
  24. (0,"STR",4018,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [[name=]string] Parameters: Tag Value name - The name of a specific interface. Remarks: Displays DNS server configuration for a specific interface or interfaces. Examples: %1!s! "Local Area Connection" "
  25. (0,"STR",4022,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [name=]<string> [addr=]<IP address> [[index=]integer] Parameters: Tag Value name - The name of the interface where WINS servers are added. addr - The IP address for the WINS server you are adding. index - Specifies the index (preference) for the specified WINS server address. Remarks: Adds a new WINS server IP address to the statically-configured list. By default, the WINS server is added to the end of the list. If an index is specified, the WINS server will be placed in that position in the list, with other servers being moved down to make room. If WINS servers were previously obtained through DHCP, the new address will replace the old list. Examples: %1!s! "Local Area Connection" 10.0.0.1 %1!s! "Local Area Connection" 10.0.0.3 index=2 "
  26. (0,"STR",4024,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [name=]<string> [source=]dhcp|static [addr=]<IP address>|none Parameters: Tag Value name - The name of the interface. source - One of the following values: dhcp: Sets DHCP as the source for configuring WINS servers for the specific interface. static: Sets the source for configuring WINS servers to local static configuration. addr - One of the following values: <IP address>: An IP address for a WINS server. none: Clears the list of WINS servers. Remarks: Sets WINS server configuration to either DHCP or static mode. Only when source is 'static', is the 'addr' option also available for configuring a static list of WINS server IP addresses for the specified interface. Examples: %1!s! name="Local Area Connection" source=dhcp %1!s! "Local Area Connection" static 10.0.0.1 "
  27. (0,"STR",4026,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [name=]<string> [[addr=]<IP address>|ALL ] Parameters: Tag Value name - The name of the interface where WINS servers are deleted. addr - One of the following values: <IP address>: A specific IP address of a WINS server you are deleting. ALL: Deletes all configured IP addresses for WINS servers. Remarks: Deletes statically configured WINS server IP addresses for a specific interface. Examples: %1!s! "Local Area Connection" 10.0.0.1 %1!s! "Local Area Connection" all "
  28. (0,"STR",4028,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [[name=]string] Parameters: Tag Value name - The name of a specific interface. Remarks: Displays WINS server configuration for a specific interface or interfaces. Examples: %1!s! "Local Area Connection" "
  29. (0,"STR",4032,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [[name=]string] Parameters: Tag Value name - The name of a specific interface. Remarks: Displays the offload information for a specific interface or interfaces. Examples: %1!s! "Local Area Connection" "
  30. (0,"STR",4041,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [name=]<string> Parameters: Tag Value name - The friendly name of a specific interface. If a name is not specified, the ARP caches for all interfaces are flushed. Remarks: Flushes the Address Resolution Protocol (ARP) cache on a specific interface or all interfaces. Examples: %1!s! %1!s! name="Local Area Connection" "
  31. (0,"STR",50004,"",0,"Dummy",0,"String Table",0,"")="%1!-14s! %2!-14s! %3!-16ls! %4!s! "
  32. (0,"STR",50035,"",0,"Dummy",0,"String Table",0,"")=" %1!s! "
  33. (0,"STR",50037,"",0,"Dummy",0,"String Table",0,"")=" %1!-16s! %2!s! "
  34. (0,"STR",9301,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [[rr=]integer] Parameters: Tag Value rr - A rate in seconds between refreshment of IP statistics. Remarks: Displays IP statistics information. Examples: %1!s! %1!s! rr=5 "
  35. (0,"STR",9303,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [[index=]IP address] [[rr=]integer] Parameters: Tag Value index - The IP address values for specific interfaces. To learn address values for a specific interface, run this command minus this parameter and review the output. rr - A rate in seconds between refreshment of interface IP address information. Remarks: Displays current IP address information for either a specific interface or for all interfaces if no parameters are used. Examples: %1!s! %1!s! index=10.0.0.1 rr=5 "
  36. (0,"STR",9305,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [[index=] ForwardAddr Proto NextHopAddr ] [ [rr = ] Refresh Rate ] ForwardAddr - Destination IP Address of the forward table entry. Proto - Protocol ID of the forward table entry. NextHopAddr - Next Hop IP Address of the forward table entry. Refresh Rate - Time in seconds. "
  37. (0,"STR",9307,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [[rr=]integer] Parameters: Tag Value rr - Refresh rate in seconds for TCP statistics information. Remarks: Displays TCP connection statistics. Examples: %1!s! %1!s! rr=5 "
  38. (0,"STR",9309,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [[index=] LocalIPAddr LocalPort RemoteIPAddr RemotePort ] [[rr=] Refresh Rate ] Parameters: Tag Value index - Must include the IP addresses and port numbers for both local and remote endpoints of a TCP connection. rr - Refresh rate in seconds for TCP connection information. Remarks: Displays TCP connection status information. Examples: %1!s! %1!s! index=10.0.0.1 389 10.0.0.1 1931 "
  39. (0,"STR",9311,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [[rr=]integer] Parameters: Tag Value rr - Refresh rate in seconds for UDP statistics information. Remarks: Displays UDP connection statistics. Examples: %1!s! %1!s! rr=5 "
  40. (0,"STR",9313,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [[index=] LocalIPAddr LocalPort ] [[rr=] Refresh Rate ] Parameters: Tag Value index - Must include the local IP address and port number for a UDP connection. rr - Refresh rate in seconds for UDP connection information. Remarks: Displays UDP connection status information. Examples: %1!s! %1!s! index=10.0.0.1 1102 "
  41. (0,"STR",9315,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [[addr=]IP address] Parameters: Tag Value addr - The IP address of a specific interface for which you want to show multicast groups that it has joined. Remarks: Displays IP multicast groups that have been joined by IP addresses that have been configured for one or more interfaces. If an IP address is not specified, multicast groups for all IP addresses are shown. Examples: %1!s! %1!s! addr=10.0.0.1 "
  42. (0,"STR",9323,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [[rr=]integer] Parameters: Tag Value rr - A rate in seconds between refreshment of interface IP net-to-media mappings. Remarks: Displays IP network to physical media mappings information. Examples: %1!s! %1!s! rr=5 "
  43. (0,"STR",9325,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [[rr=]integer] Parameters: Tag Value rr - A rate in seconds between refreshment of interface ICMP statistics. Remarks: Displays ICMP statistics information. Examples: %1!s! %1!s! rr=5 "
  44. (0,"STR",9329,"",0,"Dummy",0,"String Table",0,"")=" Usage: %1!s! [[index=]integer] [[rr=]integer] Parameters: Tag Value index - The index value for a specific interface. To learn the index value for a specific interface, you can run the command minus this parameter and review the output. rr - A rate in seconds between refreshment of interface IP statistics. Remarks: Displays IP statistics information for either a specific interface or for all interfaces if no parameters are used. Examples: %1!s! %1!s! index=1 rr=5 "
  45. [Checksum]
  46. (0,"STR",21006,"",0,"Dummy",0,"String Table",0,"")=2020
  47. (0,"STR",21010,"",0,"Dummy",0,"String Table",0,"")=1714
  48. (0,"STR",21014,"",0,"Dummy",0,"String Table",0,"")=1100
  49. (0,"STR",21017,"",0,"Dummy",0,"String Table",0,"")=2057
  50. (0,"STR",21060,"",0,"Dummy",0,"String Table",0,"")=757
  51. (0,"STR",30004,"",0,"Dummy",0,"String Table",0,"")=280
  52. (0,"STR",30005,"",0,"Dummy",0,"String Table",0,"")=241
  53. (0,"STR",30007,"",0,"Dummy",0,"String Table",0,"")=313
  54. (0,"STR",3102,"",0,"Dummy",0,"String Table",0,"")=56106
  55. (0,"STR",3202,"",0,"Dummy",0,"String Table",0,"")=38675
  56. (0,"STR",3302,"",0,"Dummy",0,"String Table",0,"")=61835
  57. (0,"STR",3402,"",0,"Dummy",0,"String Table",0,"")=39898
  58. (0,"STR",3451,"",0,"Dummy",0,"String Table",0,"")=17804
  59. (0,"STR",3501,"",0,"Dummy",0,"String Table",0,"")=65215
  60. (0,"STR",4002,"",0,"Dummy",0,"String Table",0,"")=28890
  61. (0,"STR",4004,"",0,"Dummy",0,"String Table",0,"")=13256
  62. (0,"STR",4006,"",0,"Dummy",0,"String Table",0,"")=47503
  63. (0,"STR",4008,"",0,"Dummy",0,"String Table",0,"")=61390
  64. (0,"STR",4010,"",0,"Dummy",0,"String Table",0,"")=13540
  65. (0,"STR",4012,"",0,"Dummy",0,"String Table",0,"")=4930
  66. (0,"STR",4014,"",0,"Dummy",0,"String Table",0,"")=40670
  67. (0,"STR",4016,"",0,"Dummy",0,"String Table",0,"")=46042
  68. (0,"STR",4018,"",0,"Dummy",0,"String Table",0,"")=20578
  69. (0,"STR",4022,"",0,"Dummy",0,"String Table",0,"")=5452
  70. (0,"STR",4024,"",0,"Dummy",0,"String Table",0,"")=12191
  71. (0,"STR",4026,"",0,"Dummy",0,"String Table",0,"")=46364
  72. (0,"STR",4028,"",0,"Dummy",0,"String Table",0,"")=20670
  73. (0,"STR",4032,"",0,"Dummy",0,"String Table",0,"")=20528
  74. (0,"STR",4041,"",0,"Dummy",0,"String Table",0,"")=32149
  75. (0,"STR",50004,"",0,"Dummy",0,"String Table",0,"")=1729
  76. (0,"STR",50035,"",0,"Dummy",0,"String Table",0,"")=342
  77. (0,"STR",50037,"",0,"Dummy",0,"String Table",0,"")=735
  78. (0,"STR",9301,"",0,"Dummy",0,"String Table",0,"")=17466
  79. (0,"STR",9303,"",0,"Dummy",0,"String Table",0,"")=47647
  80. (0,"STR",9305,"",0,"Dummy",0,"String Table",0,"")=26134
  81. (0,"STR",9307,"",0,"Dummy",0,"String Table",0,"")=17295
  82. (0,"STR",9309,"",0,"Dummy",0,"String Table",0,"")=36843
  83. (0,"STR",9311,"",0,"Dummy",0,"String Table",0,"")=17299
  84. (0,"STR",9313,"",0,"Dummy",0,"String Table",0,"")=30902
  85. (0,"STR",9315,"",0,"Dummy",0,"String Table",0,"")=39620
  86. (0,"STR",9323,"",0,"Dummy",0,"String Table",0,"")=22283
  87. (0,"STR",9325,"",0,"Dummy",0,"String Table",0,"")=19349
  88. (0,"STR",9329,"",0,"Dummy",0,"String Table",0,"")=46384
  89. [Constraints]
  90. (0,"STR",21006,"",0,"Dummy",0,"String Table",0,"")={Locked}
  91. (0,"STR",21010,"",0,"Dummy",0,"String Table",0,"")={Locked}
  92. (0,"STR",21014,"",0,"Dummy",0,"String Table",0,"")={Locked}
  93. (0,"STR",21017,"",0,"Dummy",0,"String Table",0,"")={Locked}
  94. (0,"STR",21060,"",0,"Dummy",0,"String Table",0,"")={Locked}
  95. (0,"STR",30004,"",0,"Dummy",0,"String Table",0,"")={Locked}
  96. (0,"STR",30005,"",0,"Dummy",0,"String Table",0,"")={Locked}
  97. (0,"STR",30007,"",0,"Dummy",0,"String Table",0,"")={Locked}
  98. (0,"STR",3102,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=822:826}
  99. (0,"STR",3202,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=620:624}
  100. (0,"STR",3302,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=957:961}{Placeholder=1016:1020}
  101. (0,"STR",3402,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=848:852}
  102. (0,"STR",3451,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=7:11}
  103. (0,"STR",3501,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=7:11}
  104. (0,"STR",4002,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=340:344}
  105. (0,"STR",4004,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=610:614}{Placeholder=667:671}
  106. (0,"STR",4006,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=1409:1413}{Placeholder=1463:1467}
  107. (0,"STR",4008,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=758:762}
  108. (0,"STR",4010,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=959:963}
  109. (0,"STR",4012,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=815:819}{Placeholder=861:865}
  110. (0,"STR",4014,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=1311:1315}{Placeholder=1365:1369}
  111. (0,"STR",4016,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=556:560}{Placeholder=602:606}
  112. (0,"STR",4018,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=242:246}
  113. (0,"STR",4022,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=820:824}{Placeholder=866:870}
  114. (0,"STR",4024,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=940:944}{Placeholder=994:998}
  115. (0,"STR",4026,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=559:563}{Placeholder=605:609}
  116. (0,"STR",4028,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=243:247}
  117. (0,"STR",4032,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=241:245}
  118. (0,"STR",4041,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=392:396}{Placeholder=405:409}
  119. (0,"STR",50004,"",0,"Dummy",0,"String Table",0,"")={Locked}
  120. (0,"STR",50035,"",0,"Dummy",0,"String Table",0,"")={Locked}
  121. (0,"STR",50037,"",0,"Dummy",0,"String Table",0,"")={Locked}
  122. (0,"STR",9301,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=214:218}{Placeholder=227:231}
  123. (0,"STR",9303,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=573:577}{Placeholder=586:590}
  124. (0,"STR",9305,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}
  125. (0,"STR",9307,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=208:212}{Placeholder=220:224}
  126. (0,"STR",9309,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=438:442}{Placeholder=450:454}
  127. (0,"STR",9311,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=208:212}{Placeholder=220:224}
  128. (0,"STR",9313,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=382:386}{Placeholder=394:398}
  129. (0,"STR",9315,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=483:487}{Placeholder=496:500}
  130. (0,"STR",9323,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=279:283}{Placeholder=292:296}
  131. (0,"STR",9325,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=248:252}{Placeholder=261:265}
  132. (0,"STR",9329,"",0,"Dummy",0,"String Table",0,"")={NoRules}{Placeholder=8:12}{Placeholder=572:576}{Placeholder=585:589}
  133. [Comment]