// This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) 1992-1998 Microsoft Corporation // All rights reserved. // // This source code is only intended as a supplement to the // Microsoft Foundation Classes Reference and related // electronic documentation provided with the library. // See these sources for detailed information regarding the // Microsoft Foundation Classes product. #ifndef __AFXISAPI_RC__ #define __AFXISAPI_RC__ #ifndef __AFXRES_H__ #include #endif #ifdef APSTUDIO_INVOKED // This will prevent the VC++ Resource Editor user from saving this file 1 TEXTINCLUDE DISCARDABLE BEGIN "< No es posible cambiar recursos estándares de MFC. >\0" END #endif // APSTUDIO_INVOKED #ifndef _AFXDLL ///////////////////////////////////////////////////////////////////////////// // ISAPI HTML Text for HTTP error conditions STRINGTABLE DISCARDABLE BEGIN AFX_IDS_HTTP_TITLE "Error de HTTP %d" AFX_IDS_HTTP_NO_TEXT "

Error de HTTP %d: Mensaje no disponible

\r\n" AFX_IDS_HTTP_BAD_REQUEST "

BAD REQUEST

El cliente envió una petición que no fué reconocida por el servidor.
Petición: %s\r\n" AFX_IDS_HTTP_AUTH_REQUIRED "

AUTH REQUIRED

El explorador no es capable de efectuar la autenticación o la autenticación ha fallado.\r\n" AFX_IDS_HTTP_FORBIDDEN "

FORBIDDEN

El cliente no tiene suficiente permiso para obtener la dirección URL del servidor.\r\n" AFX_IDS_HTTP_NOT_FOUND "

NOT FOUND

Este servidor no contiene la dirección URL que ha solicitado.\r\n" AFX_IDS_HTTP_SERVER_ERROR "

ERROR DE SERVIDOR

El servidor tuvo un error interno o no fue configurado correctamente y no pudo completar su petición.\r\n" AFX_IDS_HTTP_NOT_IMPLEMENTED "

NOT IMPLEMENTED

El servidor no pudo ejecutar el método %s en este momento.\r\n" END #endif //!_AFXDLL #endif //!__AFXISAPI_RC__