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.

119 lines
3.4 KiB

  1. ;///////////////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// tserver.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// Core Server resources - English
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 06 Nov 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_TerminalServer = 0x042:SA_Facility_TerminalServer
  37. )
  38. ;/////////////////////////////////////////////////////////////////////////////
  39. ;// TAB Caption
  40. ;/////////////////////////////////////////////////////////////////////////////
  41. MessageId = 1
  42. Severity = Informational
  43. Facility = Facility_TerminalServer
  44. SymbolicName = L_TERMINAL_SERVICES_TAB
  45. Language = English
  46. Remote Desktop
  47. .
  48. MessageId = 2
  49. Severity = Informational
  50. Facility = Facility_TerminalServer
  51. SymbolicName = L_TERMINAL_SERVICES_TAB_DESC
  52. Language = English
  53. Connect to the server's desktop.
  54. .
  55. MessageId = 3
  56. Severity = Informational
  57. Facility = Facility_TerminalServer
  58. SymbolicName = L_TERMINAL_SERVICES_TAB_LONG_DESC
  59. Language = English
  60. Connect to the server's desktop.
  61. .
  62. MessageId = 4
  63. Severity = Informational
  64. Facility = Facility_TerminalServer
  65. SymbolicName = L_TSERVER_TITLE
  66. Language = English
  67. %1 - Remote Desktop
  68. .
  69. MessageId = 5
  70. Severity = Informational
  71. Facility = Facility_TerminalServer
  72. SymbolicName = L_TSERVER_WINIECLIENT_ERROR_MSG
  73. Language = English
  74. This feature is only available on Microsoft Windows clients using Microsoft Internet Explorer.
  75. .
  76. MessageId = 6
  77. Severity = Informational
  78. Facility = Facility_TerminalServer
  79. SymbolicName = L_TSERVER_CONNECTION_ERROR_MSG
  80. Language = English
  81. Error connecting to server: %1. You must enable Remote Desktop on the server to use this feature.
  82. .
  83. MessageId = 7
  84. Severity = Informational
  85. Facility = Facility_TerminalServer
  86. SymbolicName = L_TSERVER_ERROR_TITLE
  87. Language = English
  88. Remote Desktop Error
  89. .
  90. MessageId = 8
  91. Severity = Informational
  92. Facility = Facility_TerminalServer
  93. SymbolicName = L_TSERVER_LOADOCX_ERROR_MSG
  94. Language = English
  95. You must install the IIS optional component, Remote Desktop Web Connection, on the server to use this feature.
  96. .
  97. ;///////////////////////////////////////////////////////////////////////////////
  98. ;// HELP STRINGS
  99. ;///////////////////////////////////////////////////////////////////////////////
  100. MessageId = 400
  101. Severity = Informational
  102. Facility = Facility_TerminalServer
  103. SymbolicName = L_TERMINAL_SERVICES_CLIENT
  104. Language = English
  105. Remote Desktop
  106. .
  107. ;///////////////////////////////////////////////////////////////////////////////
  108. ;// ERROR STRINGS
  109. ;///////////////////////////////////////////////////////////////////////////////