mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Nicolas Capponi
25.31.2013 60f5dfd7eaa64aa931033c0e5266391ecbbc96fa
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
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License").  You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at
# trunk/opends/resource/legal-notices/OpenDS.LICENSE
# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at
# trunk/opends/resource/legal-notices/OpenDS.LICENSE.  If applicable,
# add the following below this CDDL HEADER, with the fields enclosed
# by brackets "[]" replaced with your own identifying information:
#      Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#      Copyright 2006-2010 Sun Microsystems, Inc.
#      Portions copyright 2012-2013 ForgeRock AS.
 
 
 
#
# Global directives
#
global.category=EXTENSIONS
 
#
# Format string definitions
#
# Keys must be formatted as follows:
#
# [SEVERITY]_[DESCRIPTION]_[ORDINAL]
#
# where:
#
# SEVERITY is one of:
# [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE]
#
# DESCRIPTION is an upper case string providing a hint as to the context of
# the message in upper case with the underscore ('_') character serving as
# word separator
#
# ORDINAL is an integer unique among other ordinals in this file
#
SEVERE_ERR_PWSCHEME_CANNOT_INITIALIZE_MESSAGE_DIGEST_1=%s \u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u3092\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_PWSCHEME_CANNOT_BASE64_DECODE_STORED_PASSWORD_2=\u30d1\u30b9\u30ef\u30fc\u30c9\u5024 %s \u3092 Base64 \u3067\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_PWSCHEME_NOT_REVERSIBLE_3=%s \u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u306f\u53ef\u9006\u3067\u306f\u306a\u3044\u305f\u3081\u3001\u7b26\u53f7\u5316\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u5fa9\u65e7\u3067\u304d\u307e\u305b\u3093
MILD_ERR_JMX_ALERT_HANDLER_CANNOT_REGISTER_4=JMX \u30a2\u30e9\u30fc\u30c8\u30cf\u30f3\u30c9\u30e9\u3092 MBean \u30b5\u30fc\u30d0\u30fc\u306b\u767b\u9332\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_PWSCHEME_CANNOT_ENCODE_PASSWORD_5=\u30af\u30e9\u30b9 %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u3092\u4f7f\u3063\u3066\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u7b26\u53f7\u5316\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s
SEVERE_ERR_CACHE_INVALID_INCLUDE_FILTER_6=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e ds-cfg-include-filter \u5c5e\u6027\u3067\u6307\u5b9a\u3055\u308c\u308b\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u30bb\u30c3\u30c8\u3092\u4f7f\u7528\u3057\u3066\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u542b\u3081\u308b\u30a8\u30f3\u30c8\u30ea\u3092\u5236\u5fa1\u3067\u304d\u307e\u3059\u304c\u3001\u3053\u306e\u5c5e\u6027\u306b\u7121\u52b9\u306a\u5024 "%s" \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059:  %s
SEVERE_ERR_CACHE_INVALID_EXCLUDE_FILTER_7=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e ds-cfg-exclude-filter \u5c5e\u6027\u3067\u6307\u5b9a\u3055\u308c\u308b\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u30bb\u30c3\u30c8\u3092\u4f7f\u7528\u3057\u3066\u30ad\u30e3\u30c3\u30b7\u30e5\u304b\u3089\u9664\u5916\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u3092\u5236\u5fa1\u3067\u304d\u307e\u3059\u304c\u3001\u3053\u306e\u5c5e\u6027\u306b\u7121\u52b9\u306a\u5024 "%s" \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059:  %s
FATAL_ERR_FIFOCACHE_CANNOT_INITIALIZE_8=\u5148\u5165\u308c\u5148\u51fa\u3057\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u521d\u671f\u5316\u4e2d\u306b\u81f4\u547d\u7684\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
FATAL_ERR_SOFTREFCACHE_CANNOT_INITIALIZE_9=\u30bd\u30d5\u30c8\u53c2\u7167\u306e\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u521d\u671f\u5316\u4e2d\u306b\u81f4\u547d\u7684\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
NOTICE_CACHE_PRELOAD_PROGRESS_START_10=%s \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u3092\u958b\u59cb\u3057\u3066\u3044\u307e\u3059
NOTICE_CACHE_PRELOAD_PROGRESS_REPORT_11=%s \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u306b\u3088\u3063\u3066 %d \u500b\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u51e6\u7406\u3055\u308c\u307e\u3057\u305f\u3002%dM \u30d0\u30a4\u30c8\u306e\u7a7a\u304d\u30d2\u30fc\u30d7\u30e1\u30e2\u30ea\u30fc\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059
NOTICE_CACHE_PRELOAD_PROGRESS_DONE_12=%s \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u304c\u5b8c\u4e86\u3057\u3001\u5408\u8a08 %d \u500b\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u51e6\u7406\u3055\u308c\u307e\u3057\u305f
SEVERE_WARN_CACHE_PRELOAD_INTERRUPTED_13=%s \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u304c\u4e2d\u65ad\u3055\u308c\u307e\u3057\u305f
SEVERE_WARN_CACHE_PRELOAD_BACKEND_FAILED_14=%s \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u306f\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u5185\u306b\u30a8\u30f3\u30c8\u30ea\u306f\u30d7\u30ea\u30ed\u30fc\u30c9\u3055\u308c\u307e\u305b\u3093
SEVERE_ERR_CACHE_PRELOAD_ENTRY_FAILED_15=\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u5185\u3078\u306e %s \u30a8\u30f3\u30c8\u30ea\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f:  %s
MILD_ERR_EXTOP_PASSMOD_CANNOT_DECODE_REQUEST_33=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u8981\u6c42\u30b7\u30fc\u30b1\u30f3\u30b9\u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_EXTOP_PASSMOD_NO_AUTH_OR_USERID_34=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u8a8d\u53ef ID \u304c\u542b\u307e\u308c\u3066\u304a\u3089\u305a\u3001\u30d9\u30fc\u30b9\u3068\u306a\u308b\u63a5\u7d9a\u304c\u8a8d\u8a3c\u3055\u308c\u3066\u3044\u307e\u305b\u3093
SEVERE_ERR_EXTOP_PASSMOD_CANNOT_LOCK_USER_ENTRY_35=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u306f\u8907\u6570\u56de\u8a66\u884c\u3057\u305f\u3042\u3068\u3001\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u306e\u66f8\u304d\u8fbc\u307f\u30ed\u30c3\u30af\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
MILD_ERR_EXTOP_PASSMOD_CANNOT_DECODE_AUTHZ_DN_36=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u304c\u3053\u306e\u64cd\u4f5c\u306e\u8a8d\u53ef ID \u3067\u4f7f\u7528\u3059\u308b\u305f\u3081\u306e\u6709\u52b9\u306a DN \u3068\u3057\u3066 "%s" \u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093
MILD_ERR_EXTOP_PASSMOD_INVALID_AUTHZID_STRING_37=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u7121\u52b9\u306a userIdentity \u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f\u3002  \u6307\u5b9a\u3055\u308c\u305f userIdentity \u6587\u5b57\u5217\u306f "%s" \u3067\u3057\u305f
MILD_ERR_EXTOP_PASSMOD_NO_USER_ENTRY_BY_AUTHZID_38=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002"%s" \u306e\u8a8d\u53ef DN \u306b\u57fa\u3065\u3044\u3066\u66f4\u65b0\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u8b58\u5225\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
MILD_ERR_EXTOP_PASSMOD_INVALID_OLD_PASSWORD_41=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u64cd\u4f5c\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u30e6\u30fc\u30b6\u30fc\u306b\u6307\u5b9a\u3055\u308c\u305f\u73fe\u5728\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u7121\u52b9\u3067\u3059
INFO_FILE_KEYMANAGER_DESCRIPTION_FILE_43=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30ad\u30fc\u30b9\u30c8\u30a2\u60c5\u5831\u304c\u542b\u307e\u308c\u308b\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30d1\u30b9\u3002  \u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u6b21\u56de\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059
SEVERE_ERR_FILE_KEYMANAGER_NO_SUCH_FILE_45=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-key-store-file \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30ad\u30fc\u30b9\u30c8\u30a2\u30d5\u30a1\u30a4\u30eb %1$s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093
SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_FILE_46=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e ds-cfg-key-store-file \u8a2d\u5b9a\u5c5e\u6027\u306e\u5024\u3092\u5224\u65ad\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
SEVERE_ERR_FILE_KEYMANAGER_PIN_PROPERTY_NOT_SET_50=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-key-store-pin-property \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b Java \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc %1$s \u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u306e\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a PIN \u304c\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u304c\u3001\u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093
SEVERE_ERR_FILE_KEYMANAGER_PIN_ENVAR_NOT_SET_53=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-key-store-pin-environment-variable \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u74b0\u5883\u5909\u6570 %1$s \u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u306e\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a PIN \u304c\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u304c\u3001\u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093
SEVERE_ERR_FILE_KEYMANAGER_PIN_NO_SUCH_FILE_56=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-key-store-pin-file \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb %1$s \u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u306e\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a PIN \u304c\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u304c\u3001\u30d5\u30a1\u30a4\u30eb\u304c\u5b58\u5728\u3057\u307e\u305b\u3093
SEVERE_ERR_FILE_KEYMANAGER_PIN_FILE_CANNOT_READ_57=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-key-store-pin-file \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb %1$s \u304b\u3089\u30ad\u30fc\u30b9\u30c8\u30a2 PIN \u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %3$s
SEVERE_ERR_FILE_KEYMANAGER_PIN_FILE_EMPTY_58=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-key-store-pin-file \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb %1$s \u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u306e\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a PIN \u304c\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u304c\u3001\u30d5\u30a1\u30a4\u30eb\u304c\u7a7a\u3067\u3059
SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_60=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e ds-cfg-key-store-pin \u8a2d\u5b9a\u5c5e\u6027\u306e\u5024\u3092\u5224\u65ad\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
SEVERE_ERR_FILE_KEYMANAGER_CANNOT_LOAD_62=\u30d5\u30a1\u30a4\u30eb %s \u304b\u3089\u30ad\u30fc\u30b9\u30c8\u30a2\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u8aad\u307f\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
SEVERE_ERR_FILE_KEYMANAGER_INVALID_TYPE_63=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-key-store-type \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30ad\u30fc\u30b9\u30c8\u30a2\u30bf\u30a4\u30d7 %1$s \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093:  %3$s
SEVERE_ERR_PKCS11_KEYMANAGER_PIN_PROPERTY_NOT_SET_68=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-key-store-pin-property \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b Java \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc %1$s \u306b\u306f\u3001PKCS#11 \u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a PIN \u304c\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u304c\u3001\u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093
SEVERE_ERR_PKCS11_KEYMANAGER_PIN_ENVAR_NOT_SET_71=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-key-store-pin-environment-variable \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u74b0\u5883\u5909\u6570 %1$s \u306b\u306f\u3001PKCS#11 \u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a PIN \u304c\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u304c\u3001\u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093
SEVERE_ERR_PKCS11_KEYMANAGER_PIN_NO_SUCH_FILE_74=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-key-store-pin-file \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb %1$s \u306b\u306f\u3001PKCS#11 \u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a PIN \u304c\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u304c\u3001\u30d5\u30a1\u30a4\u30eb\u304c\u5b58\u5728\u3057\u307e\u305b\u3093
SEVERE_ERR_PKCS11_KEYMANAGER_PIN_FILE_CANNOT_READ_75=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-key-store-pin-file \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb %1$s \u304b\u3089\u30ad\u30fc\u30b9\u30c8\u30a2 PIN \u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %3$s
SEVERE_ERR_PKCS11_KEYMANAGER_PIN_FILE_EMPTY_76=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-key-store-pin-file \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb %1$s \u306b\u306f\u3001PKCS#11 \u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a PIN \u304c\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u304c\u3001\u30d5\u30a1\u30a4\u30eb\u304c\u7a7a\u3067\u3059
SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_79=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e ds-cfg-key-store-pin \u8a2d\u5b9a\u5c5e\u6027\u306e\u5024\u3092\u5224\u65ad\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_LOAD_81=PKCS#11 \u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
SEVERE_ERR_FILE_KEYMANAGER_CANNOT_CREATE_FACTORY_83=\u30ad\u30fc\u30b9\u30c8\u30a2\u30d5\u30a1\u30a4\u30eb %s \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u305f\u3081\u306e\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u30d5\u30a1\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_CREATE_FACTORY_84=PKCS#11 \u30ad\u30fc\u30b9\u30c8\u30a2\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u305f\u3081\u306e\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u30d5\u30a1\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
SEVERE_ERR_FILE_TRUSTMANAGER_NO_SUCH_FILE_87=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-file \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d5\u30a1\u30a4\u30eb %1$s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093
SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_FILE_88=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e ds-cfg-trust-store-file \u8a2d\u5b9a\u5c5e\u6027\u306e\u5024\u3092\u5224\u65ad\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s
SEVERE_ERR_FILE_TRUSTMANAGER_PIN_PROPERTY_NOT_SET_92=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-pin-property \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b Java \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc %1$s \u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u306e\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a PIN \u304c\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u304c\u3001\u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093
SEVERE_ERR_FILE_TRUSTMANAGER_PIN_ENVAR_NOT_SET_95=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-pin-environment-variable \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u74b0\u5883\u5909\u6570 %1$s \u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u306e\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a PIN \u304c\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u304c\u3001\u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093
SEVERE_ERR_FILE_TRUSTMANAGER_PIN_NO_SUCH_FILE_98=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-pin-file \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb %1$s \u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u306e\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a PIN \u304c\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u304c\u3001\u30d5\u30a1\u30a4\u30eb\u304c\u5b58\u5728\u3057\u307e\u305b\u3093
SEVERE_ERR_FILE_TRUSTMANAGER_PIN_FILE_CANNOT_READ_99=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-pin-file \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb %1$s \u304b\u3089\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2 PIN \u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s
SEVERE_ERR_FILE_TRUSTMANAGER_PIN_FILE_EMPTY_100=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-pin-file \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb %1$s \u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u306e\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a PIN \u304c\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u304c\u3001\u30d5\u30a1\u30a4\u30eb\u304c\u7a7a\u3067\u3059
SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_LOAD_104=\u30d5\u30a1\u30a4\u30eb %s \u304b\u3089\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u8aad\u307f\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s
SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_CREATE_FACTORY_105=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d5\u30a1\u30a4\u30eb %s \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u305f\u3081\u306e\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u30d5\u30a1\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s
SEVERE_ERR_FILE_TRUSTMANAGER_INVALID_TYPE_106=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-type \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30bf\u30a4\u30d7 %1$s \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093: %3$s
MILD_ERR_SEDCM_NO_PEER_CERTIFICATE_118=\u6307\u5b9a\u3055\u308c\u305f\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5229\u7528\u3067\u304d\u308b\u30d4\u30a2\u8a3c\u660e\u66f8\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f
MILD_ERR_SEDCM_PEER_CERT_NOT_X509_119=\u6307\u5b9a\u3055\u308c\u305f\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u3092\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30d4\u30a2\u8a3c\u660e\u66f8\u304c X.509 \u8a3c\u660e\u66f8\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f (\u30d4\u30a2\u8a3c\u660e\u66f8\u306e\u5f62\u5f0f\u306f %s)
MILD_ERR_SEDCM_CANNOT_DECODE_SUBJECT_AS_DN_120=\u6307\u5b9a\u3055\u308c\u305f\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u3092\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30d4\u30a2\u8a3c\u660e\u66f8\u306e\u30b5\u30d6\u30b8\u30a7\u30af\u30c8 "%s" \u3092 LDAP DN \u3068\u3057\u3066\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f:  %s
MILD_ERR_SEDCM_CANNOT_GET_ENTRY_121=\u6307\u5b9a\u3055\u308c\u305f\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u3092\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002DN \u304c "%s" \u3067\u3042\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_SEDCM_NO_USER_FOR_DN_122=\u6307\u5b9a\u3055\u308c\u305f\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u3092\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002DN \u304c %s \u3067\u3042\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u304c\u5b58\u5728\u3057\u307e\u305b\u3093
MILD_ERR_SASLEXTERNAL_NO_CLIENT_CONNECTION_123=SASL EXTERNAL \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u3078\u306e\u53c2\u7167\u304c\u3042\u308a\u307e\u305b\u3093
MILD_ERR_SASLEXTERNAL_NOT_LDAP_CLIENT_INSTANCE_124=SASL EXTERNAL \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u305d\u306e\u8981\u6c42\u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u308b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306f\u3001DAPClientConnection \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3067\u306a\u3044\u305f\u3081\u3067\u3059\u3002
MILD_ERR_SASLEXTERNAL_NO_CLIENT_CERT_126=SASL EXTERNAL \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002SSL/TLS \u30cd\u30b4\u30b7\u30a8\u30fc\u30b7\u30e7\u30f3\u4e2d\u306b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u304c\u63d0\u793a\u3055\u308c\u306a\u304b\u3063\u305f\u305f\u3081\u3067\u3059
MILD_ERR_SASLEXTERNAL_NO_MAPPING_127=SASL EXTERNAL \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306f\u5931\u6557\u3057\u307e\u3057\u305f\u3002SSL/TLS \u30cd\u30b4\u30b7\u30a8\u30fc\u30b7\u30e7\u30f3\u306e\u9593\u306b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u63d0\u793a\u3055\u308c\u305f\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
MILD_ERR_STARTTLS_NO_CLIENT_CONNECTION_128=StartTLS \u3092\u3053\u306e\u63a5\u7d9a\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\u30d9\u30fc\u30b9\u3068\u306a\u308b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u304c\u5229\u7528\u3067\u304d\u307e\u305b\u3093
MILD_ERR_STARTTLS_NOT_TLS_CAPABLE_129=StartTLS \u3092\u3053\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u63a5\u7d9a\u30bf\u30a4\u30d7\u3067\u306f StartTLS \u3092\u4f7f\u7528\u3057\u3066\u305d\u306e\u901a\u4fe1\u3092\u4fdd\u8b77\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093
MILD_ERR_SASLEXTERNAL_NO_CERT_IN_ENTRY_137=SASL EXTERNAL \u3067\u8a8d\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30de\u30c3\u30d7\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u306b\u3001\u63d0\u793a\u3055\u308c\u305f\u30d4\u30a2\u8a3c\u660e\u66f8\u3092\u78ba\u8a8d\u3059\u308b\u8a3c\u660e\u66f8\u304c\u3042\u308a\u307e\u305b\u3093
MILD_ERR_SASLEXTERNAL_PEER_CERT_NOT_FOUND_138=SASL EXTERNAL \u3067\u8a8d\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30de\u30c3\u30d7\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u306b\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u63d0\u793a\u3055\u308c\u305f\u30d4\u30a2\u8a3c\u660e\u66f8\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f
MILD_ERR_SASLEXTERNAL_CANNOT_VALIDATE_CERT_139=\u30e6\u30fc\u30b6\u30fc\u306e\u30a8\u30f3\u30c8\u30ea %s \u306e\u8a3c\u660e\u66f8\u3092\u4f7f\u3063\u3066\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u63d0\u793a\u3055\u308c\u305f\u30d4\u30a2\u8a3c\u660e\u66f8\u306e\u59a5\u5f53\u6027\u691c\u67fb\u3092\u8a66\u307f\u3066\u3044\u308b\u3068\u304d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_SASLPLAIN_NO_SASL_CREDENTIALS_147=SASL PLAIN \u8a8d\u8a3c\u3067\u306f SASL \u8cc7\u683c\u60c5\u5831\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u304c\u3001\u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b\u306f\u4f55\u3082\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f
MILD_ERR_SASLPLAIN_NO_NULLS_IN_CREDENTIALS_148=SASL PLAIN \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b NULL \u6587\u5b57\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f\u3002  \u8a8d\u53ef ID \u3068\u8a8d\u8a3c ID \u306e\u9593\u3001\u304a\u3088\u3073\u8a8d\u8a3c ID \u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u9593\u306b\u306f\u3001\u533a\u5207\u308a\u6587\u5b57\u3068\u3057\u3066 NULL \u6587\u5b57\u304c\u5fc5\u8981\u3067\u3059
MILD_ERR_SASLPLAIN_NO_SECOND_NULL_149=SASL PLAIN \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306e\u8cc7\u683c\u60c5\u5831\u306b 2 \u756a\u76ee\u306e NULL \u6587\u5b57\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f\u3002NULL \u6587\u5b57\u306f\u3001\u8a8d\u8a3c ID \u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u9593\u306e\u533a\u5207\u308a\u6587\u5b57\u3068\u3057\u3066\u5fc5\u8981\u3067\u3059
MILD_ERR_SASLPLAIN_ZERO_LENGTH_AUTHCID_150=SASL PLAIN \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b\u542b\u307e\u308c\u308b\u8a8d\u8a3c ID \u306e\u9577\u3055\u304c 0 \u6587\u5b57\u3067\u3057\u305f\u304c\u3001\u3053\u308c\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093\u3002  SASL PLAIN \u8a8d\u8a3c\u3067\u306f\u3001\u7a7a\u306e\u6587\u5b57\u5217\u3092\u8a8d\u8a3c ID \u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093
MILD_ERR_SASLPLAIN_ZERO_LENGTH_PASSWORD_151=SASL PLAIN \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b\u542b\u307e\u308c\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u9577\u3055\u304c 0 \u6587\u5b57\u3067\u3057\u305f\u304c\u3001\u3053\u308c\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093\u3002  SASL PLAIN \u8a8d\u8a3c\u3067\u306f\u3001\u7a7a\u306e\u6587\u5b57\u5217\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093
MILD_ERR_SASLPLAIN_CANNOT_DECODE_AUTHCID_AS_DN_152=SASL PLAIN \u306e\u8a8d\u8a3c ID "%s" \u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002DN \u304c\u542b\u307e\u308c\u3066\u3044\u305f\u3088\u3046\u3067\u3059\u304c\u3001DN \u306e\u5fa9\u53f7\u5316\u306b\u5931\u6557\u3057\u307e\u3057\u305f:  %s
MILD_ERR_SASLPLAIN_AUTHCID_IS_NULL_DN_153=SASL PLAIN \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u5185\u306e\u8a8d\u8a3c ID \u304c\u7a7a\u306e DN \u306e\u3088\u3046\u3067\u3059\u3002  \u3053\u308c\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093
MILD_ERR_SASLPLAIN_CANNOT_GET_ENTRY_BY_DN_154=SASL PLAIN \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306e DN \u30d9\u30fc\u30b9\u306e\u8a8d\u8a3c ID \u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_SASLPLAIN_NO_MATCHING_ENTRIES_157=\u30b5\u30fc\u30d0\u30fc\u3067\u3001\u6307\u5b9a\u3055\u308c\u305f\u8a8d\u8a3c ID %s \u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f
MILD_ERR_SASLPLAIN_INVALID_PASSWORD_160=\u6307\u5b9a\u3057\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u7121\u52b9\u3067\u3059
INFO_SASLPLAIN_CANNOT_LOCK_ENTRY_163=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306e\u8aad\u307f\u53d6\u308a\u30ed\u30c3\u30af\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
MILD_ERR_SEDCM_CANNOT_LOCK_ENTRY_164=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306e\u8aad\u307f\u53d6\u308a\u30ed\u30c3\u30af\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
INFO_SASLANONYMOUS_TRACE_165=SASL ANONYMOUS \u30d0\u30a4\u30f3\u30c9\u64cd\u4f5c (conn=%d\u3001op=%d) \u306b\u3088\u3063\u3066\u30c8\u30ec\u30fc\u30b9\u60c5\u5831\u304c\u6307\u5b9a\u3055\u308c\u307e\u3057\u305f:  %s
SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_MESSAGE_DIGEST_166=CRAM-MD5 SASL \u30cf\u30f3\u30c9\u30e9\u306b\u4f7f\u7528\u3055\u308c\u308b MD5 \u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u30a8\u30f3\u30b8\u30f3\u306e\u53d6\u5f97\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_SASLCRAMMD5_NO_STORED_CHALLENGE_172=SASL CRAM-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b SASL \u8cc7\u683c\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u3053\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u7528\u306b\u683c\u7d0d\u3055\u308c\u305f\u30c1\u30e3\u30ec\u30f3\u30b8\u304c\u3042\u308a\u307e\u305b\u3093\u3002  2 \u6bb5\u968e\u30d7\u30ed\u30bb\u30b9\u5185\u306e\u6700\u521d\u306e CRAM-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306e SASL \u8cc7\u683c\u3092\u542b\u3081\u3066\u306f\u3044\u3051\u307e\u305b\u3093
MILD_ERR_SASLCRAMMD5_INVALID_STORED_CHALLENGE_173=SASL CRAM-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b SASL \u8cc7\u683c\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u3053\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u7528\u306b\u683c\u7d0d\u3055\u308c\u305f SASL \u72b6\u614b\u60c5\u5831\u304c\u30c1\u30e3\u30ec\u30f3\u30b8\u306b\u9069\u5207\u306a\u5f62\u5f0f\u3067\u306f\u3042\u308a\u307e\u305b\u3093
MILD_ERR_SASLCRAMMD5_NO_SPACE_IN_CREDENTIALS_174=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u306e SASL CRAM-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b SASL \u8cc7\u683c\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u30e6\u30fc\u30b6\u30fc\u540d\u3068\u8a8d\u8a3c\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u3092\u5206\u3051\u308b\u30b9\u30da\u30fc\u30b9\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f
MILD_ERR_SASLCRAMMD5_INVALID_DIGEST_LENGTH_175=SASL CRAM-MD5 \u30d0\u30a4\u30f3\u30c9\u8a8d\u8a3c\u306b SASL \u8cc7\u683c\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u5fa9\u53f7\u5316\u3055\u308c\u305f\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u6587\u5b57\u5217\u306e\u9577\u3055\u304c %d \u30d0\u30a4\u30c8\u3067\u7121\u52b9\u3067\u3057\u305f\u300216 \u9032\u8868\u73fe\u306e MD5 \u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u306b\u671f\u5f85\u3055\u308c\u308b\u9577\u3055\u306f %d \u30d0\u30a4\u30c8\u3067\u3059
MILD_ERR_SASLCRAMMD5_INVALID_DIGEST_CONTENT_176=SASL CRAM-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b SASL \u8cc7\u683c\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u5fa9\u53f7\u5316\u3055\u308c\u305f\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c 16 \u9032\u6570\u5b57\u3060\u3051\u3067\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f:  %s
MILD_ERR_SASLCRAMMD5_CANNOT_DECODE_USERNAME_AS_DN_177=SASL CRAM-MD5 \u306e\u30e6\u30fc\u30b6\u30fc\u540d "%s" \u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002DN \u304c\u542b\u307e\u308c\u3066\u3044\u305f\u3088\u3046\u3067\u3059\u304c\u3001DN \u306e\u5fa9\u53f7\u5316\u306b\u5931\u6557\u3057\u307e\u3057\u305f:  %s
MILD_ERR_SASLCRAMMD5_USERNAME_IS_NULL_DN_178=SASL CRAM-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u5185\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u304c\u7a7a\u306e DN \u306e\u3088\u3046\u3067\u3059\u3002  \u3053\u308c\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093
INFO_SASLCRAMMD5_CANNOT_LOCK_ENTRY_179=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306e\u8aad\u307f\u53d6\u308a\u30ed\u30c3\u30af\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
MILD_ERR_SASLCRAMMD5_CANNOT_GET_ENTRY_BY_DN_180=SASL CRAM-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306e DN \u30d9\u30fc\u30b9\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_SASLCRAMMD5_NO_MATCHING_ENTRIES_184=\u30b5\u30fc\u30d0\u30fc\u3067\u3001\u6307\u5b9a\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u540d %s \u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f
MILD_ERR_SASLCRAMMD5_INVALID_PASSWORD_188=\u6307\u5b9a\u3057\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u7121\u52b9\u3067\u3059
MILD_ERR_SASLCRAMMD5_NO_REVERSIBLE_PASSWORDS_189=SASL CRAM-MD5 \u8a8d\u8a3c\u306f\u30e6\u30fc\u30b6\u30fc %s \u306b\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u5185\u306b\u53ef\u9006\u5f62\u5f0f\u3067\u683c\u7d0d\u3055\u308c\u3066\u3044\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u3042\u308a\u307e\u305b\u3093
 INFO_SASL_UNSUPPORTED_CALLBACK_192=\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u306a\u3044\u30b3\u30fc\u30eb\u30d0\u30c3\u30af\u307e\u305f\u306f\u4e88\u671f\u3057\u306a\u3044\u30b3\u30fc\u30eb\u30d0\u30c3\u30af\u304c\u3001%s \u8a8d\u8a3c\u306e\u3068\u304d\u306b\u4f7f\u7528\u3059\u308b SASL \u30b5\u30fc\u30d0\u30fc\u306b\u5bfe\u3057\u3066\u6307\u5b9a\u3055\u308c\u307e\u3057\u305f:  %s
