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.

93 lines
2.3 KiB

  1. ;///////////////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// httpsh.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// NAS Server resources - English
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 25 Aug 2000 Original version
  16. ;//
  17. ;///////////////////////////////////////////////////////////////////////////////
  18. ;
  19. ;// please choose one of these severity names as part of your messages
  20. ;
  21. SeverityNames =
  22. (
  23. Success = 0x0:SA_SEVERITY_SUCCESS
  24. Informational = 0x1:SA_SEVERITY_INFORMATIONAL
  25. Warning = 0x2:SA_SEVERITY_WARNING
  26. Error = 0x3:SA_SEVERITY_ERROR
  27. )
  28. ;
  29. ;// The Facility Name identifies the Alert ID range to be used by
  30. ;// the specific component. For each new message you add, choose the
  31. ;// facility name corresponding to your component. If none of these
  32. ;// correspond to your component, add a new facility name with a new
  33. ;// value and name.
  34. FacilityNames =
  35. (
  36. Facility_USER = 0x030:SA_FACILITY_USER
  37. )
  38. ;///////////////////////////////////////////////////////////////////////////////
  39. ;// HTTP SHARES
  40. ;///////////////////////////////////////////////////////////////////////////////
  41. MessageId = 1
  42. Severity = Informational
  43. Facility = Facility_USER
  44. SymbolicName = L_HEADER
  45. Language = English
  46. Web Shares
  47. .
  48. MessageId = 2
  49. Severity = Informational
  50. Facility = Facility_USER
  51. SymbolicName = L_FOOTER
  52. Language = English
  53. Administer this server
  54. .
  55. MessageId = 3
  56. Severity = Informational
  57. Facility = Facility_USER
  58. SymbolicName = L_RECOMMENDED
  59. Language = English
  60. ( Recommended )
  61. .
  62. MessageId = 4
  63. Severity = Informational
  64. Facility = Facility_USER
  65. SymbolicName = L_HTTPS_FOOTER
  66. Language = English
  67. Administer this server securely
  68. .
  69. MessageId = 5
  70. Severity = Informational
  71. Facility = Facility_USER
  72. SymbolicName = L_HEADER_NOTE_PART_1
  73. Language = English
  74. Choose the links below to access shared files on this server using a Web connection. If you are an administrator who wants to share a folder, choose
  75. .
  76. MessageId = 6
  77. Severity = Informational
  78. Facility = Facility_USER
  79. SymbolicName = L_HEADER_NOTE_PART_2
  80. Language = English
  81. , and then select the Shares tab.
  82. .