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.

144 lines
4.9 KiB

  1. ;/*++
  2. ;
  3. ;Copyright(c) 2001 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; netocmsg.mc
  8. ;
  9. ;Author:
  10. ;
  11. ; roelfc
  12. ;
  13. ;Notes:
  14. ;
  15. ; Important:
  16. ; ----------
  17. ; This file contains the resource strings that will be displayed
  18. ; in message boxes and used for event logging as well. We can't put
  19. ; all the string resources here, because message resources carry an
  20. ; additional CR/LF pair on the end, making it tricky when we point
  21. ; directly to it through SzLoadIds().
  22. ;
  23. ; Also take note of the severity of the message, because this will
  24. ; determine with which icon the message is displayed or logged.
  25. ; To avoid accidently using a string resource for event reporting,
  26. ; all messages must have a severity of either information, warning
  27. ; or error. If not, you will get an assertion.
  28. ;
  29. ;--*/
  30. ;
  31. ;#ifndef _netocIDS_h_
  32. ;#define _netocIDS_h_
  33. ;
  34. SeverityNames=(None=0x0:STATUS_SEVERITY_SUCCESS
  35. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  36. Warning=0x2:STATUS_SEVERITY_WARNING
  37. Error=0x3:STATUS_SEVERITY_ERROR
  38. )
  39. ;
  40. ;
  41. MessageId=519
  42. Severity=Error
  43. SymbolicName=IDS_OC_ERROR
  44. Language=English
  45. An error occurred which prevented the %1 component from being installed or removed. The error was '%2'.
  46. .
  47. MessageId=520
  48. Severity=Error
  49. SymbolicName=IDS_OC_START_SERVICE_FAILURE
  50. Language=English
  51. One or more services for the %1 component could not be started due to error '%2'. Installation will continue, but services will not be available until they are started.
  52. .
  53. MessageId=521
  54. Severity=Error
  55. SymbolicName=IDS_OC_STOP_SERVICE_FAILURE
  56. Language=English
  57. One or more services for the %1 component could not be stopped due to error '%2'. Removal will continue, but this component will not be able to be installed again until the computer is rebooted.
  58. .
  59. MessageId=522
  60. Severity=Informational
  61. SymbolicName=IDS_OC_NEED_STATIC_IP
  62. Language=English
  63. This computer has at least one dynamically assigned IP address. For reliable %1 operation, you should use only static IP addresses. You will now have the option to change this dynamically assigned IP address.
  64. .
  65. MessageId=523
  66. Severity=Error
  67. SymbolicName=IDS_OC_STILL_NO_STATIC_IP
  68. Language=English
  69. You have chosen to continue using dynamically assigned IP addresses on this computer. For reliable %1 operation, you should use only static IP addresses.
  70. .
  71. MessageId=525
  72. Severity=Error
  73. SymbolicName=IDS_OC_SFM_NO_NTFS
  74. Language=English
  75. File Services for Macintosh could not be installed. You need at least one drive formatted with NTFS.
  76. .
  77. MessageId=528
  78. Severity=Error
  79. SymbolicName=IDS_OC_CANT_GET_LOCK
  80. Language=English
  81. Installation or removal of %1 has been interrupted because %2 is accessing the needed information. Please close %2 and then click Retry.
  82. .
  83. MessageId=530
  84. Severity=Error
  85. SymbolicName=IDS_OC_REGISTER_PROBLEM
  86. Language=English
  87. Could not install or remove the %1 component because its administration tool is not present or is damaged.
  88. .
  89. MessageId=531
  90. Severity=Error
  91. SymbolicName=IDS_OC_FILE_PROBLEM
  92. Language=English
  93. Could not install the %1 component because a file or registry entry is missing.
  94. .
  95. MessageId=532
  96. Severity=Error
  97. SymbolicName=IDS_OC_NEEDS_REBOOT
  98. Language=English
  99. Could not complete installation or removal of the %1 component because the system must first be rebooted.
  100. .
  101. MessageId=545
  102. Severity=Error
  103. SymbolicName=IDS_OC_START_TOOK_TOO_LONG
  104. Language=English
  105. One or more services for the %1 component took more than their allotted time to start. Installation will continue, but services will not be available until they have started completely.
  106. .
  107. MessageId=551
  108. Severity=Error
  109. SymbolicName=IDS_OC_USER_CANCELLED
  110. Language=English
  111. Setup did not install or remove the %1 component because the operation has been cancelled.
  112. .
  113. MessageId=553
  114. Severity=Error
  115. SymbolicName=IDS_OC_NO_PERMS
  116. Language=English
  117. You do not have permission to add or remove networking components.
  118. .
  119. MessageId=556
  120. Severity=Error
  121. SymbolicName=IDS_OC_NO_PERMISSION
  122. Language=English
  123. This account does not have permission to install or remove the %1 component.
  124. .
  125. MessageId=559
  126. Severity=Informational
  127. SymbolicName=IDS_OC_ISAPI_REENABLED
  128. Language=English
  129. %1 enabled the '%2' ISAPI on IIS.
  130. .
  131. MessageId=562
  132. Severity=Warning
  133. SymbolicName=IDS_OC_PBS_ENABLE_ISAPI_REQUESTS
  134. Language=English
  135. Internet Information Services (IIS) must be configured to enable Phone Book Service (PBS) requests. Click Yes to enable PBS requests. Click No to install PBS and IIS without enabling PBS. If you click No, you must manually configure IIS to accept PBS requests by using the IIS Security Wizard.
  136. .
  137. MessageId=565
  138. Severity=Warning
  139. SymbolicName=IDS_OC_PBS_ENABLE_ISAPI_YOURSELF
  140. Language=English
  141. ISAPI requests for Phone Book Service (PBS) were not enabled. You must enable PBS ISAPI requests by using the IIS Security Wizard. For more information about IIS, see Help and Support.
  142. .
  143. ;
  144. ;#endif /*_netocIDS_h_ */