// This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) 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 "< Standard-MFC-Ressourcen können nicht geändert werden! >\0" END #endif // APSTUDIO_INVOKED #ifndef _AFXDLL ///////////////////////////////////////////////////////////////////////////// // ISAPI HTML Text for HTTP error conditions STRINGTABLE DISCARDABLE BEGIN AFX_IDS_HTTP_TITLE "HTTP-Fehler %d" AFX_IDS_HTTP_NO_TEXT "

HTTP-Fehler %d: Keine Meldung verfügbar

\r\n" AFX_IDS_HTTP_BAD_REQUEST "

BAD REQUEST

Ihr Client hat eine Anforderung gesendet, die dieser Server nicht interpretieren konnte.
Anforderung: %s\r\n" AFX_IDS_HTTP_AUTH_REQUIRED "

AUTH REQUIRED

Der Browser ist nicht für die Echtheitsbestätigung geeignet oder die Echtheitsbestätigung ist fehlgeschlagen.\r\n" AFX_IDS_HTTP_FORBIDDEN "

FORBIDDEN

Ihr Client besitzt nicht die Berechtigung diese URL vom Server abzurufen.\r\n" AFX_IDS_HTTP_NOT_FOUND "

NOT FOUND

Die angeforderte URL konnte auf diesem Server nicht gefunden werden.\r\n" AFX_IDS_HTTP_SERVER_ERROR "

SERVER ERROR

Der Server hat einen internen Fehler oder eine fehlerhafte Konfiguration entdeckt und konnte Ihre Anforderung nicht vollenden.\r\n" AFX_IDS_HTTP_NOT_IMPLEMENTED "

NOT IMPLEMENTED

Der Server kann die Methode %s zu diesem Zeitpunkt nicht durchführen.\r\n" END #endif // !_AFXDLL #endif // !__AFXISAPI_RC__