// 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 "< 標準 MFC リソースの変更はできません! >\0" END #endif // APSTUDIO_INVOKED #ifndef _AFXDLL ///////////////////////////////////////////////////////////////////////////// // ISAPI HTML Text for HTTP error conditions STRINGTABLE DISCARDABLE BEGIN AFX_IDS_HTTP_TITLE "HTTP エラー %d" AFX_IDS_HTTP_NO_TEXT "

HTTP エラー %d: メッセージはありません

\r\n" AFX_IDS_HTTP_BAD_REQUEST "

BAD REQUEST

クライアントはサーバーが理解できない要求を送りました。
要求: %s\r\n" AFX_IDS_HTTP_AUTH_REQUIRED "

AUTH REQUIRED

ブラウザは認証機能がないかまたは認証に失敗しました。\r\n" AFX_IDS_HTTP_FORBIDDEN "

FORBIDDEN

クライアントはサーバーからこの URL を取得する権限がありません。\r\n" AFX_IDS_HTTP_NOT_FOUND "

NOT FOUND

要求された URL はこのサーバー上に見つかりませんでした。\r\n" AFX_IDS_HTTP_SERVER_ERROR "

SERVER ERROR

サーバーで内部エラーが発生したかまたは設定が間違っているため要求を完了できません。\r\n" AFX_IDS_HTTP_NOT_IMPLEMENTED "

NOT IMPLEMENTED

サーバーは現在このメソッド %s を実行できません。\r\n" END #endif //!_AFXDLL #endif //!__AFXISAPI_RC__