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.

114 lines
5.8 KiB

  1. /*++
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. Module Name:
  4. ulw3.rc
  5. Abstract:
  6. Resource file for the ULW3.DLL
  7. Author:
  8. Bilal Alam (balam) 13-Dec-1999
  9. Revision History:
  10. --*/
  11. #include <windows.h>
  12. #include <ntverp.h>
  13. #define VER_FILETYPE VFT_APP
  14. #define VER_FILEDESCRIPTION_STR "IIS Plus Web Server Core"
  15. #define VER_INTERNALNAME_STR "w3core.dll"
  16. #include <iisver.h>
  17. #include <common.ver>
  18. #include "resource.hxx"
  19. //
  20. // Strings to be localized
  21. //
  22. STRINGTABLE DISCARDABLE
  23. BEGIN
  24. /*
  25. * NOTE: PAY ATTENTION!
  26. *
  27. * Strings that are going to be passed back as error messages in the body
  28. * of an HTTP response (such as IDS_SITE_ACCESS_DENIED or IDS_URL_TOO_LONG)
  29. * should be of the form:
  30. *
  31. * <head><title>...</title></head><body>....
  32. *
  33. * Note that there is no trailing </body> tag. The server will add that
  34. * automatically.
  35. *
  36. */
  37. /*
  38. * Mini HTML document for moved directories
  39. *
  40. * %s is the URL of the new location of the object
  41. */
  42. IDS_URL_MOVED "<head><title>Document Moved</title></head>\n<body><h1>Object Moved</h1>This document may be found <a HREF=""%s"">here</a></body>"
  43. /*
  44. * Message for client indicating that the site access check (ip security)
  45. * has failed. See Note above.
  46. */
  47. IDS_SITE_ACCESS_DENIED "<head><title>Site Access Denied</title></head>\n<body><h1>Access Denied</h1>Your site has been denied access to this server.</body>"
  48. /*
  49. * Message when a CGI app misbehaves
  50. * Followed by the set of headers the app did receive
  51. */
  52. IDS_BAD_CGI_APP "<head><title>Error in CGI Application</title></head>\n<body><h1>CGI Error</h1>The specified CGI application misbehaved by not returning a complete set of HTTP headers.</body>"
  53. IDS_CGI_APP_TIMEOUT "<head><title>CGI Application Timeout</title></head>\n<body><h1>CGI Timeout</h1>The specified CGI application exceeded the allowed time for processing. The server has deleted the process.</body>"
  54. /*
  55. * These are given back to the client when the number of concurrent users
  56. * is exceeded (specified in Internet Service Manager or by the license
  57. * limit. See Note above.
  58. */
  59. IDS_TOO_MANY_USERS, "<head><title>Too Many Users</title></head>\n<body><h1>Too Many Users</h1>There are too many connected users. Please try again later.</body>"
  60. IDS_OUT_OF_LICENSES, "<head><title>Too Many Users</title></head>\n<body><h1>Too Many Users</h1>All of the available licenses are in use. Talk to the system administrator to increase the number of available licences on this server.</body>"
  61. /*
  62. * When a client tries to read from a virtual root or execute under a
  63. * virtual root when they do not have permissions, these errors are
  64. * returned. See the Note above!
  65. */
  66. IDS_READ_ACCESS_DENIED, "<head><title>Read Access Denied</title></head>\n<body><h1>Read Access Denied</h1>This Virtual Directory does not allow objects to be read.</body>"
  67. IDS_EXECUTE_ACCESS_DENIED, "<head><title>Execute Access Denied</title></head>\n<body><h1>Execute Access Denied</h1>This Virtual Directory does not allow objects to be executed.</body>"
  68. IDS_SSL_REQUIRED, "<head><title>Secure Channel Required</title></head>\n<body><h1>Secure Channel Required</h1>This Virtual Directory requires a browser that supports the configured encryption options.</body>"
  69. IDS_WRITE_ACCESS_DENIED, "<head><title>Write Access Denied</title></head>\n<body><h1>Write Access Denied</h1>This Virtual Directory does not allow objects to be written.</body>"
  70. IDS_CERT_REQUIRED, "<head><title>Secure Channel Client Authentication Required</title></head>\n<body><h1>Secure Channel Client Authentication Required</h1>This Virtual Directory requires a browser that supports the configured encryption options.</body>"
  71. IDS_ADDR_REJECT, "<head><title>Client Access Denied</title></head>\n<body><h1>Access to this server is forbidden from your client</h1></body>"
  72. IDS_SSL128_REQUIRED, "<head><title>Secure Channel Required (128 bit encryption needed)</title></head>\n<body><h1>Secure Channel Required (128 bit encryption needed)</h1>This Virtual Directory requires a browser that supports the configured encryption options.</body>"
  73. IDS_INVALID_CNFG, "<head><title>Invalid Server Configuration</title></head>\n<body><h1>The server configuration is invalid</h1></body>"
  74. IDS_MAPPER_DENY_ACCESS, "<head><title>Client Certificate Denied</title></head>\n<body><h1>Access denied using this Client Certificate</h1></body>"
  75. IDS_CAL_EXCEEDED "<head><title>License Limit Exceeded</title></head>\n<body><h1>No license available to access this computer</h1></body>"
  76. IDS_METHOD_NOT_SUPPORTED "<head><title>Method Not Supported</title></head>\n<body><h1>The specified method is not supported</h1></body>"
  77. /*
  78. * Client-certificate-specific errors
  79. */
  80. IDS_CERT_REVOKED "<head><title>Client Certificate Revoked</title></head>\n<body><h1>The client certificate has been revoked</h1></body>"
  81. IDS_CERT_BAD "<head><title>Corrupt Client Certificate</title></head>\n<body><h1>The client certificate is untrusted or corrupt.</h1></body>"
  82. IDS_CERT_TIME_INVALID "<head><title>Client certificate has expired or is not yet valid</title></head>\n<body>The client certificate has expired or is not yet valid.</h1></body>"
  83. IDS_ERROR_FOOTER "Error: Unable to read footer file.\n\n"
  84. /*
  85. * Errors given when various unsupported things are attempted. See the Note above!
  86. */
  87. IDS_UNSUPPORTED_CONTENT_TYPE "<head><title>Unsupported Content-Type</title></head>\n<body><h1>The Content-Type of the request is not supported by this server.</h1></body>"
  88. IDS_DIR_LIST_DENIED, "<head><title>Directory Listing Denied</title></head>\n<body><h1>Directory Listing Denied</h1>This Virtual Directory does not allow contents to be listed.</body>"
  89. END
  90. #include "w3msg.rc"