aboutsummaryrefslogtreecommitdiff
path: root/src/windows/identity/kmm/lang/kmm_msgs.mc
blob: 898ffa2fc4361a4bc071c6ffef6fe59b42ecf203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
; // ** kmm_msgs.mc 

; /* Since .mc files can contain strings from any language, we define
; all our messages in one file in the /lang/ directory instead of
; language specific subdirectories. */

; /* The type is set to (wchar_t *) because that's what we will be
; feeding kherr_report() function. */

MessageIdTypedef=LPWSTR

; /* Severity values as defined in the message definition file are
; currently ignored. */

SeverityNames=(
        Success=0x0
)

LanguageNames=(
        English=0x409:MSG_ENU
)

OutputBase=16

; /* Actual messages start here */

MessageId=1
Severity=Success
SymbolicName=MSG_INITIAL
Language=English
Initial placeholder message
.

MessageId=
SymbolicName=MSG_LOAD_DEFAULT
Language=English
Load default modules
.

MessageId=
SymbolicName=MSG_INIT_MODULE
Language=English
Initializing module [%1]
.

MessageId=
SymbolicName=MSG_IM_GET_CONFIG
Language=English
Can't get configuration for modules
.

MessageId=
SymbolicName=MSG_IM_NOT_PREINIT
Language=English
Module is not in PREINIT state.  Current state=[%1!d!]
.

MessageId=
SymbolicName=MSG_IM_NOT_REGISTERED
Language=English
Module is not registered
.

MessageId=
SymbolicName=MSG_IM_DISABLED
Language=English
Module is disabled
.

MessageId=
SymbolicName=MSG_IM_MAX_FAIL
Language=English
Module has failed too many times
.

MessageId=
SymbolicName=MSG_IM_INVALID_MODULE
Language=English
The DLL containing the module was not of the correct format.
.

MessageId=
SymbolicName=MSG_IM_INCOMPATIBLE
Language=English 
The DLL containing the module was not compatible with this version of NetIDMgr.
.

Messageid=
SymbolicName=MSG_IM_NOT_FOUND
Language=English
Module binary was not found.  Checked path [%1]
.

MessageId=
SymbolicName=MSG_IM_NO_ENTRY
Language=English
Entry point not found.  Checked entry point [%1]
.

MessageId=
SymbolicName=MSG_IM_INIT_FAIL
Language=English
Module initialization entry point returned failure code [%1!d!]
.

MessageId=
SymbolicName=MSG_IM_NO_PLUGINS
Language=English
No plug-ins were registered by the module
.

MessageId=
SymbolicName=MSG_IM_MOD_STATE
Language=English
Module [%1] is in state [%2!d!]
.

MessageId=
SymbolicName=MSG_IMERR_TITLE
Language=English
Failed to load module %1!s!
.

MessageId=
SymbolicName=MSG_IMERR_SUGGEST
Language=English
The following information may help resolve this issue:

%2!s!
.

MessageId=
SymbolicName=MSG_IP_TASK_DESC
Language=English
Initializing plug-in [%1]
.

MessageId=
SymbolicName=MSG_IP_GET_CONFIG
Language=English
Can't get configuration for plug-ins
.

MessageId=
SymbolicName=MSG_IP_NOT_REGISTERED
Language=English
The plug-in is not registered
.

MessageId=
SymbolicName=MSG_IP_DISABLED
Language=English
The plug-in is disabled
.

MessageId=
SymbolicName=MSG_IP_HOLD
Language=English
Placing plug-in [%1] on hold
.

MessageId=
SymbolicName=MSG_IP_STATE
Language=English
Leaving plug-in [%1] in state [%2!d!]
.

MessageId=
SymbolicName=MSG_IP_EXITING
Language=English
The plug-in [%1] is in error state [%2!d!].  Exiting plug-in.
.

MessageId=
SymbolicName=MSG_RMI_NOT_FOUND
Language=English
Can't get file version information for path [%1!s!]
.

MessageId=
SymbolicName=MSG_RMI_NO_TRANS
Language=English
Can't get version resource tranlations list for path [%1!s!]
.

MessageId=
SymbolicName=MSG_RMI_NO_LOCAL
Language=English
The list of version translations were empty or did not contain a resource for the current user or system locale.
.

MessageId=
SymbolicName=MSG_RMI_RES_MISSING
Language=English
Required resource %1!s! missing
.

MessageId=
SymbolicName=MSG_RMI_MOD_MISMATCH
Language=English
The module name specified in the resource is [%1!s!] while the module name as registered is [%2!s!]
.

MessageId=
SymbolicName=MSG_RMI_RES_TOO_LONG
Language=English
The resource %1!s! is malformed or too long
.

MessageId=
SymbolicName=MSG_RMI_API_MISMATCH
Language=English
The module was compile for API version %1!d!.  However the current API version is %2!d!.
.

MessageId=
SymbolicName=MSG_PB_START
Language=English
Starting plug-in [%1!s!]
.

MessageId=
SymbolicName=MSG_PB_INVALID_CODE_PTR
Language=English
The plug-in is no longer valid.  This maybe because the module containing the plug-in was unloaded.
.

MessageId=
SymbolicName=MSG_PB_INIT_RV
Language=English
Initialization of the plug-in returned code %1!d!.
.

MessageId=
SymbolicName=MSG_PB_INIT_FAIL
Language=English
Initialization of the %1!s! plug-in failed.  The plug-in will be unloaded and any functionality provided will not be available.
.

MessageId=
SymbolicName=MSG_PB_INIT_FAIL_S
Language=English
Plug-in %1!s! failed to initialize
.

MessageId=
SymbolicName=MSG_PB_INIT_FAIL_G
Language=English
Details for plug-in:
Description: %2!s!
Module: %3!s!
Support: %4!s!
.

MessageId=
SymbolicName=MSG_PB_INIT_DONE
Language=English
Plug-in running
.