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.

99 lines
2.7 KiB

  1. ;///////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2000-2001, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// telnet.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// NAS Server resources - English
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 2 mar 2001 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_telnetadmin = 0x036:SA_FACILITY_TELNETADMIN
  37. )
  38. ;///////////////////////////////////////////////////////////////////////
  39. ;//registry entry for caption of the link telnetadmin on network main tab
  40. MessageId = 1
  41. Severity = Informational
  42. Facility = Facility_telnetadmin
  43. SymbolicName = L_REGISTRYTITLEFORTELNET_TEXT
  44. Language = English
  45. Telnet
  46. .
  47. ;///////////////////////////////////////////////////////////////////////
  48. ;//registry entry for description of the link telnetadmin on network main tab
  49. MessageId = 2
  50. Severity = Informational
  51. Facility = Facility_telnetadmin
  52. SymbolicName = L_TELNETDESCRIPTION_TEXT
  53. Language = English
  54. Configure the use of Telnet to administer the server.
  55. .
  56. ;// telnetadmin_prop.asp
  57. MessageId = 3
  58. Severity = Informational
  59. Facility = Facility_telnetadmin
  60. SymbolicName = L_PAGETITLE_TEXT
  61. Language = English
  62. Telnet Administration Configuration
  63. .
  64. ;// telnetadmin_prop.asp
  65. MessageId = 4
  66. Severity = Informational
  67. Facility = Facility_telnetadmin
  68. SymbolicName = L_GENERALTAB_TEXT
  69. Language = English
  70. General
  71. .
  72. ;// telnetadmin_prop.asp
  73. MessageId = 5
  74. Severity = Informational
  75. Facility = Facility_telnetadmin
  76. SymbolicName = L_ENABLETELNETACCESS_TEXT
  77. Language = English
  78. Enable Telnet access to this server
  79. .
  80. ;// telnetadmin_prop.asp
  81. MessageId = 6
  82. Severity = Error
  83. Facility = Facility_telnetadmin
  84. SymbolicName = L_UNABLETOSETTHEPROPERTIES_ERRORMESSAGE
  85. Language = English
  86. Unable to set the properties
  87. .
  88. ;// telnetadmin_prop.asp
  89. MessageId = 7
  90. Severity = Error
  91. Facility = Facility_telnetadmin
  92. SymbolicName = L_TELNETSERVICENOTINSTALLED_ERRORMESSAGE
  93. Language = English
  94. Telnet Service is not installed
  95. .