MILD_ERR_SASL_NO_CREDENTIALS_193=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u306b %s \u72b6\u614b\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u304a\u308a\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304c %s \u30d0\u30a4\u30f3\u30c9\u306e\u5b9f\u884c\u51e6\u7406\u4e2d\u3067\u3042\u308b\u3053\u3068\u3092\u793a\u3057\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b\u8cc7\u683c\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f
SEVERE_ERR_SASL_CANNOT_GET_SERVER_FQDN_194=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e ds-cfg-server-fqdn \u5c5e\u6027\u306e\u5024\u3092\u5224\u65ad\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
 SEVERE_ERR_SASL_CONTEXT_CREATE_ERROR_195=%s \u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u306e\u4f5c\u6210\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s
MILD_ERR_SASL_CANNOT_DECODE_USERNAME_AS_DN_196=SASL %s \u306e\u30e6\u30fc\u30b6\u30fc\u540d "%s" \u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002DN \u304c\u542b\u307e\u308c\u3066\u3044\u305f\u3088\u3046\u3067\u3059\u304c\u3001DN \u306e\u5fa9\u53f7\u5316\u306b\u5931\u6557\u3057\u307e\u3057\u305f:  %s
MILD_ERR_SASL_USERNAME_IS_NULL_DN_197=SASL %s \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u5185\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u304c\u7a7a\u306e DN \u306e\u3088\u3046\u3067\u3059\u3002\u3053\u308c\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093
INFO_SASL_CANNOT_LOCK_ENTRY_198=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306e\u8aad\u307f\u53d6\u308a\u30ed\u30c3\u30af\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
MILD_ERR_SASL_CANNOT_GET_ENTRY_BY_DN_199=SASL %s \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306e DN \u30d9\u30fc\u30b9\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s
MILD_ERR_SASL_ZERO_LENGTH_USERNAME_200=SASL %s \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b\u542b\u307e\u308c\u308b\u30e6\u30fc\u30b6\u30fc\u540d\u306e\u9577\u3055\u304c 0 \u6587\u5b57\u3067\u3059\u3002\u3053\u308c\u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002%s \u8a8d\u8a3c\u3067\u306f\u3001\u7a7a\u306e\u6587\u5b57\u5217\u3092\u30e6\u30fc\u30b6\u30fc\u540d\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093
MILD_ERR_SASL_NO_MATCHING_ENTRIES_201=\u30b5\u30fc\u30d0\u30fc\u3067\u3001\u6307\u5b9a\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u540d %s \u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f
MILD_ERR_SASL_AUTHZID_INVALID_DN_202=\u6307\u5b9a\u3055\u308c\u305f\u8a8d\u53ef ID %s \u306b\u7121\u52b9\u306a DN \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f:  %s
 MILD_ERR_SASL_AUTHZID_NO_SUCH_ENTRY_203=\u8a8d\u53ef ID \u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093
