Source code of Windows XP (NT5)
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.

69 lines
4.4 KiB

  1. // Include our VERSIONINFO structure.
  2. //
  3. #include "version.h"
  4. #include "uhres.h"
  5. //+---------------------------------------------------------------------------
  6. // Strings resources
  7. //
  8. STRINGTABLE DISCARDABLE
  9. BEGIN
  10. IDS_EMPTY_NODE_NOT_PRESENT "Required element missing, duplicated, or not empty: %s"
  11. IDS_NON_EMPTY_NODE_NOT_PRESENT "Required element missing, duplicated, or empty: %s"
  12. IDS_SERVICE_MISSING "A device requires a serviceList with one or more services."
  13. IDS_DUPLICATES_NOT_ALLOWED "The following element was found more than once: %s"
  14. IDS_ROOT_DEVICE_MISSING "The root device is missing."
  15. IDS_INVALID_XML "The XML document %s is invalid."
  16. IDS_INVALID_ICON "The icon file %s is invalid."
  17. IDS_INVALID_ROOT_NAMESPACE "The root namespace %s is invalid."
  18. IDS_SUFFIX_TOO_LONG "The suffix for %s exceeds the maximum allowed length."
  19. IDS_URLBASE_PRESENT "The URLBase element must not be present."
  20. IDS_ELEMENT_VALUE_TOO_LONG "The value for %s exceeds the maximum allowed length."
  21. IDS_ICON_MISSING "If a device contains an iconList element, it must have one or more icons within it."
  22. IDS_DEVICE_MISSING "If a device contains an deviceList element, it must have one or more embedded devices within it."
  23. END
  24. STRINGTABLE DISCARDABLE
  25. BEGIN
  26. IDS_LINKTOPARENTDIR "[To Parent Directory]"
  27. IDS_MOVED "<head><title>Object Moved</title></head><body><h1>Object Moved</h1>This object has moved to "
  28. IDS_BADREQ "The request was not understood"
  29. IDS_UNAUTHORIZED "<B>Access denied.</B><P>Client does not have access to the resource on the server"
  30. IDS_FORBIDDEN "<B>Access denied.</B><P>The action requested is forbidden"
  31. IDS_NOTFOUND "The requested URL was not found"
  32. IDS_INTERNALERR "The server encountered an error"
  33. IDS_NOTIMPLEM "This method is not implemented"
  34. IDS_NOTSUPP "The server does not support requests of this version"
  35. IDS_SERVER_BUSY "<head><title>Server Busy</title></head><body>Windows CE Web Server is too busy, cannot handle any more connections.</body>"
  36. IDS_HTTPD_STARTUP "The web server is starting up.\r\n"
  37. IDS_HTTPD_SHUTDOWN_START "The web server has begun shutdown sequence.\r\n"
  38. IDS_HTTPD_SHUTDOWN_COMPLETE "The web server has completed shutdown sequence.\r\n"
  39. IDS_HTTPD_EXCEPTION "An internal error in the Web Server has caused exception 0x%08x. GetLastError returns 0x%08x.\r\n"
  40. IDS_HTTPD_FILT_EXCEPTION "The ISAPI Filter %s has caused exception 0x%08x while executing %s. GetLastError returns 0x%08x.\r\n"
  41. IDS_HTTPD_EXT_EXCEPTION "The ISAPI Extension %s has caused exception 0x%08x while executing %s. GetLastError returns 0x%08x.\r\n"
  42. IDS_HTTPD_NO_REGKEY "There is no base web server registry key, which should be in HKLM\COMM\HTTPD. The web server will not start up.\r\n"
  43. IDS_HTTPD_DISABLED "The web server has been disabled through the registry because HKLM\COMM\HTTPD\IsEnabled is non-zero. The web server will not start up.\r\n"
  44. IDS_HTTPD_NO_VROOTS "Warning: The virtual roots table is missing or invalid. At least one valid subkey must be present in HKLM\COMM\HTTPD\VRoots. The web server will not be able to send files without a valid virtual roots table.\r\n"
  45. END
  46. //+---------------------------------------------------------------------------
  47. // Reigstry resources
  48. //
  49. // Upnphost application
  50. //
  51. IDR_UPNPHOST REGISTRY "upnphost.rgs"
  52. // RGS script files for object registration
  53. IDR_DYNAMIC_CONTENT_SOURCE REGISTRY "DynamicContentSource.rgs"
  54. IDR_DESCRIPTION_MANAGER REGISTRY "DescriptionManager.rgs"
  55. IDR_DEVICE_PERSISTENCE_MANAGER REGISTRY "DevicePersistenceManager.rgs"
  56. IDR_CONTAINER_MANAGER REGISTRY "ContainerManager.rgs"
  57. IDR_REGISTRAR REGISTRY "Registrar.rgs"
  58. IDR_AUTOMATION_PROXY REGISTRY "AutomationProxy.rgs"
  59. IDR_EVENTING_MANAGER REGISTRY "EventingManager.rgs"
  60. IDR_VALIDATION_MANAGER REGISTRY "ValidationManager.rgs"