// 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 "

À߸øµÈ ¿äû

ÀÌ ¼­¹ö°¡ ÀÌÇØÇÒ ¼ö ¾ø´Â ¿äûÀ» Ŭ¶óÀÌ¾ðÆ®°¡ º¸³»¿Ô½À´Ï´Ù.
Request: %s\r\n" AFX_IDS_HTTP_AUTH_REQUIRED "

ÀÎÁõ ¿ä±¸

ÀÎÁõÇÒ ¼ö ¾ø´Â ºê¶ó¿ìÀúÀ̰ųª ÀÎÁõ¿¡ ½ÇÆÐÇÏ¿´½À´Ï´Ù.\r\n" AFX_IDS_HTTP_FORBIDDEN "

±ÝÁö

Your client does not have permission to get this URL from the server.\r\n" AFX_IDS_HTTP_NOT_FOUND "

ãÀ» ¼ö ¾ø½À´Ï´Ù

¿äûÇÑ URLÀ» ÀÌ ¼­¹ö¿¡¼­ ãÀ» ¼ö ¾ø½À´Ï´Ù.\r\n" AFX_IDS_HTTP_SERVER_ERROR "

¼­¹ö ¿À·ù

¼­¹ö°¡ ³»ºÎ ¿À·ù ȤÀº À߸øµÈ ¼³Á¤À¸·Î ÀÎÇÏ¿© ¿äûÀ» ¿Ï·áÇÏÁö ¸øÇß½À´Ï´Ù.\r\n" AFX_IDS_HTTP_NOT_IMPLEMENTED "

¼öÇàÇÒ ¼ö ¾ø½À´Ï´Ù

Áö±ÝÀº ¼­¹ö°¡ %s ¸Þ¼­µå¸¦ ¼öÇàÇÒ ¼ö ¾ø½À´Ï´Ù.\r\n" END #endif //!_AFXDLL #endif //!__AFXISAPI_RC__