MILD_ERR_SASL_AUTHZID_CANNOT_GET_ENTRY_204=\u8a8d\u53ef ID \u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f:  %s
MILD_ERR_SASL_AUTHZID_NO_MAPPED_ENTRY_205=\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u8a8d\u53ef ID %s \u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u3092\u898b\u3064\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
MILD_ERR_SASL_CANNOT_GET_REVERSIBLE_PASSWORDS_207=SASL %2$s \u8a8d\u8a3c\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306e\u30e6\u30fc\u30b6\u30fc %1$s \u306e\u5e73\u6587\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %3$s
MILD_ERR_SASL_NO_REVERSIBLE_PASSWORDS_208=SASL %s \u8a8d\u8a3c\u3092\u30e6\u30fc\u30b6\u30fc %s \u306b\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u5185\u306b\u53ef\u9006\u5f62\u5f0f\u3067\u683c\u7d0d\u3055\u308c\u3066\u3044\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u3042\u308a\u307e\u305b\u3093
SEVERE_ERR_SASL_PROTOCOL_ERROR_209=SASL %s \u30d7\u30ed\u30c8\u30b3\u30eb\u30a8\u30e9\u30fc: %s
MILD_ERR_SASL_AUTHZID_INSUFFICIENT_PRIVILEGES_210=\u8a8d\u8a3c\u30e6\u30fc\u30b6\u30fc %s \u306b\u306f\u3001\u5225\u306e\u8a8d\u53ef ID \u3092\u60f3\u5b9a\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093
MILD_ERR_SASL_AUTHZID_INSUFFICIENT_ACCESS_211=\u8a8d\u8a3c\u30e6\u30fc\u30b6\u30fc %s \u306b\u306f\u3001\u5225\u306e\u8a8d\u53ef ID \u3092\u60f3\u5b9a\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u30a2\u30af\u30bb\u30b9\u6a29\u304c\u3042\u308a\u307e\u305b\u3093
MILD_ERR_SASL_AUTHENTRY_NO_MAPPED_ENTRY_212=\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u8a8d\u8a3c ID %s \u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u3092\u898b\u3064\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
SEVERE_ERR_SASLGSSAPI_KDC_REALM_NOT_DEFINED_213=ds-cfg-kdc-address \u5c5e\u6027\u3068 ds-cfg-realm \u5c5e\u6027\u306e\u4e21\u65b9\u3092\u5b9a\u7fa9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u304b\u3001\u4e21\u65b9\u3092\u5b9a\u7fa9\u3067\u304d\u306a\u3044\u305f\u3081\u3001\u30b5\u30fc\u30d0\u30fc\u306f\u898b\u3064\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
MILD_ERR_SASL_CANNOT_MAP_AUTHENTRY_214=\u8a8d\u53ef ID %s \u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
SEVERE_ERR_SASLGSSAPI_CANNOT_CREATE_JAAS_CONFIG_215=GSSAPI \u51e6\u7406\u4e2d\u306b\u4f7f\u7528\u3059\u308b\u4e00\u6642 JAAS \u69cb\u6210\u30d5\u30a1\u30a4\u30eb\u306e\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
SEVERE_ERR_SASLGSSAPI_CANNOT_CREATE_LOGIN_CONTEXT_216=GSSAPI \u8a8d\u8a3c\u306e JAAS \u30ed\u30b0\u30a4\u30f3\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_SASLGSSAPI_NO_CLIENT_CONNECTION_217=GSSAPI \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306e\u51e6\u7406\u306b\u4f7f\u7528\u3067\u304d\u308b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f
INFO_GSSAPI_PRINCIPAL_NAME_218=\u6b21\u306e\u4e3b\u4f53\u540d\u3092\u4f7f\u7528\u3057\u305f GSSAPI \u6a5f\u69cb: %s
INFO_GSSAPI_SERVER_FQDN_219=\u6b21\u306e\u30b5\u30fc\u30d0\u30fc\u5b8c\u5168\u4fee\u98fe\u30c9\u30e1\u30a4\u30f3\u540d\u3092\u4f7f\u7528\u3057\u305f GSSAPI SASL \u6a5f\u69cb: %s
INFO_DIGEST_MD5_REALM_220=\u6b21\u306e\u30ec\u30eb\u30e0\u3092\u4f7f\u7528\u3057\u305f DIGEST-MD5 SASL \u6a5f\u69cb: %s
NOTICE_DIGEST_MD5_SERVER_FQDN_221=\u6b21\u306e\u30b5\u30fc\u30d0\u30fc\u5b8c\u5168\u4fee\u98fe\u30c9\u30e1\u30a4\u30f3\u540d\u3092\u4f7f\u7528\u3057\u305f DIGEST-MD5 SASL \u6a5f\u69cb: %s
SEVERE_ERR_EXTOP_WHOAMI_PROXYAUTH_INSUFFICIENT_PRIVILEGES_277=\u30d7\u30ed\u30ad\u30b7\u8a2d\u5b9a\u3055\u308c\u305f\u8a8d\u53ef\u5236\u5fa1\u3092\u4f7f\u7528\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093
MILD_ERR_EXACTMAP_MULTIPLE_MATCHING_ENTRIES_306=ID \u6587\u5b57\u5217 %s \u304c\u8907\u6570\u306e\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3055\u308c\u3066\u3044\u307e\u3059
MILD_ERR_EXACTMAP_INEFFICIENT_SEARCH_307=ID \u6587\u5b57\u5217 %s \u306b\u57fa\u3065\u304f\u5185\u90e8\u691c\u7d22\u3092\u52b9\u7387\u7684\u306b\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f:  %s\u3002\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u3092\u78ba\u8a8d\u3057\u3066\u3001\u95a2\u9023\u3059\u308b\u3059\u3079\u3066\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u3053\u308c\u3089\u306e\u30bf\u30a4\u30d7\u306e\u691c\u7d22\u306b\u5bfe\u3057\u3066\u6b63\u3057\u304f\u69cb\u6210\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044
MILD_ERR_EXACTMAP_SEARCH_FAILED_308=ID \u6587\u5b57\u5217 %s \u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3078\u89e3\u6c7a\u4e2d\u306b\u5185\u90e8\u969c\u5bb3\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_SASLCRAMMD5_CANNOT_MAP_USERNAME_313=\u30e6\u30fc\u30b6\u30fc\u540d %s \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_SASLDIGESTMD5_CANNOT_MAP_USERNAME_319=\u30e6\u30fc\u30b6\u30fc\u540d %s \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_SASLPLAIN_CANNOT_MAP_USERNAME_325=\u30e6\u30fc\u30b6\u30fc\u540d %s \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_EXTOP_CANCEL_NO_REQUEST_VALUE_327=\u53d6\u308a\u6d88\u3057\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u62e1\u5f35\u64cd\u4f5c\u306b\u8981\u6c42\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f
MILD_ERR_EXTOP_CANCEL_CANNOT_DECODE_REQUEST_VALUE_328=\u53d6\u308a\u6d88\u3057\u62e1\u5f35\u8981\u6c42\u306e\u5024\u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
INFO_EXTOP_CANCEL_REASON_329=\u53d6\u308a\u6d88\u3057\u8981\u6c42\u3092\u53d7\u3051\u53d6\u3063\u305f\u7d50\u679c\u3001\u3053\u306e\u64cd\u4f5c\u306b\u5bfe\u3059\u308b\u51e6\u7406\u306f\u7d42\u4e86\u3057\u307e\u3057\u305f (\u30e1\u30c3\u30bb\u30fc\u30b8 ID %d)
MILD_ERR_PWSCHEME_DOES_NOT_SUPPORT_AUTH_PASSWORD_330=\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de %s \u306f\u3001\u8a8d\u8a3c\u30d1\u30b9\u30ef\u30fc\u30c9\u5c5e\u6027\u69cb\u6587\u3067\u306e\u4f7f\u7528\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093
MILD_ERR_PWLENGTHVALIDATOR_MIN_GREATER_THAN_MAX_335=\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u6700\u5c0f\u30d1\u30b9\u30ef\u30fc\u30c9\u9577\u306e %d \u6587\u5b57\u306f\u3001\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u6700\u5927\u30d1\u30b9\u30ef\u30fc\u30c9\u9577\u306e %d \u3088\u308a\u3082\u5927\u304d\u304f\u306a\u3063\u3066\u3044\u307e\u3059
MILD_ERR_PWLENGTHVALIDATOR_TOO_SHORT_336=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u3001\u6700\u4f4e\u306e\u9577\u3055\u306b\u5fc5\u9808\u306e %d \u6587\u5b57\u306b\u9054\u3057\u3066\u3044\u307e\u305b\u3093
MILD_ERR_PWLENGTHVALIDATOR_TOO_LONG_337=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u3001\u8a31\u53ef\u3055\u308c\u305f\u6700\u9577\u306e\u9577\u3055\u306e %d \u6587\u5b57\u3092\u8d85\u3048\u3066\u3044\u307e\u3059
MILD_ERR_RANDOMPWGEN_NO_CHARSETS_341=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea "%s" \u306b\u5c5e\u6027 ds-cfg-password-character-set \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u3053\u306e\u5c5e\u6027\u306f\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u751f\u6210\u3059\u308b\u3068\u304d\u306b\u4f7f\u7528\u3059\u3079\u304d\u4e00\u9023\u306e\u6587\u5b57\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002  \u3053\u308c\u306f\u5fc5\u9808\u5c5e\u6027\u3067\u3059
MILD_ERR_RANDOMPWGEN_CHARSET_NAME_CONFLICT_342=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea "%s" \u306b\u3001%s \u6587\u5b57\u30bb\u30c3\u30c8\u306e\u8907\u6570\u306e\u5b9a\u7fa9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059
MILD_ERR_RANDOMPWGEN_CANNOT_DETERMINE_CHARSETS_343=\u8a2d\u5b9a\u5c5e\u6027 ds-cfg-password-character-set \u306e\u5024\u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3053\u306e\u5c5e\u6027\u306f\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u751f\u6210\u3067\u4f7f\u7528\u3059\u308b\u6587\u5b57\u30bb\u30c3\u30c8\u3092\u4fdd\u6301\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3057\u307e\u3059:  %s
MILD_ERR_RANDOMPWGEN_UNKNOWN_CHARSET_346=\u30d1\u30b9\u30ef\u30fc\u30c9\u5f62\u5f0f\u306e\u6587\u5b57\u5217 "%s" \u304c\u3001\u672a\u5b9a\u7fa9\u306e\u6587\u5b57\u30bb\u30c3\u30c8 "%s" \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059
MILD_ERR_RANDOMPWGEN_INVALID_PWFORMAT_347=\u30d1\u30b9\u30ef\u30fc\u30c9\u5f62\u5f0f\u306e\u6587\u5b57\u5217 "%s" \u306b\u7121\u52b9\u306a\u69cb\u6587\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002  \u3053\u306e\u5024\u306e\u8981\u7d20\u306f\u30b3\u30f3\u30de\u3067\u533a\u5207\u308a\u307e\u3059\u3002\u5404\u8981\u7d20\u306f\u6587\u5b57\u30bb\u30c3\u30c8\u306e\u540d\u524d\u3067\u3001\u30b3\u30ed\u30f3\u3068\u305d\u306e\u6587\u5b57\u30bb\u30c3\u30c8\u304b\u3089\u30e9\u30f3\u30c0\u30e0\u306b\u9078\u3076\u6587\u5b57\u6570\u304c\u3042\u3068\u306b\u7d9a\u304d\u307e\u3059
MILD_ERR_RANDOMPWGEN_CANNOT_DETERMINE_PWFORMAT_348=\u8a2d\u5b9a\u5c5e\u6027 ds-cfg-password-format \u306e\u5024\u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3053\u306e\u5c5e\u6027\u306f\u3001\u751f\u6210\u3055\u308c\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5f62\u5f0f\u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3057\u307e\u3059:  %s
MILD_ERR_EXTOP_PASSMOD_CANNOT_GET_PW_POLICY_354=\u30e6\u30fc\u30b6\u30fc %s \u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s
MILD_ERR_EXTOP_PASSMOD_REQUIRE_CURRENT_PW_355=\u81ea\u8eab\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3059\u308b\u306b\u306f\u73fe\u5728\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059
MILD_ERR_EXTOP_PASSMOD_SECURE_AUTH_REQUIRED_356=\u30e6\u30fc\u30b6\u30fc\u306e\u73fe\u5728\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u64cd\u4f5c\u306f\u3001\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u4fdd\u8b77\u3055\u308c\u305f\u901a\u4fe1\u30c1\u30e3\u30cd\u30eb\u7d4c\u7531\u3067\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059
MILD_ERR_EXTOP_PASSMOD_USER_PW_CHANGES_NOT_ALLOWED_357=\u30a8\u30f3\u30c9\u30e6\u30fc\u30b6\u30fc\u306f\u81ea\u5206\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u3092\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093
MILD_ERR_EXTOP_PASSMOD_SECURE_CHANGES_REQUIRED_358=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306f\u3001\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u4fdd\u8b77\u3055\u308c\u305f\u901a\u4fe1\u30c1\u30e3\u30cd\u30eb\u7d4c\u7531\u3067\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059
MILD_ERR_EXTOP_PASSMOD_IN_MIN_AGE_359=\u524d\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u6642\u671f\u304c\u8fd1\u3059\u304e\u308b\u305f\u3081\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093
MILD_ERR_EXTOP_PASSMOD_PASSWORD_IS_EXPIRED_360=\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u671f\u9650\u5207\u308c\u306e\u305f\u3081\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093
MILD_ERR_EXTOP_PASSMOD_NO_PW_GENERATOR_361=\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u5165\u529b\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u307e\u305f\u3001\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3067\u304d\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093
MILD_ERR_EXTOP_PASSMOD_CANNOT_GENERATE_PW_362=\u30d1\u30b9\u30ef\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u3092\u4f7f\u7528\u3057\u3066\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_EXTOP_PASSMOD_PRE_ENCODED_NOT_ALLOWED_363=\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3067\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u304c\u7b26\u53f7\u5316\u6e08\u307f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093
MILD_ERR_EXTOP_PASSMOD_UNACCEPTABLE_PW_364=\u6307\u5b9a\u3055\u308c\u305f\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u3067\u5b9a\u7fa9\u3055\u308c\u305f\u59a5\u5f53\u6027\u691c\u67fb\u306b\u5931\u6557\u3057\u307e\u3057\u305f:  %s
MILD_ERR_EXTOP_PASSMOD_CANNOT_ENCODE_PASSWORD_365=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30b9\u30ad\u30fc\u30de\u3092\u4f7f\u3063\u3066\u7b26\u53f7\u5316\u3067\u304d\u307e\u305b\u3093:  %s
MILD_ERR_EXTOP_PASSMOD_NO_SUCH_ID_MAPPER_368=\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u64cd\u4f5c\u3067\u4f7f\u7528\u3059\u308b\u3088\u3046\u306b\u6307\u5b9a\u3055\u308c\u305f\u69cb\u6210\u30a8\u30f3\u30c8\u30ea DN %s \u3092\u6301\u3064\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u304c\u5b58\u5728\u3057\u306a\u3044\u304b\u3001\u6709\u52b9\u306b\u306a\u3063\u3066\u3044\u307e\u305b\u3093\u3002  \u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u306f\u5fc5\u9808\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306a\u306e\u3067\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u64cd\u4f5c\u306f\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093
MILD_ERR_EXTOP_PASSMOD_CANNOT_DETERMINE_ID_MAPPER_369=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u64cd\u4f5c\u3068\u3068\u3082\u306b\u4f7f\u7528\u3059\u308b\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u3092\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s\u3002\u30b5\u30fc\u30d0\u30fc\u3067\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u64cd\u4f5c\u306f\u4f7f\u7528\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059
MILD_ERR_EXTOP_PASSMOD_CANNOT_MAP_USER_370=\u6307\u5b9a\u3055\u308c\u305f\u8a8d\u53ef ID \u6587\u5b57\u5217 "%s" \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u5185\u306e\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
MILD_ERR_EXTOP_PASSMOD_ERROR_MAPPING_USER_371=\u8a8d\u53ef ID \u6587\u5b57\u5217 "%s" \u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
NOTICE_ERRORLOG_ACCTNOTHANDLER_NOTIFICATION_375=\u30a2\u30ab\u30a6\u30f3\u30c8-\u72b6\u614b-\u901a\u77e5\u306e\u7a2e\u985e='%s' \u30e6\u30fc\u30b6\u30fc DN='%s' ID=%d \u30e1\u30c3\u30bb\u30fc\u30b8='%s'
 
 
 
 
 
