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.
|
|
/**********************************************************************/ /** Microsoft Windows NT **/ /** Copyright(c) Microsoft Corp., 1993 **/ /**********************************************************************/
/* w3svc.rc
Resource file for W3 Service.
FILE HISTORY: KeithMo 07-Mar-1993 Created.
*/
#include <windows.h> #include <ntverp.h> #include <tcpcons.h> #include "w3cons.hxx"
#define VER_FILETYPE VFT_APP #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "WWW Service" #define VER_INTERNALNAME_STR "w3svc.dll" #define VER_ORIGINALFILENAME_STR "w3svc.dll" #include "iisver.h"
STRINGTABLE DISCARDABLE BEGIN IDS_HTRESP_OK "OK" IDS_HTRESP_CREATED "Object Created" // IDS_HTRESP_ACCEPTED "Object Accepted" // IDS_HTRESP_PARTIAL "Object Partially Accepted" IDS_HTRESP_NO_CONTENT "No Content"
// IDS_HTRESP_MOVED "Object has moved" IDS_HTRESP_REDIRECT "Object moved" // IDS_HTRESP_REDIRECT_METHOD "Use different method" IDS_HTRESP_NOT_MODIFIED "Not Modified"
IDS_HTRESP_BAD_REQUEST "Bad Request" IDS_HTRESP_DENIED "Access Denied" // IDS_HTRESP_PAYMENT_REQ "Payment Required" IDS_HTRESP_FORBIDDEN "Access Forbidden" IDS_HTRESP_NOT_FOUND "Object Not Found" IDS_HTRESP_METHOD_NOT_ALLOWED "Method not allowed" IDS_HTRESP_NONE_ACCEPTABLE "No acceptable objects were found" IDS_HTRESP_PROXY_AUTH_REQ "Proxy authentication required" // IDS_HTRESP_REQUEST_TIMEOUT "Request timed out" // IDS_HTRESP_CONFLICT "A conflict occurred" // IDS_HTRESP_GONE "Gone" IDS_HTRESP_LENGTH_REQUIRED "Length Required" IDS_HTRESP_PRECOND_FAILED "Precondition Failed" IDS_HTRESP_RANGE_NOT_SATISFIABLE "Requested Range Not Satisfiable"
IDS_HTRESP_SERVER_ERROR "Server Error" IDS_HTRESP_NOT_SUPPORTED "Not Supported" IDS_HTRESP_BAD_GATEWAY "Gateway Error" IDS_HTRESP_SERVICE_UNAVAIL "Service Unavailable" IDS_HTRESP_GATEWAY_TIMEOUT "Gateway Timeout" IDS_HTRESP_URL_TOO_LONG "URL Too Long" END
STRINGTABLE DISCARDABLE BEGIN
/* * NOTE: PAY ATTENTION! * * Strings that are going to be passed back as error messages in the body * of an HTTP response (such as IDS_SITE_ACCESS_DENIED or IDS_URL_TOO_LONG) * should be of the form: * * <head><title>...</title></head><body>.... * * Note that there is no trailing </body> tag. The server will add that * automatically. * */
/* * String used in the directory listings as an anchor for the user to * change to the parent directory */ IDS_DIRBROW_TOPARENT "[To Parent Directory]"
IDS_DIRBROW_DIRECTORY "Directory: "
/* * Mini HTML document for moved directories * * %s is the URL of the new location of the object */ 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>"
/* * Message for client indicating that the site access check (ip security) * has failed. See Note above. */ 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."
/* * Message when a CGI app misbehaves * Followed by the set of headers the app did receive */ 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. The headers it did return are:<p><p><pre>%s</pre>" 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."
/* * These are given back to the client when the number of concurrent users * is exceeded (specified in Internet Service Manager or by the license * limit. See Note above. */
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." 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."
/* * When a client tries to read from a virtual root or execute under a * virtual root when they do not have permissions, these errors are * returned. See the Note above! */ 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." 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." 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." 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." 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." IDS_ADDR_REJECT, "<head><title>Client Access Denied</title></head>\n<body><h1>Access to this server is forbidden from your client</h1>" 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." IDS_INVALID_CNFG, "<head><title>Invalid Server Configuration</title></head>\n<body><h1>The server configuration is invalid</h1>" IDS_PWD_CHANGE, "<head><title>Password Change Required</title></head>\n<body><h1>You must change your password before accessing this URL</h1>" IDS_MAPPER_DENY_ACCESS, "<head><title>Client Certificate Denied</title></head>\n<body><h1>Access denied using this Client Certificate</h1>" #if defined(CAL_ENABLED) IDS_CAL_EXCEEDED "<head><title>License Limit Exceeded</title></head>\n<body><h1>No license available to access this computer</h1>" #endif IDS_HOST_REQUIRED "<head><title>Host Header Required</title></head>\n<body><h1>HTTP/1.1 requests require a Host: header</h1>" IDS_METHOD_NOT_SUPPORTED "<head><title>Method Not Supported</title></head>\n<body><h1>The specified method is not supported</h1>" IDS_SITE_RESOURCE_BLOCKED "<head><title>Request Cannot Be Serviced</title></head>\n<body><h1>Request Cannot Be Serviced</h1>The site has exceeded its resource limit and cannot process this request." /* * Client-certificate-specific errors */ IDS_CERT_REVOKED "<head><title>Client Certificate Revoked</title></head>\n<body><h1>The client certificate has been revoked</h1>" IDS_CERT_BAD "<head><title>Corrupt Client Certificate</title></head>\n<body><h1>The client certificate is untrusted or corrupt.</h1>" 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>" IDS_ERROR_FOOTER "Error: Unable to read footer file.\n\n"
/* * Errors given when various unsupported things are attempted. See the Note above! * */ IDS_PUT_RANGE_UNSUPPORTED "<head><title>PUT Range Unsupported</title></head>\n<body><h1>Range requests are not supported on PUT operations.</h1>" IDS_URL_TOO_LONG "<head><title>URL Too Long</title></head>\n<body><h1>The requested URI or actual file name is too long.</h1>" IDS_CANNOT_DETERMINE_LENGTH "<head><title>Indeterminate Length</title></head>\n<body><h1>The server cannot determine the length of the request.</h1>" 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>" IDS_LENGTH_REQUIRED "<head><title>Length Required</title></head>\n<body><h1>The server requires a determinate Content-Length for this request.</h1>"
/* * Errors given when we have a metadata configuration problem. The * first string parameter is the name of the parameter, the second * is the parameter number, and the third is the Win32 error, if any. * */
IDS_METADATA_CONFIG_TYPE_ERROR "<head><title>Server Configuration Error</title></head>\n<body><h1>Server Configuration Error</h1>The server has encountered a configuration error attempting to process your request. The configuration parameter %s (%s) has an invalid type. Please contact the server administrator for assistance." IDS_METADATA_CONFIG_VALUE_ERROR "<head><title>Server Configuration Error</title></head>\n<body><h1>Server Configuration Error</h1>The server has encountered a configuration error attempting to process your request. The configuration parameter %s (%s) has an invalid value. Please contact the server administrator for assistance." IDS_METADATA_CONFIG_WIN32_ERROR "<head><title>Server Configuration Error</title></head>\n<body><h1>Server Configuration Error</h1>The server has encountered an error while reading configuration information during the processing of your request. The error occured while processing the configuration parameter %s (%s). The Windows 32 error encountered was: %s. Please contact the server administrator for assistance."
/* * Errors given when we have a WAM problem. * * */ IDS_WAM_FAILTOLOAD_ERROR "<head><title>Server Application Error</title></head>\n<body><h1>Server Application Error</h1>The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance." IDS_WAM_FAILTOLOADONW95_ERROR "<head><title>Server Application Error</title></head>\n<body><h1>Server Application Error</h1>The server has encountered an error while loading an application during the processing of your request. Possible error could be the application is not registered correctly. Please contact the server administrator for assistance." IDS_WAM_NOMORERECOVERY_ERROR "<head><title>Server Application Error</title></head>\n<body><h1>Server Application Error</h1>The server has reached the maximum recovery limit for the application during the processing of your request. Please contact the server administrator for assistance."
/* * Errors given when contention is experienced. * */ IDS_PUT_CONTENTION "<head><title>Write Contention</title></head>\n<body><h1>Write Contention</h1>Too many clients are attempting to modify a resource simultaneously. Please retry your request later."
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."
/* * Error given when we cannot find a server instance to service the request. */ IDS_SITE_NOT_FOUND "<head><title>Site Not Found</title></head>\n<body>No web site is configured at this address." END
STRINGTABLE DISCARDABLE BEGIN
/* * Strings for CPU Accounting. * */
IDS_CPU_LOGGING_NAME "Process Accounting"
IDS_CPU_LOGGING_NAME_EVENT "Process Event" IDS_CPU_LOGGING_NAME_ACTIVE_PROCS "Active Processes" IDS_CPU_LOGGING_NAME_KERNEL_TIME "Total Kernel Time" IDS_CPU_LOGGING_NAME_PAGE_FAULTS "Total Page Faults" IDS_CPU_LOGGING_NAME_PROC_TYPE "Process Type" IDS_CPU_LOGGING_NAME_TERMINATED_PROCS "Total Terminated Processes" IDS_CPU_LOGGING_NAME_TOTAL_PROCS "Total Processes" IDS_CPU_LOGGING_NAME_USER_TIME "Total User Time" END
#include "common.ver"
1 11 MSG00001.bin
|