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

ludovicp
27.33.2010 9543e8abfda91f26c0c4ef22db9a67189bea7a1d
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
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
# 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-2009 Sun Microsystems, Inc.
#
# Global directives
#
global.category=DSCONFIG
#
# 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_DSCFG_ERROR_CANNOT_READ_CONNECTION_PARAMETERS_1000=The connection \
### parameters could not be read due to the following error: %s
###SEVERE_ERR_DSCFG_ERROR_LDAP_SIMPLE_BIND_FAILED_1001=Unable to authenticate to \
### the server as "%s"
###SEVERE_ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_1002=Unable to connect to the \
### server at "%s" on port %s
###SEVERE_ERR_DSCFG_ERROR_LDAP_SIMPLE_BIND_NOT_SUPPORTED_1003=Unable to \
### authenticate using simple authentication
INFO_DSCFG_DESCRIPTION_SUBCMD_CREATE_1004=\u521b\u5efa %s
INFO_DSCFG_DESCRIPTION_SUBCMD_DELETE_1005=\u5220\u9664 %s
INFO_DSCFG_DESCRIPTION_SUBCMD_LIST_1006=\u5217\u51fa\u73b0\u6709\u7684 %s
INFO_DSCFG_DESCRIPTION_SUBCMD_GETPROP_1007=\u663e\u793a %s \u5c5e\u6027
INFO_DSCFG_DESCRIPTION_SUBCMD_SETPROP_1008=\u4fee\u6539 %s \u5c5e\u6027
###SEVERE_ERR_DSCFG_ERROR_MISSING_SUBCOMMAND_1009=A sub-command must be \
### specified
INFO_DSCFG_DESCRIPTION_TYPE_1010=\u5e94\u521b\u5efa\u7684 %s \u7684\u7c7b\u578b\u3002\u201c\u7c7b\u578b\u201d\u503c\u53ef\u4ee5\u4e3a\u4e0b\u5217\u503c\u4e4b\u4e00: %s
###SEVERE_ERR_DSCFG_ERROR_NO_PASSWORD_1011=No password was specified for \
### administrator "%s"
###SEVERE_ERR_DSCFG_ERROR_PROPERTY_UNRECOGNIZED_1012=The property "%s" is not a \
### recognized property of %s
###SEVERE_ERR_DSCFG_ERROR_PROPERTY_INVALID_VALUE_1013=The value "%s" is not a \
### valid value for the %s property "%s" which has the following syntax: %s
###SEVERE_ERR_DSCFG_ERROR_PROPERTY_READ_ONLY_1014=The %s property "%s" is \
### read-only and cannot be modified
###SEVERE_ERR_DSCFG_ERROR_PROPERTY_MANDATORY_1015=The %s property "%s" is \
### mandatory and must be specified
###SEVERE_ERR_DSCFG_ERROR_PROPERTY_SINGLE_VALUED_1016=It is not possible to \
### specify multiple values for the %s property "%s" as it is single-valued
INFO_DSCFG_DESCRIPTION_SUBCMD_HELPPROP_1017=\u63cf\u8ff0\u53d7\u7ba1\u5bf9\u8c61\u53ca\u5176\u5c5e\u6027
INFO_DSCFG_HEADING_COMPONENT_NAME_1018=\u7ec4\u4ef6
INFO_DSCFG_HEADING_PROPERTY_NAME_1019=\u5c5e\u6027
INFO_DSCFG_HEADING_PROPERTY_VALUE_1020=\u503c
INFO_DSCFG_HEADING_PROPERTY_SYNTAX_1021=\u8bed\u6cd5
INFO_DSCFG_HEADING_PROPERTY_OPTIONS_1022=\u9009\u9879
INFO_DSCFG_HEADING_PROPERTY_DEFAULT_1023=\u9ed8\u8ba4
INFO_DSCFG_HEADING_PROPERTY_DESCRIPTION_1024=\u63cf\u8ff0
INFO_DSCFG_DESCRIPTION_PROPERTY_SYNTAX_HELP_1025=\u8bf7\u53c2\u89c1\u8be6\u7ec6\u7684\u5e2e\u52a9\u4fe1\u606f
###SEVERE_ERR_DSCFG_ERROR_GET_PARENT_DDE_1026=The parent %s could not be \
### retrieved because its type could not be determined. This is probably due to \
### the %s having an invalid LDAP entry. Check that the %s has the correct object \
### classes
###SEVERE_ERR_DSCFG_ERROR_GET_PARENT_MODE_1027=The parent %s could not be \
### retrieved because of the reasons listed below:
###SEVERE_ERR_DSCFG_ERROR_GET_PARENT_MONFE_1028=The parent %s does not exist
###SEVERE_ERR_DSCFG_ERROR_GET_PARENT_AUTHZ_1029=The parent %s could not be \
### retrieved because you do not have the correct authorization
###SEVERE_ERR_DSCFG_ERROR_GET_PARENT_CE_1030=The parent %s could not be \
### retrieved due to a communications problem: %s
###SEVERE_ERR_DSCFG_ERROR_GET_PARENT_CME_1031=The parent %s could not be \
### retrieved because another client is currently making conflicting \
### configuration changes
###SEVERE_ERR_DSCFG_ERROR_CREATE_MMPE_1032=The %s could not be created because \
### the following mandatory properties must be defined:
###SEVERE_ERR_DSCFG_ERROR_CREATE_MOAEE_1033=The %s could not be created because \
### there is already an existing one with the same name
###SEVERE_ERR_DSCFG_ERROR_CREATE_AUTHZ_1034=The %s could not be created because \
### you do not have the correct authorization
###SEVERE_ERR_DSCFG_ERROR_CREATE_CE_1035=The %s could not be created due to a \
### communications problem: %s
###SEVERE_ERR_DSCFG_ERROR_CREATE_CME_1036=The %s could not be created because \
### another client is currently making conflicting configuration changes
###SEVERE_ERR_DSCFG_ERROR_DELETE_MONFE_1038=The %s could not be deleted because \
### it does not exist
###SEVERE_ERR_DSCFG_ERROR_DELETE_AUTHZ_1039=The %s could not be deleted because \
### you do not have the correct authorization
###SEVERE_ERR_DSCFG_ERROR_DELETE_CE_1041=The %s could not be deleted due to a \
### communications problem: %s
###SEVERE_ERR_DSCFG_ERROR_DELETE_CME_1042=The %s could not be deleted because \
### another client is currently making conflicting configuration changes
###SEVERE_ERR_DSCFG_ERROR_GET_CHILD_DDE_1043=The %s could not be retrieved \
### because its type could not be determined. This is probably due to the %s \
### having an invalid LDAP entry. Check that the %s object classes are correct
###SEVERE_ERR_DSCFG_ERROR_GET_CHILD_MODE_1044=The %s could not be retrieved \
### because of the reasons listed below:
###SEVERE_ERR_DSCFG_ERROR_GET_CHILD_MONFE_1045=The %s does not exist
###SEVERE_ERR_DSCFG_ERROR_GET_CHILD_AUTHZ_1046=The %s could not be accessed \
### because you do not have the correct authorization
###SEVERE_ERR_DSCFG_ERROR_GET_CHILD_CE_1047=The %s could not be accessed due to \
### a communications problem: %s
###SEVERE_ERR_DSCFG_ERROR_GET_CHILD_CME_1048=The %s could not be accessed \
### because another client is currently making conflicting configuration changes
###SEVERE_ERR_DSCFG_ERROR_MODIFY_MONFE_1049=The %s could not be modified because \
### it does not exist
###SEVERE_ERR_DSCFG_ERROR_MODIFY_AUTHZ_1050=The %s could not be modified because \
### you do not have the correct authorization
###SEVERE_ERR_DSCFG_ERROR_MODIFY_CE_1051=The %s could not be modified due to a \
### communications problem: %s
###SEVERE_ERR_DSCFG_ERROR_MODIFY_CME_1052=The %s could not be modified because \
### another client is currently making conflicting configuration changes
###SEVERE_ERR_DSCFG_ERROR_LIST_DDE_1054=The %s could not be retrieved because \
### its type could not be determined. This is probably due to the %s having an \
### invalid LDAP entry. Check that the %s object classes are correct
###SEVERE_ERR_DSCFG_ERROR_LIST_MODE_1055=The %s could not be retrieved because \
### of the reasons listed below:
###SEVERE_ERR_DSCFG_ERROR_LIST_MONFE_1056=The %s does not exist
###SEVERE_ERR_DSCFG_ERROR_LIST_AUTHZ_1057=The %s could not be listed because you \
### do not have the correct authorization
###SEVERE_ERR_DSCFG_ERROR_LIST_CE_1058=The %s could not be listed due to a \
### communications problem: %s
###SEVERE_ERR_DSCFG_ERROR_LIST_CME_1059=The %s could not be listed because \
### another client is currently making conflicting configuration changes
###SEVERE_ERR_DSCFG_ERROR_PROPERTY_UNKNOWN_ERROR_1060=The value(s) of the %s \
### property "%s" could not be determined due to an unknown error: %s
###SEVERE_ERR_DSCFG_ERROR_PROPERTY_DEFAULT_BEHAVIOR_1061=The default value(s) of \
### the %s property "%s" could not be determined due to the following reason: %s
###SEVERE_ERR_DSCFG_ERROR_PROPERTY_INHERITED_DEFAULT_BEHAVIOR_1062=The inherited \
### default value(s) of the %s property "%s" could not be determined
###SEVERE_ERR_DSCFG_ERROR_NO_SEPARATOR_IN_PROPERTY_VALUE_1063=The property \
### argument "%s" does not contain a name/value separator. The argument should \
### have the following syntax: property:value
###SEVERE_ERR_DSCFG_ERROR_NO_NAME_IN_PROPERTY_VALUE_1064=The property argument \
### "%s" does not contain a property name. The argument should have the following \
### syntax: property:value
###SEVERE_ERR_DSCFG_ERROR_NO_VALUE_IN_PROPERTY_VALUE_1065=The property argument \
### "%s" does not contain a property value. The argument should have the \
### following syntax: property:value
###SEVERE_ERR_DSCFG_ERROR_SUB_TYPE_UNRECOGNIZED_1066=The sub-type "%s" is not a \
### recognized type of %s. It should be one of: %s
###SEVERE_ERR_DSCFG_ERROR_TYPE_UNRECOGNIZED_FOR_CATEGORY_1067="%s" component \
### type that cannot be used with category "%s"
###SEVERE_ERR_DSCFG_ERROR_NO_SEPARATOR_IN_PROPERTY_MOD_1068=The property \
### modification "%s" does not contain a name/value separator. The argument \
### should have the following syntax: property[+|-]:value
###SEVERE_ERR_DSCFG_ERROR_NO_NAME_IN_PROPERTY_MOD_1069=The property modification \
### "%s" does not contain a property name. The argument should have the following \
### syntax: property[+|-]:value
###SEVERE_ERR_DSCFG_ERROR_NO_VALUE_IN_PROPERTY_MOD_1070=The property \
### modification "%s" does not contain a property value. The argument should have \
### the following syntax: property[+|-]:value
###SEVERE_ERR_DSCFG_ERROR_INCOMPATIBLE_PROPERTY_MOD_1071=The property \
### modification "%s" is incompatible with another modification to the same \
### property
###SEVERE_ERR_DSCFG_ERROR_WRONG_MANAGED_OBJECT_TYPE_1072=The %s could not be \
### retrieved because it was the wrong type of managed object: %s
INFO_DSCFG_DESCRIPTION_TYPE_DEFAULT_1073=\u5e94\u521b\u5efa\u7684 %s \u7684\u7c7b\u578b\uff08\u9ed8\u8ba4\u4e3a %s\uff09\u3002\u201c\u7c7b\u578b\u201d\u503c\u53ef\u4ee5\u4e3a\u4e0b\u5217\u503c\u4e4b\u4e00: %s
INFO_DSCFG_DESCRIPTION_RECORD_1074=\u4fee\u6539\u663e\u793a\u8f93\u51fa\uff0c\u4ee5\u5728\u6bcf\u884c\u663e\u793a\u4e00\u4e2a\u5c5e\u6027\u503c
INFO_DSCFG_DESCRIPTION_UNIT_TIME_1078=\u4f7f\u7528\u6307\u5b9a\u7684\u5355\u4f4d\u663e\u793a\u65f6\u95f4\u6570\u636e\u3002\u201c\u5355\u4f4d\u201d\u503c\u53ef\u4ee5\u4e3a\u4e0b\u5217\u503c\u4e4b\u4e00\uff1ams\u3001s\u3001m\u3001h\u3001d \u6216 w\uff08\u6beb\u79d2\u3001\u79d2\u3001\u5206\u949f\u3001\u5c0f\u65f6\u3001\u5929\u6216\u5468\uff09
INFO_DSCFG_DESCRIPTION_UNIT_SIZE_1079=\u4f7f\u7528\u6307\u5b9a\u7684\u5355\u4f4d\u663e\u793a\u5927\u5c0f\u6570\u636e\u3002\u201c\u5355\u4f4d\u201d\u503c\u53ef\u4ee5\u4e3a\u4e0b\u5217\u503c\u4e4b\u4e00\uff1ab\u3001kb\u3001mb\u3001gb \u6216 tb\uff08\u5b57\u8282\u3001\u5343\u5b57\u8282\u3001\u5146\u5b57\u8282\u3001\u5343\u5146\u5b57\u8282\u6216\u5343\u5409\u5b57\u8282\uff09
INFO_DSCFG_ERROR_TIME_UNIT_UNRECOGNIZED_1080=\u65f6\u95f4\u5355\u4f4d "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u65f6\u95f4\u5355\u4f4d\u4e3a ms\u3001s\u3001m\u3001h\u3001d \u6216 w\uff08\u6beb\u79d2\u3001\u79d2\u3001\u5206\u949f\u3001\u5c0f\u65f6\u3001\u5929\u6216\u5468\uff09
INFO_DSCFG_ERROR_SIZE_UNIT_UNRECOGNIZED_1081=\u5927\u5c0f\u5355\u4f4d "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u5927\u5c0f\u5355\u4f4d\u4e3a b\u3001kb\u3001mb\u3001gb \u6216 tb\uff08\u5b57\u8282\u3001\u5343\u5b57\u8282\u3001\u5146\u5b57\u8282\u3001\u5343\u5146\u5b57\u8282\u6216\u5343\u5409\u5b57\u8282\uff09
INFO_DSCFG_HEADING_COMPONENT_TYPE_1082=\u7c7b\u578b
INFO_DSCFG_DESCRIPTION_SHOW_GROUP_USAGE_1083=\u663e\u793a\u4e0e %s \u76f8\u5173\u7684\u5b50\u547d\u4ee4
INFO_DSCFG_DESCRIPTION_SHOW_GROUP_USAGE_ALL_1084=\u663e\u793a\u6240\u6709\u5b50\u547d\u4ee4
INFO_DSCFG_DESCRIPTION_SHOW_GROUP_USAGE_SUMMARY_1085=\u663e\u793a\u4f7f\u7528\u60c5\u51b5\u7684\u6458\u8981\u4fe1\u606f
INFO_DSCFG_DESCRIPTION_NAME_1086=%s \u7684\u540d\u79f0
INFO_DSCFG_DESCRIPTION_PROP_1087=\u8981\u663e\u793a\u7684\u5c5e\u6027\u7684\u540d\u79f0
INFO_DSCFG_DESCRIPTION_PROP_VAL_1088=\u4e3a\u5c5e\u6027\u6307\u5b9a\u4e00\u4e2a\u503c\uff0c\u8be5\u5c5e\u6027\u7684\u540d\u79f0\u4e3a PROP\uff0c\u8981\u6307\u5b9a\u7684\u5355\u503c\u4e3a VALUE\u3002\u591a\u6b21\u6307\u5b9a\u540c\u4e00\u5c5e\u6027\uff0c\u53ef\u4ee5\u4e3a\u5176\u6307\u5b9a\u591a\u4e2a\u503c
INFO_DSCFG_DESCRIPTION_ADD_PROP_VAL_1089=\u4e3a\u5c5e\u6027\u6dfb\u52a0\u4e00\u4e2a\u5355\u503c\uff0c\u8be5\u5c5e\u6027\u7684\u540d\u79f0\u4e3a PROP\uff0c\u8981\u6dfb\u52a0\u7684\u5355\u503c\u4e3a VALUE
INFO_DSCFG_DESCRIPTION_REMOVE_PROP_VAL_1090=\u4ece\u5c5e\u6027\u5220\u9664\u4e00\u4e2a\u5355\u503c\uff0c\u8be5\u5c5e\u6027\u7684\u540d\u79f0\u4e3a PROP\uff0c\u8981\u5220\u9664\u7684\u5355\u503c\u4e3a VALUE
INFO_DSCFG_DESCRIPTION_RESET_PROP_1091=\u5c06\u5c5e\u6027\u91cd\u7f6e\u4e3a\u5176\u9ed8\u8ba4\u503c\uff0c\u8981\u91cd\u7f6e\u7684\u5c5e\u6027\u7684\u540d\u79f0\u4e3a PROP
INFO_DSCFG_DESCRIPTION_HELP_TYPE_1092=\u5e94\u5bf9\u5176\u5c5e\u6027\u52a0\u4ee5\u63cf\u8ff0\u7684\u7ec4\u4ef6\u7684\u7c7b\u578b\u3002\u201c\u7c7b\u578b\u201d\u503c\u5fc5\u987b\u4e3a\u4e0e\u201c\u7c7b\u522b\u201d\uff08\u4f7f\u7528 "--category" \u9009\u9879\u6307\u5b9a\uff09\u76f8\u5173\u8054\u7684\u7ec4\u4ef6\u7c7b\u578b\u4e4b\u4e00
###SEVERE_ERR_DSCFG_ERROR_BIND_PASSWORD_NONINTERACTIVE_1093=The LDAP bind \
### password was not specified and cannot be read interactively
INFO_DSCFG_DESCRIPTION_FORCE_1196=\u5ffd\u7565\u4e0d\u5b58\u5728\u7684 %s
###SEVERE_ERR_DSCFG_ERROR_UNABLE_TO_RESET_MANDATORY_PROPERTY_1200=The %s \
### property "%s" is mandatory cannot be reset. Use the "%s" option to specify a \
### new value
###SEVERE_ERR_DSCFG_ERROR_ILLEGAL_NAME_SYNTAX_1204=The name "%s" is not a valid \
### name for the %s which has the following syntax: %s
###SEVERE_ERR_DSCFG_ERROR_ILLEGAL_NAME_EMPTY_1205=Empty names are not permitted \
### for %s
###SEVERE_ERR_DSCFG_ERROR_ILLEGAL_NAME_BLANK_1206=Blank names are not permitted \
### for %s
###SEVERE_ERR_DSCFG_ERROR_ILLEGAL_NAME_UNKNOWN_1207=The name "%s" is not a valid \
### name for the %s
INFO_DSCFG_DESCRIPTION_NAME_CREATE_1208=\u65b0 %s \u7684\u540d\u79f0
INFO_DSCFG_DESCRIPTION_NAME_CREATE_EXT_1209=\u65b0 %s \u7684\u540d\u79f0\uff0c\u8be5\u540d\u79f0\u4e5f\u5c06\u7528\u4f5c "%s" \u5c5e\u6027\u7684\u503c\uff1a %s 
###SEVERE_ERR_DSCFG_ERROR_UNABLE_TO_SET_NAMING_PROPERTY_1210=The property "%s" \
### cannot be set as it is defined implicitly by the name of the %s
INFO_DSCFG_DESCRIPTION_ADVANCED_1216=\u5141\u8bb8\u914d\u7f6e\u9ad8\u7ea7\u7ec4\u4ef6\u548c\u5c5e\u6027
###SEVERE_ERR_DSCFG_ERROR_MISSING_NON_INTERACTIVE_ARG_1223=The argument "--%s" \
### must be specified when this application is used non-interactively
###SEVERE_ERR_DSCFG_ERROR_CANNOT_READ_CONSOLE_INPUT_1224=The response could not \
### be read from the console due to the following error: %s
INFO_DSCFG_CREATE_TYPE_PROMPT_1225=>>>> \u9009\u62e9\u8981\u521b\u5efa\u7684 %s \u7684\u7c7b\u578b:
INFO_DSCFG_CREATE_NAME_PROMPT_1226=>>>> \u8f93\u5165\u8981\u521b\u5efa\u7684 %s \u7684\u540d\u79f0:
###SEVERE_ERR_DSCFG_ERROR_CREATE_NAME_ALREADY_EXISTS_1227=There is already \
### another %s with the name "%s"
INFO_DSCFG_DESCRIPTION_CREATE_HELP_HEADING_TYPE_1228=\u7c7b\u578b
INFO_DSCFG_DESCRIPTION_CREATE_HELP_HEADING_DESCR_1229=\u63cf\u8ff0
###SEVERE_ERR_DSCFG_ERROR_FINDER_NO_CHILDREN_1230=Unable to continue since there \
### are no %s currently configured on the server
###SEVERE_ERR_DSCFG_ERROR_FINDER_SINGLE_CHILD_REJECTED_1231=Unable to continue \
### because the only available %s was not selected
INFO_DSCFG_FINDER_PROMPT_SINGLE_1232=>>>> \u53ea\u5b58\u5728\u4e00\u4e2a %s: "%s"\u3002\u662f\u5426\u786e\u5b9a\u8fd9\u662f\u6b63\u786e\u7684\u4e00\u9879\uff1f
INFO_DSCFG_FINDER_PROMPT_MANY_1233=>>>> \u4ece\u4e0b\u9762\u7684\u5217\u8868\u4e2d\u9009\u62e9 %s:
###SEVERE_ERR_DSCFG_ERROR_FINDER_NO_CHILDREN_NULL_1234=Unable to continue since there \
### is no such an object currently configured on the server
INFO_DSCFG_GENERAL_CHOICE_PROMPT_NOHELP_1237=\u8f93\u5165\u9009\u9879 [1 - %d]:
INFO_DSCFG_GENERAL_CHOICE_PROMPT_HELP_1238=\u8f93\u5165\u9009\u9879 [1 - %d,  ? - help]:
###SEVERE_ERR_DSCFG_ERROR_GENERAL_CHOICE_1239=Invalid response. Please enter a \
### value between 1 and %d
INFO_DSCFG_HELP_FIELD_ENUM_1254=\u4e0b\u5217\u503c\u4e4b\u4e00:
INFO_DSCFG_HELP_FIELD_UNDEFINED_1255=\u672a\u5b9a\u4e49
INFO_DSCFG_HELP_FIELD_INHERITED_ABS_1256=\u4ece %2$s \u4e2d\u7684\u5c5e\u6027 "%1$s" \u7ee7\u627f
INFO_DSCFG_HELP_FIELD_INHERITED_PARENT_1257=\u4ece\u7236 %2$s \u4e2d\u7684\u5c5e\u6027 "%1$s" \u7ee7\u627f
INFO_DSCFG_HELP_FIELD_INHERITED_THIS_1258=\u4ece\u6b64 %2$s \u4e2d\u7684\u5c5e\u6027 "%1$s" \u7ee7\u627f
INFO_DSCFG_HELP_FIELD_SERVER_RESTART_1259=\u5fc5\u987b\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668\uff0c\u4ee5\u4f7f\u5bf9\u6b64\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u751f\u6548
INFO_DSCFG_HELP_FIELD_COMPONENT_RESTART_1260=\u5fc5\u987b\u91cd\u65b0\u542f\u52a8 %s\uff0c\u4ee5\u4f7f\u5bf9\u6b64\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u751f\u6548
INFO_DSCFG_HELP_FIELD_READ_ONLY_1261=\u53ea\u8bfb - \u53ea\u80fd\u5728\u521b\u5efa %s \u65f6\u6307\u5b9a\u6b64\u5c5e\u6027
INFO_DSCFG_HELP_FIELD_MONITORING_1262=\u76d1\u89c6 - \u670d\u52a1\u5668\u81ea\u52a8\u751f\u6210\u6b64\u5c5e\u6027
INFO_DSCFG_HELP_HEADING_PROPERTY_1263=\u5c5e\u6027: %s
INFO_DSCFG_HELP_HEADING_COMPONENT_1264=\u7ec4\u4ef6\u540d\u79f0: %s
INFO_DSCFG_HELP_HEADING_DEFAULT_1265=\u9ed8\u8ba4\u884c\u4e3a
INFO_DSCFG_HELP_HEADING_MANDATORY_1266=\u5fc5\u9700
INFO_DSCFG_HELP_HEADING_ADVANCED_1267=\u9ad8\u7ea7
INFO_DSCFG_HELP_HEADING_MULTI_VALUED_1268=\u591a\u503c
INFO_DSCFG_HELP_HEADING_READ_ONLY_1269=\u53ea\u8bfb
INFO_DSCFG_HELP_HEADING_SYNTAX_1270=\u8bed\u6cd5
INFO_DSCFG_HELP_DESCRIPTION_OPTION_1271=\u9009\u9879\u7c7b\u578b:
INFO_DSCFG_HELP_DESCRIPTION_READ_1272=\u5c5e\u6027\u503c\u53ef\u8bfb
INFO_DSCFG_HELP_DESCRIPTION_WRITE_1273=\u5c5e\u6027\u503c\u53ef\u5199
INFO_DSCFG_HELP_DESCRIPTION_MANDATORY_1274=\u8be5\u5c5e\u6027\u4e3a\u5fc5\u9700\u5c5e\u6027
INFO_DSCFG_HELP_DESCRIPTION_SINGLE_VALUED_1275=\u8be5\u5c5e\u6027\u4e3a\u5355\u503c\u5c5e\u6027
INFO_DSCFG_HELP_DESCRIPTION_ADMIN_ACTION_1276=\u8981\u4f7f\u66f4\u6539\u751f\u6548\uff0c\u5fc5\u987b\u6267\u884c\u7ba1\u7406\u64cd\u4f5c
INFO_DSCFG_CONFIRM_CREATE_1277=\u662f\u5426\u786e\u5b9e\u8981\u521b\u5efa %s\uff1f
INFO_DSCFG_CONFIRM_DELETE_1278=\u662f\u5426\u786e\u5b9e\u8981\u5220\u9664 %s\uff1f
INFO_DSCFG_CONFIRM_MODIFY_1279=\u662f\u5426\u786e\u5b9e\u8981\u4fee\u6539 %s\uff1f
INFO_DSCFG_CONFIRM_CREATE_SUCCESS_1280=\u5df2\u6210\u529f\u521b\u5efa %s
INFO_DSCFG_CONFIRM_DELETE_SUCCESS_1281=\u5df2\u6210\u529f\u5220\u9664 %s
INFO_DSCFG_CONFIRM_MODIFY_SUCCESS_1282=\u5df2\u6210\u529f\u4fee\u6539 %s
INFO_DSCFG_CONFIRM_CREATE_FAIL_1283=\u672a\u521b\u5efa %s
INFO_DSCFG_CONFIRM_DELETE_FAIL_1284=\u672a\u5220\u9664 %s
INFO_DSCFG_CONFIRM_MODIFY_FAIL_1285=\u672a\u4fee\u6539 %s
INFO_DSCFG_DESCRIPTION_HELP_CATEGORY_1286=\u5e94\u5bf9\u5176\u5c5e\u6027\u52a0\u4ee5\u63cf\u8ff0\u7684\u7ec4\u4ef6\u7684\u7c7b\u522b\u3002
###SEVERE_ERR_DSCFG_ERROR_CATEGORY_UNRECOGNIZED_1287="%s" is not a recognized \
### component category
###SEVERE_ERR_DSCFG_ERROR_CATEGORY_TYPE_UNRECOGNIZED_1288="%s" is not a \
### recognized component type in category "%s"
###SEVERE_ERR_DSCFG_ERROR_PROPERTY_UNRECOGNIZED_NO_DEFN_1289=The property "%s" \
### is not a recognized property
INFO_DSCFG_DESCRIPTION_HELP_INHERITED_1290=\u4fee\u6539\u663e\u793a\u8f93\u51fa\u53ef\u663e\u793a\u7ec4\u4ef6\u7684\u7ee7\u627f\u5c5e\u6027
INFO_VALUE_TRUE_1291=true
INFO_VALUE_FALSE_1292=false
INFO_VALUE_UNLIMITED_1293=\u65e0\u9650
INFO_EDITOR_PROMPT_SELECT_VALUE_SINGLE_1294=\u4e3a "%s" \u5c5e\u6027\u9009\u62e9\u4e00\u4e2a\u503c:
INFO_EDITOR_PROMPT_SELECT_VALUE_MULTI_1295=\u4e3a "%s" \u5c5e\u6027\u9009\u62e9\u4e00\u4e2a\u6216\u591a\u4e2a\u503c:
INFO_EDITOR_HEADING_SYNTAX_1296=\u8bed\u6cd5:
INFO_EDITOR_HEADING_VALUES_SUMMARY_1297="%s" \u5c5e\u6027\u5177\u6709\u4ee5\u4e0b\u591a\u4e2a\u503c:
INFO_EDITOR_PROMPT_SELECT_VALUES_ADD_1299=\u9009\u62e9\u5e0c\u671b\u6dfb\u52a0\u7684\u503c:
INFO_EDITOR_PROMPT_SELECT_VALUES_REMOVE_1302=\u9009\u62e9\u5e0c\u671b\u5220\u9664\u7684\u503c:
INFO_EDITOR_PROMPT_MODIFY_MENU_1303=\u662f\u5426\u8981\u4fee\u6539 "%s" \u5c5e\u6027\uff1f
INFO_EDITOR_OPTION_ADD_ALL_VALUES_1300=\u6dfb\u52a0\u6240\u6709\u503c
INFO_EDITOR_OPTION_ADD_ONE_OR_MORE_VALUES_1304=\u6dfb\u52a0\u4e00\u4e2a\u6216\u591a\u4e2a\u503c
INFO_EDITOR_OPTION_REMOVE_ONE_OR_MORE_VALUES_1305=\u5220\u9664\u4e00\u4e2a\u6216\u591a\u4e2a\u503c
INFO_EDITOR_OPTION_REMOVE_ALL_VALUES_1306=\u5220\u9664\u6240\u6709\u503c
INFO_EDITOR_OPTION_REVERT_CHANGES_1307=\u64a4\u6d88\u66f4\u6539
INFO_EDITOR_OPTION_LEAVE_UNDEFINED_1311=\u4fdd\u7559\u4e3a\u672a\u5b9a\u4e49
INFO_EDITOR_OPTION_USE_DEFAULT_ALIAS_1308=\u4f7f\u7528\u9ed8\u8ba4\u884c\u4e3a: %s
INFO_EDITOR_OPTION_USE_DEFAULT_INHERITED_ALIAS_1309=\u4f7f\u7528\u7ee7\u627f\u7684\u9ed8\u8ba4\u884c\u4e3a: %s
INFO_EDITOR_OPTION_USE_DEFAULT_INHERITED_ALIAS_UNDEFINED_1310=\u4f7f\u7528\u7ee7\u627f\u7684\u9ed8\u8ba4\u884c\u4e3a\uff1a\u672a\u5b9a\u4e49
INFO_EDITOR_OPTION_USE_VALUE_1312=\u4f7f\u7528\u503c: %s
INFO_EDITOR_OPTION_USE_DEFAULT_VALUE_1313=\u4f7f\u7528\u9ed8\u8ba4\u503c: %s
INFO_EDITOR_OPTION_USE_INHERITED_DEFAULT_VALUE_1314=\u4f7f\u7528\u7ee7\u627f\u7684\u9ed8\u8ba4\u503c: %s
INFO_EDITOR_OPTION_USE_VALUES_1315=\u4f7f\u7528\u8fd9\u4e9b\u503c
INFO_EDITOR_OPTION_USE_DEFAULT_VALUES_1316=\u4f7f\u7528\u8fd9\u4e9b\u9ed8\u8ba4\u503c
INFO_EDITOR_OPTION_USE_INHERITED_DEFAULT_VALUES_1317=\u4f7f\u7528\u8fd9\u4e9b\u7ee7\u627f\u7684\u9ed8\u8ba4\u503c
INFO_EDITOR_OPTION_KEEP_DEFAULT_ALIAS_1318=\u4fdd\u7559\u9ed8\u8ba4\u884c\u4e3a: %s
INFO_EDITOR_OPTION_KEEP_DEFAULT_INHERITED_ALIAS_1319=\u4fdd\u7559\u7ee7\u627f\u7684\u9ed8\u8ba4\u884c\u4e3a: %s
INFO_EDITOR_OPTION_KEEP_DEFAULT_INHERITED_ALIAS_UNDEFINED_1320=\u4fdd\u7559\u7ee7\u627f\u7684\u9ed8\u8ba4\u884c\u4e3a\uff1a\u672a\u5b9a\u4e49
INFO_EDITOR_OPTION_KEEP_VALUE_1321=\u4fdd\u7559\u503c: %s
INFO_EDITOR_OPTION_KEEP_DEFAULT_VALUE_1322=\u4fdd\u7559\u9ed8\u8ba4\u503c: %s
INFO_EDITOR_OPTION_KEEP_INHERITED_DEFAULT_VALUE_1323=\u4fdd\u7559\u7ee7\u627f\u7684\u9ed8\u8ba4\u503c: %s
INFO_EDITOR_OPTION_KEEP_VALUES_1324=\u4fdd\u7559\u8fd9\u4e9b\u503c
INFO_EDITOR_OPTION_KEEP_DEFAULT_VALUES_1325=\u4fdd\u7559\u8fd9\u4e9b\u9ed8\u8ba4\u503c
INFO_EDITOR_OPTION_KEEP_INHERITED_DEFAULT_VALUES_1326=\u4fdd\u7559\u8fd9\u4e9b\u7ee7\u627f\u7684\u9ed8\u8ba4\u503c
INFO_EDITOR_OPTION_RESET_DEFAULT_ALIAS_1327=\u91cd\u7f6e\u4e3a\u9ed8\u8ba4\u884c\u4e3a: %s
INFO_EDITOR_OPTION_RESET_DEFAULT_INHERITED_ALIAS_1328=\u91cd\u7f6e\u4e3a\u7ee7\u627f\u7684\u9ed8\u8ba4\u884c\u4e3a: %s
INFO_EDITOR_OPTION_RESET_DEFAULT_INHERITED_ALIAS_UNDEFINED_1329=\u91cd\u7f6e\u4e3a\u7ee7\u627f\u7684\u9ed8\u8ba4\u884c\u4e3a\uff1a\u672a\u5b9a\u4e49
INFO_EDITOR_OPTION_RESET_DEFAULT_VALUE_1331=\u91cd\u7f6e\u4e3a\u9ed8\u8ba4\u503c: %s
INFO_EDITOR_OPTION_RESET_INHERITED_DEFAULT_VALUE_1332=\u91cd\u7f6e\u4e3a\u7ee7\u627f\u7684\u9ed8\u8ba4\u503c: %s
INFO_EDITOR_OPTION_RESET_DEFAULT_VALUES_1334=\u91cd\u7f6e\u4e3a\u4ee5\u4e0b\u591a\u4e2a\u9ed8\u8ba4\u503c: %s
INFO_EDITOR_OPTION_RESET_INHERITED_DEFAULT_VALUES_1335=\u91cd\u7f6e\u4e3a\u4ee5\u4e0b\u591a\u4e2a\u7ee7\u627f\u7684\u9ed8\u8ba4\u503c: %s
INFO_EDITOR_HEADING_READ_ONLY_ALIAS_UNDEFINED_1336=\u672a\u5b9a\u4e49 "%s" \u5c5e\u6027
INFO_EDITOR_HEADING_READ_ONLY_ALIAS_1337=\u672a\u5b9a\u4e49 "%s" \u5c5e\u6027: %s
INFO_EDITOR_HEADING_READ_ONLY_VALUE_1338="%s" \u5c5e\u6027\u5177\u6709\u4ee5\u4e0b\u503c: %s
INFO_EDITOR_HEADING_READ_ONLY_VALUES_1339="%s" \u5c5e\u6027\u5177\u6709\u4ee5\u4e0b\u591a\u4e2a\u503c:
INFO_EDITOR_PROMPT_READ_ONLY_1340=\u6b64\u5c5e\u6027\u662f\u53ea\u8bfb\u5c5e\u6027\uff0c\u56e0\u6b64\u65e0\u6cd5\u5bf9\u5176\u8fdb\u884c\u4fee\u6539\u3002\u662f\u5426\u8981\u67e5\u770b\u5b83\u7684\u5e2e\u52a9\u6587\u6863\uff1f
INFO_EDITOR_OPTION_CHANGE_TO_DEFAULT_VALUE_1341=\u5c06\u5b83\u66f4\u6539\u4e3a\u9ed8\u8ba4\u503c: %s
INFO_EDITOR_OPTION_CHANGE_TO_VALUE_1342=\u5c06\u5b83\u66f4\u6539\u4e3a\u4ee5\u4e0b\u503c: %s
INFO_EDITOR_OPTION_CHANGE_VALUE_1343=\u66f4\u6539\u503c
INFO_EDITOR_HEADING_CONFIGURE_PROPERTY_1344=>>>> \u914d\u7f6e "%s" \u5c5e\u6027
INFO_EDITOR_PROMPT_READ_FIRST_VALUE_1345=\u4e3a "%s" \u5c5e\u6027\u8f93\u5165\u4e00\u4e2a\u503c:
INFO_EDITOR_PROMPT_READ_FIRST_VALUE_OPTIONAL_1346=\u4e3a "%s" \u5c5e\u6027\u8f93\u5165\u4e00\u4e2a\u503c [\u7ee7\u7eed]:
INFO_EDITOR_PROMPT_READ_NEXT_VALUE_1347=\u4e3a "%s" \u5c5e\u6027\u8f93\u5165\u53e6\u4e00\u4e2a\u503c [\u7ee7\u7eed]:
###SEVERE_ERR_EDITOR_READ_FIRST_DUPLICATE_1348=This property already contains the value "%s". Please enter a different value
###SEVERE_ERR_EDITOR_READ_NEXT_DUPLICATE_1349=This property already contains the value "%s". Please enter a different value, or press RETURN to continue
INFO_EDITOR_HEADING_CONFIGURE_COMPONENT_1350=>>>> \u914d\u7f6e %s \u7684\u5c5e\u6027
INFO_EDITOR_OPTION_FINISH_CREATE_COMPONENT_1351=\u5b8c\u6210 - \u521b\u5efa\u65b0\u7684 %s
INFO_EDITOR_OPTION_FINISH_MODIFY_COMPONENT_1352=\u5b8c\u6210 - \u5c06\u4efb\u4f55\u66f4\u6539\u5e94\u7528\u4e8e %s
INFO_EDITOR_OPTION_FINISH_KEY_1353=f
INFO_EDITOR_HEADING_CONFIGURE_PROPERTY_CONT_1354=>>>> \u914d\u7f6e "%s" \u5c5e\u6027\uff08\u7eed\uff09
INFO_DSCFG_CREATE_NAME_PROMPT_NAMING_1355=>>>> \u4e3a %s \u6307\u5b9a\u4e00\u4e2a\u540d\u79f0\u3002\u6b64\u540d\u79f0\u5c06\u7528\u4f5c "%s" \u5c5e\u6027\u7684\u503c\uff0c\u5bf9\u8be5\u5c5e\u6027\u7684\u63cf\u8ff0\u5982\u4e0b:
INFO_DSCFG_CREATE_NAME_PROMPT_NAMING_CONT_1356=\u4e3a\u8981\u521b\u5efa\u7684 %s \u8f93\u5165\u4e00\u4e2a\u540d\u79f0:
INFO_DSCFG_HEADING_MAIN_MENU_TITLE_1357=>>>> OpenDS \u914d\u7f6e\u63a7\u5236\u53f0\u4e3b\u83dc\u5355
INFO_DSCFG_HEADING_MAIN_MENU_PROMPT_1358=\u60a8\u8981\u8fdb\u884c\u54ea\u4e9b\u914d\u7f6e\uff1f
INFO_DSCFG_HEADING_COMPONENT_MENU_TITLE_1359=>>>> %s \u7ba1\u7406\u83dc\u5355
INFO_DSCFG_HEADING_COMPONENT_MENU_PROMPT_1360=\u60a8\u5e0c\u671b\u6267\u884c\u54ea\u4e9b\u64cd\u4f5c\uff1f
INFO_DSCFG_OPTION_COMPONENT_MENU_CREATE_1361=\u521b\u5efa\u65b0\u7684 %s
INFO_DSCFG_OPTION_COMPONENT_MENU_MODIFY_SINGULAR_1362=\u67e5\u770b\u5e76\u7f16\u8f91 %s
INFO_DSCFG_OPTION_COMPONENT_MENU_MODIFY_PLURAL_1363=\u67e5\u770b\u5e76\u7f16\u8f91\u73b0\u6709\u7684 %s
INFO_DSCFG_OPTION_COMPONENT_MENU_DELETE_1364=\u5220\u9664\u73b0\u6709\u7684 %s
INFO_DSCFG_OPTION_COMPONENT_MENU_LIST_PLURAL_1365=\u5217\u51fa\u73b0\u6709\u7684 %s
INFO_DSCFG_OPTION_COMPONENT_MENU_LIST_SINGULAR_1366=\u663e\u793a %s
INFO_DSCFG_PROMPT_HOST_NAME_1367=\u76ee\u5f55\u670d\u52a1\u5668\u4e3b\u673a\u540d\u6216 IP \u5730\u5740 [%s]:
INFO_DSCFG_PROMPT_PORT_NUMBER_1368=\u76ee\u5f55\u670d\u52a1\u5668\u7ba1\u7406\u7aef\u53e3\u53f7 [%d]:
INFO_DSCFG_PROMPT_BIND_DN_1369=\u7ba1\u7406\u5458\u7528\u6237\u7ed1\u5b9a DN [%s]:
###SEVERE_ERR_DSCFG_BAD_HOST_NAME_1370=The hostname "%s" could not be resolved. Please check you have provided the correct address
###SEVERE_ERR_DSCFG_BAD_PORT_NUMBER_1371=Invalid port number "%s". Please enter a valid port number between 1 and 65535
INFO_DSCFG_GENERIC_TYPE_OPTION_1372=\u5e38\u89c4 %s
INFO_DSCFG_HEADING_CONNECTION_PARAMETERS_1373=>>>> \u6307\u5b9a OpenDS LDAP \u8fde\u63a5\u53c2\u6570
INFO_DSCFG_PROMPT_SECURITY_USE_SECURE_CTX_1374=\u60a8\u8981\u5982\u4f55\u8fde\u63a5\uff1f
INFO_DSCFG_PROMPT_SECURITY_USE_SSL_1375=\u4f7f\u7528 SSL \u7684 LDAP
INFO_DSCFG_PROMPT_SECURITY_USE_START_TLS_1376=\u4f7f\u7528 StartTLS \u7684 LDAP
INFO_DSCFG_PROMPT_SECURITY_USE_TRUST_ALL_1377=\u662f\u5426\u8981\u81ea\u52a8\u4fe1\u4efb\u8be5\u670d\u52a1\u5668\u8bc1\u4e66\uff1f
INFO_DSCFG_PROMPT_SECURITY_TRUSTSTORE_PATH_1378=\u4fe1\u4efb\u5e93\u8def\u5f84:
INFO_DSCFG_PROMPT_SECURITY_TRUSTSTORE_PASSWORD_1379=\u4fe1\u4efb\u5e93 '%s' \u7684\u5bc6\u7801:
INFO_DSCFG_PROMPT_SECURITY_KEYSTORE_NEEDED_1380=\u662f\u5426\u8981\u6267\u884c\u5b89\u5168\u9a8c\u8bc1\uff08\u5ba2\u6237\u7aef\u9a8c\u8bc1\uff09\uff1f
INFO_DSCFG_PROMPT_SECURITY_KEYSTORE_PATH_1381=\u5bc6\u94a5\u5e93\u8def\u5f84:
INFO_DSCFG_PROMPT_SECURITY_KEYSTORE_PASSWORD_1382=\u5bc6\u94a5\u5e93 '%s' \u7684\u5bc6\u7801:
INFO_DSCFG_PROMPT_SECURITY_CERTIFICATE_NAME_1383=\u8bc1\u4e66\u522b\u540d:
###SEVERE_ERR_DSCFG_ERROR_CREATE_ORE_SINGLE_1384=The %s could not be created because of the following reason:
###SEVERE_ERR_DSCFG_ERROR_CREATE_ORE_PLURAL_1385=The %s could not be created because of the following reasons:
###SEVERE_ERR_DSCFG_ERROR_DELETE_ORE_SINGLE_1386=The %s could not be deleted because of the following reason:
###SEVERE_ERR_DSCFG_ERROR_DELETE_ORE_PLURAL_1387=The %s could not be deleted because of the following reasons:
###SEVERE_ERR_DSCFG_ERROR_MODIFY_ORE_SINGLE_1388=The %s could not be modified because of the following reason:
###SEVERE_ERR_DSCFG_ERROR_MODIFY_ORE_PLURAL_1389=The %s could not be modified because of the following reasons:
INFO_DSCFG_PROMPT_SECURITY_LDAP_1390=LDAP
INFO_DSCFG_PROMPT_SECURITY_PROTOCOL_DEFAULT_CHOICE_1391=%d
###SEVERE_ERR_DSCFG_PROMPT_SECURITY_INVALID_FILE_PATH_1392=The provided path is not valid
INFO_DSCFG_PROMPT_EDIT_AGAIN_1393=\u662f\u5426\u8981\u518d\u6b21\u7f16\u8f91 %s \u7684\u5c5e\u6027\u4ee5\u89e3\u51b3\u6b64\u95ee\u9898\uff1f
###SEVERE_ERR_DSCFG_ERROR_TYPE_UNRECOGNIZED_FOR_SUBCOMMAND_1394="%s" component \
### type cannot be used with subcommand {%s}
INFO_EDITOR_PROMPT_SELECT_COMPONENT_MULTI_127=\u4e3a "%2$s" \u5c5e\u6027\u9009\u62e9\u4e00\u4e2a\u6216\u591a\u4e2a %1$s:
INFO_EDITOR_PROMPT_SELECT_COMPONENT_SINGLE_128=\u4e3a "%2$s" \u5c5e\u6027\u9009\u62e9\u4e00\u4e2a %1$s:
INFO_EDITOR_HEADING_COMPONENT_SUMMARY_129="%s" \u5c5e\u6027\u5f15\u7528\u4ee5\u4e0b %s:
INFO_EDITOR_PROMPT_SELECT_COMPONENTS_ADD_130=\u9009\u62e9\u5e0c\u671b\u6dfb\u52a0\u7684 %s:
INFO_EDITOR_OPTION_ADD_ALL_COMPONENTS_131=\u6dfb\u52a0\u6240\u6709 %s
INFO_EDITOR_PROMPT_SELECT_COMPONENTS_REMOVE_132=\u9009\u62e9\u5e0c\u671b\u5220\u9664\u7684 %s:
INFO_EDITOR_OPTION_CHANGE_TO_DEFAULT_COMPONENT_133=\u5c06\u5b83\u66f4\u6539\u4e3a\u9ed8\u8ba4 %s: %s
INFO_EDITOR_OPTION_CHANGE_TO_COMPONENT_134=\u5c06\u5b83\u66f4\u6539\u4e3a %s: %s
INFO_EDITOR_PROMPT_ENABLED_REFERENCED_COMPONENT_135=\u5fc5\u987b\u542f\u7528\u6240\u5f15\u7528\u7684 %s\uff08\u540d\u4e3a "%s"\uff09\uff0c\u4ee5\u4fbf\u80fd\u591f\u5c06\u5176\u4e0e\u6b64 %s \u7ed3\u5408\u4f7f\u7528\u3002\u662f\u5426\u8981\u542f\u7528\u5b83\uff1f
###SEVERE_ERR_SET_REFERENCED_COMPONENT_DISABLED_136=The modifications to \
### the %s cannot be made because it contains a reference to a \
### disabled %s
###SEVERE_ERR_CREATE_REFERENCED_COMPONENT_DISABLED_137=The %s cannot be created \
### because it contains a reference to a disabled %s
###SEVERE_ERR_CREATE_HEADING_MMPE_SINGLE_138=The %s could not be created because the following mandatory property was not defined:
###SEVERE_ERR_CREATE_HEADING_MMPE_PLURAL_139=The %s could not be created because the following mandatory properties were not defined:
###SEVERE_ERR_MODIFY_HEADING_MMPE_SINGLE_140=The %s could not be modified because the following mandatory property was not defined:
###SEVERE_ERR_MODIFY_HEADING_MMPE_PLURAL_141=The %s could not be modified because the following mandatory properties were not defined:
INFO_DSCFG_PROMPT_EDIT_142=\u662f\u5426\u8981\u7f16\u8f91 %s \u7684\u5c5e\u6027\u4ee5\u89e3\u51b3\u6b64\u95ee\u9898\uff1f
###SEVERE_ERR_GET_HEADING_MODE_SINGLE_143=The %s could not be decoded due to the following reason:
###SEVERE_ERR_GET_HEADING_MODE_PLURAL_144=The %s could not be decoded due to the following reasons:
INFO_EDITOR_OPTION_CREATE_A_NEW_COMPONENT_145=\u521b\u5efa\u65b0\u7684 %s
INFO_DSCFG_PROMPT_EDIT_TO_ENABLE_146=\u5fc5\u987b\u542f\u7528\u6240\u5f15\u7528\u7684 %s\uff08\u540d\u4e3a "%s"\uff09\uff0c\u4ee5\u4fbf\u80fd\u591f\u5c06\u5176\u4e0e\u6b64 %s \u7ed3\u5408\u4f7f\u7528\u3002\u662f\u5426\u8981\u7f16\u8f91\u5176\u5c5e\u6027\u4ee5\u542f\u7528\u5b83\uff1f
INFO_DSCFG_CUSTOM_TYPE_OPTION_147=\u81ea\u5b9a\u4e49 %s
INFO_DSCFG_CUSTOM_TYPE_SYNOPSIS_148=\u5177\u6709\u7528\u6237\u5b9a\u4e49\u7684\u5b9e\u73b0\u7c7b\u7684\u81ea\u5b9a\u4e49 %s
INFO_DSCFG_GENERIC_TYPE_SYNOPSIS_149=\u5e38\u89c4 %s
INFO_DSCFG_CREATE_TYPE_HELP_HEADING_150=\u5e2e\u52a9: %s
INFO_DSCFG_NON_INTERACTIVE_151=\u7b49\u6548\u7684\u975e\u4ea4\u4e92\u547d\u4ee4\u884c\u662f: %n%s
INFO_DSCFG_DESCRIPTION_DISPLAY_EQUIVALENT_152=\u4ee5\u4ea4\u4e92\u6a21\u5f0f\u8fd0\u884c\u6b64\u547d\u4ee4\u65f6\uff0c\u4f1a\u5728\u6807\u51c6\u8f93\u51fa\u4e2d\u663e\u793a\u7b49\u6548\u7684\u975e\u4ea4\u4e92\u53c2\u6570
INFO_DSCFG_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH_153=\u4ee5\u4ea4\u4e92\u6a21\u5f0f\u8fd0\u884c\u6b64\u547d\u4ee4\u65f6\uff0c\u5c06\u5199\u5165\u7b49\u6548\u975e\u4ea4\u4e92\u547d\u4ee4\u7684\u6587\u4ef6\u7684\u5b8c\u6574\u8def\u5f84
MILD_ERR_DSCFG_ERROR_WRITING_EQUIVALENT_COMMAND_LINE_154=\u5c1d\u8bd5\u5728\u6587\u4ef6 %s \u4e2d\u5199\u5165\u7b49\u6548\u975e\u4ea4\u4e92\u547d\u4ee4\u884c\u65f6\u51fa\u73b0\u9519\u8bef\u3002\u9519\u8bef\u8be6\u7ec6\u4fe1\u606f: %s
###SEVERE_ERR_DSCFG_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE_155=Cannot write \
### to file %s.  Verify that you have access rights to that file and that you \
### provided the full path of the file
###SEVERE_ERR_DSCFG_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY_156=The specified \
### path %s to write the equivalent command is a directory.  You must specify a \
### path to a file
###SEVERE_ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_WRONG_PORT_157=Unable to connect to the \
### server at %s on port %s. Check this port is an administration port
###SEVERE_ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_NOT_TRUSTED_158=Unable to connect to the \
### server at %s on port %s. In non-interactive mode, if the trustStore related parameters are not used, \
### you must use the '--trustAll' option for remote connections
###SEVERE_ERR_DSCFG_ERROR_VALUE_DOES_NOT_EXIST_159=The value %s for the %s property does not exist
###SEVERE_ERR_DSCFG_ERROR_NO_AVAILABLE_TYPES_160=Unable to continue since there are \
### no available types of %s to choose from
INFO_DSCFG_TYPE_PROMPT_SINGLE_161=>>>> \u53ea\u6709\u4e00\u79cd\u7c7b\u578b\u7684 %s \u53ef\u7528: "%s"\u3002\u662f\u5426\u786e\u5b9a\u8fd9\u662f\u6b63\u786e\u7684\u4e00\u9879\uff1f
MILD_ERR_DSCFG_ERROR_READING_BATCH_FILE_162=\u5c1d\u8bd5\u8bfb\u53d6\u6279\u5904\u7406\u6587\u4ef6\u65f6\u51fa\u73b0\u9519\u8bef: %s
INFO_DSCFG_SESSION_START_TIME_MESSAGE_163=%s \u4f1a\u8bdd\u5f00\u59cb\u65e5\u671f: %s
INFO_DSCFG_EQUIVALENT_COMMAND_LINE_SESSION_OPERATION_NUMBER_164=\u4f1a\u8bdd\u64cd\u4f5c\u6570\u91cf: %d