MILD_ERR_SASLCRAMMD5_CANNOT_GET_REVERSIBLE_PASSWORDS_377=SASL CRAM-MD5 \u8a8d\u8a3c\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306e\u30e6\u30fc\u30b6\u30fc %s \u306e\u5e73\u6587\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_SASLPLAIN_CANNOT_CHECK_PASSWORD_VALIDITY_378=SASL PLAIN \u8a8d\u8a3c\u306e\u3068\u304d\u306b\u30e6\u30fc\u30b6\u30fc %s \u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u691c\u8a3c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_WARN_EXTOP_PASSMOD_NOOP_380=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u64cd\u4f5c\u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3067\u5b9f\u969b\u306b\u306f\u5b9f\u884c\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8981\u6c42\u306b LDAP no-op \u5236\u5fa1\u304c\u5b58\u5728\u3057\u3066\u3044\u307e\u3057\u305f
MILD_ERR_EXTOP_PASSMOD_ACCOUNT_DISABLED_381=\u30e6\u30fc\u30b6\u30fc\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u7ba1\u7406\u8005\u306b\u3088\u308a\u7121\u52b9\u306b\u3055\u308c\u3066\u3044\u307e\u3059
MILD_ERR_EXTOP_PASSMOD_ACCOUNT_LOCKED_382=\u30e6\u30fc\u30b6\u30fc\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059
MILD_ERR_STATICMEMBERS_NO_SUCH_ENTRY_383=\u30a8\u30f3\u30c8\u30ea %s \u3092\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306e\u6f5c\u5728\u7684\u30e1\u30f3\u30d0\u30fc\u3068\u3057\u3066\u691c\u67fb\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u5b58\u5728\u3057\u307e\u305b\u3093
MILD_ERR_STATICMEMBERS_CANNOT_GET_ENTRY_384=\u30a8\u30f3\u30c8\u30ea %s \u3092\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306e\u6f5c\u5728\u7684\u30e1\u30f3\u30d0\u30fc\u3068\u3057\u3066\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_STATICGROUP_INVALID_OC_COMBINATION_385=\u30a8\u30f3\u30c8\u30ea %s \u3092\u6709\u52b9\u306a\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u306f\u3001%s \u3068 %s \u306e\u4e21\u65b9\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3092\u6301\u3064\u3053\u3068\u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093
MILD_ERR_STATICGROUP_NO_VALID_OC_386=\u30a8\u30f3\u30c8\u30ea %s \u3092\u6709\u52b9\u306a\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u306f\u3001%s \u307e\u305f\u306f %s \u306e\u3046\u3061\u3001\u6b63\u78ba\u306b 1 \u3064\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093
MILD_ERR_STATICGROUP_CANNOT_DECODE_MEMBER_VALUE_AS_DN_387=\u30a8\u30f3\u30c8\u30ea %3$s \u5185\u306e\u5c5e\u6027 %2$s \u306e\u5024 %1$s \u3092\u6709\u52b9\u306a DN \u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093:  %4$s\u3002\u3053\u306e\u5024\u306f\u3001\u30b0\u30eb\u30fc\u30d7\u30e1\u30f3\u30d0\u30fc\u30bb\u30c3\u30c8\u304b\u3089\u9664\u5916\u3055\u308c\u307e\u3059
MILD_ERR_STATICGROUP_ADD_MEMBER_ALREADY_EXISTS_388=\u30e6\u30fc\u30b6\u30fc %s \u3092\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306e\u65b0\u3057\u3044\u30e1\u30f3\u30d0\u30fc\u3068\u3057\u3066\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u3001\u3059\u3067\u306b\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u30ea\u30b9\u30c8\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u3059
MILD_ERR_STATICGROUP_REMOVE_MEMBER_NO_SUCH_MEMBER_389=\u30e6\u30fc\u30b6\u30fc %s \u3092\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306e\u30e1\u30f3\u30d0\u30fc\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u3001\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u30ea\u30b9\u30c8\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093
MILD_ERR_STATICGROUP_ADD_MEMBER_UPDATE_FAILED_390=\u30e6\u30fc\u30b6\u30fc %s \u3092\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306e\u65b0\u3057\u3044\u30e1\u30f3\u30d0\u30fc\u3068\u3057\u3066\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b0\u30eb\u30fc\u30d7\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306e\u5185\u90e8\u5909\u66f4\u3092\u5b9f\u884c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_STATICGROUP_REMOVE_MEMBER_UPDATE_FAILED_391=\u30e6\u30fc\u30b6\u30fc %s \u3092\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306e\u30e1\u30f3\u30d0\u30fc\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u30b0\u30eb\u30fc\u30d7\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306e\u5185\u90e8\u5909\u66f4\u3092\u5b9f\u884c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_EXTOP_PASSMOD_INSUFFICIENT_PRIVILEGES_392=\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u30ea\u30bb\u30c3\u30c8\u64cd\u4f5c\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093
 
 
 
