/*++ Copyright (c) 1998-1999 Microsoft Corporation Module Name: ulw3.rc Abstract: Resource file for the ULW3.DLL Author: Bilal Alam (balam) 13-Dec-1999 Revision History: --*/ #include #include #define VER_FILETYPE VFT_APP #define VER_FILEDESCRIPTION_STR "IIS Plus Web Server Core" #define VER_INTERNALNAME_STR "w3core.dll" #include #include #include "resource.hxx" // // Strings to be localized // 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: * * ....... * * Note that there is no trailing tag. The server will add that * automatically. * */ /* * Mini HTML document for moved directories * * %s is the URL of the new location of the object */ IDS_URL_MOVED "Document Moved\n

Object Moved

This document may be found here" /* * Message for client indicating that the site access check (ip security) * has failed. See Note above. */ IDS_SITE_ACCESS_DENIED "Site Access Denied\n

Access Denied

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 "Error in CGI Application\n

CGI Error

The specified CGI application misbehaved by not returning a complete set of HTTP headers." IDS_CGI_APP_TIMEOUT "CGI Application Timeout\n

CGI Timeout

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, "Too Many Users\n

Too Many Users

There are too many connected users. Please try again later." IDS_OUT_OF_LICENSES, "Too Many Users\n

Too Many Users

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, "Read Access Denied\n

Read Access Denied

This Virtual Directory does not allow objects to be read." IDS_EXECUTE_ACCESS_DENIED, "Execute Access Denied\n

Execute Access Denied

This Virtual Directory does not allow objects to be executed." IDS_SSL_REQUIRED, "Secure Channel Required\n

Secure Channel Required

This Virtual Directory requires a browser that supports the configured encryption options." IDS_WRITE_ACCESS_DENIED, "Write Access Denied\n

Write Access Denied

This Virtual Directory does not allow objects to be written." IDS_CERT_REQUIRED, "Secure Channel Client Authentication Required\n

Secure Channel Client Authentication Required

This Virtual Directory requires a browser that supports the configured encryption options." IDS_ADDR_REJECT, "Client Access Denied\n

Access to this server is forbidden from your client

" IDS_SSL128_REQUIRED, "Secure Channel Required (128 bit encryption needed)\n

Secure Channel Required (128 bit encryption needed)

This Virtual Directory requires a browser that supports the configured encryption options." IDS_INVALID_CNFG, "Invalid Server Configuration\n

The server configuration is invalid

" IDS_MAPPER_DENY_ACCESS, "Client Certificate Denied\n

Access denied using this Client Certificate

" IDS_CAL_EXCEEDED "License Limit Exceeded\n

No license available to access this computer

" IDS_METHOD_NOT_SUPPORTED "Method Not Supported\n

The specified method is not supported

" /* * Client-certificate-specific errors */ IDS_CERT_REVOKED "Client Certificate Revoked\n

The client certificate has been revoked

" IDS_CERT_BAD "Corrupt Client Certificate\n

The client certificate is untrusted or corrupt.

" IDS_CERT_TIME_INVALID "Client certificate has expired or is not yet valid\nThe client certificate has expired or is not yet valid." IDS_ERROR_FOOTER "Error: Unable to read footer file.\n\n" /* * Errors given when various unsupported things are attempted. See the Note above! */ IDS_UNSUPPORTED_CONTENT_TYPE "Unsupported Content-Type\n

The Content-Type of the request is not supported by this server.

" IDS_DIR_LIST_DENIED, "Directory Listing Denied\n

Directory Listing Denied

This Virtual Directory does not allow contents to be listed." END #include "w3msg.rc"