mstask: Implement ITask::DeleteTrigger().
[wine.git] / dlls / wininet / winineterror.mc
blob7455d45421aa75d08d4e71737fe0a39f029cf1ed
2 ; Copyright 2018 Alsitair Leslie-Hughes
4 ; This library is free software; you can redistribute it and/or
5 ; modify it under the terms of the GNU Lesser General Public
6 ; License as published by the Free Software Foundation; either
7 ; version 2.1 of the License, or (at your option) any later version.
9 ; This library is distributed in the hope that it will be useful,
10 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 ; Lesser General Public License for more details.
14 ; You should have received a copy of the GNU Lesser General Public
15 ; License along with this library; if not, write to the Free Software
16 ; Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 LanguageNames=(ENU=0x409:winerr)
21 MessageId=12002
22 SymbolicName=ERROR_INTERNET_TIMEOUT
23 Language=ENU
24 The request has timed out.
26 MessageId=12004
27 SymbolicName=ERROR_INTERNET_INTERNAL_ERROR
28 Language=ENU
29 An internal error has occurred.
31 MessageId=12005
32 SymbolicName=ERROR_INTERNET_INVALID_URL
33 Language=ENU
34 The URL is invalid.
36 MessageId=12006
37 SymbolicName=ERROR_INTERNET_UNRECOGNIZED_SCHEME
38 Language=ENU
39 The URL scheme could not be recognized or is not supported.
41 MessageId=12007
42 SymbolicName=ERROR_INTERNET_NAME_NOT_RESOLVED
43 Language=ENU
44 The server name could not be resolved.
46 MessageId=12016
47 SymbolicName=ERROR_INTERNET_INVALID_OPERATION
48 Language=ENU
49 The requested operation is invalid.
51 MessageId=12017
52 SymbolicName=ERROR_INTERNET_OPERATION_CANCELLED
53 Language=ENU
54 The operation was canceled, usually because the handle on which the request was operating was closed before the operation completed.
56 MessageId=12028
57 SymbolicName=ERROR_INTERNET_ITEM_NOT_FOUND
58 Language=ENU
59 The requested item could not be located.
61 MessageId=12029
62 SymbolicName=ERROR_INTERNET_CANNOT_CONNECT
63 Language=ENU
64 The attempt to connect to the server failed.
66 MessageId=12030
67 SymbolicName=ERROR_INTERNET_CONNECTION_ABORTED
68 Language=ENU
69 The connection with the server has been terminated.
71 MessageId=12037
72 SymbolicName=ERROR_INTERNET_SEC_CERT_DATE_INVALID
73 Language=ENU
74 SSL certificate date that was received from the server is bad. The certificate is expired.
76 MessageId=12038
77 SymbolicName=ERROR_INTERNET_SEC_CERT_CN_INVALID
78 Language=ENU
79 SSL certificate common name (host name field) is incorrect.