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.

143 lines
3.1 KiB

  1. ;/*++;
  2. ;
  3. ;Copyright (c) 1997 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; stismsg.mc, stismsg.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the message definitions for the STI service
  12. ;
  13. ; This header file is generated by the MC tool from the INETMSG.MC message
  14. ; file.
  15. ;Author:
  16. ;
  17. ; Vlad Sadovsky (VladS) 01-Oct-1997
  18. ;
  19. ;Revision History:
  20. ;
  21. ;Notes:
  22. ;
  23. ;--*/
  24. ;
  25. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  26. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  27. Warning=0x2:STATUS_SEVERITY_WARNING
  28. Error=0x3:STATUS_SEVERITY_ERROR
  29. )
  30. MessageId=0x2001
  31. Severity=Informational
  32. SymbolicName=MSG_STARTUP
  33. Language=English
  34. The Still Image service starting up.
  35. .
  36. MessageId=0x2002
  37. Severity=Informational
  38. SymbolicName=MSG_REMOVE_SUCCESS
  39. Language=English
  40. The Still Image service is removed from the system.
  41. .
  42. MessageId=0x2003
  43. Severity=Informational
  44. SymbolicName=MSG_REMOVE_FAIL
  45. Language=English
  46. The Still Image service failed to be removed from the system. Error = %1.
  47. .
  48. MessageId=0x2004
  49. Severity=Informational
  50. SymbolicName=MSG_INSTALL_SUCCESS
  51. Language=English
  52. The Still Image service is installed on the system.
  53. .
  54. MessageId=0x2005
  55. Severity=Informational
  56. SymbolicName=MSG_INSTALL_FAIL
  57. Language=English
  58. The Still Image service failed to be installed on the system. Error = %1.
  59. .
  60. MessageId=0x2006
  61. Severity=Informational
  62. SymbolicName=MSG_IDENTIFICATION
  63. Language=English
  64. Still Image Service
  65. .
  66. MessageId=0x2007
  67. Severity=Informational
  68. SymbolicName=MSG_STOP
  69. Language=English
  70. The Still Image service stopped
  71. .
  72. MessageId=0x2008
  73. Severity=Informational
  74. SymbolicName=MSG_TRACE_SVC_INIT
  75. Language=English
  76. StiService entered initialization phase. String=%1!s! Integer=%2!d!
  77. .
  78. MessageId=0x2009
  79. Severity=Informational
  80. SymbolicName=MSG_TRACE_PWR_SUSPEND
  81. Language=English
  82. StiService is suspending, due to power suspend message PowerEvent code: %1!d!
  83. .
  84. MessageId=0x200a
  85. Severity=Informational
  86. SymbolicName=MSG_TRACE_PWR_RESUME
  87. Language=English
  88. StiService is resuming, due to power resume message PowerEvent code: %1!d!
  89. .
  90. MessageId=0x200b
  91. Severity=Error
  92. SymbolicName=MSG_ERROR_APP_NOT_LAUNCHED_CLEAN
  93. Language=English
  94. The application associated with this event could not be launched. Make sure the application is available and functioning.
  95. .
  96. MessageId=0x200c
  97. Severity=Error
  98. SymbolicName=MSG_ERROR_APP_NOT_LAUNCHED
  99. Language=English
  100. The application you selected could not be launched. Do you want to select a different one?
  101. .
  102. MessageId=0x200d
  103. Severity=Error
  104. SymbolicName=MSG_ERROR_APP_NOT_LAUNCHED_NORETRY
  105. Language=English
  106. The application associated with this event could not be launched. Do you want to stop launching this application for this event?
  107. .
  108. MessageId=0x200e
  109. Severity=Error
  110. SymbolicName=MSG_ERROR_APP_NO_REGISTERED
  111. Language=English
  112. There are no applications currently registered to be used with imaging devices.
  113. .
  114. MessageId=0x200f
  115. Severity=Warning
  116. SymbolicName=MSG_WARNING_SERVICE_DISABLED
  117. Language=English
  118. %1 is installed, but will not function until the %2 Service is started in the Service Control Manager.
  119. .