// 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 "< Impossibile modificare le risorse standard MFC! >\0" END #endif // APSTUDIO_INVOKED #ifndef _AFXDLL ///////////////////////////////////////////////////////////////////////////// // ISAPI HTML Text for HTTP error conditions STRINGTABLE DISCARDABLE BEGIN AFX_IDS_HTTP_TITLE "Errore HTTP %d" AFX_IDS_HTTP_NO_TEXT "

HTTP Errore %d: Nessun messaggio disponibile

\r\n" AFX_IDS_HTTP_BAD_REQUEST "

BAD REQUEST

Il client ha inviato una richiesta non comprensibile per il server.
Richiesta: %s\r\n" AFX_IDS_HTTP_AUTH_REQUIRED "

AUTH REQUIRED

Il browser non puņ fornire autenticazione, o l'autenticazione č fallita.\r\n" AFX_IDS_HTTP_FORBIDDEN "

FORBIDDEN

Il client non ha l'autorizzazione per ottenere questo URL dal server.\r\n" AFX_IDS_HTTP_NOT_FOUND "

NOT FOUND

L'URL richiesto non e' presente sul server.\r\n" AFX_IDS_HTTP_SERVER_ERROR "

SERVER ERROR

Il server non ha potuto completare la richiesta per un errore interno o configurazione errata.\r\n" AFX_IDS_HTTP_NOT_IMPLEMENTED "

NOT IMPLEMENTED

Il server non puo' attualmente eseguire il metodo %s.\r\n" END #endif //!_AFXDLL #endif //!__AFXISAPI_RC__