MILD_ERR_SASLDIGESTMD5_EMPTY_AUTHZID_393=\u6307\u5b9a\u3055\u308c\u305f\u8a8d\u53ef ID \u306f\u7a7a\u3067\u3057\u305f\u3002\u3053\u306e ID \u306f DIGEST-MD5 \u8a8d\u8a3c\u306b\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093
 
 
 
 
 
 
 
 
MILD_ERR_SASLPLAIN_AUTHZID_INVALID_DN_400=\u6307\u5b9a\u3055\u308c\u305f\u8a8d\u53ef ID %s \u306b\u7121\u52b9\u306a DN \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f:  %s
MILD_ERR_SASLPLAIN_AUTHZID_INSUFFICIENT_PRIVILEGES_401=\u8a8d\u8a3c\u30e6\u30fc\u30b6\u30fc %s \u306b\u306f\u3001\u5225\u306e\u8a8d\u53ef ID \u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093
MILD_ERR_SASLPLAIN_AUTHZID_NO_SUCH_ENTRY_402=\u8a8d\u53ef DN %s \u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u5b58\u5728\u3057\u307e\u305b\u3093
MILD_ERR_SASLPLAIN_AUTHZID_CANNOT_GET_ENTRY_403=\u8a8d\u53ef ID \u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_SASLPLAIN_AUTHZID_NO_MAPPED_ENTRY_404=\u8a8d\u53ef ID %s \u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u304c\u30b5\u30fc\u30d0\u30fc\u306b\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f
MILD_ERR_SASLPLAIN_AUTHZID_CANNOT_MAP_AUTHZID_405=\u8a8d\u53ef ID %s \u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
SEVERE_ERR_SDTUACM_NO_PEER_CERTIFICATE_417=\u6307\u5b9a\u3055\u308c\u305f\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5229\u7528\u3067\u304d\u308b\u30d4\u30a2\u8a3c\u660e\u66f8\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f
SEVERE_ERR_SDTUACM_PEER_CERT_NOT_X509_418=\u6307\u5b9a\u3055\u308c\u305f\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u3092\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30d4\u30a2\u8a3c\u660e\u66f8\u304c X.509 \u8a3c\u660e\u66f8\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f (\u30d4\u30a2\u8a3c\u660e\u66f8\u306e\u5f62\u5f0f\u306f %s)
SEVERE_ERR_SDTUACM_MULTIPLE_MATCHING_ENTRIES_419=\u30b5\u30d6\u30b8\u30a7\u30af\u30c8 %s \u306e\u8a3c\u660e\u66f8\u3092\u6b63\u78ba\u306b 1 \u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3053\u308c\u306f %s \u3068 %s \u306e\u4e21\u65b9\u306b\u30de\u30c3\u30d7\u3055\u308c\u3066\u3044\u307e\u3059
SEVERE_ERR_SATUACM_INVALID_MAP_FORMAT_422=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306f\u5024\u304c '%s' \u3067\u3059\u3002\u3053\u308c\u306f\u5c5e\u6027\u30de\u30c3\u30d4\u30f3\u30b0\u306b\u5fc5\u8981\u306a\u5f62\u5f0f\u306b\u9055\u53cd\u3057\u3066\u3044\u307e\u3059\u3002\u671f\u5f85\u3055\u308c\u308b\u5f62\u5f0f\u306f 'certattr:userattr' \u3067\u3059
SEVERE_ERR_SATUACM_DUPLICATE_CERT_ATTR_423=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u306f\u3001\u8a3c\u660e\u66f8\u5c5e\u6027 %s \u306e\u8907\u6570\u306e\u30de\u30c3\u30d4\u30f3\u30b0\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059
SEVERE_ERR_SATUACM_NO_SUCH_ATTR_424=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u5185\u306e\u30de\u30c3\u30d4\u30f3\u30b0 %1$s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5c5e\u6027 %3$s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059
SEVERE_ERR_SATUACM_DUPLICATE_USER_ATTR_425=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u5c5e\u6027 %s \u306e\u8907\u6570\u306e\u30de\u30c3\u30d4\u30f3\u30b0\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059
SEVERE_ERR_SATUACM_NO_PEER_CERTIFICATE_429=\u6307\u5b9a\u3055\u308c\u305f\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5229\u7528\u3067\u304d\u308b\u30d4\u30a2\u8a3c\u660e\u66f8\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f
SEVERE_ERR_SATUACM_PEER_CERT_NOT_X509_430=\u6307\u5b9a\u3055\u308c\u305f\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u3092\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30d4\u30a2\u8a3c\u660e\u66f8\u304c X.509 \u8a3c\u660e\u66f8\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f (\u30d4\u30a2\u8a3c\u660e\u66f8\u306e\u5f62\u5f0f\u306f %s)
SEVERE_ERR_SATUACM_CANNOT_DECODE_SUBJECT_AS_DN_431=\u30d4\u30a2\u8a3c\u660e\u66f8\u306e\u30b5\u30d6\u30b8\u30a7\u30af\u30c8 %s \u3092 DN \u3068\u3057\u3066\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093:  %s
SEVERE_ERR_SATUACM_NO_MAPPABLE_ATTRIBUTES_432=\u30d4\u30a2\u8a3c\u660e\u66f8\u306e\u30b5\u30d6\u30b8\u30a7\u30af\u30c8 %s \u306b\u3001\u30de\u30c3\u30d4\u30f3\u30b0\u306e\u78ba\u7acb\u3055\u308c\u305f\u5c5e\u6027\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093
SEVERE_ERR_SATUACM_MULTIPLE_MATCHING_ENTRIES_433=\u30b5\u30d6\u30b8\u30a7\u30af\u30c8 %s \u306e\u8a3c\u660e\u66f8\u3092\u6b63\u78ba\u306b 1 \u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3053\u308c\u306f %s \u3068 %s \u306e\u4e21\u65b9\u306b\u30de\u30c3\u30d7\u3055\u308c\u3066\u3044\u307e\u3059
SEVERE_ERR_FCM_NO_PEER_CERTIFICATE_443=\u6307\u5b9a\u3055\u308c\u305f\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5229\u7528\u3067\u304d\u308b\u30d4\u30a2\u8a3c\u660e\u66f8\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f
SEVERE_ERR_FCM_PEER_CERT_NOT_X509_444=\u6307\u5b9a\u3055\u308c\u305f\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u3092\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30d4\u30a2\u8a3c\u660e\u66f8\u304c X.509 \u8a3c\u660e\u66f8\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f (\u30d4\u30a2\u8a3c\u660e\u66f8\u306e\u5f62\u5f0f\u306f %s)
SEVERE_ERR_FCM_CANNOT_CALCULATE_FINGERPRINT_445=\u30b5\u30d6\u30b8\u30a7\u30af\u30c8 %s \u306e\u30d4\u30a2\u8a3c\u660e\u66f8\u306e\u30d5\u30a3\u30f3\u30ac\u30fc\u30d7\u30ea\u30f3\u30c8\u3092\u8a08\u7b97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
SEVERE_ERR_FCM_MULTIPLE_MATCHING_ENTRIES_446=\u30d5\u30a3\u30f3\u30ac\u30fc\u30d7\u30ea\u30f3\u30c8 %s \u306e\u8a3c\u660e\u66f8\u3092\u6b63\u78ba\u306b 1 \u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3053\u308c\u306f %s \u3068 %s \u306e\u4e21\u65b9\u306b\u30de\u30c3\u30d7\u3055\u308c\u3066\u3044\u307e\u3059
MILD_ERR_DYNAMICGROUP_CANNOT_DECODE_MEMBERURL_447=\u30a8\u30f3\u30c8\u30ea "%2$s" \u5185\u306e\u5024 "%1$s" \u3092 LDAP URL \u3068\u3057\u3066\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093:  %3$s
MILD_ERR_DYNAMICGROUP_NESTING_NOT_SUPPORTED_448=\u52d5\u7684\u30b0\u30eb\u30fc\u30d7\u3067\u306f\u3001\u5165\u308c\u5b50\u306e\u30b0\u30eb\u30fc\u30d7\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093
MILD_ERR_DYNAMICGROUP_ALTERING_MEMBERS_NOT_SUPPORTED_449=\u52d5\u7684\u30b0\u30eb\u30fc\u30d7\u3067\u306f\u3001\u30e1\u30f3\u30d0\u30fc\u30b7\u30c3\u30d7\u306e\u660e\u793a\u7684\u306a\u5909\u66f4\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093
MILD_WARN_DYNAMICGROUP_NONEXISTENT_BASE_DN_450=\u52d5\u7684\u30b0\u30eb\u30fc\u30d7 %2$s \u3067\u6307\u5b9a\u3055\u308c\u305f\u30d9\u30fc\u30b9 DN %1$s \u304c\u30b5\u30fc\u30d0\u30fc\u306b\u5b58\u5728\u3057\u307e\u305b\u3093
SEVERE_ERR_DYNAMICGROUP_INTERNAL_SEARCH_FAILED_451=\u30c0\u30a4\u30ca\u30df\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %3$s \u306e\u30e1\u30f3\u30d0\u30fc\u30ea\u30b9\u30c8\u3092\u89e3\u6c7a\u3059\u308b\u305f\u3081\u306b\u30d9\u30fc\u30b9 DN %1$s \u304a\u3088\u3073\u30d5\u30a3\u30eb\u30bf %2$s \u3067\u5185\u90e8\u691c\u7d22\u3092\u5b9f\u884c\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  \u7d50\u679c\u30b3\u30fc\u30c9 %4$s\u3001\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8 %5$s
SEVERE_ERR_DYNAMICGROUP_CANNOT_RETURN_ENTRY_452=\u30c0\u30a4\u30ca\u30df\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %2$s \u306e\u30e1\u30f3\u30d0\u30fc\u30ea\u30b9\u30c8\u306b\u30e6\u30fc\u30b6\u30fc %1$s \u3092\u8ffd\u52a0\u4e2d\u306b\u3001\u30b5\u30fc\u30d0\u30fc\u3067\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u304c\u767a\u751f\u3057\u307e\u3057\u305f
MILD_ERR_PWDIFFERENCEVALIDATOR_TOO_SMALL_456=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5dee\u306f\u3001\u5fc5\u9808\u306e\u6700\u5c0f\u5dee\u3067\u3042\u308b %d \u6587\u5b57\u306b\u9054\u3057\u3066\u3044\u307e\u305b\u3093
MILD_ERR_REPEATEDCHARS_VALIDATOR_TOO_MANY_CONSECUTIVE_457=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u3001\u540c\u3058\u6587\u5b57\u304c\u9023\u7d9a\u3057\u3066\u51fa\u73fe\u3059\u308b\u56de\u6570\u304c\u591a\u3059\u304e\u307e\u3057\u305f\u3002  \u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u540c\u3058\u6587\u5b57\u304c\u9023\u7d9a\u3057\u3066\u51fa\u73fe\u53ef\u80fd\u306a\u6700\u5927\u56de\u6570\u306f %d \u3067\u3059
MILD_ERR_UNIQUECHARS_VALIDATOR_NOT_ENOUGH_UNIQUE_CHARS_458=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u306b\u3001\u4e00\u610f\u306e\u6587\u5b57\u304c\u5341\u5206\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002  \u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u51fa\u73fe\u304c\u5fc5\u9808\u306e\u4e00\u610f\u306e\u6587\u5b57\u306e\u6700\u5c0f\u6570\u306f %d \u3067\u3059
MILD_ERR_VATTR_NOT_SEARCHABLE_459=%s \u5c5e\u6027\u306f\u691c\u7d22\u53ef\u80fd\u3067\u306a\u3044\u305f\u3081\u3001\u307b\u304b\u306e\u65b9\u6cd5\u3067\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u306b\u306f\u542b\u3081\u306a\u3044\u3067\u304f\u3060\u3055\u3044
MILD_ERR_DICTIONARY_VALIDATOR_PASSWORD_IN_DICTIONARY_460=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u30b5\u30fc\u30d0\u30fc\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u898b\u3064\u304b\u308a\u307e\u3057\u305f
MILD_ERR_DICTIONARY_VALIDATOR_NO_SUCH_FILE_461=\u6307\u5b9a\u3055\u308c\u305f\u8f9e\u66f8\u30d5\u30a1\u30a4\u30eb %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093
MILD_ERR_DICTIONARY_VALIDATOR_CANNOT_READ_FILE_462=\u30d5\u30a1\u30a4\u30eb %s \u304b\u3089\u8f9e\u66f8\u3092\u8aad\u307f\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_ATTRVALUE_VALIDATOR_PASSWORD_IN_ENTRY_463=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u5185\u306e\u5225\u306e\u5c5e\u6027\u3067\u898b\u3064\u304b\u308a\u307e\u3057\u305f
MILD_ERR_CHARSET_VALIDATOR_ILLEGAL_CHARACTER_464=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u306b\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u306e\u4f7f\u7528\u304c\u8a31\u53ef\u3055\u308c\u306a\u3044\u6587\u5b57 '%s' \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
MILD_ERR_CHARSET_VALIDATOR_TOO_FEW_CHARS_FROM_SET_465=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u306b\u3001\u6587\u5b57\u30bb\u30c3\u30c8 '%s' \u306e\u6587\u5b57\u304c\u5341\u5206\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f\u3002  \u305d\u306e\u6587\u5b57\u30bb\u30c3\u30c8\u304b\u3089\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u306b\u542b\u3081\u308b\u5fc5\u8981\u306e\u3042\u308b\u6700\u5c0f\u6587\u5b57\u6570\u306f %d \u3067\u3059
MILD_ERR_CHARSET_VALIDATOR_NO_SET_COLON_466=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u30bb\u30c3\u30c8\u306e\u5b9a\u7fa9 '%s' \u304c\u7121\u52b9\u3067\u3059\u3002\u6700\u5c0f\u30ab\u30a6\u30f3\u30c8\u3068\u6587\u5b57\u30bb\u30c3\u30c8\u3092\u533a\u5207\u308b\u30b3\u30ed\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093
MILD_ERR_CHARSET_VALIDATOR_NO_SET_CHARS_467=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u30bb\u30c3\u30c8\u306e\u5b9a\u7fa9 '%s' \u304c\u7121\u52b9\u3067\u3059\u3002\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u30bb\u30c3\u30c8\u304c\u7a7a\u3067\u3059
MILD_ERR_CHARSET_VALIDATOR_DUPLICATE_CHAR_469=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u30bb\u30c3\u30c8\u306e\u5b9a\u7fa9 '%s' \u304c\u7121\u52b9\u3067\u3059\u3002\u3059\u3067\u306b\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b\u6587\u5b57 '%s' \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059
MILD_ERR_VIRTUAL_STATIC_GROUP_MULTIPLE_TARGETS_470=\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u4eee\u60f3\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u306b\u8907\u6570\u306e\u30bf\u30fc\u30b2\u30c3\u30c8\u30b0\u30eb\u30fc\u30d7 DN \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u5b9a\u7fa9\u3067\u304d\u308b\u306e\u306f 1 \u3064\u3060\u3051\u3067\u3059
MILD_ERR_VIRTUAL_STATIC_GROUP_CANNOT_DECODE_TARGET_471="%s" \u3092\u30b0\u30eb\u30fc\u30d7 %s \u306e\u30bf\u30fc\u30b2\u30c3\u30c8 DN \u3068\u3057\u3066\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093:  %s
MILD_ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_472=\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u4eee\u60f3\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u306b\u30bf\u30fc\u30b2\u30c3\u30c8\u30b0\u30eb\u30fc\u30d7\u5b9a\u7fa9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093
MILD_ERR_VIRTUAL_STATIC_GROUP_NESTING_NOT_SUPPORTED_473=\u4eee\u60f3\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u3067\u306f\u3001\u5165\u308c\u5b50\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093
MILD_ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_GROUP_474=\u4eee\u60f3\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %2$s \u306b\u3088\u3063\u3066\u53c2\u7167\u3055\u308c\u308b\u30bf\u30fc\u30b2\u30c3\u30c8\u30b0\u30eb\u30fc\u30d7 %1$s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093
MILD_ERR_VIRTUAL_STATIC_GROUP_ALTERING_MEMBERS_NOT_SUPPORTED_475=\u4eee\u60f3\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306e\u30e1\u30f3\u30d0\u30fc\u30b7\u30c3\u30d7\u306e\u5909\u66f4\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093
MILD_ERR_VIRTUAL_STATIC_GROUP_TARGET_CANNOT_BE_VIRTUAL_476=\u4eee\u60f3\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306f\u3001\u305d\u308c\u81ea\u4f53\u304c\u4eee\u60f3\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u3067\u3042\u308b\u30bf\u30fc\u30b2\u30c3\u30c8\u30b0\u30eb\u30fc\u30d7 %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059\u3002 \u4eee\u60f3\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u304c\u5225\u306e\u4eee\u60f3\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u3092\u30bf\u30fc\u30b2\u30c3\u30c8\u30b0\u30eb\u30fc\u30d7\u3068\u3057\u3066\u53c2\u7167\u3059\u308b\u3053\u3068\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093
NOTICE_FSCACHE_RESTORE_484=\u6301\u7d9a\u7684\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u72b6\u614b\u306e\u5fa9\u5143\u3092\u958b\u59cb\u3057\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u306b\u306f\u3057\u3070\u3089\u304f\u6642\u9593\u304c\u304b\u304b\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059
NOTICE_FSCACHE_SAVE_485=\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u72b6\u614b\u3092\u6301\u7d9a\u7684\u306b\u3057\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u306b\u306f\u3057\u3070\u3089\u304f\u6642\u9593\u304c\u304b\u304b\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059
FATAL_ERR_FSCACHE_CANNOT_INITIALIZE_486=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u521d\u671f\u5316\u4e2d\u306b\u81f4\u547d\u7684\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
SEVERE_ERR_FSCACHE_CANNOT_LOAD_PERSISTENT_DATA_487=\u6301\u7d9a\u7684\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u8aad\u307f\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u4eca\u3059\u3050\u6301\u7d9a\u7684\u30ad\u30e3\u30c3\u30b7\u30e5\u304c\u30d5\u30e9\u30c3\u30b7\u30e5\u3055\u308c\u307e\u3059
SEVERE_ERR_FSCACHE_CANNOT_STORE_PERSISTENT_DATA_488=\u6301\u7d9a\u7684\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u683c\u7d0d\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u4eca\u3059\u3050\u6301\u7d9a\u7684\u30ad\u30e3\u30c3\u30b7\u30e5\u304c\u30d5\u30e9\u30c3\u30b7\u30e5\u3055\u308c\u307e\u3059
SEVERE_ERR_FSCACHE_CANNOT_STORE_ENTRY_489=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u65b0\u898f\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u3092\u683c\u7d0d\u3067\u304d\u307e\u305b\u3093
SEVERE_ERR_FSCACHE_CANNOT_RETRIEVE_ENTRY_490=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u304b\u3089\u65e2\u5b58\u306e\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093
SEVERE_ERR_FSCACHE_CANNOT_SET_JE_MEMORY_PCT_491=\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u5185\u90e8\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba\u3092\u30d1\u30fc\u30bb\u30f3\u30c8\u3067\u8a2d\u5b9a\u4e2d\u306b\u5185\u90e8\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u4ee5\u524d\u306e\u5024\u307e\u305f\u306f\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u304c\u4ee3\u308f\u308a\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059
SEVERE_ERR_FSCACHE_CANNOT_SET_JE_MEMORY_SIZE_492=\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u5185\u90e8\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba\u3092\u30d0\u30a4\u30c8\u5358\u4f4d\u3067\u8a2d\u5b9a\u4e2d\u306b\u5185\u90e8\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u4ee5\u524d\u306e\u5024\u307e\u305f\u306f\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u304c\u4ee3\u308f\u308a\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059
SEVERE_ERR_FSCACHE_CANNOT_SET_JE_PROPERTIES_493=\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e Berkeley DB JE \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3092\u8a2d\u5b9a\u4e2d\u306b\u5185\u90e8\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
FATAL_ERR_FSCACHE_HOMELESS_494=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30db\u30fc\u30e0\u3092\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u4e2d\u306b\u81f4\u547d\u7684\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30db\u30fc\u30e0\u306e\u30db\u30b9\u30c8\u3068\u306a\u308b\u9069\u5207\u306a\u30d1\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093
SEVERE_WARN_FSCACHE_SET_PERMISSIONS_FAILED_495=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u306e\u30d5\u30a1\u30a4\u30eb\u30a2\u30af\u30bb\u30b9\u6a29\u3092\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093
SEVERE_WARN_FSCACHE_OFFLINE_STATE_FAIL_496=%s \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u73fe\u5728\u306e\u30aa\u30d5\u30e9\u30a4\u30f3\u72b6\u614b\u304c\u3001\u524d\u56de\u30aa\u30d5\u30e9\u30a4\u30f3\u72b6\u614b\u304c\u8a18\u9332\u3055\u308c\u305f\u6301\u7d9a\u7684\u30ad\u30e3\u30c3\u30b7\u30e5\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093\u3002\u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30ad\u30e3\u30c3\u30b7\u30e5\u3055\u308c\u305f\u3059\u3079\u3066\u306e\u30c7\u30fc\u30bf\u304c\u4eca\u3059\u3050\u7834\u68c4\u3055\u308c\u307e\u3059
NOTICE_FSCACHE_RESTORE_REPORT_497=%d \u500b\u306e\u6301\u7d9a\u7684\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u3092\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u5fa9\u5143\u3057\u307e\u3057\u305f
NOTICE_FSCACHE_SAVE_REPORT_498=%d \u500b\u306e\u6301\u7d9a\u7684\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u3092\u4f5c\u6210\u3057\u307e\u3057\u305f
NOTICE_FSCACHE_INDEX_NOT_FOUND_499=\u524d\u306e\u6301\u7d9a\u7684\u30ad\u30e3\u30c3\u30b7\u30e5\u72b6\u614b\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002 \u7a7a\u306e\u30ad\u30e3\u30c3\u30b7\u30e5\u3067\u958b\u59cb\u3057\u3066\u3044\u307e\u3059
SEVERE_ERR_FSCACHE_INDEX_IMPAIRED_500=\u6301\u7d9a\u7684\u30ad\u30e3\u30c3\u30b7\u30e5\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u77db\u76fe\u3057\u3066\u3044\u308b\u304b\u3001\u640d\u50b7\u3057\u3066\u3044\u307e\u3059\u3002\u4eca\u3059\u3050\u6301\u7d9a\u7684\u30ad\u30e3\u30c3\u30b7\u30e5\u304c\u30d5\u30e9\u30c3\u30b7\u30e5\u3055\u308c\u307e\u3059
MILD_ERR_ENTRYUUID_VATTR_NOT_SEARCHABLE_501=%s \u5c5e\u6027\u306f\u691c\u7d22\u53ef\u80fd\u3067\u306a\u3044\u305f\u3081\u3001\u307b\u304b\u306e\u65b9\u6cd5\u3067\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u306b\u306f\u542b\u3081\u306a\u3044\u3067\u304f\u3060\u3055\u3044
SEVERE_ERR_PWPSTATE_EXTOP_NO_PRIVILEGE_502=\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u72b6\u614b\u62e1\u5f35\u64cd\u4f5c\u3092\u4f7f\u7528\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u7279\u6a29\u304c\u3042\u308a\u307e\u305b\u3093
SEVERE_ERR_PWPSTATE_EXTOP_NO_REQUEST_VALUE_503=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u72b6\u614b\u62e1\u5f35\u8981\u6c42\u306b\u8981\u6c42\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f
SEVERE_ERR_PWPSTATE_EXTOP_DECODE_FAILURE_504=\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u72b6\u614b\u62e1\u5f35\u8981\u6c42\u5024\u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
SEVERE_ERR_PWPSTATE_EXTOP_MULTIPLE_ENTRIES_505=DN \u304c %s \u3067\u3042\u308b\u8907\u6570\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
SEVERE_ERR_PWPSTATE_EXTOP_INVALID_OP_ENCODING_506=\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u62e1\u5f35\u8981\u6c42\u304b\u3089\u306e\u64cd\u4f5c\u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
SEVERE_ERR_PWPSTATE_EXTOP_NO_DISABLED_VALUE_507=\u30e6\u30fc\u30b6\u30fc\u306b\u7121\u52b9\u72b6\u614b\u3092\u8a2d\u5b9a\u3059\u308b\u305f\u3081\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u3001\u5024\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f\u30021 \u3064\u306e\u5024\u3060\u3051 ('true' \u307e\u305f\u306f 'false') \u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044
SEVERE_ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_COUNT_508=\u30e6\u30fc\u30b6\u30fc\u306b\u7121\u52b9\u72b6\u614b\u3092\u8a2d\u5b9a\u3059\u308b\u305f\u3081\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u3001\u8907\u6570\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u30021 \u3064\u306e\u5024\u3060\u3051 ('true' \u307e\u305f\u306f 'false') \u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044
SEVERE_ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_509=\u30e6\u30fc\u30b6\u30fc\u306b\u7121\u52b9\u72b6\u614b\u3092\u8a2d\u5b9a\u3059\u308b\u305f\u3081\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u6307\u5b9a\u3055\u308c\u305f\u5024\u304c\u7121\u52b9\u3067\u3057\u305f\u3002\u5024\u3092 'true' \u307e\u305f\u306f 'false' \u3067\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044
SEVERE_ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_COUNT_510=\u30e6\u30fc\u30b6\u30fc\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u6709\u52b9\u671f\u9650\u3092\u8a2d\u5b9a\u3059\u308b\u305f\u3081\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u3001\u8907\u6570\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u30021 \u3064\u306e\u5024\u3060\u3051\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044
SEVERE_ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_511=\u30a2\u30ab\u30a6\u30f3\u30c8\u6709\u52b9\u671f\u9650\u306e\u8a2d\u5b9a\u306b\u4f7f\u7528\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u6307\u5b9a\u3055\u308c\u305f\u5024 %s \u304c\u7121\u52b9\u3067\u3057\u305f:  %s\u3002\u3053\u306e\u5024\u306f\u4e00\u822c\u7684\u306a\u6642\u523b\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059
SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_COUNT_512=\u30e6\u30fc\u30b6\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u6642\u523b\u3092\u8a2d\u5b9a\u3059\u308b\u305f\u3081\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u3001\u8907\u6570\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u30021 \u3064\u306e\u5024\u3060\u3051\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044
SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_513=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u6642\u523b\u306e\u8a2d\u5b9a\u306b\u4f7f\u7528\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u6307\u5b9a\u3055\u308c\u305f\u5024 %s \u304c\u7121\u52b9\u3067\u3057\u305f:  %s\u3002\u3053\u306e\u5024\u306f\u4e00\u822c\u7684\u306a\u6642\u523b\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059
SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_COUNT_514=\u30e6\u30fc\u30b6\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u8b66\u544a\u6642\u523b\u3092\u8a2d\u5b9a\u3059\u308b\u305f\u3081\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u3001\u8907\u6570\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u30021 \u3064\u306e\u5024\u3060\u3051\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044
SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_515=\u30d1\u30b9\u30ef\u30fc\u30c9\u8b66\u544a\u6642\u523b\u306e\u8a2d\u5b9a\u306b\u4f7f\u7528\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u6307\u5b9a\u3055\u308c\u305f\u5024 %s \u304c\u7121\u52b9\u3067\u3057\u305f:  %s\u3002\u3053\u306e\u5024\u306f\u4e00\u822c\u7684\u306a\u6642\u523b\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059
SEVERE_ERR_PWPSTATE_EXTOP_BAD_ADD_FAILURE_TIME_COUNT_516=\u30e6\u30fc\u30b6\u30fc\u306e\u8a8d\u8a3c\u5931\u6557\u6642\u523b\u3092\u8ffd\u52a0\u3059\u308b\u305f\u3081\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u3001\u8907\u6570\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u30021 \u3064\u306e\u5024\u3060\u3051\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044
SEVERE_ERR_PWPSTATE_EXTOP_BAD_AUTH_FAILURE_TIME_517=\u8a8d\u8a3c\u5931\u6557\u6642\u523b\u306e\u66f4\u65b0\u306b\u4f7f\u7528\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u6307\u5b9a\u3055\u308c\u305f\u5024 %s \u304c\u7121\u52b9\u3067\u3057\u305f:  %s\u3002\u3053\u306e\u5024\u306f\u4e00\u822c\u7684\u306a\u6642\u523b\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059
SEVERE_ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_COUNT_518=\u30e6\u30fc\u30b6\u30fc\u306e\u6700\u7d42\u30ed\u30b0\u30a4\u30f3\u6642\u523b\u3092\u8a2d\u5b9a\u3059\u308b\u305f\u3081\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u3001\u8907\u6570\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u30021 \u3064\u306e\u5024\u3060\u3051\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044
SEVERE_ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_519=\u6700\u7d42\u30ed\u30b0\u30a4\u30f3\u6642\u523b\u306e\u8a2d\u5b9a\u306b\u4f7f\u7528\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u6307\u5b9a\u3055\u308c\u305f\u5024 %s \u304c\u7121\u52b9\u3067\u3057\u305f:  %s\u3002\u3053\u306e\u5024\u306f\u4e00\u822c\u7684\u306a\u6642\u523b\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059
SEVERE_ERR_PWPSTATE_EXTOP_NO_RESET_STATE_VALUE_520=\u30e6\u30fc\u30b6\u30fc\u306b\u30ea\u30bb\u30c3\u30c8\u72b6\u614b\u3092\u8a2d\u5b9a\u3059\u308b\u305f\u3081\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u3001\u5024\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f\u30021 \u3064\u306e\u5024\u3060\u3051 ('true' \u307e\u305f\u306f 'false') \u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044
SEVERE_ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_COUNT_521=\u30e6\u30fc\u30b6\u30fc\u306b\u30ea\u30bb\u30c3\u30c8\u72b6\u614b\u3092\u8a2d\u5b9a\u3059\u308b\u305f\u3081\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u3001\u8907\u6570\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u30021 \u3064\u306e\u5024\u3060\u3051 ('true' \u307e\u305f\u306f 'false') \u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044
SEVERE_ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_522=\u30e6\u30fc\u30b6\u30fc\u306b\u30ea\u30bb\u30c3\u30c8\u72b6\u614b\u3092\u8a2d\u5b9a\u3059\u308b\u305f\u3081\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u6307\u5b9a\u3055\u308c\u305f\u5024\u304c\u7121\u52b9\u3067\u3057\u305f\u3002\u5024\u3092 'true' \u307e\u305f\u306f 'false' \u3067\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044
SEVERE_ERR_PWPSTATE_EXTOP_BAD_ADD_GRACE_LOGIN_TIME_COUNT_523=\u30e6\u30fc\u30b6\u30fc\u306e\u7336\u4e88\u30ed\u30b0\u30a4\u30f3\u4f7f\u7528\u6642\u523b\u3092\u8ffd\u52a0\u3059\u308b\u305f\u3081\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u3001\u8907\u6570\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u30021 \u3064\u306e\u5024\u3060\u3051\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044
SEVERE_ERR_PWPSTATE_EXTOP_BAD_GRACE_LOGIN_TIME_524=\u7336\u4e88\u30ed\u30b0\u30a4\u30f3\u4f7f\u7528\u6642\u523b\u306e\u66f4\u65b0\u306b\u4f7f\u7528\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u6307\u5b9a\u3055\u308c\u305f\u5024 %s \u304c\u7121\u52b9\u3067\u3057\u305f:  %s\u3002\u3053\u306e\u5024\u306f\u4e00\u822c\u7684\u306a\u6642\u523b\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059
SEVERE_ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_COUNT_525=\u30e6\u30fc\u30b6\u30fc\u306e\u5fc5\u9808\u5909\u66f4\u6642\u523b\u3092\u8a2d\u5b9a\u3059\u308b\u305f\u3081\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u3001\u8907\u6570\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u30021 \u3064\u306e\u5024\u3060\u3051\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044
SEVERE_ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_526=\u5fc5\u9808\u5909\u66f4\u6642\u523b\u306e\u8a2d\u5b9a\u306b\u4f7f\u7528\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u64cd\u4f5c\u306b\u6307\u5b9a\u3055\u308c\u305f\u5024 %s \u304c\u7121\u52b9\u3067\u3057\u305f:  %s\u3002\u3053\u306e\u5024\u306f\u4e00\u822c\u7684\u306a\u6642\u523b\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059
SEVERE_ERR_PWPSTATE_EXTOP_UNKNOWN_OP_TYPE_527=\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u72b6\u614b\u62e1\u5f35\u8981\u6c42\u306b\u3001\u7121\u52b9\u307e\u305f\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u306a\u3044\u64cd\u4f5c\u30bf\u30a4\u30d7 %s \u306e\u64cd\u4f5c\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
MILD_WARN_EXTOP_PASSMOD_CANNOT_UPDATE_PWP_STATE_528=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u64cd\u4f5c\u306e\u4e00\u90e8\u3068\u3057\u3066\u30e6\u30fc\u30b6\u30fc %s \u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u72b6\u614b\u60c5\u5831\u3092\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f (\u7d50\u679c\u30b3\u30fc\u30c9='%s'\u3001\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8='%s')
MILD_ERR_EXTOP_PASSMOD_PW_IN_HISTORY_530=\u6307\u5b9a\u3055\u308c\u305f\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u3001\u3059\u3067\u306b\u30d1\u30b9\u30ef\u30fc\u30c9\u5c65\u6b74\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f
MILD_ERR_SMTPALERTHANDLER_NO_SMTP_SERVERS_531=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u3001SMTP \u30b5\u30fc\u30d0\u30fc\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002  1 \u3064\u4ee5\u4e0a\u306e SMTP \u30b5\u30fc\u30d0\u30fc\u306e\u60c5\u5831\u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u3001SMTP \u30a2\u30e9\u30fc\u30c8\u30cf\u30f3\u30c9\u30e9\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093
SEVERE_WARN_SMTPALERTHANDLER_ERROR_SENDING_MESSAGE_532=\u30bf\u30a4\u30d7 %s\u3001\u30e1\u30c3\u30bb\u30fc\u30b8 %s \u306e\u7ba1\u7406\u8b66\u544a\u7528\u96fb\u5b50\u30e1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u9001\u4fe1\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_REGEXMAP_INVALID_MATCH_PATTERN_533=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30bf\u30fc\u30f3\u4e00\u81f4 "%s" \u3092\u6b63\u898f\u8868\u73fe\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f:  %s
MILD_ERR_REGEXMAP_MULTIPLE_MATCHING_ENTRIES_535=\u51e6\u7406\u6e08\u307f\u306e ID \u6587\u5b57\u5217 %s \u304c\u8907\u6570\u306e\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f
MILD_ERR_REGEXMAP_INEFFICIENT_SEARCH_536=\u51e6\u7406\u6e08\u307f\u306e ID \u6587\u5b57\u5217 %s \u306b\u57fa\u3065\u304f\u5185\u90e8\u691c\u7d22\u3092\u52b9\u7387\u7684\u306b\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f:  %s\u3002\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u3092\u78ba\u8a8d\u3057\u3066\u3001\u95a2\u9023\u3059\u308b\u3059\u3079\u3066\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u3053\u308c\u3089\u306e\u30bf\u30a4\u30d7\u306e\u691c\u7d22\u306b\u5bfe\u3057\u3066\u6b63\u3057\u304f\u69cb\u6210\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044
MILD_ERR_REGEXMAP_SEARCH_FAILED_537=\u51e6\u7406\u6e08\u307f\u306e ID \u6587\u5b57\u5217 %s \u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3078\u89e3\u6c7a\u4e2d\u306b\u5185\u90e8\u969c\u5bb3\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_STATICGROUP_ADD_NESTED_GROUP_ALREADY_EXISTS_538=\u30b0\u30eb\u30fc\u30d7 %s \u3092\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306e\u65b0\u3057\u3044\u5165\u308c\u5b50\u306e\u30b0\u30eb\u30fc\u30d7\u3068\u3057\u3066\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u306f\u3001\u30b0\u30eb\u30fc\u30d7\u306e\u5165\u308c\u5b50\u306e\u30b0\u30eb\u30fc\u30d7\u30ea\u30b9\u30c8\u306b\u3059\u3067\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u3059
MILD_ERR_STATICGROUP_REMOVE_NESTED_GROUP_NO_SUCH_GROUP_539=\u30b0\u30eb\u30fc\u30d7 %s \u3092\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306e\u5165\u308c\u5b50\u306e\u30b0\u30eb\u30fc\u30d7\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u306f\u3001\u30b0\u30eb\u30fc\u30d7\u306e\u5165\u308c\u5b50\u306e\u30b0\u30eb\u30fc\u30d7\u30ea\u30b9\u30c8\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093
MILD_ERR_STATICGROUP_GROUP_INSTANCE_INVALID_540=DN %s \u3092\u6301\u3064\u30b0\u30eb\u30fc\u30d7\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306f\u524a\u9664\u3055\u308c\u305f\u305f\u3081\u3001\u6709\u52b9\u3067\u306f\u306a\u304f\u306a\u308a\u307e\u3057\u305f
MILD_ERR_NUMSUBORDINATES_VATTR_NOT_SEARCHABLE_541=%s \u5c5e\u6027\u306f\u691c\u7d22\u53ef\u80fd\u3067\u306a\u3044\u305f\u3081\u3001\u307b\u304b\u306e\u65b9\u6cd5\u3067\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u306b\u306f\u542b\u3081\u306a\u3044\u3067\u304f\u3060\u3055\u3044
MILD_ERR_HASSUBORDINATES_VATTR_NOT_SEARCHABLE_542=%s \u5c5e\u6027\u306f\u691c\u7d22\u53ef\u80fd\u3067\u306a\u3044\u305f\u3081\u3001\u307b\u304b\u306e\u65b9\u6cd5\u3067\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u306b\u306f\u542b\u3081\u306a\u3044\u3067\u304f\u3060\u3055\u3044
MILD_ERR_SMTP_ASNH_NO_MAIL_SERVERS_CONFIGURED_543=1 \u3064\u4ee5\u4e0a\u306e SMTP \u30b5\u30fc\u30d0\u30fc\u306e\u60c5\u5831\u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u306a\u3044\u5834\u5408\u3001\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f SMTP \u30a2\u30ab\u30a6\u30f3\u30c8\u30b9\u30c6\u30fc\u30bf\u30b9\u901a\u77e5\u30cf\u30f3\u30c9\u30e9\u306f\u6709\u52b9\u306b\u3067\u304d\u307e\u305b\u3093
MILD_ERR_SMTP_ASNH_NO_RECIPIENTS_544=SMTP \u30a2\u30ab\u30a6\u30f3\u30c8\u30b9\u30c6\u30fc\u30bf\u30b9\u901a\u77e5\u30cf\u30f3\u30c9\u30e9\u306e\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%s' \u306b\u3001\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306e\u5c5e\u6027\u578b\u307e\u305f\u306f\u53d7\u4fe1\u30a2\u30c9\u30ec\u30b9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002  \u3053\u308c\u3089\u306e\u5c11\u306a\u304f\u3068\u3082 1 \u3064\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059
MILD_ERR_SMTP_ASNH_SUBJECT_NO_COLON_545=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%2$s' \u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u4ef6\u540d\u5024 '%1$s' \u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002\u5024\u306b\u3001\u901a\u77e5\u306e\u7a2e\u985e\u3068\u4ef6\u540d\u3092\u533a\u5207\u308b\u30b3\u30ed\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093
MILD_ERR_SMTP_ASNH_SUBJECT_INVALID_NOTIFICATION_TYPE_546=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%2$s' \u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u4ef6\u540d\u5024 '%1$s' \u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30ab\u30a6\u30f3\u30c8\u72b6\u614b\u306e\u901a\u77e5\u306e\u7a2e\u985e\u3068\u3057\u3066 '%3$s' \u306f\u7121\u52b9\u3067\u3059
MILD_ERR_SMTP_ASNH_SUBJECT_DUPLICATE_TYPE_547=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%s' \u306b\u542b\u307e\u308c\u308b\u30e1\u30c3\u30bb\u30fc\u30b8\u4ef6\u540d\u5b9a\u7fa9\u306b\u3001\u901a\u77e5\u306e\u7a2e\u985e %s \u7528\u306b\u5b9a\u7fa9\u3055\u308c\u305f\u8907\u6570\u306e\u4ef6\u540d\u304c\u3042\u308a\u307e\u3059
MILD_ERR_SMTP_ASNH_TEMPLATE_NO_COLON_548=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%2$s' \u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u5024 '%1$s' \u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002\u5024\u306b\u3001\u901a\u77e5\u306e\u7a2e\u985e\u3068\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u533a\u5207\u308b\u30b3\u30ed\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093
MILD_ERR_SMTP_ASNH_TEMPLATE_INVALID_NOTIFICATION_TYPE_549=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%2$s' \u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u5024 '%1$s' \u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30ab\u30a6\u30f3\u30c8\u72b6\u614b\u306e\u901a\u77e5\u306e\u7a2e\u985e\u3068\u3057\u3066 '%3$s' \u306f\u7121\u52b9\u3067\u3059
MILD_ERR_SMTP_ASNH_TEMPLATE_DUPLICATE_TYPE_550=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%s' \u306b\u542b\u307e\u308c\u308b\u30e1\u30c3\u30bb\u30fc\u30b8\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u5b9a\u7fa9\u306b\u3001\u901a\u77e5\u306e\u7a2e\u985e %s \u7528\u306b\u5b9a\u7fa9\u3055\u308c\u305f\u8907\u6570\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u304c\u3042\u308a\u307e\u3059
MILD_ERR_SMTP_ASNH_TEMPLATE_NO_SUCH_FILE_551=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%2$s' \u3067\u53c2\u7167\u3055\u308c\u308b\u30e1\u30c3\u30bb\u30fc\u30b8\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb '%1$s' \u304c\u5b58\u5728\u3057\u307e\u305b\u3093
MILD_ERR_SMTP_ASNH_TEMPLATE_UNCLOSED_TOKEN_552=\u884c %2$d \u306e\u5217 %1$d \u304b\u3089\u59cb\u307e\u308b\u3001\u9589\u3058\u3089\u308c\u3066\u3044\u306a\u3044\u30c8\u30fc\u30af\u30f3\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
MILD_ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_ATTR_TYPE_553=\u884c %2$d \u306e\u5217 %1$d \u304b\u3089\u59cb\u307e\u308b notification-user-attr \u30c8\u30fc\u30af\u30f3\u304c\u3001\u672a\u5b9a\u7fa9\u306e\u5c5e\u6027\u578b %3$s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059
MILD_ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_PROPERTY_554=\u884c %2$d \u306e\u5217 %1$d \u304b\u3089\u59cb\u307e\u308b notification-property \u30c8\u30fc\u30af\u30f3\u304c\u3001\u672a\u5b9a\u7fa9\u306e\u901a\u77e5\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc %3$s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059
MILD_ERR_SMTP_ASNH_TEMPLATE_UNRECOGNIZED_TOKEN_555=\u8a8d\u8b58\u3055\u308c\u306a\u3044\u30c8\u30fc\u30af\u30f3 %1$s \u304c\u884c %3$d \u306e\u5217 %2$d \u306b\u898b\u3064\u304b\u308a\u307e\u3057\u305f
MILD_ERR_SMTP_ASNH_TEMPLATE_CANNOT_PARSE_556=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%2$s' \u3067\u53c2\u7167\u3055\u308c\u308b\u30e1\u30c3\u30bb\u30fc\u30b8\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb '%1$s' \u3092\u89e3\u6790\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %3$s
INFO_SMTP_ASNH_DEFAULT_SUBJECT_557=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30a2\u30ab\u30a6\u30f3\u30c8\u30b9\u30c6\u30fc\u30bf\u30b9\u901a\u77e5
SEVERE_ERR_SMTP_ASNH_CANNOT_SEND_MESSAGE_558=\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u304c %2$s \u3067\u3001\u901a\u77e5\u30bf\u30a4\u30d7\u304c %1$s \u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u72b6\u614b\u901a\u77e5\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u9001\u4fe1\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %3$s
SEVERE_ERR_PWSCHEME_CANNOT_ENCRYPT_559=\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de %s \u3092\u4f7f\u7528\u3057\u3066\u5024\u3092\u6697\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
SEVERE_ERR_PWSCHEME_CANNOT_DECRYPT_560=\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de %s \u3092\u4f7f\u7528\u3057\u3066\u5024\u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:  %s
MILD_ERR_GET_SYMMETRIC_KEY_NO_VALUE_561=\u6307\u5b9a\u3055\u308c\u305f\u5bfe\u79f0\u9375\u306e\u62e1\u5f35\u64cd\u4f5c\u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u5024\u304c\u3042\u308a\u307e\u305b\u3093
MILD_ERR_GET_SYMMETRIC_KEY_ASN1_DECODE_EXCEPTION_563=\u6307\u5b9a\u3055\u308c\u305f\u5bfe\u79f0\u9375\u306e\u62e1\u5f35\u8981\u6c42\u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093: %s
MILD_ERR_GET_SYMMETRIC_KEY_DECODE_EXCEPTION_564=\u5bfe\u79f0\u9375\u306e\u62e1\u5f35\u8981\u6c42\u30b7\u30fc\u30b1\u30f3\u30b9\u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s
SEVERE_ERR_EXACTMAP_ATTR_UNINDEXED_565=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u5b8c\u5168\u4e00\u81f4\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u304c\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u3053\u306e\u5c5e\u6027\u578b\u306b\u306f\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u7b49\u4fa1\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306f\u3042\u308a\u307e\u305b\u3093
SEVERE_ERR_REGEXMAP_ATTR_UNINDEXED_566=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u6b63\u898f\u8868\u73fe\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u304c\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u3053\u306e\u5c5e\u6027\u578b\u306b\u306f\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u7b49\u4fa1\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306f\u3042\u308a\u307e\u305b\u3093
SEVERE_WARN_SATUACM_ATTR_UNINDEXED_568=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30b5\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u304b\u3089\u30e6\u30fc\u30b6\u30fc\u5c5e\u6027\u3078\u306e\u8a3c\u660e\u66f8\u30de\u30c3\u30d1\u30fc\u304c\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u3053\u306e\u5c5e\u6027\u578b\u306b\u306f\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u7b49\u4fa1\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306f\u3042\u308a\u307e\u305b\u3093
NOTICE_LOG_EXTENSION_INFORMATION_571=\u30d5\u30a1\u30a4\u30eb '%s' (\u30d3\u30eb\u30c9 %s\u3001\u30d0\u30fc\u30b8\u30e7\u30f3 %s) \u304b\u3089\u62e1\u5f35\u3092\u30ed\u30fc\u30c9\u3057\u307e\u3057\u305f
SEVERE_ERR_SASL_CREATE_SASL_SERVER_FAILED_572=%2$s \u306e\u30b5\u30fc\u30d0\u30fc FQDN \u3092\u4f7f\u7528\u3057\u305f SASL \u6a5f\u69cb %1$s \u306e SASL \u30b5\u30fc\u30d0\u30fc\u306e\u4f5c\u6210\u306b\u5931\u6557\u3057\u307e\u3057\u305f
SEVERE_ERR_SASL_GSSAPI_KEYTAB_INVALID_573=\u30ad\u30fc\u30bf\u30d6\u30d5\u30a1\u30a4\u30eb %s \u304c\u5b58\u5728\u3057\u306a\u3044\u305f\u3081\u3001GSSAPI SASL \u6a5f\u69cb\u30cf\u30f3\u30c9\u30e9\u306e\u521d\u671f\u5316\u304c\u5931\u6557\u3057\u307e\u3057\u305f
INFO_GSSAPI_STARTED_574=GSSAPI SASL \u30e1\u30ab\u30cb\u30ba\u30e0\u30cf\u30f3\u30c9\u30e9\u306e\u521d\u671f\u8a2d\u5b9a\u306b\u6210\u529f\u3057\u307e\u3057\u305f
INFO_GSSAPI_STOPPED_575=GSSAPI SASL \u30e1\u30ab\u30cb\u30ba\u30e0\u30cf\u30f3\u30c9\u30e9\u304c\u505c\u6b62\u3057\u307e\u3057\u305f
MILD_ERR_COLLECTIVEATTRIBUTESUBENTRIES_VATTR_NOT_SEARCHABLE_576=%s \u5c5e\u6027\u306f\u691c\u7d22\u53ef\u80fd\u3067\u306a\u3044\u305f\u3081\u3001\u307b\u304b\u306e\u65b9\u6cd5\u3067\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u306b\u306f\u542b\u3081\u306a\u3044\u3067\u304f\u3060\u3055\u3044
MILD_ERR_PASSWORDPOLICYSUBENTRY_VATTR_NOT_SEARCHABLE_577=%s \u5c5e\u6027\u306f\u691c\u7d22\u53ef\u80fd\u3067\u306a\u3044\u305f\u3081\u3001\u307b\u304b\u306e\u65b9\u6cd5\u3067\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u306b\u306f\u542b\u3081\u306a\u3044\u3067\u304f\u3060\u3055\u3044
MILD_ERR_FIRSTCHANGENUMBER_VATTR_NOT_SEARCHABLE_625=%s \u5c5e\u6027\u306f\u691c\u7d22\u53ef\u80fd\u3067\u306a\u3044\u305f\u3081\u3001\u307b\u304b\u306e\u65b9\u6cd5\u3067\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u306b\u306f\u542b\u3081\u306a\u3044\u3067\u304f\u3060\u3055\u3044
MILD_ERR_LASTCHANGENUMBER_VATTR_NOT_SEARCHABLE_626=%s \u5c5e\u6027\u306f\u691c\u7d22\u53ef\u80fd\u3067\u306a\u3044\u305f\u3081\u3001\u307b\u304b\u306e\u65b9\u6cd5\u3067\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u306b\u306f\u542b\u3081\u306a\u3044\u3067\u304f\u3060\u3055\u3044
MILD_ERR_LASTCOOKIE_VATTR_NOT_SEARCHABLE_627=%s \u5c5e\u6027\u306f\u691c\u7d22\u53ef\u80fd\u3067\u306a\u3044\u305f\u3081\u3001\u307b\u304b\u306e\u65b9\u6cd5\u3067\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u306b\u306f\u542b\u3081\u306a\u3044\u3067\u304f\u3060\u3055\u3044
MILD_ERR_CHANGELOGBASEDN_VATTR_NOT_SEARCHABLE_628=%s \u5c5e\u6027\u306f\u691c\u7d22\u53ef\u80fd\u3067\u306a\u3044\u305f\u3081\u3001\u307b\u304b\u306e\u65b9\u6cd5\u3067\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u306b\u306f\u542b\u3081\u306a\u3044\u3067\u304f\u3060\u3055\u3044