Disable /arch:SSE2.
[xy_vsfilter.git] / include / atl / l.ita / atlsrv.rc
blob009e0b2db7fa4db9ff480f336718e1544b7b50d4
1 // This is a part of the Active Template Library.\r
2 // Copyright (C) Microsoft Corporation\r
3 // All rights reserved.\r
4 //\r
5 // This source code is only intended as a supplement to the\r
6 // Active Template Library Reference and related\r
7 // electronic documentation provided with the library.\r
8 // See these sources for detailed information regarding the\r
9 // Active Template Library product.\r
11 #include <winresrc.h>\r
12 #include "atlsrvres.h"\r
14 /////////////////////////////////////////////////////////////////////////////\r
15 //\r
16 // String Table\r
17 //\r
19 STRINGTABLE DISCARDABLE \r
20 BEGIN\r
21     IDS_ATLSRV_BAD_REQUEST  "<html><head><title>Richiesta non valida</title></head><body>Richiesta non valida</body></html>"\r
22     IDS_ATLSRV_AUTH_REQUIRED \r
23                             "<html><head><title>Autorizzazione richiesta</title></head><body>Autorizzazione richiesta</body></html>"\r
24     IDS_ATLSRV_FORBIDDEN    "<html><head><title>Non consentito</title></head><body>Non consentito</body></html>"\r
25     IDS_ATLSRV_NOT_FOUND    "<html><head><title>Non trovato</title></head><body>Non trovato</body></html>"\r
26     IDS_ATLSRV_SERVER_ERROR "<html><head><title>Errore del server</title></head><body>Errore del server</body></html>"\r
27     IDS_ATLSRV_NOT_IMPLEMENTED \r
28                             "<html><head><title>Non implementato</title></head><body>Non implementato</body></html>"\r
29     IDS_ATLSRV_BAD_GATEWAY  "<html><head><title>Gateway non valido</title></head><body>Gateway non valido</body></html>"\r
30     IDS_ATLSRV_SERVICE_NOT_AVAILABLE \r
31                             "<html><head><title>Servizio non disponibile</title></head><body>Servizio non disponibile</body></html>"\r
32         IDS_ATLSRV_SERVER_ERROR_BADSRF "<html><head><title>Errore del server</title></head><body><H1>Errore del server</H1><P>Impossibile caricare il file SRF.</body></html>"\r
33         IDS_ATLSRV_SERVER_ERROR_HNDLFAIL "<html><head><title>Errore del server</title></head><body><H1>Errore del server</H1><P>Il file SRF richiesto è stato caricato ma non elaborato correttamente.</body></html>"\r
34         IDS_ATLSRV_SERVER_ERROR_SYSOBJFAIL "<html><head><title>Errore del server</title></head><body><H1>Errore del server</H1><P>Impossibile creare un oggetto di sistema Windows.</body></html>"\r
35         IDS_ATLSRV_SERVER_ERROR_READFILEFAIL "<html><head><title>Errore del server</title></head><body><H1>Errore del server</H1><P>Operazione di lettura file non riuscita.</body></html>"\r
36         IDS_ATLSRV_SERVER_ERROR_LOADFILEFAIL "<html><head><title>Errore del server</title></head><body><H1>Errore del server</H1><P>Impossibile aprire il file specificato.</body></html>"\r
37         IDS_ATLSRV_SERVER_ERROR_LOADLIB "<html><head><title>Errore del server</title></head><body><H1>Errore del server</H1><P>LoadLibrary non riuscito.</body></html>"\r
38         IDS_ATLSRV_SERVER_ERROR_HANDLERIF "<html><head><title>Errore del server</title></head><body><H1>Errore del server</H1><P>Impossibile recuperare l'interfaccia del gestore delle richieste.</body></html>"\r
39         IDS_ATLSRV_SERVER_ERROR_OUTOFMEM "<html><head><title>Errore del server</title></head><body><H1>Errore del server</H1><P>Memoria del server esaurita.</body></html>"\r
40         IDS_ATLSRV_SERVER_ERROR_UNEXPECTED "<html><head><title>Errore del server</title></head><body><H1>Errore del server</H1><P>Errore imprevisto del server.</body></html>"\r
41         IDS_ATLSRV_SERVER_ERROR_STENCILPARSEFAIL "<html><head><title>Errore del server</title></head><body><H1>Errore del server</H1><P>Errore imprevisto del server durante il tentativo di analizzare il file SRF richiesto.</body></html>"\r
42         IDS_ATLSRV_SERVER_ERROR_STENCILLOADFAIL "<html><head><title>Errore del server</title></head><body><H1>Errore del server</H1><P>Impossibile caricare il file SRF richiesto. Il file potrebbe essere danneggiato o mancante sul server Web.</body></html>"\r
43         IDS_ATLSRV_SERVER_ERROR_HANDLERNOTFOUND "<html><head><title>Errore del server</title></head><body><H1>Errore del server</H1><P>Impossibile trovare nella DLL del gestore specificata uno dei gestori denominati in un tag di gestione per il file SRF richiesto.</body></html>"\r
44         IDS_ATLSRV_SERVER_ERROR_BADHANDLERTAG "<html><head><title>Errore del server</title></head><body><H1>Errore del server</H1><P>Questo file SRF contiene un tag di gestione che non può essere analizzato correttamente dal processore dei file SRF o non contiene affatto un tag di gestione. Cercare nel file SRF richiesto la sintassi appropriata.</body></html>"\r
45         IDS_ATLSRV_SERVER_ERROR_NOHANDLERTAG "<html><head><title>Errore del server</title></head><body><H1>Errore del server</H1><P>Il file SRF richiesto non contiene un tag di gestione.</body></html>"\r
46         IDS_ATLSRV_SERVER_ERROR_LONGMETHODNAME "<html><head><title>Errore del server</title></head><body><H1>Errore del server</H1><P>Rilevato un tag di sostituzione nel file SRF richiesto con un nome di sostituzione troppo lungo. Il nome di sostituzione deve contenere un numero di caratteri inferiore o uguale alla costante ATL_MAX_METHOD_NAME definita in atlstencil.h</body></html>"\r
47         IDS_ATLSRV_SERVER_ERROR_LONGHANDLERNAME "<html><head><title>Errore del server</title></head><body><H1>Errore del server</H1><P>Rilevato nel file SRF richiesto un tag di sostituzione che utilizza la sintassi id.tagname con un nome di gestore troppo lungo. Un nome di gestore deve contenere un numero di caratteri inferiore o uguale alla costante ATL_MAX_METHOD_NAME definita in atlstencil.h</body></html>"    \r
48         IDS_ATLSRV_SERVER_ERROR_IMPERSONATIONFAILED "<html><head><title>Errore del server</title></head><body><H1>Errore del server</H1><P>Tentativo di rappresentare il client eseguendo la richiesta non riuscito.</body></html>"     \r
49         IDS_ATLSRV_SERVER_ERROR_ISAPISTARTUPFAILED "<html><head><title>Errore del server</title></head><body><H1>Errore del server</H1><P>L'estensione ISAPI utilizzata per soddisfare questa richiesta non è riuscita a eseguire il caricamento correttamente. Errore sconosciuto.</body></html>"      \r
50         IDS_ATLSRV_SERVER_ERROR_SOAPNOSOAPACTION "<html><head><title>Server Error</title></head><body><H1>Server Error</H1><P>SOAP request did not provide SOAPACTION header.</body></html>"\r
52     IDS_ATLSRV_CRITICAL_HEAPCREATEFAILED "Creazione heap richiesta non riuscita"\r
53     IDS_ATLSRV_CRITICAL_WORKERINITFAILED "Inizializzazione thread di lavoro non riuscita"\r
54     IDS_ATLSRV_CRITICAL_CRITSECINITFAILED "Inizializzazione sezione critica non riuscita"\r
55     IDS_ATLSRV_CRITICAL_THREADPOOLFAILED "Inizializzazione pool di thread non riuscita"\r
56     IDS_ATLSRV_CRITICAL_DLLCACHEFAILED "Inizializzazione cache DLL non riuscita"\r
57     IDS_ATLSRV_CRITICAL_PAGECACHEFAILED "Inizializzazione cache pagina non riuscita"\r
58     IDS_ATLSRV_CRITICAL_STENCILCACHEFAILED "Inizializzazione cache file SRF non riuscita"\r
59     IDS_ATLSRV_CRITICAL_SESSIONSTATEFAILED "Inizializzazione servizio di stato sessione non riuscita"\r
60     IDS_ATLSRV_CRITICAL_BLOBCACHEFAILED "Inizializzazione cache dati BLOB non riuscita"\r
61     IDS_ATLSRV_CRITICAL_FILECACHEFAILED "Inizializzazione cache file non riuscita"\r
63     IDS_PERFMON_CACHE               "Server ATL:Cache"\r
64     IDS_PERFMON_CACHE_HELP          "Informazioni sulla cache del server ATL"\r
65     IDS_PERFMON_HITCOUNT            "Passaggi cache"\r
66     IDS_PERFMON_HITCOUNT_HELP       "Numero di riscontri cache"\r
67     IDS_PERFMON_MISSCOUNT           "Conteggio mancati riscontri cache"\r
68     IDS_PERFMON_MISSCOUNT_HELP      "Numero di mancati riscontri cache"\r
69     IDS_PERFMON_CURRENTALLOCATIONS  "Allocazioni correnti cache"\r
70     IDS_PERFMON_CURRENTALLOCATIONS_HELP "Memoria corrente allocata per la cache"\r
71     IDS_PERFMON_MAXALLOCATIONS      "Numero massimo allocazioni cache"\r
72     IDS_PERFMON_MAXALLOCATIONS_HELP "Quantità massima di memoria allocata per la cache"\r
73     IDS_PERFMON_CURRENTENTRIES      "Voci correnti cache"\r
74     IDS_PERFMON_CURRENTENTRIES_HELP "Numero corrente di voci della cache"\r
75     IDS_PERFMON_MAXENTRIES          "Numero massimo voci cache"\r
76     IDS_PERFMON_MAXENTRIES_HELP     "Numero massimo di voci della cache"\r
77     IDS_PERFMON_HITCOUNTRATE        "Frequenza passaggi cache"\r
78     IDS_PERFMON_HITCOUNTRATE_HELP   "Numero di passaggi al secondo"\r
79         IDS_PERFMON_REQUEST                             "Server ATL:Richiesta"\r
80         IDS_PERFMON_REQUEST_HELP                "Statistica sulle richieste pervenute al server"\r
81         IDS_PERFMON_REQUEST_TOTAL               "Richieste totali al server"\r
82         IDS_PERFMON_REQUEST_TOTAL_HELP  "Numero totale di richieste"\r
83         IDS_PERFMON_REQUEST_FAILED              "Richieste al server non riuscite"\r
84         IDS_PERFMON_REQUEST_FAILED_HELP "Numero di richieste non riuscite"\r
85         IDS_PERFMON_REQUEST_RATE                "Richieste al server /sec"\r
86         IDS_PERFMON_REQUEST_RATE_HELP   "Numero di richieste al secondo"\r
87         IDS_PERFMON_REQUEST_AVG_RESPONSE_TIME "Tempo medio di risposta"\r
88         IDS_PERFMON_REQUEST_AVG_RESPONSE_TIME_HELP "Tempo medio impiegato per la gestione di una richiesta"\r
89         IDS_PERFMON_REQUEST_CURR_WAITING "Richieste correnti in coda"\r
90         IDS_PERFMON_REQUEST_CURR_WAITING_HELP "Numero corrente di richieste in attesa di essere gestite"\r
91         IDS_PERFMON_REQUEST_MAX_WAITING "Numero massimo di richieste in coda"\r
92         IDS_PERFMON_REQUEST_MAX_WAITING_HELP "Numero massimo di richieste in attesa di essere gestite"\r
93         IDS_PERFMON_REQUEST_ACTIVE_THREADS "Thread attivi"\r
94         IDS_PERFMON_REQUEST_ACTIVE_THREADS_HELP "Numero di thread che gestiscono attivamente le richieste"\r
95 END\r
98 #ifndef ATL_NO_DEFAULT_STENCIL_RESOURCE\r
99 dllmgr.srf                              HTML     "res\\dllmgr.srf"\r
100 stencilmgr.srf                  HTML     "res\\stencilmgr.srf"\r
101 threadmgr.srf                   HTML     "res\\threadmgr.srf"\r
102 #endif\r
105 //\r
106 // Stencil parse error support\r
107 //\r
108 #ifdef ATL_DEBUG_STENCILS\r
110 STRINGTABLE DISCARDABLE \r
111 BEGIN\r
112         IDS_STENCIL_ERROR_STENCIL\r
113 "{{codepage 0}}<h1><font color=#ff0000> Durante l'analisi di un file SRF, si è verificato il seguente errore:</font></h1>\r\n{{while GetNextError}}<table border=1 width=50%>\r\n<tr><td width=25%>Tipo di errore</td><td>{{GetErrorText}}</td></tr>\r\n<tr><td>Numero della riga</td><td>{{GetErrorLineNumber}}</td></tr>\r\n<tr><td>Testo dell'errore</td><td><pre>{{GetErrorLine}}</pre></td></tr>\r\n</table>\r\n{{endwhile}}<br>Output file SRF:\r\n<hr>"\r
115         IDS_STENCIL_UNCLOSEDBLOCK_IF          "{{if}} senza {{endif}}"\r
116         IDS_STENCIL_UNCLOSEDBLOCK_ELSE        "{{else}} senza {{endif}}"\r
117         IDS_STENCIL_UNCLOSEDBLOCK_WHILE       "{{while}} senza {{endwhile}}" \r
118         IDS_STENCIL_UNOPENEDBLOCK_ENDWHILE    "{{endwhile}} senza {{while}}"\r
119         IDS_STENCIL_UNOPENEDBLOCK_ELSE        "{{else}} senza {{if}}"\r
120         IDS_STENCIL_UNOPENEDBLOCK_ENDIF       "{{endif}} senza {{if}} o {{else}}"\r
121         \r
122         IDS_STENCIL_INVALID_HANDLER           "Tag di gestione non valido"\r
123         IDS_STENCIL_NULLPARAM                 "Parametro NULL in ParseReplacements"\r
124         IDS_STENCIL_INVALIDSTRING             "Stringa vuota o negativa passata a ParseReplacements"\r
125         IDS_STENCIL_EMBEDDED_NULL             "Carattere null incorporato in file SRF"\r
126         IDS_STENCIL_UNMATCHED_TAG_START       "{{ non corrispondenti"\r
127         IDS_STENCIL_MISMATCHED_TAG_START      "{{ non corrispondenti"\r
128         IDS_STENCIL_BAD_PARAMETER             "Parametro non valido"\r
129         IDS_STENCIL_METHODNAME_TOO_LONG       "Nome metodo troppo lungo"\r
130         IDS_STENCIL_HANDLERNAME_TOO_LONG      "Nome gestore troppo lungo"\r
131         IDS_STENCIL_INVALID_SUBHANDLER        "Tag di gestione secondaria non valida"\r
132         IDS_STENCIL_UNRESOLVED_REPLACEMENT    "Sostituzione non risolta: '%s'"\r
133         \r
134         IDS_STENCIL_INCLUDE_ERROR             "Impossibile aprire il file incluso"\r
135         IDS_STENCIL_INCLUDE_INVALID           "Il file incluso non è un file su disco"\r
136         \r
137         IDS_STENCIL_MLANG_COCREATE            "Impossibile creare CMultiLanguage"\r
138         IDS_STENCIL_MLANG_LCID                "Errore durante la ricerca di lcid"\r
139         IDS_STENCIL_MLANG_GETLOCALE           "GetLocaleInfo non riuscito"\r
140         IDS_STENCIL_MLANG_GETCHARSET          "GetCharsetInfo non riuscito"\r
141         \r
142         IDS_STENCIL_OUTOFMEMORY               "Memoria insufficiente"\r
143         IDS_STENCIL_UNEXPECTED                "Errore imprevisto"\r
144 END\r
146 #endif\r