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.

91 lines
2.4 KiB

  1. ;///////////////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// helpmsg.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// NAS Server resources - English
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 1 Dec 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_Main = 0x020:SA_FACILITY_MAIN
  37. )
  38. ;///////////////////////////////////////////////////////////////////////////////
  39. ;// Help Tab resources
  40. ;///////////////////////////////////////////////////////////////////////////////
  41. MessageId = 9
  42. Severity = Informational
  43. Facility = Facility_Main
  44. SymbolicName = L_MAIN_HELP_TAB
  45. Language = English
  46. Help
  47. .
  48. MessageId = 13
  49. Severity = Informational
  50. Facility = Facility_Main
  51. SymbolicName = L_MAIN_HELP_TOC_TAB
  52. Language = English
  53. Table of Contents
  54. .
  55. MessageId = 14
  56. Severity = Informational
  57. Facility = Facility_Main
  58. SymbolicName = L_MAIN_HELP_INDEX_TAB
  59. Language = English
  60. Index
  61. .
  62. MessageId = 29
  63. Severity = Informational
  64. Facility = Facility_Main
  65. SymbolicName = L_MAIN_HELP_TAB_DESC
  66. Language = English
  67. View online help.
  68. .
  69. MessageId = 30
  70. Severity = Informational
  71. Facility = Facility_Main
  72. SymbolicName = L_MAIN_HELP_TOC_DESC
  73. Language = English
  74. View the online help Table of Contents.
  75. .
  76. MessageId = 31
  77. Severity = Informational
  78. Facility = Facility_Main
  79. SymbolicName = L_MAIN_HELP_INDEX_DESC
  80. Language = English
  81. View the online help Index.
  82. .
  83. MessageId = 49
  84. Severity = Informational
  85. Facility = Facility_Main
  86. SymbolicName = L_MAIN_HELP_TAB_DESC
  87. Language = English
  88. Microsoft(R) Windows(R) for Network Attached Storage Help
  89. .