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
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
# 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
# Do not translate
#
global.category=QUICKSETUP
global.ordinal=-1
global.use.message.jar.if.webstart=true
 
#
# Format string definitions
#
# Keys must be formatted as follows:
#
# [SEVERITY]_[DESCRIPTION]
#
# 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
#
INFO_ADMINISTRATOR_ALREADY_REGISTERED=\u7ba1\u7406\u54e1\u5df2\u8a3b\u518a\u3002
INFO_ADS_EXCEPTION=\u7ba1\u7406\u8a3b\u518a\u8cc7\u8a0a\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002%n\u932f\u8aa4\u70ba: %s
# Only translate if the image is specific to the local
INFO_BACKGROUND_ICON=images/opendsbackground.png
INFO_BACKGROUND_ICON_DESCRIPTION=QuickSetup.
INFO_BACKGROUND_ICON_TOOLTIP=QuickSetup
INFO_BASE_DN_IS_CONFIGURATION_DN=\u63d0\u4f9b\u7684\u76ee\u9304\u57fa\u5e95 DN \u53ef\u7528\u4ee5\u5132\u5b58\u4f3a\u670d\u5668\u914d\u7f6e\u8cc7\u6599\u3002\u60a8\u5fc5\u9808\u6307\u5b9a\u4e0d\u540c\u7684 DN\u3002
INFO_BASE_DN_LABEL=\u76ee\u9304\u57fa\u5e95 DN:
INFO_BASE_DN_TOOLTIP=\u8f38\u5165\u5c07\u5132\u5b58\u8cc7\u6599\u4e4b\u9802\u5c64\u9805\u76ee\u7684 DN
INFO_BROWSE_BUTTON_LABEL=\u700f\u89bd...
INFO_BROWSE_BUTTON_TOOLTIP=\u6309\u4e00\u4e0b\u4ee5\u986f\u793a\u6a94\u6848\u7cfb\u7d71\u700f\u89bd\u5668
INFO_BUG_MSG=\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002
INFO_BUILD_EXTRACTOR_ERROR=\u7121\u6cd5\u64f7\u53d6\u5efa\u7f6e: %s
INFO_BUILD_EXTRACTOR_ERROR_FILE_NO_EXIST=\u6a94\u6848 %s \u4e0d\u5b58\u5728\u3002
INFO_BUILD_EXTRACTOR_ERROR_FILE_NOT_ZIP=\u6a94\u6848 %s \u4e0d\u662f .zip \u6a94\u3002
INFO_BUILD_EXTRACTOR_FILE_INVALID=Could not extract a valid server installation from %s because: %s
INFO_BUILD_MANAGER_DOWNLOADING_BUILD=\u6b63\u5728\u4e0b\u8f09\u5efa\u7f6e...
INFO_BUILD_MANAGER_DOWNLOADING_BUILD_DONE=\u5efa\u7f6e\u4e0b\u8f09\u5df2\u5b8c\u6210
INFO_BUILD_MANAGER_DOWNLOADING_BUILD_PROGRESS=\u6b63\u5728\u4e0b\u8f09\u5efa\u7f6e: %s%% \u5df2\u5b8c\u6210
INFO_CANCEL_BUTTON_LABEL=\u53d6\u6d88
INFO_CANCEL_BUTTON_TOOLTIP=\u53d6\u6d88\u76ee\u524d\u57f7\u884c\u7684\u4f5c\u696d
INFO_CANNOT_BIND_PORT=\u7121\u6cd5\u9023\u7d50\u81f3\u9023\u63a5\u57e0 %s\u3002%n%n\u53ef\u80fd\u5df2\u6709\u5176\u4ed6\u61c9\u7528\u7a0b\u5f0f\u4f7f\u7528\u8a72\u9023\u63a5\u57e0\uff0c\u6216\u60a8\u6c92\u6709\u8a72\u9023\u63a5\u57e0\u7684\u5b58\u53d6\u6b0a\u9650\u3002
INFO_CANNOT_BIND_PRIVILEDGED_PORT=\u7121\u6cd5\u9023\u7d50\u81f3\u6388\u6b0a\u7684\u9023\u63a5\u57e0 %s\u3002%n%n\u53ef\u80fd\u5df2\u6709\u5176\u4ed6\u61c9\u7528\u7a0b\u5f0f\u4f7f\u7528\u8a72\u9023\u63a5\u57e0\uff0c\u6216\u60a8\u6c92\u6709\u8a72\u9023\u63a5\u57e0\u7684\u5b58\u53d6\u6b0a\u9650\u3002
INFO_CANNOT_CONNECT_TO_REMOTE_AUTHENTICATION=\u63d0\u4f9b\u7684\u6191\u8b49\u7121\u6548\u3002
INFO_CANNOT_CONNECT_TO_REMOTE_GENERIC=\u7121\u6cd5\u9023\u7dda\u81f3 %s\u3002\u8acb\u6aa2\u67e5\u4f3a\u670d\u5668\u662f\u5426\u6b63\u5728\u57f7\u884c\uff0c\u4ee5\u53ca\u63d0\u4f9b\u7684\u6191\u8b49\u662f\u5426\u6709\u6548\u3002%n\u932f\u8aa4\u8a73\u7d30\u8cc7\u8a0a:%n%s
INFO_CANNOT_CONNECT_TO_REMOTE_PERMISSIONS=\u60a8\u6c92\u6709\u8db3\u5920\u7684\u5b58\u53d6\u6b0a\u9650\u53ef\u8b80\u53d6 %s \u4e2d\u7684\u914d\u7f6e\u3002%n\u8acb\u70ba\u6191\u8b49\u63d0\u4f9b\u8db3\u5920\u7684\u6b0a\u9650\u3002
INFO_CANNOT_CONNECT_TO_SHUTDOWN_WITH_CAUSE=\u7121\u6cd5\u4f7f\u7528\u63d0\u4f9b\u7684\u6191\u8b49\u9023\u7dda\u81f3\u76ee\u9304\u4f3a\u670d\u5668\u3002\u53ef\u80fd\u9020\u6210\u6b64\u72c0\u6cc1\u7684\u539f\u56e0\u70ba:%n%s
INFO_CANNOT_CONNECT_TO_SHUTDOWN_WITHOUT_CAUSE=\u7121\u6cd5\u4f7f\u7528\u63d0\u4f9b\u7684\u6191\u8b49\u9023\u7dda\u81f3\u76ee\u9304\u4f3a\u670d\u5668\u3002%n\u8acb\u6aa2\u67e5\u7ba1\u7406\u4f7f\u7528\u8005 DN \u548c\u5bc6\u78bc\u662f\u5426\u6709\u6548\u3002
INFO_CANNOT_UPDATE_SECURITY_WARNING=\u5df2\u505c\u7528\u3002\u627e\u4e0d\u5230\u6709\u6548\u7684 keytool \u6307\u4ee4\u3002
INFO_CANNOT_USE_DEFAULT_PORT=\u7121\u6cd5\u4f7f\u7528 389\u3002\u9023\u63a5\u57e0\u5df2\u5728\u4f7f\u7528\u4e2d\uff0c\u6216\u4f7f\u7528\u8005\u672a\u7372\u6388\u6b0a\u3002
INFO_CANNOT_USE_DEFAULT_ADMIN_CONNECTOR_PORT=Could not use 4444. \u9023\u63a5\u57e0\u5df2\u5728\u4f7f\u7528\u4e2d\uff0c\u6216\u4f7f\u7528\u8005\u672a\u7372\u6388\u6b0a\u3002
INFO_CANNOT_USE_DEFAULT_SECURE_PORT=\u7121\u6cd5\u4f7f\u7528 636\u3002\u9023\u63a5\u57e0\u5df2\u5728\u4f7f\u7528\u4e2d\uff0c\u6216\u4f7f\u7528\u8005\u672a\u7372\u6388\u6b0a\u3002
INFO_CERTIFICATE_CHAIN_COMBO_TOOLTIP=\u82e5\u8981\u6aa2\u8996\u6307\u5b9a\u6191\u8b49\u7684\u8a73\u7d30\u8cc7\u8a0a\uff0c\u8acb\u52a0\u4ee5\u9078\u53d6\u3002
INFO_CERTIFICATE_CHAIN_LABEL=\u6191\u8b49\u93c8:
INFO_CERTIFICATE_DIALOG_DO_NOT_ACCEPT_BUTTON_LABEL=\u4e0d\u63a5\u53d7
INFO_CERTIFICATE_DIALOG_ACCEPT_FOR_SESSION_BUTTON_LABEL=\u63a5\u53d7\u6b64\u968e\u6bb5\u4f5c\u696d
INFO_CERTIFICATE_DIALOG_ACCEPT_PERMANENTLY_BUTTON_LABEL=\u6c38\u4e45\u63a5\u53d7
INFO_CERTIFICATE_DIALOG_DO_NOT_ACCEPT_BUTTON_TOOLTIP=\u95dc\u9589\u6b64\u5c0d\u8a71\u65b9\u584a\u800c\u4e0d\u63a5\u53d7\u6191\u8b49\u3002
INFO_CERTIFICATE_DIALOG_ACCEPT_FOR_SESSION_BUTTON_TOOLTIP=\u95dc\u9589\u6b64\u5c0d\u8a71\u65b9\u584a\u800c\u50c5\u63a5\u53d7\u6b64\u968e\u6bb5\u4f5c\u696d\u7684\u6191\u8b49\u3002
INFO_CERTIFICATE_DIALOG_ACCEPT_PERMANENTLY_BUTTON_TOOLTIP=\u95dc\u9589\u6b64\u5c0d\u8a71\u65b9\u584a\u800c\u6c38\u4e45\u63a5\u53d7\u6191\u8b49\u3002
INFO_CERTIFICATE_DIALOG_TITLE=\u6191\u8b49\u4e0d\u53d7\u4fe1\u4efb
INFO_CERTIFICATE_EXCEPTION=\u60a8\u5fc5\u9808\u63a5\u53d7 %s:%s \u6240\u986f\u793a\u7684\u6191\u8b49\u3002
INFO_ERROR_READING_CONFIG_LDAP_CERTIFICATE=\u5f9e\u4f3a\u670d\u5668\u8b80\u53d6\u8cc7\u6599\u6642\u767c\u751f\u932f\u8aa4\u3002\u4f3a\u670d\u5668\u6240\u986f\u793a\u7684\u6191\u8b49\u6709\u932f\u8aa4\u3002\n\u8a73\u7d30\u8cc7\u8a0a: %s
INFO_ERROR_READING_CONFIG_LDAP_CERTIFICATE_SERVER=\u5f9e\u4f3a\u670d\u5668 %s \u8b80\u53d6\u8cc7\u6599\u6642\u767c\u751f\u932f\u8aa4\u3002\u4f3a\u670d\u5668\u6240\u986f\u793a\u7684\u6191\u8b49\u6709\u932f\u8aa4\u3002\n\u8a73\u7d30\u8cc7\u8a0a: %s
INFO_CERTIFICATE_EXPIRED=%s - \u5df2\u904e\u671f
INFO_CERTIFICATE_EXPIRES_ON_LABEL=\u5230\u671f\u65e5\u671f:
INFO_CERTIFICATE_HIDE_DETAILS_TEXT=<br><br><a href="">\u96b1\u85cf\u6191\u8b49\u8a73\u7d30\u8cc7\u8a0a</a>
INFO_CERTIFICATE_ISSUED_BY_LABEL=\u767c\u884c\u8005:
INFO_CERTIFICATE_LABEL=\u6191\u8b49:
INFO_CERTIFICATE_NAME_MISMATCH_TEXT=\u7121\u6cd5\u4fe1\u4efb\u4f3a\u670d\u5668 %s:%s \u6240\u986f\u793a\u7684\u6191\u8b49\u3002<br><br>\u4f3a\u670d\u5668\u540d\u7a31 (%s) \u8207\u6191\u8b49\u4e3b\u9ad4 DN \u4e4b\u9593\u6709\u540d\u7a31\u4e0d\u7b26\u7684\u60c5\u5f62\u3002\u9019\u53ef\u80fd\u662f\u56e0\u70ba\u60a8\u9023\u7dda\u5230\u507d\u7a31\u70ba %s:%s \u7684\u4f3a\u670d\u5668\u6240\u81f4\u3002<br><br>\u63a5\u53d7\u6b64\u6191\u8b49\u524d\uff0c\u61c9\u5148\u8b39\u614e\u6aa2\u67e5\u4f3a\u670d\u5668\u7684\u6191\u8b49\u3002<br><br>\u60a8\u662f\u5426\u8981\u63a5\u53d7\u6b64\u6191\u8b49\uff0c\u7528\u4ee5\u8b58\u5225\u4f3a\u670d\u5668 %s:%s\uff1f
INFO_CERTIFICATE_NAME_MISMATCH_TEXT_CLI=\u7121\u6cd5\u4fe1\u4efb\u4f3a\u670d\u5668 %s:%s \u6240\u986f\u793a\u7684\u6191\u8b49\u3002\n\u4f3a\u670d\u5668\u540d\u7a31 (%s) \u8207\u6191\u8b49\u4e3b\u9ad4 DN \u4e4b\u9593\u6709\u540d\u7a31\u4e0d\u7b26\u7684\u60c5\u5f62\u3002\u9019\u53ef\u80fd\u662f\u56e0\u70ba\u60a8\u9023\u7dda\u5230\u507d\u7a31\u70ba %s:%s \u7684\u4f3a\u670d\u5668\u6240\u81f4\u3002\n\u63a5\u53d7\u6b64\u6191\u8b49\u524d\uff0c\u61c9\u5148\u8b39\u614e\u6aa2\u67e5\u4f3a\u670d\u5668\u7684\u6191\u8b49\u3002
INFO_CERTIFICATE_NOT_TRUSTED_TEXT=\u7121\u6cd5\u4fe1\u4efb\u4f3a\u670d\u5668 %s:%s \u6240\u986f\u793a\u7684\u6191\u8b49\u3002<br><br>\u6b64\u932f\u8aa4\u7684\u53ef\u80fd\u539f\u56e0:<br>&nbsp;&nbsp;&nbsp;&nbsp;-\u7121\u6cd5\u8fa8\u8b58\u6838\u767c\u6191\u8b49\u7684\u6191\u8b49\u6388\u6b0a\u55ae\u4f4d (\u4f7f\u7528\u81ea\u6211\u7c3d\u7f72\u6191\u8b49\u6642\u53ef\u80fd\u6703\u51fa\u73fe\u6b64\u60c5\u5f62)\u3002<br>&nbsp;&nbsp;&nbsp;&nbsp;-\u4f3a\u670d\u5668\u7684\u6191\u8b49\u56e0\u914d\u7f6e\u932f\u8aa4\u800c\u4e0d\u5b8c\u6574\u3002<br>&nbsp;&nbsp;&nbsp;&nbsp;-\u4f3a\u670d\u5668\u7684\u6191\u8b49\u5df2\u904e\u671f\u3002<br>&nbsp;&nbsp;&nbsp;&nbsp;-\u4f3a\u670d\u5668\u6a5f\u5668\u6642\u9418\u8207\u672c\u6a5f\u6a5f\u5668\u6642\u9418\u4e4b\u9593\u6709\u6642\u5dee\u3002<br>\u63a5\u53d7\u6b64\u6191\u8b49\u524d\uff0c\u61c9\u5148\u8b39\u614e\u6aa2\u67e5\u4f3a\u670d\u5668\u7684\u6191\u8b49\u3002<br><br>\u60a8\u662f\u5426\u8981\u63a5\u53d7\u6b64\u6191\u8b49\uff0c\u7528\u4ee5\u8b58\u5225\u4f3a\u670d\u5668 %s:%s\uff1f
INFO_CERTIFICATE_NOT_TRUSTED_TEXT_CLI=\u7121\u6cd5\u4fe1\u4efb\u4f3a\u670d\u5668 %s:%s \u6240\u986f\u793a\u7684\u6191\u8b49\u3002\n\u6b64\u932f\u8aa4\u7684\u53ef\u80fd\u539f\u56e0:\n-\u7121\u6cd5\u8fa8\u8b58\u6838\u767c\u6191\u8b49\u7684\u6191\u8b49\u6388\u6b0a\u55ae\u4f4d (\u4f7f\u7528\u81ea\u6211\u7c3d\u7f72\u6191\u8b49\u6642\u53ef\u80fd\u6703\u51fa\u73fe\u6b64\u60c5\u5f62)\u3002\n-\u4f3a\u670d\u5668\u7684\u6191\u8b49\u56e0\u914d\u7f6e\u932f\u8aa4\u800c\u4e0d\u5b8c\u6574\u3002\n-\u4f3a\u670d\u5668\u7684\u6191\u8b49\u5df2\u904e\u671f\u3002\n-\u4f3a\u670d\u5668\u6a5f\u5668\u6642\u9418\u8207\u672c\u6a5f\u6a5f\u5668\u6642\u9418\u4e4b\u9593\u6709\u6642\u5dee\u3002\n\u63a5\u53d7\u6b64\u6191\u8b49\u524d\uff0c\u61c9\u5148\u8b39\u614e\u6aa2\u67e5\u4f3a\u670d\u5668\u7684\u6191\u8b49\u3002
INFO_CERTIFICATE_NOT_VALID_YET=%s - \u5c1a\u672a\u751f\u6548
INFO_CERTIFICATE_SERIAL_NUMBER_LABEL=\u5e8f\u865f:
INFO_CERTIFICATE_SHOW_DETAILS_TEXT=<br><br><a href="">\u986f\u793a\u6191\u8b49\u8a73\u7d30\u8cc7\u8a0a</a>
INFO_CERTIFICATE_SHA1_FINGERPRINT_LABEL=SHA1 \u6307\u7d0b:
INFO_CERTIFICATE_MD5_FINGERPRINT_LABEL=MD5 \u6307\u7d0b:
INFO_CERTIFICATE_SUBJECT_LABEL=\u4e3b\u9ad4:
INFO_CERTIFICATE_TITLE=\u6191\u8b49\u4e0d\u53d7\u4fe1\u4efb
INFO_CERTIFICATE_TYPE_LABEL=\u985e\u578b:
INFO_CERTIFICATE_VALID_FROM_LABEL=\u6709\u6548\u671f\u81ea:
# Only translate if color is specific to the local
INFO_CHECKBOX_COLOR=000,000,000
INFO_CLI_UPGRADE_UNKNOWN_ARGUMENT=\u4e0d\u660e\u5f15\u6578 %s
INFO_CLOSE_BUTTON_INSTALL_TOOLTIP=\u95dc\u9589\u8a2d\u5b9a\u8996\u7a97
INFO_CLOSE_BUTTON_LABEL=\u95dc\u9589
INFO_CLOSE_BUTTON_TOOLTIP=\u95dc\u9589\u8a2d\u5b9a\u8996\u7a97
INFO_CLOSE_PROGRESS_BUTTON_TOOLTIP=\u95dc\u9589\u9032\u5ea6\u5c0d\u8a71\u65b9\u584a
# Only translate if color is specific to the local
INFO_COMBOBOX_BACKGROUND_COLOR=255,255,255
INFO_CONFIRM_CANCEL_INSTALL_MSG=Are you sure you want to cancel QuickSetup?%n\u82e5\u60a8\u6309\u4e00\u4e0b\u3010\u662f\u3011\uff0c\u60a8\u7684\u7cfb\u7d71\u5c07\u4e0d\u6703\u9032\u884c\u4efb\u4f55\u5b89\u88dd\u3002
INFO_CONFIRM_CANCEL_INSTALL_TITLE=\u9700\u8981\u78ba\u8a8d
INFO_CONFIRM_CANCEL_PROMPT=\u8981\u53d6\u6d88\u57f7\u884c\u4e2d\u7684\u4f5c\u696d\uff1f
INFO_CONFIRM_CANCEL_TITLE=\u9700\u8981\u78ba\u8a8d
INFO_CONFIRM_CANCEL_UPGRADE_MSG=QuickUpgrade has not yet completed.%n\u82e5\u60a8\u6309\u4e00\u4e0b\u3010\u662f\u3011\uff0c\u5c0d\u5347\u7d1a\u4e2d\u7684\u4f3a\u670d\u5668\u5df2\u9032\u884c\u7684\u4efb\u4f55\u8b8a\u66f4\u90fd\u5c07\u53d6\u6d88\u3002%n%n\u78ba\u5b9a\u8981\u95dc\u9589 QuickUpgrade \u8996\u7a97\u55ce\uff1f%n
INFO_CONFIRM_CANCEL_UPGRADE_TITLE=\u9700\u8981\u78ba\u8a8d
INFO_CONFIRM_CLOSE_INSTALL_MSG=QuickSetup has not yet completed.%n\u78ba\u5b9a\u8981\u95dc\u9589 QuickSetup \u8996\u7a97\u55ce\uff1f
INFO_CONFIRM_CLOSE_INSTALL_TITLE=\u9700\u8981\u78ba\u8a8d
INFO_CONFIRM_QUIT_INSTALL_MSG=Are you sure you want to quit QuickSetup?%n\u82e5\u60a8\u6309\u4e00\u4e0b\u3010\u662f\u3011\uff0c\u60a8\u7684\u7cfb\u7d71\u5c07\u4e0d\u6703\u9032\u884c\u4efb\u4f55\u5b89\u88dd\u3002
INFO_CONFIRM_QUIT_INSTALL_TITLE=\u9700\u8981\u78ba\u8a8d
INFO_CONFIRM_QUIT_UPGRADE_MSG=Are you sure you want to quit QuickUpgrade?%n\u82e5\u60a8\u6309\u4e00\u4e0b\u3010\u662f\u3011\uff0c\u60a8\u7684\u7cfb\u7d71\u5c07\u4e0d\u6703\u9032\u884c\u4efb\u4f55\u5347\u7d1a\u3002
INFO_CONFIRM_QUIT_UPGRADE_TITLE=\u9700\u8981\u78ba\u8a8d
INFO_CONFIRMATION_TITLE=\u9700\u8981\u78ba\u8a8d
INFO_CONTACTING_SERVER_LABEL=\u6b63\u5728\u9023\u7d61\u4f3a\u670d\u5668...
INFO_CONTINUE_BUTTON_INSTALL_TOOLTIP=\u7e7c\u7e8c\u8a2d\u5b9a
INFO_CONTINUE_BUTTON_LABEL=\u7e7c\u7e8c
INFO_COULD_NOT_LAUNCH_CONTROL_PANEL_MSG=An unexpected error occurred launching the Control Panel.
INFO_CREATE_BASE_ENTRY_LABEL=\u50c5\u5efa\u7acb\u57fa\u5e95\u9805\u76ee (%s)
INFO_CREATE_BASE_ENTRY_TOOLTIP=\u50c5\u70ba\u76ee\u9304\u57fa\u5e95 DN \u5efa\u7acb\u9802\u5c64\u9805\u76ee
INFO_CREATE_GLOBAL_ADMINISTRATOR_STEP=\u5168\u57df\u7ba1\u7406\u54e1
# Only translate if the image is specific to the local
INFO_CURRENT_STEP_ICON=images/currentstep.png
INFO_CURRENT_STEP_ICON_DESCRIPTION=\u76ee\u524d\u7684\u6b65\u9a5f\u6307\u793a\u7b26\u3002
INFO_CURRENT_STEP_ICON_TOOLTIP=\u76ee\u524d\u7684\u6b65\u9a5f\u6307\u793a\u7b26
# Only translate if the color is specific to the local
INFO_CURRENT_STEP_PANEL_BACKGROUND_COLOR=255,255,255
INFO_DATA_OPTIONS_PANEL_INSTRUCTIONS=Choose options for the LDAP data to be hosted by the server.
INFO_DATA_OPTIONS_PANEL_TITLE=\u76ee\u9304\u8cc7\u6599
INFO_DATA_OPTIONS_STEP=\u76ee\u9304\u8cc7\u6599
INFO_DATA_REPLICATION_OPTIONS_PANEL_INSTRUCTIONS=\u9078\u64c7\u8cc7\u6599\u8907\u88fd\u9078\u9805\u3002
INFO_DATA_REPLICATION_OPTIONS_PANEL_TITLE=\u62d3\u6a38\u9078\u9805
INFO_DATA_REPLICATION_STEP=\u62d3\u6a38\u9078\u9805
# Only translate if the color is specific to the local
INFO_DEFAULT_BACKGROUND_COLOR=236,236,236
# Only translate if the color is specific to the local
INFO_DEFAULT_LABEL_COLOR=000,000,000
INFO_DETAILS_LABEL=\u8a73\u7d30\u8cc7\u8a0a:
INFO_DIRECTORY_DATA_LABEL=\u76ee\u9304\u8cc7\u6599:
INFO_DIRECTORY_EXISTS_NOT_EMPTY=\u76ee\u9304 %s \u4e0d\u662f\u7a7a\u7684\u3002
INFO_DIRECTORY_MANAGER_DN_IS_CONFIG_DN=\u63d0\u4f9b\u7684\u8d85\u7d1a\u4f7f\u7528\u8005 DN \u53ef\u7528\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u7684\u914d\u7f6e\u3002
INFO_DIRECTORY_NOT_WRITABLE=\u60a8\u6c92\u6709\u76ee\u9304 %s \u7684\u5beb\u5165\u5b58\u53d6\u6b0a\u3002\u60a8\u5fc5\u9808\u5177\u6709\u5b89\u88dd\u76ee\u9304\u7684\u6a94\u6848\u5b58\u53d6\u6b0a\u9650\u3002
# Only translate if the color is specific to the local
INFO_DIV_OPEN_ERROR_BACKGROUND_1_COLOR=000000
# Only translate if the color is specific to the local
INFO_DIV_OPEN_ERROR_BACKGROUND_2_COLOR=FFFFCC
# Only translate if the color is specific to the local
INFO_DIV_OPEN_ERROR_BACKGROUND_3_COLOR=E1E1A7
# Only translate if the color is specific to the local
INFO_DIV_OPEN_SUCCESSFUL_BACKGROUND_1_COLOR=000000
# Only translate if the color is specific to the local
INFO_DIV_OPEN_SUCCESSFUL_BACKGROUND_2_COLOR=FFFFCC
# Only translate if the color is specific to the local
INFO_DIV_OPEN_SUCCESSFUL_BACKGROUND_3_COLOR=E1E1A7
INFO_DOWNLOADING=\u6b63\u5728\u4e0b\u8f09...
INFO_DOWNLOADING_ERROR=\u4e0b\u8f09\u9060\u7aef\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_DOWNLOADING_RATIO=\u6b63\u5728\u4e0b\u8f09: %s%% \u5df2\u5b8c\u6210\u3002
INFO_EMPTY_ADMINISTRATOR_PWD=\u60a8\u5fc5\u9808\u63d0\u4f9b\u5168\u57df\u7ba1\u7406\u4f7f\u7528\u8005\u5bc6\u78bc\u3002
INFO_EMPTY_ADMINISTRATOR_UID=\u60a8\u5fc5\u9808\u63d0\u4f9b\u5168\u57df\u7ba1\u7406\u4f7f\u7528\u8005 ID\u3002
INFO_EMPTY_BASE_DN=\u60a8\u5fc5\u9808\u63d0\u4f9b\u76ee\u9304\u57fa\u5e95 DN\u3002
INFO_EMPTY_DIRECTORY_MANAGER_DN=\u60a8\u5fc5\u9808\u63d0\u4f9b\u8d85\u7d1a\u4f7f\u7528\u8005 DN\u3002
INFO_EMPTY_HOST_NAME=\u60a8\u5fc5\u9808\u63d0\u4f9b\u4e3b\u6a5f\u540d\u7a31\u3002
INFO_EMPTY_PWD=\u60a8\u5fc5\u9808\u63d0\u4f9b\u8d85\u7d1a\u4f7f\u7528\u8005\u7684\u5bc6\u78bc\u3002
INFO_EMPTY_REMOTE_DN=\u60a8\u5fc5\u9808\u63d0\u4f9b\u7ba1\u7406\u4f7f\u7528\u8005\u7684\u503c\u3002
INFO_EMPTY_REMOTE_HOST=\u60a8\u5fc5\u9808\u63d0\u4f9b\u5b8c\u5168\u5408\u683c\u7684\u4e3b\u6a5f\u540d\u7a31\u3002
INFO_EMPTY_REMOTE_PWD=\u60a8\u5fc5\u9808\u63d0\u4f9b\u7ba1\u7406\u4f7f\u7528\u8005\u5bc6\u78bc\u3002
INFO_EMPTY_SERVER_LOCATION=Invalid Directory Selected.  You must provide a valid server root installation directory.
INFO_ENABLE_SSL=\u5728 LDAP \u9023\u63a5\u57e0 %s \u4e0a\u555f\u7528 SSL
INFO_ENABLE_SSL_LABEL=\u5728\u9023\u63a5\u57e0\u4e0a\u555f\u7528 SSL:
INFO_ENABLE_SSL_TOOLTIP=\u5728\u6307\u5b9a\u7684\u9023\u63a5\u57e0\u4e0a\u555f\u7528 SSL\u3002
INFO_ENABLE_STARTTLS=\u555f\u7528 StartTLS
INFO_ENABLE_STARTTLS_LABEL=\u555f\u7528 LDAP \u7684 StartTLS
INFO_ENABLE_STARTTLS_TOOLTIP=\u5141\u8a31\u900f\u904e\u6a19\u6e96 LDAP \u9023\u63a5\u57e0\u9032\u884c\u52a0\u5bc6\u901a\u8a0a\u3002
INFO_ENABLE_WINDOWS_SERVICE_LABEL=Run the server as a Windows Service
INFO_ENABLE_WINDOWS_SERVICE_TOOLTIP=Check this check box if you want the server to run as a Windows Service.
INFO_EQUAL_PORTS=\u60a8\u5fc5\u9808\u70ba LDAP \u8207 LDAPS \u901a\u8a0a\u6307\u5b9a\u4e0d\u540c\u7684\u9023\u63a5\u57e0\u3002
INFO_ERROR_ACCESSING_JKS_KEYSTORE=\u7121\u6cd5\u5b58\u53d6 JKS \u91d1\u9470\u5eab\u3002\u6aa2\u67e5\u6a94\u6848\u5167\u5bb9\u662f\u5426\u5c0d\u61c9\u65bc\u6709\u6548\u7684 JKS \u91d1\u9470\u5eab\u3001\u60a8\u662f\u5426\u6709\u8a72\u91d1\u9470\u5eab\u7684\u5b58\u53d6\u6b0a\u9650\u3001\u4ee5\u53ca\u63d0\u4f9b\u7684 PIN \u662f\u5426\u6709\u6548\u3002
INFO_ERROR_ACCESSING_JCEKS_KEYSTORE=Could not access the JCEKS key store.  Check that the running Java installation supports JCEKS, that the contents of the file correspond to a valid JCEKS key store, that you have access rights to it and that the provided PIN is valid.
INFO_ERROR_ACCESSING_PKCS11_KEYSTORE=\u7121\u6cd5\u5b58\u53d6 PKCS#11 \u91d1\u9470\u5eab\u3002\u6aa2\u67e5\u662f\u5426\u5df2\u5b89\u88dd\uff0c\u4ee5\u53ca\u63d0\u4f9b\u7684 PIN \u662f\u5426\u6709\u6548\u3002
INFO_ERROR_ACCESSING_PKCS12_KEYSTORE=\u7121\u6cd5\u5b58\u53d6 PKCS#12 \u91d1\u9470\u5eab\u3002\u6aa2\u67e5\u6a94\u6848\u5167\u5bb9\u662f\u5426\u5c0d\u61c9\u65bc\u6709\u6548\u7684 PKCS#12 \u91d1\u9470\u5eab\u3001\u60a8\u662f\u5426\u6709\u8a72\u91d1\u9470\u5eab\u7684\u5b58\u53d6\u6b0a\u9650\u3001\u4ee5\u53ca\u63d0\u4f9b\u7684 PIN \u662f\u5426\u6709\u6548\u3002
INFO_ERROR_NO_KEYSTORE_PASSWORD=\u60a8\u5fc5\u9808\u63d0\u4f9b\u91d1\u9470\u5eab\u7684 PIN\uff0c\u624d\u80fd\u64f7\u53d6\u4f3a\u670d\u5668\u6240\u8981\u4f7f\u7528\u7684\u6191\u8b49\u3002
INFO_ERROR_EMPTY_KEYSTORE_PASSWORD=\u70ba\u91d1\u9470\u5eab\u63d0\u4f9b\u7684 PIN \u662f\u7a7a\u7684\u3002
INFO_ERROR_APPLY_LDIF_ADD=\u8655\u7406 %s \u7684\u589e\u52a0\u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4: %s
INFO_ERROR_APPLY_LDIF_DELETE=\u8655\u7406 %s \u7684\u522a\u9664\u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4: %s
INFO_ERROR_APPLY_LDIF_MODIFY=\u8655\u7406 %s \u7684\u4fee\u6539\u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4: %s
INFO_ERROR_APPLYING_CUSTOM_CONFIG=\u5c07\u914d\u7f6e\u81ea\u8a02\u5957\u7528\u81f3\u4f3a\u670d\u5668\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_APPLYING_CUSTOM_SCHEMA=\u5c07\u6a21\u5f0f\u81ea\u8a02\u5957\u7528\u81f3\u4f3a\u670d\u5668\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_ARTIFICIAL=\u4eba\u70ba\u932f\u8aa4\u3002
INFO_ERROR_BACKUP_DB=\u5099\u4efd\u8cc7\u6599\u5eab\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_BACKUP_DB_TOOL_RETURN_CODE=\u5099\u4efd\u5de5\u5177\u50b3\u56de\u932f\u8aa4\u78bc %s\u3002
INFO_ERROR_BACKUP_FILESYSTEM=\u5099\u4efd\u6a94\u6848\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_BAD_STAGE_DIRECTORY=Directory %s does not contain a staged installation of the server as was expected.  Verify that the new installation package (.zip) is a server installation file and that you have write access permission for this directory.
INFO_ERROR_BROWSER_CLOSE_BUTTON_TOOLTIP=\u95dc\u9589\u6b64\u8996\u7a97
INFO_ERROR_BROWSER_COPY_BUTTON_LABEL=\u8907\u88fd URL
INFO_ERROR_BROWSER_COPY_BUTTON_TOOLTIP=\u5c07 URL \u8907\u88fd\u5230\u7cfb\u7d71\u526a\u8cbc\u7c3f
INFO_ERROR_BROWSER_DISPLAY_MSG=\u7121\u6cd5\u555f\u52d5 Web \u700f\u89bd\u5668\u3002<br>\u60a8\u53ef\u4ee5\u624b\u52d5\u8907\u88fd\u4e0b\u5217 URL\uff0c\u4e26\u5c07\u5176\u8cbc\u5230 Web \u700f\u89bd\u5668\u4e2d:<br><span style="font-style:italic">%s</span>
INFO_ERROR_BROWSER_DISPLAY_TITLE=\u932f\u8aa4
INFO_ERROR_CONFIGURING=\u914d\u7f6e\u76ee\u9304\u4f3a\u670d\u5668\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_CONFIGURING_CERTIFICATE=\u914d\u7f6e\u6191\u8b49\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_CONFIGURING_REMOTE_GENERIC=\u914d\u7f6e\u4f3a\u670d\u5668 %s \u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002%n\u932f\u8aa4\u70ba: %s
INFO_ERROR_CONNECTING_TO_LOCAL=\u9023\u7dda\u81f3\u4f3a\u670d\u5668\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_CONNECTING_TIMEOUT=\u4f3a\u670d\u5668\u7684\u9023\u7dda\u5df2\u903e\u6642\u3002
INFO_ERROR_COPYING=\u64f7\u53d6\u6a94\u6848 %s \u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002
INFO_ERROR_COPYING_FILE=\u5c07\u6a94\u6848 %s \u8907\u88fd\u5230 %s \u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_COULD_NOT_CREATE_PARENT_DIR=\u7121\u6cd5\u5efa\u7acb\u7236\u7cfb\u76ee\u9304 %s\u3002\u8acb\u6aa2\u67e5\u60a8\u662f\u5426\u6709\u6a94\u6848\u7cfb\u7d71\u5b58\u53d6\u6b0a\u9650\u3002
INFO_ERROR_CREATING_BASE_ENTRY=\u5efa\u7acb\u57fa\u5e95\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_CREATING_BUILD_INFO=Error determining the server build information.
INFO_ERROR_CREATING_BUILD_INFO_MSG=Error determining the server build information.  \u8a73\u7d30\u8cc7\u8a0a: %s
INFO_ERROR_CREATING_TEMP_FILE=\u5efa\u7acb\u66ab\u5b58\u6a94\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_DELETING_DIRECTORY=\u522a\u9664\u76ee\u9304 %s \u6642\u767c\u751f\u932f\u8aa4\u3002\u8acb\u6aa2\u67e5\u60a8\u662f\u5426\u6709\u6b0a\u522a\u9664\u6b64\u76ee\u9304\uff0c\u4ee5\u53ca\u662f\u5426\u6709\u5176\u4ed6\u61c9\u7528\u7a0b\u5f0f\u6b63\u5728\u4f7f\u7528\u5b83\u3002
INFO_ERROR_DELETING_FILE=\u522a\u9664\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4\u3002\u8acb\u6aa2\u67e5\u60a8\u662f\u5426\u6709\u6b0a\u522a\u9664\u6b64\u6a94\u6848\uff0c\u4ee5\u53ca\u662f\u5426\u6709\u5176\u4ed6\u61c9\u7528\u7a0b\u5f0f\u6b63\u5728\u4f7f\u7528\u5b83\u3002
INFO_ERROR_DELETING_STAGE_DIRECTORY=\u522a\u9664\u968e\u6bb5\u76ee\u9304 %s \u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_DETERMINING_CURRENT_BUILD=\u5224\u65b7\u76ee\u524d\u7684\u5efa\u7f6e\u8cc7\u8a0a\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_DETERMINING_CUSTOM_CONFIG=\u5224\u65b7\u914d\u7f6e\u81ea\u8a02\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_DETERMINING_CUSTOM_SCHEMA=\u5224\u65b7\u6a21\u5f0f\u81ea\u8a02\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_DETERMINING_SERVER_STATE=\u7121\u6cd5\u5224\u65b7\u4f3a\u670d\u5668\u7684\u72c0\u614b\u3002
INFO_ERROR_DETERMINING_SVN_REV=\u5224\u65b7\u5b89\u88dd\u7684 Subversion \u4fee\u8a02\u7248\u865f\u78bc\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_DETERMINING_REVERSION_BUILD=\u5224\u65b7\u5347\u7d1a\u5efa\u7f6e\u8cc7\u8a0a\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_DETERMINING_UPGRADE_BUILD=\u5224\u65b7\u5347\u7d1a\u5efa\u7f6e\u8cc7\u8a0a\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_DISABLING_WINDOWS_SERVICE=\u505c\u7528 Windows \u670d\u52d9\u6642\u767c\u751f\u932f\u8aa4\u3002\u5617\u8a66\u7d50\u675f\u8655\u7406\u7a0b\u5e8f opends_service.exe \u4e26\u57f7\u884c %s\bat\windows-service.bat -d \u6307\u4ee4\u884c\uff0c\u4ee5\u624b\u52d5\u505c\u7528\u670d\u52d9\u3002
INFO_ERROR_DURING_INITIALIZATION_LOG=\u4ee5\u4f3a\u670d\u5668 %s \u4e2d\u7684\u5167\u5bb9\u9032\u884c\u521d\u59cb\u5316\u671f\u9593\u767c\u751f\u932f\u8aa4\u3002\u6700\u65b0\u7684\u8a18\u9304\u8a73\u7d30\u8cc7\u8a0a: %s\u3002\u4f5c\u696d\u72c0\u614b: %s\u3002\u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u6aa2\u67e5 %s \u7684\u932f\u8aa4\u8a18\u9304\u3002
INFO_ERROR_DURING_INITIALIZATION_NO_LOG=\u4ee5\u4f3a\u670d\u5668 %s \u4e2d\u7684\u5167\u5bb9\u9032\u884c\u521d\u59cb\u5316\u671f\u9593\u767c\u751f\u932f\u8aa4\u3002\u4f5c\u696d\u72c0\u614b: %s\u3002\u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u6aa2\u67e5 %s \u7684\u932f\u8aa4\u8a18\u9304\u3002
INFO_ERROR_EMPTY_RESPONSE=\u932f\u8aa4\uff1a\u56de\u61c9\u503c\u4e0d\u53ef\u70ba\u7a7a\u5b57\u4e32
INFO_ERROR_ENABLING_WINDOWS_SERVICE=\u555f\u7528 Windows \u670d\u52d9\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_FAILED_MOVING_FILE=\u7121\u6cd5\u5c07\u6a94\u6848 %s \u79fb\u81f3 %s\u3002\u8acb\u78ba\u5b9a\u76ee\u524d\u6c92\u6709\u5176\u4ed6\u61c9\u7528\u7a0b\u5f0f\u9396\u5b9a\u6b64\u6a94\u6848\u3002
INFO_ERROR_FAILED_TO_CREATE_STAGE_DIRECTORY=\u7121\u6cd5\u5efa\u7acb\u5206\u6bb5\u76ee\u9304 %s\u3002
# Only translate if the image is specific to the local
INFO_ERROR_ICON=images/error_small.gif
INFO_ERROR_ICON_DESCRIPTION=\u932f\u8aa4\u3002
INFO_ERROR_ICON_TOOLTIP=\u932f\u8aa4
INFO_ERROR_IMPORT_AUTOMATICALLY_GENERATED=\u5728\u4f7f\u7528\u5f15\u6578 %s \u547c\u53eb\u800c\u532f\u5165\u81ea\u52d5\u7522\u751f\u7684\u8cc7\u6599\u6642\u767c\u751f\u932f\u8aa4: %s\u3002
INFO_ERROR_IMPORT_LDIF_TOOL_RETURN_CODE=\u532f\u5165 LDIF \u5de5\u5177\u50b3\u56de\u932f\u8aa4\u78bc %s\u3002
INFO_ERROR_IMPORTING_LDIF=\u532f\u5165 LDIF \u6a94\u6848\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_INITIALIZING_LOG=\u521d\u59cb\u5316\u8a18\u9304\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_INITIALIZING_UPGRADE=\u521d\u59cb\u5316\u5347\u7d1a\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_INSTALL_ROOT_DIR_EMPTY=Directory %s is either empty or you lack permissions to access its contents.
INFO_ERROR_INSTALL_ROOT_DIR_NO_DIR=\u76ee\u9304 %s \u4e0d\u5305\u542b\u76ee\u9304 %s\u3002
INFO_ERROR_INSTALL_ROOT_DIR_NO_EXIST=\u76ee\u9304 %s \u4e0d\u5b58\u5728\u3002
INFO_ERROR_INSTALL_ROOT_DIR_NOT_DIR=File %s is not a server installation root.
INFO_ERROR_INSTALL_ROOT_DIR_NULL=\u6839\u76ee\u9304\u70ba\u7a7a\u3002
INFO_ERROR_INVALID_PORT_VALUE=\u7121\u6548\u7684\u9023\u63a5\u57e0\u503c %s\u3002\u9023\u63a5\u57e0\u865f\u78bc\u5fc5\u9808\u662f 1 \u81f3 65535 \u4e4b\u9593\u7684\u6574\u6578\u3002
INFO_ERROR_INVALID_SERVER_LOCATION=Invalid Directory Selected: %s%nEither the selected directory is not a valid server root installation%ndirectory or you do not have access permissions for this directory.
 # Only translate if the image is specific to the local
INFO_ERROR_LARGE_ICON=images/error_large.gif
INFO_ERROR_LAUNCHING_INITIALIZATION=\u4ee5\u4f3a\u670d\u5668 %s \u4e2d\u7684\u5167\u5bb9\u555f\u52d5\u521d\u59cb\u5316\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_LDIF_DIFF_TOOL_RETURN_CODE=LDIF \u5dee\u7570\u5de5\u5177\u50b3\u56de\u932f\u8aa4\u78bc %s\u3002
INFO_ERROR_LOGGING_OPERATION=\u5c07\u4f5c\u696d\u8a73\u7d30\u8cc7\u8a0a\u5beb\u5165\u8a18\u9304\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_OPTION_REQUIRED=\u9078\u9805 %s \u662f\u5fc5\u8981\u7684\u3002
INFO_ERROR_OPTION_REQUIRED_OR_INTERACTIVE=\u4ee5\u975e\u63d0\u793a\u6a21\u5f0f\u547c\u53eb\u6b64\u6307\u4ee4\u6642\uff0c\u5fc5\u9808\u4f7f\u7528\u9078\u9805 %s\u3002\u8acb\u53c3\u95b1\u7528\u6cd5\u8aaa\u660e\u3002
INFO_ERROR_OPTIONS_REQUIRED_OR_INTERACTIVE=\u4ee5\u975e\u63d0\u793a\u6a21\u5f0f\u547c\u53eb\u6b64\u6307\u4ee4\u6642\uff0c\u5fc5\u9808\u4f7f\u7528\u5176\u4ed6\u9078\u9805\u3002\u8acb\u53c3\u95b1\u7528\u6cd5\u8aaa\u660e\u3002
INFO_ERROR_PARSING_OPTIONS=\u5256\u6790\u9078\u9805\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_POOLING_INITIALIZATION=\u8b80\u53d6\u4ee5\u4f3a\u670d\u5668 %s \u4e2d\u7684\u5167\u5bb9\u9032\u884c\u521d\u59cb\u5316\u7684\u9032\u5ea6\u6642\uff0c\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_PORT_IN_USE=\u7121\u6cd5\u555f\u52d5\u4f3a\u670d\u5668\uff0c\u56e0\u70ba\u5176\u4ed6\u61c9\u7528\u7a0b\u5f0f\u6b63\u5728\u4f7f\u7528\u9023\u63a5\u57e0 %s\u3002\u91cd\u65b0\u555f\u52d5\u4f3a\u670d\u5668\u524d\uff0c\u8acb\u78ba\u8a8d\u60a8\u6709\u6b64\u9023\u63a5\u57e0\u7684\u5b58\u53d6\u6b0a\u3002
INFO_ERROR_PROP_VALUE=\u7121\u6cd5\u5224\u65b7\u7279\u6027 %s \u7684\u503c\u3002
INFO_ERROR_READING_ERROROUTPUT=\u8b80\u53d6\u932f\u8aa4\u8f38\u51fa\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_READING_OUTPUT=\u8b80\u53d6\u8f38\u51fa\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_READING_REGISTERED_SERVERS_CONFIRM=\u8b80\u53d6\u73fe\u6709\u4f3a\u670d\u5668\u7684\u914d\u7f6e\u6642\u767c\u751f\u4e0b\u5217\u932f\u8aa4:%n%s%n%n\u8981\u7e7c\u7e8c\u55ce\uff1f
INFO_ERROR_READING_SERVER_CONFIGURATION=\u8b80\u53d6\u914d\u7f6e\u6642\u767c\u751f\u932f\u8aa4\u3002\u8a73\u7d30\u8cc7\u8a0a:%n%s
INFO_ERROR_REFLECTION=\u8f09\u5165\u985e\u5225\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002
INFO_ERROR_RENAMING_FILE=\u5c07\u6a94\u6848 %s \u91cd\u65b0\u547d\u540d\u70ba %s \u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_RESTORING_FILE=\u5728\u5347\u7d1a\u5617\u8a66\u5931\u6557\u5f8c\uff0c\u7121\u6cd5\u5fa9\u539f\u4e0b\u5217\u9805\u76ee\u3002\u60a8\u61c9\u624b\u52d5\u5fa9\u539f\u6b64\u6a94\u6848/\u76ee\u9304: %s \u81f3 %s
INFO_ERROR_SERVER_HEALTH_CHECK_FAILURE=\u4f3a\u670d\u5668\u904b\u4f5c\u72c0\u614b\u6aa2\u67e5\u5931\u6557\u3002
INFO_ERROR_SERVER_STATUS=\u5224\u65b7\u4f3a\u670d\u5668\u7684\u72c0\u614b\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_STARTING_SERVER=\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_STARTING_SERVER_CODE=\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u6642\u767c\u751f\u932f\u8aa4\u3002\u932f\u8aa4\u78bc: %s\u3002
INFO_ERROR_STARTING_SERVER_IN_UNIX=\u5728\u8acb\u6c42\u555f\u52d5\u5f8c\u7121\u6cd5\u9023\u7dda\u5230\u4f3a\u670d\u5668\u3002\u8acb\u9a57\u8b49\u4f3a\u670d\u5668\u6709\u9023\u63a5\u57e0 %s \u7684\u5b58\u53d6\u6b0a\u9650\u3002
INFO_ERROR_STARTING_SERVER_IN_WINDOWS=\u5728\u8acb\u6c42\u555f\u52d5\u5f8c\u7121\u6cd5\u9023\u7dda\u5230\u4f3a\u670d\u5668\u3002\u82e5\u60a8\u5df2\u914d\u7f6e\u9632\u706b\u7246\uff0c\u8acb\u6aa2\u67e5\u5b83\u662f\u5426\u5141\u8a31\u9023\u63a5\u57e0 %s \u7684\u9023\u7dda\u3002
INFO_ERROR_STARTING_SERVER_WITH_NO_CONNECTION_HANDLERS=\u555f\u52d5\u4e0d\u542b\u9023\u7dda\u8655\u7406\u7a0b\u5f0f\u7684\u4f3a\u670d\u5668\u6642\uff0c\u767c\u751f\u932f\u8aa4: %s\u3002
INFO_ERROR_STOPPING_SERVER=\u505c\u6b62\u76ee\u9304\u4f3a\u670d\u5668\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_STOPPING_SERVER_CODE=\u505c\u6b62\u76ee\u9304\u4f3a\u670d\u5668\u6642\u767c\u751f\u932f\u8aa4\u3002\u932f\u8aa4\u78bc: %s\u3002
INFO_ERROR_TITLE=\u932f\u8aa4
INFO_ERROR_UPGRADE_MIGRATION=\u9077\u79fb\u932f\u8aa4
INFO_ERROR_UPGRADE_MIGRATION_ADD=\u5617\u8a66\u5c07\u9805\u76ee <b>%s</b> \u589e\u52a0\u81f3\u6700\u65b0\u5347\u7d1a\u7684\u4f3a\u670d\u5668\u672a\u6210\u529f\u3002
INFO_ERROR_UPGRADE_MIGRATION_ADD_CLI=\u5617\u8a66\u5c07\u9805\u76ee %s \u589e\u52a0\u81f3\u6700\u65b0\u5347\u7d1a\u7684\u4f3a\u670d\u5668\u672a\u6210\u529f\u3002
INFO_ERROR_UPGRADE_MIGRATION_CONFIG=\u914d\u7f6e\u9077\u79fb\u932f\u8aa4
INFO_ERROR_UPGRADE_MIGRATION_DELETE=\u5617\u8a66\u5c07\u9805\u76ee <b>%s</b> \u522a\u9664\u81f3\u6700\u65b0\u5347\u7d1a\u7684\u4f3a\u670d\u5668\u672a\u6210\u529f\u3002
INFO_ERROR_UPGRADE_MIGRATION_MODIFY=\u5617\u8a66\u5c07\u9805\u76ee <b>%s</b> \u4fee\u6539\u81f3\u6700\u65b0\u5347\u7d1a\u7684\u4f3a\u670d\u5668\u672a\u6210\u529f\u3002
 INFO_ERROR_UPGRADE_MIGRATION_DELETE_CLI=\u5617\u8a66\u5c07\u9805\u76ee %s \u522a\u9664\u81f3\u6700\u65b0\u5347\u7d1a\u7684\u4f3a\u670d\u5668\u672a\u6210\u529f\u3002
INFO_ERROR_UPGRADE_MIGRATION_MODIFY_CLI=\u5617\u8a66\u5c07\u9805\u76ee %s \u4fee\u6539\u81f3\u6700\u65b0\u5347\u7d1a\u7684\u4f3a\u670d\u5668\u672a\u6210\u529f\u3002
INFO_ERROR_UPGRADE_MIGRATION_NOTE=\u60a8\u53ef\u4ee5\u5fb9\u5e95\u53d6\u6d88\u6b64\u5347\u7d1a\u3001\u4e00\u5f8b\u7e7c\u7e8c\u57f7\u884c\uff0c\u6216\u91cd\u8a66\u6b64\u4f5c\u696d\u3002\u82e5\u53d6\u6d88\uff0c\u4f3a\u670d\u5668\u5c07\u5fa9\u539f\u70ba\u5617\u8a66\u5347\u7d1a\u4e4b\u524d\u7684\u72c0\u614b\u3002\u82e5\u7e7c\u7e8c\u5247\u61c9\u6ce8\u610f\uff0c\u4f3a\u670d\u5668\u5728\u7d93\u904e\u6b64\u5347\u7d1a\u5f8c\uff0c\u5176\u914d\u7f6e\u53ef\u80fd\u6703\u8207\u539f\u4f86\u6709\u6240\u4e0d\u540c\u3002\u539f\u59cb\u5b89\u88dd\u6a94\u6848\u7684\u526f\u672c\u6703\u4fdd\u5b58\u5728 <i>%s</i> \u4e2d\u3002
INFO_ERROR_UPGRADE_MIGRATION_NOTE_CLI=\u60a8\u53ef\u4ee5\u5fb9\u5e95\u53d6\u6d88\u6b64\u5347\u7d1a\u3001\u4e00\u5f8b\u7e7c\u7e8c\u57f7\u884c\uff0c\u6216\u91cd\u8a66\u6b64\u4f5c\u696d\u3002\u82e5\u53d6\u6d88\uff0c\u4f3a\u670d\u5668\u5c07\u5fa9\u539f\u70ba\u5617\u8a66\u5347\u7d1a\u4e4b\u524d\u7684\u72c0\u614b\u3002\u82e5\u7e7c\u7e8c\u5247\u61c9\u6ce8\u610f\uff0c\u4f3a\u670d\u5668\u5728\u7d93\u904e\u6b64\u5347\u7d1a\u5f8c\uff0c\u5176\u914d\u7f6e\u53ef\u80fd\u6703\u8207\u539f\u4f86\u6709\u6240\u4e0d\u540c\u3002\u539f\u59cb\u5b89\u88dd\u6a94\u6848\u7684\u526f\u672c\u6703\u4fdd\u5b58\u5728 %s \u4e2d\u3002
INFO_ERROR_UPGRADE_MIGRATION_SCHEMA=\u6a21\u5f0f\u9077\u79fb\u932f\u8aa4
INFO_ERROR_UPGRADE_MIGRATION_UNEXPECTED=\u8655\u7406\u9805\u76ee <b>%s</b> \u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002
INFO_ERROR_UPGRADE_MIGRATION_UNEXPECTED_CLI=\u8655\u7406\u9805\u76ee %s \u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002
INFO_ERROR_UPGRADED_SERVER_STARTS_WITH_ERRORS=\u5347\u7d1a\u7684\u4f3a\u670d\u5668\u5728\u555f\u52d5\u6642\u767c\u751f\u932f\u8aa4: %s
INFO_ERROR_UPGRADING_COMPONENTS=\u5347\u7d1a\u5143\u4ef6\u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_WRITING_TO_TEMP_FILE=\u5beb\u5165\u66ab\u5b58\u6a94 %s \u6642\u767c\u751f\u932f\u8aa4\u3002
INFO_ERROR_ZIP_STREAM=\u8b80\u53d6 zip \u6a94 %s \u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002
INFO_ERROR_ZIPINPUTSTREAMNULL=\u7121\u6cd5\u64f7\u53d6 zip \u6a94 %s\u3002\u8f38\u5165\u8cc7\u6599\u6d41\u70ba\u7a7a\u3002
INFO_EXCEPTION_DETAILS=\u8a73\u7d30\u8cc7\u8a0a: %s
INFO_EXCEPTION_OUT_OF_MEMORY_DETAILS=\u6c92\u6709\u8db3\u5920\u7684\u8a18\u61b6\u9ad4\u53ef\u57f7\u884c\u4f5c\u696d\u3002\u8a73\u7d30\u8cc7\u8a0a: %s
INFO_EXCEPTION_ROOT_CAUSE=\u6839\u672c\u539f\u56e0:
# Only translate if the color is specific to the local
INFO_FIELD_INVALID_COLOR=255,000,000
# Only translate if the color is specific to the local
INFO_FIELD_VALID_COLOR=000,000,000
INFO_FILE_DOES_NOT_EXIST=\u8def\u5f91 %s \u4e0d\u5b58\u5728\u3002
INFO_FILE_EXISTS=\u6a94\u6848 %s \u5df2\u5b58\u5728\u3002
INFO_FINISH_BUTTON_INSTALL_LABEL=\u5b8c\u6210
INFO_FINISH_BUTTON_INSTALL_TOOLTIP=\u5b8c\u6210\u5b89\u88dd\u8207\u8a2d\u5b9a
INFO_FINISH_BUTTON_LABEL=\u5b8c\u6210
INFO_FINISH_BUTTON_TOOLTIP=\u5b8c\u6210\u8a2d\u5b9a
INFO_FINISH_BUTTON_UPGRADE_TOOLTIP=\u5b8c\u6210\u5347\u7d1a
INFO_FINISHED_PANEL_TITLE=\u5b8c\u6210
INFO_FINISHED_STEP=\u5b8c\u6210
INFO_FRAME_INSTALL_TITLE=OpenDS QuickSetup
INFO_FRAME_UPGRADE_TITLE=OpenDS QuickUpgrade
INFO_GENERAL_ACTION_REQUIRED=\u5fc5\u8981\u52d5\u4f5c
INFO_GENERAL_BUILD_ID=\u5efa\u7f6e ID
INFO_GENERAL_CHECKING_DATA=\u6b63\u5728\u6aa2\u67e5\u8cc7\u6599...
INFO_GENERAL_INFO=\u8cc7\u8a0a
INFO_GENERAL_LOADING=\u6b63\u5728\u8f09\u5165...
INFO_GENERAL_NONE=\u7121
INFO_GENERAL_SEE_FOR_DETAILS=\u5982\u9700\u6b64\u4f5c\u696d\u7684\u8a73\u7d30\u8a18\u9304\uff0c\u8acb\u53c3\u95b1 %s\u3002
INFO_GENERAL_SEE_FOR_HISTORY=See %s for a detailed installation history.
INFO_GENERAL_SERVER_STARTED=\u5df2\u555f\u52d5
INFO_GENERAL_SERVER_STOPPED=\u5df2\u505c\u6b62
INFO_GENERAL_UNKNOWN=\u4e0d\u660e
INFO_GENERAL_UNSET=\u672a\u8a2d\u5b9a
INFO_GENERAL_UNSPECIFIED=\u672a\u6307\u5b9a
INFO_GENERAL_UNSUPPORTED=\u4e0d\u652f\u63f4
INFO_GENERAL_WARNING=\u8b66\u544a
INFO_GLOBAL_ADMINISTRATOR_DESCRIPTION=The Administrator that can manage all the server instances.
INFO_GLOBAL_ADMINISTRATOR_PANEL_INSTRUCTIONS=\u63d0\u4f9b\u8cc7\u8a0a\uff0c\u4ee5\u5efa\u7acb\u53ef\u7ba1\u7406\u60a8\u6574\u500b\u8907\u88fd\u62d3\u6a38\u7684\u5168\u57df\u7ba1\u7406\u54e1\u3002
INFO_GLOBAL_ADMINISTRATOR_PANEL_TITLE=\u5efa\u7acb\u5168\u57df\u7ba1\u7406\u54e1
INFO_GLOBAL_ADMINISTRATOR_PWD_CONFIRM_LABEL=\u5168\u57df\u7ba1\u7406\u54e1\u5bc6\u78bc (\u78ba\u8a8d):
INFO_GLOBAL_ADMINISTRATOR_PWD_CONFIRM_TOOLTIP=\u78ba\u8a8d\u5168\u57df\u7ba1\u7406\u54e1\u7684\u5bc6\u78bc\u3002
INFO_GLOBAL_ADMINISTRATOR_PWD_LABEL=\u5168\u57df\u7ba1\u7406\u54e1\u5bc6\u78bc:
INFO_GLOBAL_ADMINISTRATOR_PWD_TOOLTIP=\u5168\u57df\u7ba1\u7406\u54e1\u5bc6\u78bc\u3002
INFO_GLOBAL_ADMINISTRATOR_UID_LABEL=\u5168\u57df\u7ba1\u7406\u54e1 ID:
INFO_GLOBAL_ADMINISTRATOR_UID_TOOLTIP=\u5168\u57df\u7ba1\u7406\u54e1 ID\u3002
# Only translate if the image is specific to the local
INFO_HELP_SMALL_ICON=images/help_small.gif
INFO_HELP_SMALL_ICON_DESCRIPTION=\u8aaa\u660e\u5716\u793a\u3002
INFO_HELP_WAIT_DESCRIPTION=\u5fd9\u788c\u4e2d\uff0c\u8acb\u7a0d\u5019\u3002
INFO_HIDE_DETAILS_BUTTON_LABEL=\u96b1\u85cf\u8a73\u7d30\u8cc7\u8a0a
INFO_HIDE_EXCEPTION_DETAILS=\u96b1\u85cf\u8a73\u7d30\u8cc7\u8a0a
INFO_HOST_NAME_LABEL=\u4e3b\u6a5f\u540d\u7a31:
INFO_HOST_NAME_TOOLTIP=\u8f38\u5165\u5b8c\u5168\u5408\u683c\u7684\u672c\u6a5f\u4e3b\u6a5f\u540d\u7a31\u3002
# Only translate if the color is specific to the local
INFO_HTML_SEPARATOR_COLOR=666666
INFO_IMPORT_AUTOMATICALLY_GENERATED_LABEL=\u532f\u5165\u81ea\u52d5\u7522\u751f\u7684\u7bc4\u4f8b\u8cc7\u6599
INFO_IMPORT_AUTOMATICALLY_GENERATED_TOOLTIP=\u4ee5\u81ea\u52d5\u7522\u751f\u7684 LDAP \u8cc7\u6599\u5beb\u5165\u57fa\u5e95 DN
INFO_IMPORT_DATA_FROM_LDIF_LABEL=\u5f9e LDIF \u6a94\u6848\u532f\u5165\u8cc7\u6599
INFO_IMPORT_DATA_FROM_LDIF_TOOLTIP=\u4f7f\u7528 LDIF \u6a94\u6848\u7684\u5167\u5bb9\u8cc7\u6599\u5beb\u5165\u57fa\u5e95 DN
INFO_IMPORT_PATH_LABEL=\u8def\u5f91:
INFO_IMPORT_PATH_TOOLTIP=\u70ba\u8981\u532f\u5165\u4e4b\u8cc7\u6599\u6240\u5728\u7684 LDIF \u6a94\u6848\uff0c\u8f38\u5165\u5176\u5b8c\u6574\u8def\u5f91\u3002
INFO_INFO_IGNORING_FILE=\u6b63\u5728\u5ffd\u7565 %s\uff0c\u56e0\u70ba %s \u5b58\u5728\u3002
# Only translate if the image is specific to the local
INFO_INFORMATION_ICON=images/info_small.gif
INFO_INFORMATION_ICON_DESCRIPTION=\u8cc7\u8a0a\u3002
INFO_INFORMATION_ICON_TOOLTIP=\u8cc7\u8a0a
# Only translate if the image is specific to the local
INFO_INFORMATION_LARGE_ICON=images/info_large.gif
INFO_INITIALIZE_PROGRESS_WITH_PERCENTAGE=%s \u500b\u9805\u76ee\u5df2\u8655\u7406 (%s %% \u5b8c\u6210)\u3002
INFO_INITIALIZE_PROGRESS_WITH_PROCESSED=%s \u500b\u9805\u76ee\u5df2\u8655\u7406\u3002
INFO_INITIALIZE_PROGRESS_WITH_UNPROCESSED=\u5269\u4e0b %s \u500b\u5f85\u8655\u7406\u3002
INFO_INSTALL_SERVER_MUST_BE_TEMPORARILY_STARTED=\u4f3a\u670d\u5668\u6703\u66ab\u6642\u555f\u52d5\u3002
INFO_INSTALL_CANCELED=Setup canceled.
INFO_INSTALLANDUPGRADE_WELCOME_PANEL_INSTRUCTIONS=OpenDS QuickSetup \u5de5\u5177\u53ef\u5b89\u88dd\u53ca\u914d\u7f6e\u65b0\u7684\u4f3a\u670d\u5668\u5be6\u4f8b\uff0c\u6216\u5347\u7d1a\u73fe\u6709\u7684\u4f3a\u670d\u5668\u5be6\u4f8b\u3002\u7121\u8ad6\u57f7\u884c\u4f55\u7a2e\u4f5c\u696d\uff0cQuickSetup \u90fd\u6703\u4f7f\u7528\u6700\u65b0\u7684\u6bcf\u9031\u66f4\u65b0\u7248\uff1b\u5728\u6b64\u6848\u4f8b\u4e2d\u70ba: %s (\u5efa\u7f6e ID: %s) <br><br> \u60a8\u4e5f\u53ef\u4ee5\u4f7f\u7528 QuickSetup \u8a2d\u5b9a\u60a8\u624b\u52d5\u4e0b\u8f09\u7684\u6bcf\u9031\u66f4\u65b0\u7248\u3002\u82e5\u8981\u57f7\u884c\u6b64\u6848\u4f8b\u4e2d\u7684 QuickSetup\uff0c\u8acb\u5728 OpenDS \u76ee\u9304\u7684\u9802\u5c64\u4f7f\u7528\u8a2d\u5b9a\u6307\u4ee4\u3002<br><br> OpenDS \u9700\u8981 Java SE 5.0 \u6216\u66f4\u9ad8\u7684\u57f7\u884c\u968e\u6bb5\u3002<br><br>\u5982\u9700 QuickSetup \u7684\u5176\u4ed6\u8cc7\u8a0a\uff0c\u8acb\u53c3\u95b1 <a href="https://www.opends.org/wiki/page/OverviewOfTheQuickSetupTool">OpenDS \u6587\u4ef6 Wiki</a>\u3002
INFO_INSTALLANDUPGRADE_WELCOME_PANEL_TITLE=\u6b61\u8fce\u4f7f\u7528
INFO_INSTALLANDUPGRADER_RBINSTALL_LABEL=\u5b89\u88dd\u65b0\u7684\u4f3a\u670d\u5668\u5be6\u4f8b
INFO_INSTALLANDUPGRADER_RBINSTALL_TOOLTIP=\u9078\u64c7\u5b89\u88dd\u65b0\u7684\u4f3a\u670d\u5668\u5be6\u4f8b\u3002
INFO_INSTALLANDUPGRADER_RBUPGRADE_LABEL=\u5347\u7d1a\u73fe\u6709\u7684\u4f3a\u670d\u5668\u5be6\u4f8b
INFO_INSTALLANDUPGRADER_RBUPGRADE_TOOLTIP=\u9078\u64c7\u5347\u7d1a\u73fe\u6709\u7684\u4f3a\u670d\u5668\u5be6\u4f8b\u3002
INFO_INSTALLSTATUS_CANOVERWRITECURRENTINSTALL_MSG_CLI=\u76ee\u9304\u4f3a\u670d\u5668\u5305\u542b\u67d0\u4e9b\u8cc7\u6599\u5eab\u6a94\u6848\u3002%n\u8a2d\u5b9a\u7a0b\u5f0f\u6703\u522a\u9664\u9019\u4e9b\u8cc7\u6599\u5eab\u6a94\u6848\u7684\u5167\u5bb9\u3002
INFO_INSTALLSTATUS_CANOVERWRITECURRENTINSTALL_MSG=\u76ee\u9304\u4f3a\u670d\u5668\u5305\u542b\u67d0\u4e9b\u8cc7\u6599\u5eab\u6a94\u6848\u3002<br>\u82e5\u60a8\u7e7c\u7e8c\u57f7\u884c\u8a2d\u5b9a\u7a0b\u5f0f\uff0c\u5c07\u6703\u522a\u9664\u9019\u4e9b\u8cc7\u6599\u5eab\u6a94\u6848\u7684\u5167\u5bb9\u3002
INFO_INSTALLSTATUS_CONFIGFILEMODIFIED=\u5df2\u5b8c\u6210\u914d\u7f6e
INFO_INSTALLSTATUS_DBFILEEXIST=\u5305\u542b\u8cc7\u6599
INFO_INSTALLSTATUS_INSTALLED=Server Already Configured<br> QuickSetup can only be used with servers that have not yet been configured.  \u76ee\u524d\u7684\u4f3a\u670d\u5668:%s
INFO_INSTALLSTATUS_INSTALLED_CLI=Server Already Configured%n %s command-line can only be used with servers that have not yet been configured.  \u76ee\u524d\u7684\u4f3a\u670d\u5668:%s
INFO_INSTALLSTATUS_NOT_INSTALLED=\u672a\u5b89\u88dd\u76ee\u9304\u4f3a\u670d\u5668\u3002
INFO_INSTALLSTATUS_SERVERRUNNING=\u76ee\u524d\u57f7\u884c\u65bc\u9023\u63a5\u57e0 %s \u4e0a
# Only translate if the color is specific to the local
INFO_INSTRUCTIONS_COLOR=000,000,000
INFO_INVALID_CHAR_IN_PATH=The path contains the character "%s" which is not allowed to install the server.
INFO_INVALID_NUMBER_ENTRIES_RANGE=\u8981\u81ea\u52d5\u7522\u751f\u7684\u4f7f\u7528\u8005\u9805\u76ee\u6578\uff0c\u5fc5\u9808\u662f %s \u8207 %s \u4e4b\u9593\u7684\u6574\u6578\u3002
INFO_INVALID_PORT_VALUE_RANGE=LDAP \u5075\u807d\u7a0b\u5f0f\u9023\u63a5\u57e0\u5fc5\u9808\u662f %s \u8207 %s \u4e4b\u9593\u7684\u6574\u6578\u3002
INFO_INVALID_REMOTE_PORT=\u63d0\u4f9b\u7684\u9023\u63a5\u57e0\u7121\u6548\u3002
INFO_INVALID_REMOTE_REPLICATION_PORT_VALUE_RANGE=%s \u4e0a\u7684\u8907\u88fd\u9023\u63a5\u57e0\u5fc5\u9808\u662f %s \u8207 %s \u4e4b\u9593\u7684\u6574\u6578\u3002
INFO_INVALID_REPLICATION_PORT_VALUE_RANGE=\u8907\u88fd\u9023\u63a5\u57e0\u5fc5\u9808\u662f %s \u8207 %s \u4e4b\u9593\u7684\u6574\u6578\u3002
INFO_INVALID_SECURE_PORT_VALUE_RANGE=LDAPS \u5075\u807d\u7a0b\u5f0f\u9023\u63a5\u57e0\u5fc5\u9808\u662f %s \u8207 %s \u4e4b\u9593\u7684\u6574\u6578\u3002
INFO_JKS_CERTIFICATE=\u4f7f\u7528\u73fe\u6709\u7684 Java \u91d1\u9470\u5eab\u6a94\u6848
INFO_JKS_CERTIFICATE_LABEL=Java \u91d1\u9470\u5eab (JKS) \u6a94\u6848
INFO_JKS_CERTIFICATE_TOOLTIP=\u82e5\u60a8\u5177\u6709 JKS \u6191\u8b49\uff0c\u8acb\u9078\u53d6\u6b64\u9078\u9805\u3002
INFO_JKS_KEYSTORE_DOES_NOT_EXIST=\u627e\u4e0d\u5230 Java \u91d1\u9470\u5eab\u7684\u6191\u8b49\u3002\u8acb\u6aa2\u67e5\u63d0\u4f9b\u7684\u8def\u5f91\u662f\u5426\u6709\u6548\u3002
INFO_JCEKS_CERTIFICATE=Use existing JCEKS File
INFO_JCEKS_CERTIFICATE_LABEL=JCEKS File
INFO_JCEKS_CERTIFICATE_TOOLTIP=Select this option if you have a JCEKS certificate.
INFO_JCEKS_KEYSTORE_DOES_NOT_EXIST=\u627e\u4e0d\u5230 Java \u91d1\u9470\u5eab\u7684\u6191\u8b49\u3002\u8acb\u6aa2\u67e5\u63d0\u4f9b\u7684\u8def\u5f91\u662f\u5426\u6709\u6548\u3002
INFO_KEYSTORE_PATH_DOES_NOT_EXIST=\u63d0\u4f9b\u7684\u91d1\u9470\u5eab\u8def\u5f91\u4e0d\u5b58\u5728\u3002
INFO_KEYSTORE_PATH_LABEL=\u91d1\u9470\u5eab\u8def\u5f91:
INFO_KEYSTORE_PATH_NOT_A_FILE=\u63d0\u4f9b\u7684\u91d1\u9470\u5eab\u8def\u5f91\u4e0d\u662f\u6a94\u6848\u3002
INFO_KEYSTORE_PATH_NOT_PROVIDED=\u60a8\u5fc5\u9808\u63d0\u4f9b\u91d1\u9470\u5eab\u7684\u8def\u5f91\u3002
INFO_KEYSTORE_PATH_TOOLTIP=\u91d1\u9470\u5eab\u7684\u7d55\u5c0d\u8def\u5f91\u3002
INFO_KEYSTORE_PWD_EMPTY=\u60a8\u5fc5\u9808\u63d0\u4f9b\u91d1\u9470\u5eab\u7684 PIN\u3002
INFO_KEYSTORE_PWD_LABEL=\u91d1\u9470\u5eab PIN:
INFO_KEYSTORE_PWD_TOOLTIP=\u63d0\u4f9b\u5b58\u53d6\u73fe\u6709\u91d1\u9470\u5eab\u6642\u6240\u9700\u7684 PIN (\u5bc6\u78bc)\u3002
INFO_KEYSTORE_TYPE_LABEL=\u91d1\u9470\u5eab\u985e\u578b:
INFO_LDIF_FILE_DOES_NOT_EXIST=\u63d0\u4f9b\u7684 LDIF \u6a94\u6848\u4e0d\u5b58\u5728\u3002
INFO_LDIF_FILES_DESCRIPTION=LDAP \u8cc7\u6599\u4ea4\u63db\u683c\u5f0f (*.ldif)
INFO_LEAVE_DATABASE_EMPTY_LABEL=\u5c07\u8cc7\u6599\u5eab\u4fdd\u7559\u70ba\u7a7a
INFO_LEAVE_DATABASE_EMPTY_TOOLTIP=\u4e0d\u5efa\u7acb\u76ee\u9304\u57fa\u5e95 DN \u7684\u9805\u76ee
# Only translate if the image is specific to the local
INFO_MINIMIZED_ICON=images/opendsminimized.gif
INFO_MINIMIZED_ICON_DESCRIPTION=QuickSetup minimized.
INFO_MINIMIZED_ICON_TOOLTIP=QuickSetup
# Only translate if the image is specific to the local
INFO_MINIMIZED_MAC_ICON=images/opendsminimizedmac.png
INFO_NETWORK_ERROR_TITLE=\u7db2\u8def\u932f\u8aa4
INFO_NEXT_BUTTON_LABEL=\u4e0b\u4e00\u6b65 >
INFO_NEXT_BUTTON_TOOLTIP=\u79fb\u81f3\u4e0b\u4e00\u500b\u6b65\u9a5f
INFO_NO_ENTRIES_TO_INITIALIZE=\u627e\u4e0d\u5230\u53ef\u521d\u59cb\u5316\u7684\u9805\u76ee\u3002
INFO_NO_LDIF_PATH=\u60a8\u5fc5\u9808\u63d0\u4f9b\u8981\u532f\u5165\u4e4b LDIF \u6a94\u6848\u7684\u8def\u5f91\u3002
INFO_NO_NUMBER_ENTRIES=\u60a8\u5fc5\u9808\u63d0\u4f9b\u8981\u81ea\u52d5\u7522\u751f\u7684\u4f7f\u7528\u8005\u9805\u76ee\u6578\u3002
INFO_NO_SECURITY=\u5df2\u505c\u7528
INFO_NO_SUFFIXES_CHOSEN_TO_REPLICATE=\u60a8\u81f3\u5c11\u5fc5\u9808\u9078\u53d6\u4e00\u500b\u7528\u4ee5\u8907\u88fd\u5167\u5bb9\u7684\u57fa\u5e95 DN\u3002
INFO_NOT_A_BASE_DN=\u63d0\u4f9b\u7684\u76ee\u9304\u57fa\u5e95 DN \u4e0d\u662f\u6709\u6548\u7684 DN\u3002
INFO_NOT_A_DIRECTORY_MANAGER_DN=\u63d0\u4f9b\u7684\u8d85\u7d1a\u4f7f\u7528\u8005 DN \u4e0d\u662f\u6709\u6548\u7684 DN\u3002
INFO_NOT_A_DIRECTORY_MANAGER_IN_CONFIG=\u63d0\u4f9b\u7684 DN \u4e0d\u662f\u8d85\u7d1a\u4f7f\u7528\u8005 DN \u4e4b\u4e00\u3002
INFO_NOT_AVAILABLE_LABEL=<\u4e0d\u53ef\u7528>
INFO_NOT_ENOUGH_DISK_SPACE=There is not enough free disk space under %s.%nAt least %s megabytes of free disk space are required to install the server.
INFO_NOT_EQUAL_PWD=\u60a8\u6240\u63d0\u4f9b\u7684\u5bc6\u78bc\u4e0d\u7b26\u3002
INFO_NOT_GLOBAL_ADMINISTRATOR_PROVIDED=\u60a8\u5fc5\u9808\u63d0\u4f9b\u5168\u57df\u7ba1\u7406\u54e1 ID\uff0c\u624d\u53ef\u5b58\u53d6\u5148\u524d\u5df2\u5b89\u88dd\u4e4b\u6240\u6709\u9060\u7aef\u4f3a\u670d\u5668\u7684\u914d\u7f6e\u3002
INFO_NUMBER_ENTRIES_LABEL=\u4f7f\u7528\u8005\u9805\u76ee\u6578:
INFO_NUMBER_ENTRIES_TOOLTIP=\u8f38\u5165\u8981\u7522\u751f\u7684\u4f7f\u7528\u8005\u9805\u76ee\u6578
INFO_OK_BUTTON_LABEL=\u78ba\u5b9a
INFO_OPEN_GENERIC_FILE_DIALOG_TITLE=\u9078\u64c7\u6a94\u6848
INFO_OPEN_LDIF_FILE_DIALOG_TITLE=\u9078\u64c7 LDIF \u6a94\u6848
INFO_OPEN_SERVER_LOCATION_DIALOG_TITLE=\u9078\u64c7\u5b89\u88dd\u8def\u5f91
INFO_OPEN_ZIP_FILE_DIALOG_TITLE=Choose a Server Installation Package (.zip)
# Only translate if the color is specific to the local
INFO_OPTIONPANE_BACKGROUND_COLOR=255,255,255
INFO_ORACLE_ACTION_PROMPT=\u60a8\u662f\u5426\u5df2\u57f7\u884c\u8aaa\u660e\u7684\u4f5c\u696d\uff1f
INFO_ORACLE_ACTION_PROMPT_CANCEL=\u5426\uff0c\u53d6\u6d88
INFO_ORACLE_ACTION_PROMPT_CONTINUE=\u662f\uff0c\u7e7c\u7e8c
INFO_ORACLE_DESC_ACTION=\u57f7\u884c\u6b64\u4f5c\u696d\u6642\uff0c\u60a8\u5fc5\u9808\u5148\u57f7\u884c\u8a73\u7d30\u8cc7\u8a0a\u5c0f\u7bc0\u4e2d\u8aaa\u660e\u7684\u7279\u5b9a\u4f5c\u696d\uff0c\u518d\u7e7c\u7e8c\u4f5c\u696d\u3002
INFO_ORACLE_EI_ACTION_STEP1=\u555f\u52d5\u4f5c\u696d\u4e4b\u524d\uff0c\u60a8\u61c9\u5c07\u6b64\u4f3a\u670d\u5668\u7684\u6574\u500b\u8cc7\u6599\u96c6\u4ee5 LDIF \u683c\u5f0f\u532f\u51fa\u3002<b>\u82e5\u5c1a\u672a\u5b8c\u6210\u6b64\u6b65\u9a5f\uff0c\u61c9\u7acb\u5373\u53d6\u6d88\u6b64\u4f5c\u696d</b>\u3002
INFO_ORACLE_EI_ACTION_STEP1_CLI=\u555f\u52d5\u4f5c\u696d\u4e4b\u524d\uff0c\u60a8\u61c9\u5c07\u6b64\u4f3a\u670d\u5668\u7684\u6574\u500b\u8cc7\u6599\u96c6\u4ee5 LDIF \u683c\u5f0f\u532f\u51fa\u3002\u82e5\u5c1a\u672a\u5b8c\u6210\u6b64\u6b65\u9a5f\uff0c\u61c9\u7acb\u5373\u53d6\u6d88\u6b64\u4f5c\u696d\u3002
INFO_ORACLE_EI_ACTION_STEP2=\u7e7c\u7e8c\u57f7\u884c\u9019\u9805\u4f5c\u696d\uff0c\u76f4\u5230\u6b64\u5de5\u5177\u5b8c\u6210\u70ba\u6b62\u3002
INFO_ORACLE_EI_ACTION_STEP3=\u6b64\u4f5c\u696d\u5b8c\u6210\u6642\uff0c\u8acb\u624b\u52d5\u522a\u9664\u300cdb\u300d\u76ee\u9304\u4e2d\u7684\u6a94\u6848\u3002
INFO_ORACLE_EI_ACTION_STEP4=\u5f9e\u60a8\u5728\u7b2c\u4e00\u500b\u6b65\u9a5f\u6240\u5efa\u7acb\u7684 LDIF \u6a94\u6848\u4e2d\uff0c\u91cd\u65b0\u532f\u5165\u8a72\u9805\u8cc7\u6599\u3002
INFO_ORACLE_INFO_PROMPT=\u60a8\u8981\u7e7c\u7e8c\u6b64\u4f5c\u696d\u55ce\uff1f
INFO_ORACLE_NO_SILENT=\u6b64\u4f5c\u696d\u5305\u542b\u60a8\u5fc5\u9808\u4f9d\u5faa\u7684\u7279\u5b9a\u6307\u793a\u548c (\u6216) \u554f\u984c\u3002\u6b64\u7248\u672c\u4e0d\u652f\u63f4\u7121\u8a0a\u606f\u6a21\u5f0f\u3002
# Only translate if the color is specific to the local
INFO_PANEL_BACKGROUND_COLOR=255,255,255
# Only translate if the color is specific to the local
INFO_PANEL_BORDER_COLOR=204,204,204
INFO_PARENT_DIRECTORY_COULD_NOT_BE_FOUND=\u627e\u4e0d\u5230 %s \u7684\u7236\u7cfb\u76ee\u9304\u3002
INFO_PARENT_DIRECTORY_DOES_NOT_EXIST_CONFIRMATION=%s \u7684\u7236\u7cfb\u76ee\u9304\u4e0d\u5b58\u5728\u3002%n\u60a8\u8981\u5efa\u7acb\u6b64\u76ee\u9304\u55ce\uff1f
# Only translate if the color is specific to the local
INFO_PASSWORDFIELD_COLOR=000,000,000
INFO_PKCS11_CERTIFICATE=\u4f7f\u7528\u73fe\u6709\u7684 PKCS#11 \u8a18\u865f
INFO_PKCS11_CERTIFICATE_LABEL=PKCS#11 \u8a18\u865f
INFO_PKCS11_CERTIFICATE_TOOLTIP=\u82e5\u60a8\u5177\u6709 PKCS#11 \u8a18\u865f\uff0c\u8acb\u9078\u53d6\u6b64\u9078\u9805\u3002
INFO_PKCS11_KEYSTORE_DOES_NOT_EXIST=\u627e\u4e0d\u5230 PCKS#11 \u91d1\u9470\u5eab\u7684\u6191\u8b49\u3002\u6aa2\u67e5\u662f\u5426\u5df2\u5b89\u88dd\u3001\u60a8\u662f\u5426\u6709\u5176\u5b58\u53d6\u6b0a\u9650\uff0c\u4ee5\u53ca\u91d1\u9470\u5eab\u662f\u5426\u5305\u542b\u6191\u8b49\u3002
INFO_PKCS12_CERTIFICATE=\u4f7f\u7528\u73fe\u6709\u7684 PKCS#12 \u6a94\u6848
INFO_PKCS12_CERTIFICATE_LABEL=PKCS#12 \u6a94\u6848
INFO_PKCS12_CERTIFICATE_TOOLTIP=\u82e5\u60a8\u5177\u6709 PKCS#12 \u6191\u8b49\uff0c\u8acb\u9078\u53d6\u6b64\u9078\u9805\u3002
INFO_PKCS12_KEYSTORE_DOES_NOT_EXIST=\u627e\u4e0d\u5230 PCKS#12 \u91d1\u9470\u5eab\u7684\u6191\u8b49\u3002\u6aa2\u67e5\u63d0\u4f9b\u7684\u8def\u5f91\u8207 PIN \u662f\u5426\u6709\u6548\uff0c\u4ee5\u53ca\u91d1\u9470\u5eab\u662f\u5426\u5305\u542b\u6191\u8b49\u3002
INFO_PREVIOUS_BUTTON_LABEL=< \u4e0a\u4e00\u6b65
INFO_PREVIOUS_BUTTON_TOOLTIP=\u79fb\u81f3\u4e0a\u4e00\u500b\u6b65\u9a5f
INFO_PROGRESS_CANCELING=\u6b63\u5728\u53d6\u6d88
# Only translate if the color is specific to the local
INFO_PROGRESS_COLOR=000,000,000
INFO_PROGRESS_CONFIGURING=\u6b63\u5728\u914d\u7f6e\u76ee\u9304\u4f3a\u670d\u5668
INFO_PROGRESS_CONFIGURING_REPLICATION=\u6b63\u5728\u914d\u7f6e\u8907\u88fd
INFO_PROGRESS_CREATING_REPLICATED_BACKENDS=Creating Replicated Base DNs
INFO_PROGRESS_CONFIGURING_REPLICATION_REMOTE=\u6b63\u5728\u914d\u7f6e %s \u4e0a\u7684\u8907\u88fd
INFO_WARNING_SERVERS_CLOCK_DIFFERENCE=\u4f3a\u670d\u5668 %s \u8207 %s \u7684\u6642\u9418\u4e4b\u9593\u6709 %s \u5206\u9418\u4ee5\u4e0a\u7684\u6642\u5dee\u3002\u57f7\u884c\u8907\u88fd\u6642\uff0c\u6642\u9418\u4e0d\u9700\u540c\u6b65\u5316\uff0c\u4f46\u5728\u76e3\u8996\u4f3a\u670d\u5668\u9593\u7684\u8907\u88fd\u66f4\u65b0\u6642\u53ef\u80fd\u6703\u5f88\u56f0\u96e3\u3002
INFO_PROGRESS_COPYING_FILE=\u6b63\u5728\u5c07\u6a94\u6848 %s \u8907\u88fd\u5230 %s
INFO_PROGRESS_CREATING_ADMINISTRATOR=\u6b63\u5728\u5efa\u7acb\u5168\u57df\u7ba1\u7406\u54e1
INFO_PROGRESS_CREATING_ADS=\u6b63\u5728\u5efa\u7acb\u8a3b\u518a\u914d\u7f6e
INFO_PROGRESS_CREATING_ADS_ON_REMOTE=\u6b63\u5728\u5efa\u7acb %s \u4e0a\u7684\u8a3b\u518a\u914d\u7f6e
INFO_PROGRESS_CREATING_BASE_ENTRY=\u6b63\u5728\u5efa\u7acb\u57fa\u5e95\u9805\u76ee %s
INFO_PROGRESS_CREATING_BASE_ENTRIES=\u6b63\u5728\u5efa\u7acb\u57fa\u5e95 DN \u7684\u57fa\u5e95\u9805\u76ee
INFO_PROGRESS_DELETING_DIRECTORY=\u6b63\u5728\u522a\u9664\u76ee\u9304 %s
INFO_PROGRESS_DELETING_EXTERNAL_DB_FILES=\u6b63\u5728\u522a\u9664\u5b89\u88dd\u8def\u5f91\u4ee5\u5916\u7684\u8cc7\u6599\u5eab\u6a94\u6848:
INFO_PROGRESS_DELETING_EXTERNAL_LOG_FILES=\u6b63\u5728\u522a\u9664\u5b89\u88dd\u8def\u5f91\u4ee5\u5916\u7684\u8a18\u9304\u6a94:
INFO_PROGRESS_DELETING_EXTERNAL_DB_FILES_NON_VERBOSE=\u6b63\u5728\u522a\u9664\u5b89\u88dd\u8def\u5f91\u4ee5\u5916\u7684\u8cc7\u6599\u5eab\u6a94\u6848
INFO_PROGRESS_DELETING_EXTERNAL_LOG_FILES_NON_VERBOSE=\u6b63\u5728\u522a\u9664\u5b89\u88dd\u8def\u5f91\u4ee5\u5916\u7684\u8a18\u9304\u6a94
INFO_PROGRESS_DELETING_FILE=\u6b63\u5728\u522a\u9664\u6a94\u6848 %s
INFO_PROGRESS_DELETING_FILE_DOES_NOT_EXIST=\u6b63\u5728\u5ffd\u7565\u6a94\u6848 %s\uff0c\u56e0\u70ba\u5b83\u4e0d\u5b58\u5728\u3002
INFO_PROGRESS_DELETING_INSTALLATION_FILES=\u6b63\u5728\u522a\u9664\u5b89\u88dd\u8def\u5f91\u4e0b\u7684\u6a94\u6848:
INFO_PROGRESS_DELETING_INSTALLATION_FILES_NON_VERBOSE=\u6b63\u5728\u522a\u9664\u5b89\u88dd\u8def\u5f91\u4e0b\u7684\u6a94\u6848
INFO_PROGRESS_DETAILS_LABEL=\u8a73\u7d30\u8cc7\u8a0a:
INFO_PROGRESS_DIALOG_TITLE=\u9032\u5ea6
INFO_PROGRESS_DISABLING_WINDOWS_SERVICE=\u6b63\u5728\u505c\u7528 Windows \u670d\u52d9
INFO_PROGRESS_DONE=\u5b8c\u6210\u3002
INFO_PROGRESS_DOWNLOADING=\u6b63\u5728\u4e0b\u8f09
INFO_PROGRESS_ENABLING_WINDOWS_SERVICE=\u6b63\u5728\u555f\u7528 Windows \u670d\u52d9
INFO_PROGRESS_ERROR=\u932f\u8aa4\u3002
INFO_PROGRESS_EXTRACTING=\u6b63\u5728\u64f7\u53d6 %s
INFO_PROGRESS_IMPORT_AUTOMATICALLY_GENERATED=\u6b63\u5728\u532f\u5165\u81ea\u52d5\u7522\u751f\u7684\u8cc7\u6599 (%s \u500b\u9805\u76ee):
INFO_PROGRESS_IMPORT_AUTOMATICALLY_GENERATED_NON_VERBOSE=\u6b63\u5728\u532f\u5165\u81ea\u52d5\u7522\u751f\u7684\u8cc7\u6599 (%s \u500b\u9805\u76ee)
INFO_PROGRESS_IMPORTING_LDIF=\u6b63\u5728\u532f\u5165 LDIF \u6a94\u6848 %s:
INFO_PROGRESS_IMPORTING_LDIFS=\u6b63\u5728\u532f\u5165 LDIF \u6a94\u6848 %s:
INFO_PROGRESS_IMPORTING_LDIF_NON_VERBOSE=\u6b63\u5728\u532f\u5165 LDIF \u6a94\u6848 %s
INFO_PROGRESS_IMPORTING_LDIFS_NON_VERBOSE=\u6b63\u5728\u532f\u5165 LDIF \u6a94\u6848 %s
INFO_PROGRESS_INITIALIZING_ADS=\u6b63\u5728\u521d\u59cb\u5316\u8a3b\u518a\u8cc7\u8a0a
INFO_PROGRESS_INITIALIZING_SCHEMA=\u6b63\u5728\u521d\u59cb\u5316\u6a21\u5f0f\u8cc7\u8a0a
INFO_PROGRESS_INITIALIZING_SUFFIX=\u6b63\u5728\u4ee5 %2$s \u4e2d\u7684\u5167\u5bb9\u521d\u59cb\u5316\u57fa\u5e95 DN %1$s:
INFO_PROGRESS_PANEL_TITLE=\u9032\u5ea6
INFO_PROGRESS_POINTS=.....
INFO_PROGRESS_SERVER_ALREADY_STOPPED=\u76ee\u9304\u4f3a\u670d\u5668\u5df2\u505c\u6b62\u3002
INFO_PROGRESS_SERVER_STOPPED=\u4f3a\u670d\u5668\u5df2\u505c\u6b62\u3002
INFO_PROGRESS_SERVER_WAITING_TO_STOP=\u6b63\u5728\u7b49\u5f85\u4f3a\u670d\u5668\u505c\u6b62...
INFO_PROGRESS_STARTING=\u6b63\u5728\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668:
INFO_PROGRESS_STARTING_NON_VERBOSE=\u6b63\u5728\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668
INFO_PROGRESS_STEP=\u9032\u5ea6
INFO_PROGRESS_STOPPING=\u6b63\u5728\u505c\u6b62\u76ee\u9304\u4f3a\u670d\u5668:
INFO_PROGRESS_STOPPING_NON_VERBOSE=\u6b63\u5728\u505c\u6b62\u76ee\u9304\u4f3a\u670d\u5668
INFO_PROGRESS_TITLE=\u9032\u5ea6
INFO_PROGRESS_UNCONFIGURING_ADS_ON_REMOTE=\u6b63\u5728\u5fa9\u539f %s \u4e0a\u7684\u8a3b\u518a\u914d\u7f6e
INFO_PROGRESS_UNCONFIGURING_REPLICATION_REMOTE=\u6b63\u5728\u53d6\u6d88\u914d\u7f6e %s \u4e0a\u7684\u8907\u88fd
INFO_PROGRESS_UPDATING_CERTIFICATES=\u6b63\u5728\u914d\u7f6e\u6191\u8b49
INFO_PROGRESSBAR_INITIAL_LABEL=\u555f\u52d5\u4e2d...
INFO_PROGRESSBAR_TOOLTIP=\u9032\u5ea6\u5217
INFO_PWD_TOO_SHORT=\u8d85\u7d1a\u4f7f\u7528\u8005\u5bc6\u78bc\u6240\u9700\u7684\u9577\u5ea6\u4e0b\u9650\u70ba %s \u500b\u5b57\u5143\u3002
INFO_QUIT_BUTTON_INSTALL_TOOLTIP=\u9000\u51fa\u8a2d\u5b9a\u7a0b\u5f0f
INFO_QUIT_BUTTON_LABEL=\u9000\u51fa
INFO_QUIT_BUTTON_UPGRADE_TOOLTIP=\u9000\u51fa\u5347\u7d1a
# Only translate if the color is specific to the local
INFO_READ_ONLY_COLOR=000,000,000
INFO_REMOTE_ADS_EXCEPTION=\u7ba1\u7406 %s \u4e2d\u7684\u8a3b\u518a\u8cc7\u8a0a\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002%n\u932f\u8aa4\u70ba: %s
INFO_REMOTE_REPLICATION_PORT_ALREADY_CHOSEN_FOR_OTHER_PROTOCOL=\u60a8\u5fc5\u9808\u70ba\u73fe\u6709\u7684\u4f3a\u670d\u5668 %s \u6307\u5b9a\u4e0d\u540c\u7684\u8907\u88fd\u9023\u63a5\u57e0\u3002\u6307\u5b9a\u7684\u9023\u63a5\u57e0\u5df2\u88ab\u9078\u53d6\u7528\u4ee5\u914d\u7f6e\u65b0\u7684\u4f3a\u670d\u5668\u3002
INFO_REMOTE_REPLICATION_PORT_INSTRUCTIONS=\u60a8\u5fc5\u9808\u63d0\u4f9b\u53ef\u7528\u4ee5\u70ba\u4e0b\u5217\u6307\u5b9a\u7684\u9060\u7aef\u4f3a\u670d\u5668\u8907\u88fd\u8cc7\u6599\u7684\u9023\u63a5\u57e0\u3002<br>\u6307\u5b9a\u7684\u9023\u63a5\u57e0\u5fc5\u9808\u662f\u9060\u7aef\u4e3b\u6a5f\u4e0a\u7684\u53ef\u7528\u9023\u63a5\u57e0\uff0c\u4e14\u7528\u4ee5\u57f7\u884c\u76ee\u9304\u4f3a\u670d\u5668\u7684\u4f7f\u7528\u8005\u5fc5\u9808\u5177\u6709\u9019\u4e9b\u9023\u63a5\u57e0\u7684\u5b58\u53d6\u6b0a\u9650\u3002
INFO_REMOTE_REPLICATION_PORT_TITLE=\u9060\u7aef\u4f3a\u670d\u5668\u7684\u8907\u88fd\u9023\u63a5\u57e0
INFO_REMOTE_REPLICATION_PORTS_STEP=\u8907\u88fd\u9023\u63a5\u57e0
INFO_REMOTE_SERVER_DN_LABEL=\u7ba1\u7406\u4f7f\u7528\u8005:
INFO_REMOTE_SERVER_DN_TOOLTIP=The DN or the UID of an administrator in the server you want to replicate data with.
INFO_REMOTE_SERVER_HOST_LABEL=\u4e3b\u6a5f\u540d\u7a31:
INFO_REMOTE_SERVER_HOST_TOOLTIP=The fully qualified name of the host where the server you want to replicate data with is located.
INFO_REMOTE_SERVER_PORT_LABEL=Administration Connector Port:
INFO_REMOTE_SERVER_PORT_TOOLTIP=The administration connector port of the server you want to replicate data with.
INFO_REMOTE_SERVER_PWD_LABEL=\u7ba1\u7406\u5bc6\u78bc:
INFO_REMOTE_SERVER_PWD_TOOLTIP=The password of an administrator in the server you want to replicate data with.
INFO_REMOTE_SERVER_REPLICATION_PORT=%s - \u8981\u5728\u9060\u7aef\u4f3a\u670d\u5668 %s \u4e0a\u914d\u7f6e
INFO_REPLICATED_SERVER_LABEL=\u6b64\u4f3a\u670d\u5668\u5c07\u662f\u8907\u88fd\u62d3\u6a38\u7684\u4e00\u90e8\u5206
INFO_REPLICATED_SERVER_TOOLTIP=\u82e5\u8981\u5728\u4f3a\u670d\u5668\u4e0a\u8907\u88fd\u60a8\u4ee5\u5176\u4ed6\u4f3a\u670d\u5668\u5efa\u7acb\u7684\u8cc7\u6599\uff0c\u8acb\u6838\u53d6\u6b64\u9078\u9805\u3002
INFO_REPLICATION_PORT_ALREADY_CHOSEN_FOR_OTHER_PROTOCOL=\u60a8\u6240\u6307\u5b9a\u7684\u8907\u88fd\u9023\u63a5\u57e0\uff0c\u5fc5\u9808\u4e0d\u540c\u65bc\u60a8\u70ba LDAP \u8207 LDAPS \u901a\u8a0a\u6240\u9078\u64c7\u7684\u9023\u63a5\u57e0\u3002
INFO_REPLICATION_PORT_LABEL=\u8907\u88fd\u9023\u63a5\u57e0:
INFO_REPLICATION_PORT_TOOLTIP=\u5c07\u7528\u4ee5\u5728\u6b64\u4f3a\u670d\u5668\u8207\u5176\u4ed6\u4f3a\u670d\u5668\u4e4b\u9593\u6536\u9001\u8907\u88fd\u66f4\u65b0\u7684\u9023\u63a5\u57e0\u3002
INFO_RETRY_BUTTON_LABEL=\u91cd\u8a66
INFO_REVERSION_CANCELED=\u5fa9\u539f\u5df2\u53d6\u6d88\u3002
INFO_REVERSION_ORACLE_EI_ACTION=\u82e5\u8981\u5f9e\u7248\u672c %s \u5fa9\u539f\u70ba\u7248\u672c %s\uff0c\u5fc5\u9808\u57f7\u884c\u9032\u4e00\u6b65\u7684\u52d5\u4f5c\u3002
INFO_REVERSION_ORACLE_FAILURE=Reversion from version %s to version %s is not supported.  To revert you must uninstall the current server, install the new server, and manually migrate your data.
INFO_REVERSION_ORACLE_SUCCESS=\u652f\u63f4\u5f9e\u7248\u672c %s \u5fa9\u539f\u70ba\u7248\u672c %s \u7684\u4f5c\u696d\u3002
INFO_REVERT_ERROR_EMPTY_HISTORY_DIR=\u5148\u524d\u7684\u5347\u7d1a\u672a\u7522\u751f\u73fe\u6709\u5099\u4efd\u4f4d\u7f6e\u3002\u300c\u6b77\u7a0b\u8a18\u9304\u300d\u76ee\u9304\u662f\u7a7a\u7684\u3002
INFO_REVERT_ERROR_INVALID_HISTORY_DIR=\u5148\u524d\u7684\u5347\u7d1a\u672a\u7522\u751f\u6709\u6548\u7684\u73fe\u6709\u5099\u4efd\u4f4d\u7f6e\u3002
INFO_REVERT_ERROR_INVALID_FILES_DIR=\u6307\u5b9a\u7684\u5fa9\u539f\u6b78\u6a94\u76ee\u9304\u4e2d\uff0c\u4e0d\u5305\u542b\u5728\u547c\u53eb\u5347\u7d1a\u5de5\u5177\u6642\u6240\u5099\u4efd\u7684\u6a94\u6848\u3002
INFO_REVERT_ERROR_NO_DIR=\u932f\u8aa4: \u672a\u6307\u5b9a\u5fa9\u539f\u6b78\u6a94\u76ee\u9304\u3002\u60a8\u5fc5\u9808\u6307\u5b9a %s \u4e4b\u4e00
INFO_REVERT_ERROR_NO_HISTORY_DIR=\u5148\u524d\u7684\u5347\u7d1a\u672a\u7522\u751f\u73fe\u6709\u5099\u4efd\u4f4d\u7f6e\u3002\u300c\u6b77\u7a0b\u8a18\u9304\u300d\u76ee\u9304\u4e0d\u5b58\u5728\u3002
INFO_REVERT_ERROR_NOT_DIR_FILES_DIR=\u6307\u5b9a\u7684\u5fa9\u539f\u6b78\u6a94\u76ee\u9304\u4e0d\u662f\u76ee\u9304\u3002
INFO_REVERT_ERROR_NULL_FILES_DIR=\u6307\u5b9a\u7684\u5fa9\u539f\u6b78\u6a94\u76ee\u9304\u7121\u6548\uff0c\u6216\u7121\u6cd5\u5224\u5b9a\u3002
INFO_REVERT_LAUNCHER_USAGE_DESCRIPTION=\u6b64\u516c\u7528\u7a0b\u5f0f\u53ef\u5c07\u76ee\u9304\u4f3a\u670d\u5668\u76ee\u524d\u7684\u5b89\u88dd\uff0c\u5fa9\u539f\u70ba\u57f7\u884c\u5347\u7d1a\u516c\u7528\u7a0b\u5f0f\u4e4b\u524d\u7684\u7248\u672c\u3002
INFO_REVERT_CONFIRM_TITLE=\u78ba\u8a8d\u5fa9\u539f
INFO_REVERT_CONFIRM_PROMPT=\u6b64\u5b89\u88dd\u5c07\u900f\u904e %2$s \u4e2d\u7684\u6a94\u6848\u5fa9\u539f\u70ba\u7248\u672c %1$s\u3002
INFO_REVIEW_CREATE_BASE_ENTRY_LABEL=\u50c5\u5efa\u7acb\u57fa\u5e95\u9805\u76ee (%s)
INFO_REVIEW_CREATE_SUFFIX=\u5efa\u7acb\u65b0\u7684\u57fa\u5e95 DN %s\u3002%n\u57fa\u5e95 DN \u8cc7\u6599: %s
INFO_REVIEW_CREATE_SUFFIXES=\u5efa\u7acb\u65b0\u7684\u57fa\u5e95 DN:%n%s\u3002%n\u57fa\u5e95 DN \u8cc7\u6599: %s
INFO_REVIEW_IMPORT_AUTOMATICALLY_GENERATED=\u532f\u5165\u81ea\u52d5\u7522\u751f\u7684\u8cc7\u6599 (%s \u500b\u9805\u76ee)
INFO_REVIEW_IMPORT_LDIF=\u5f9e LDIF \u6a94\u6848\u532f\u5165\u8cc7\u6599 (%s)
INFO_REVIEW_LEAVE_DATABASE_EMPTY_LABEL=\u5c07\u8cc7\u6599\u5eab\u4fdd\u7559\u70ba\u7a7a
INFO_REVIEW_PANEL_INSTRUCTIONS=\u8907\u67e5\u8a2d\u5b9a\uff0c\u82e5\u6b63\u78ba\u7121\u8aa4\uff0c\u8acb\u6309\u4e00\u4e0b\u3010\u7d50\u675f\u3011\u3002
INFO_REVIEW_PANEL_TITLE=\u5be9\u95b1
INFO_REVIEW_REPLICATE_SUFFIX=\u4ee5\u57fa\u5e95 DN \u8907\u88fd\u5167\u5bb9:%n%s
INFO_REVIEW_STEP=\u5be9\u95b1
INFO_SECURITY_OPTIONS_CANCEL_BUTTON_TOOLTIP=\u95dc\u9589\u6b64\u5c0d\u8a71\u65b9\u584a\u4e26\u6368\u68c4\u914d\u7f6e\u3002
INFO_SECURITY_OPTIONS_DIALOG_TITLE=Security Options
INFO_SECURITY_OPTIONS_INSTRUCTIONS=\u6307\u5b9a\u7528\u4ee5\u555f\u7528\u4f3a\u670d\u5668\u4e4b\u5b89\u5168\u5b58\u53d6\u7684\u9078\u9805\u3002
INFO_SECURITY_OPTIONS_OK_BUTTON_TOOLTIP=\u95dc\u9589\u6b64\u5c0d\u8a71\u65b9\u584a\u4e26\u63a5\u53d7\u914d\u7f6e\u3002
INFO_SECURITY_OPTIONS_TITLE=\u914d\u7f6e\u5b89\u5168\u5b58\u53d6
INFO_SELECT_ALIAS_CANCEL_BUTTON_TOOLTIP=\u95dc\u9589\u6b64\u5c0d\u8a71\u65b9\u584a\u4e26\u6368\u68c4\u9078\u53d6\u7684\u5225\u540d\u3002
INFO_SELECT_ALIAS_MSG=\u63d0\u4f9b\u7684\u91d1\u9470\u5eab\u5305\u542b\u591a\u500b\u6191\u8b49\u3002<br>\u9078\u53d6\u8981\u505a\u70ba\u4f3a\u670d\u5668\u6191\u8b49\u4e4b\u6191\u8b49\u7684\u5225\u540d:
INFO_SELECT_ALIAS_OK_BUTTON_TOOLTIP=\u95dc\u9589\u6b64\u5c0d\u8a71\u65b9\u584a\u4e26\u63a5\u53d7\u9078\u53d6\u7684\u5225\u540d\u3002
INFO_SELECT_ALIAS_TITLE=Select Alias
INFO_SELF_SIGNED_CERTIFICATE=\u5efa\u7acb\u65b0\u7684\u81ea\u6211\u7c3d\u7f72\u6191\u8b49
INFO_SERVER_DIRECTORY_MANAGER_DN_LABEL=\u8d85\u7d1a\u4f7f\u7528\u8005 DN:
INFO_SERVER_DIRECTORY_MANAGER_DN_TOOLTIP=Enter the distinguished name (DN) of the inital Root User account that will used for managing the server
INFO_SERVER_DIRECTORY_MANAGER_PWD_CONFIRM_LABEL=\u5bc6\u78bc (\u78ba\u8a8d):
INFO_SERVER_DIRECTORY_MANAGER_PWD_CONFIRM_TOOLTIP=Re-enter the password for the server initial Root User account
INFO_SERVER_DIRECTORY_MANAGER_PWD_LABEL=\u5bc6\u78bc:
INFO_SERVER_DIRECTORY_MANAGER_PWD_TOOLTIP=Enter a password for the server initial Root User account
INFO_SERVER_ERROR=%s \u767c\u751f\u932f\u8aa4:
INFO_SERVER_LOCATION_LABEL=\u5b89\u88dd\u8def\u5f91:
INFO_SERVER_LOCATION_PARENT_TOOLTIP=\u8f38\u5165\u5c07\u7528\u4ee5\u5132\u5b58\u4f3a\u670d\u5668\u6a94\u6848\u4e4b\u7236\u7cfb\u4f4d\u7f6e\u7684\u5b8c\u6574\u8def\u5f91
INFO_SERVER_LOCATION_RELATIVE_TOOLTIP=\u8f38\u5165\u5c07\u7528\u4ee5\u5132\u5b58\u4f3a\u670d\u5668\u6a94\u6848\u4e4b\u4f4d\u7f6e\u7684\u76f8\u5c0d\u8def\u5f91
INFO_SERVER_NOT_RUNNING_MSG=\u76ee\u9304\u4f3a\u670d\u5668\u76ee\u524d\u672a\u57f7\u884c\u3002\u6309\u4e00\u4e0b\u3010\u662f\u3011\uff0c\u7e7c\u7e8c\u9032\u884c\u89e3\u9664\u5b89\u88dd\u3002
INFO_SERVER_NOT_RUNNING_TITLE=\u76ee\u9304\u4f3a\u670d\u5668\u76ee\u524d\u672a\u57f7\u884c
INFO_SERVER_PORT_LABEL=LDAP \u5075\u807d\u7a0b\u5f0f\u9023\u63a5\u57e0:
INFO_SERVER_PORT_TOOLTIP=\u8f38\u5165\u4f3a\u670d\u5668\u5c07\u7528\u4ee5\u5075\u807d LDAP \u8acb\u6c42\u7684\u9023\u63a5\u57e0\u865f\u78bc
INFO_ADMIN_CONNECTOR_PORT_LABEL=Administration Connector Port:
INFO_ADMIN_CONNECTOR_PORT_TOOLTIP=Enter the port number that the administration connector will use.
INFO_SERVER_SECURITY_BUTTON_LABEL=\u914d\u7f6e...
INFO_SERVER_SECURITY_BUTTON_TOOLTIP=\u6309\u4e00\u4e0b\u4ee5\u914d\u7f6e LDAP \u5b89\u5168\u5b58\u53d6\u3002
INFO_SERVER_SECURITY_LABEL=LDAP \u5b89\u5168\u5b58\u53d6:
INFO_SERVER_SECURITY_TOOLTIP=The LDAP Secure Access Configuration for the new server.
INFO_SERVER_SETTINGS_PANEL_INSTRUCTIONS=Enter a port to listen for LDAP requests and enter a password for the server initial Root user.
INFO_SERVER_SETTINGS_PANEL_INSTRUCTIONS_WEBSTART=Choose a location for the server files and enter a password for the server administrative user.
INFO_SERVER_SETTINGS_PANEL_TITLE=\u4f3a\u670d\u5668\u8a2d\u5b9a
INFO_SERVER_SETTINGS_STEP=\u4f3a\u670d\u5668\u8a2d\u5b9a
INFO_SETUP_LAUNCHER_GUI_LAUNCHED_FAILED=%n%n\u5716\u5f62\u5316\u8a2d\u5b9a\u555f\u52d5\u5931\u6557\u3002%n%n\u6b63\u5728\u555f\u52d5\u6307\u4ee4\u884c\u8a2d\u5b9a...
INFO_SETUP_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%n\u5716\u5f62\u5316\u8a2d\u5b9a\u555f\u52d5\u5931\u6557\u3002\u6aa2\u67e5\u6a94\u6848 %s \u4ee5\u53d6\u5f97\u66f4\u591a\u8a73\u7d30\u8cc7\u6599\u3002%n%n\u6b63\u5728\u555f\u52d5\u6307\u4ee4\u884c\u8a2d\u5b9a...
INFO_SETUP_LAUNCHER_LAUNCHING_GUI=\u6b63\u5728\u555f\u52d5\u5716\u5f62\u5316\u8a2d\u5b9a...
INFO_SETUP_LAUNCHER_USAGE_DESCRIPTION=\u6b64\u516c\u7528\u7a0b\u5f0f\u53ef\u7528\u4ee5\u8a2d\u5b9a\u76ee\u9304\u4f3a\u670d\u5668\u3002
INFO_SHOW_DETAILS_BUTTON_LABEL=\u986f\u793a\u8a73\u7d30\u8cc7\u8a0a
INFO_SHOW_EXCEPTION_DETAILS=\u986f\u793a\u8a73\u7d30\u8cc7\u8a0a
INFO_SHUTDOWN_BUTTON_LABEL=\u95dc\u6a5f
INFO_SHUTDOWN_DIRECTORY_MANAGER_CANCEL_BUTTON_TOOLTIP=\u95dc\u9589\u6b64\u8996\u7a97
INFO_SHUTDOWN_DIRECTORY_MANAGER_DIALOG_MSG=<b>\u76ee\u9304\u4f3a\u670d\u5668\u57f7\u884c\u4e2d</b><br>\u4f3a\u670d\u5668\u6b63\u5728\u57f7\u884c\u4e2d\uff0c\u5fc5\u9808\u5c07\u5176\u5148\u505c\u6b62\uff0c\u89e3\u9664\u5b89\u88dd\u4f5c\u696d\u624d\u80fd\u7e7c\u7e8c\u3002\u63d0\u4f9b\u4e0b\u5217\u8cc7\u8a0a\uff0c\u8b93\u89e3\u9664\u5b89\u88dd\u7a0b\u5f0f\u5c07\u5176\u95dc\u9589\u3002\u60a8\u4e5f\u53ef\u4ee5\u6309\u4e00\u4e0b\u3010\u53d6\u6d88\u3011\uff0c\u7136\u5f8c\u81ea\u884c\u95dc\u9589\u4f3a\u670d\u5668\u3002
INFO_SHUTDOWN_DIRECTORY_MANAGER_DIALOG_TITLE=\u9700\u8981\u8a8d\u8b49
INFO_SHUTDOWN_DIRECTORY_MANAGER_DN_LABEL=\u7ba1\u7406\u4f7f\u7528\u8005 DN:
INFO_SHUTDOWN_DIRECTORY_MANAGER_DN_TOOLTIP=Enter the distinguished name (DN) of the Administrative User account that will used to shutdown the server
INFO_SHUTDOWN_DIRECTORY_MANAGER_PWD_LABEL=\u5bc6\u78bc:
INFO_SHUTDOWN_DIRECTORY_MANAGER_PWD_TOOLTIP=Enter the password of the server Administrative User account
INFO_SHUTDOWN_DIRECTORY_MANAGER_SHUTDOWN_BUTTON_TOOLTIP=\u6309\u4e00\u4e0b\u6b64\u8655\uff0c\u4ee5\u63d0\u4f9b\u7684\u8a8d\u8b49\u95dc\u9589\u4f3a\u670d\u5668
# Only translate if the image is specific to the local
INFO_SPLASH_ICON=images/opendssplash.png
INFO_SPLASH_ICON_DESCRIPTION=QuickSetup Launching.
INFO_SPLASH_ICON_TOOLTIP=QuickSetup Launching
INFO_SSL_ACCESS_LABEL=SSL \u5b58\u53d6:
INFO_SSL_PORT_TEXTFIELD_TOOLTIP=LDAPS \u9023\u63a5\u57e0\u3002
INFO_STANDALONE_SERVER_LABEL=\u9019\u5c07\u662f\u7368\u7acb\u4f3a\u670d\u5668
INFO_STANDALONE_SERVER_TOOLTIP=\u82e5\u4e0d\u8981\u5728\u4f3a\u670d\u5668\u4e0a\u8907\u88fd\u60a8\u4ee5\u5176\u4ed6\u4f3a\u670d\u5668\u5efa\u7acb\u7684\u8cc7\u6599\uff0c\u8acb\u6838\u53d6\u6b64\u9078\u9805\u3002
INFO_START_SERVER_LABEL=\u5728\u914d\u7f6e\u5b8c\u6210\u6642\u555f\u52d5\u4f3a\u670d\u5668
INFO_START_SERVER_TOOLTIP=\u82e5\u8981\u5728\u5b8c\u6210\u5b89\u88dd\u8207\u914d\u7f6e\u6642\u555f\u52d5\u4f3a\u670d\u5668\uff0c\u8acb\u9078\u53d6\u6b64\u6838\u53d6\u65b9\u584a
INFO_STARTTLS_ACCESS_LABEL=StartTLS \u5b58\u53d6:
INFO_STEP_UPGRADE_CHOOSE_VERSION=\u9078\u64c7\u7248\u672c
# Only translate if the image is specific to the local
INFO_SUBSECTION_LEFT_ICON=images/divider-left.png
INFO_SUBSECTION_LEFT_ICON_DESCRIPTION=\u88dd\u98fe\u5716\u793a\u3002
# Only translate if the image is specific to the local
INFO_SUBSECTION_RIGHT_ICON=images/divider-right.png
INFO_SUBSECTION_RIGHT_ICON_DESCRIPTION=\u88dd\u98fe\u5716\u793a\u3002
INFO_SUFFIX_INITIALIZED_SUCCESSFULLY=\u5df2\u6210\u529f\u521d\u59cb\u5316\u57fa\u5e95 DN\u3002
INFO_SUFFIX_LIST_EMPTY=-\u627e\u4e0d\u5230\u57fa\u5e95 DN-
INFO_SUFFIX_LIST_REPLICA_DISPLAY_ENTRIES=%s (%s \u500b\u9805\u76ee)
INFO_SUFFIX_LIST_REPLICA_DISPLAY_ENTRIES_NOT_AVAILABLE=%s (\u7121\u6cd5\u4f7f\u7528\u7684\u9805\u76ee\u6578)
INFO_SUFFIX_LIST_REPLICA_DISPLAY_NO_ENTRIES=%s (\u7121\u9805\u76ee)
INFO_SUFFIX_LIST_UNKNOWN_LABEL=<\u4e0d\u660e>
INFO_SUFFIXES_STEP=\u8cc7\u6599\u8907\u88fd
INFO_SUFFIXES_TO_REPLICATE_DN_TOOLTIP=\u8981\u8907\u88fd\u4e4b\u57fa\u5e95 DN \u7684\u8fa8\u5225\u540d\u7a31 (DN)\u3002
INFO_SUFFIXES_TO_REPLICATE_PANEL_INSTRUCTIONS=Choose the base DNs that you want to create and whose contents will be replicated with the remote servers.
INFO_SUFFIXES_TO_REPLICATE_PANEL_TITLE=\u8cc7\u6599\u8907\u88fd
INFO_SUMMARY_CANCELING=\u6b63\u5728\u53d6\u6d88...
INFO_SUMMARY_CONFIGURING=\u6b63\u5728\u914d\u7f6e\u76ee\u9304\u4f3a\u670d\u5668...
INFO_SUMMARY_CONFIGURING_ADS=\u6b63\u5728\u5efa\u7acb\u8a3b\u518a\u914d\u7f6e...
INFO_SUMMARY_CONFIGURING_REPLICATION=\u6b63\u5728\u914d\u7f6e\u8907\u88fd...
INFO_SUMMARY_CREATING_BASE_ENTRY=\u6b63\u5728\u5efa\u7acb\u57fa\u5e95\u9805\u76ee...
INFO_SUMMARY_DOWNLOADING=\u6b63\u5728\u4e0b\u8f09\u4e8c\u9032\u4f4d\u6a94\u6848...
INFO_SUMMARY_ENABLING_WINDOWS_SERVICE=\u6b63\u5728\u555f\u7528 Windows \u670d\u52d9...
INFO_SUMMARY_EXTRACTING=\u6b63\u5728\u64f7\u53d6\u4e8c\u9032\u4f4d\u6a94\u6848......
INFO_SUMMARY_IMPORTING_AUTOMATICALLY_GENERATED=\u6b63\u5728\u532f\u5165\u81ea\u52d5\u7522\u751f\u7684\u8cc7\u6599...
INFO_SUMMARY_IMPORTING_LDIF=\u6b63\u5728\u532f\u5165 LDIF \u6a94\u6848...
INFO_SUMMARY_INITIALIZE_REPLICATED_SUFFIXES=\u6b63\u5728\u521d\u59cb\u5316\u8907\u88fd\u57fa\u5e95 DN \u7684\u5167\u5bb9...
INFO_SUMMARY_INSTALL_FINISHED_CANCELED=<b>QuickSetup Canceled.</b> <br>\u8a2d\u5b9a\u5df2\u53d6\u6d88\uff0c\u5728\u6b64\u4f5c\u696d\u671f\u9593\u5b89\u88dd\u65bc\u7cfb\u7d71\u4e0a\u7684\u4efb\u4f55\u6a94\u6848\u7686\u5df2\u79fb\u9664\u3002
INFO_SUMMARY_INSTALL_FINISHED_SUCCESSFULLY=<b>\u5df2\u6210\u529f\u5b8c\u6210 OpenDS QuickSetup\u3002</b><br>OpenDS \u73fe\u5df2\u5b89\u88dd\u65bc %s \u4e2d\u3002<br>\u4f3a\u670d\u5668\u70ba %s\u3002<br><br>\u5982\u9700\u4f3a\u670d\u5668\u7ba1\u7406\u8207\u914d\u7f6e\u7684\u7c21\u4ecb\uff0c\u8acb\u700f\u89bd <a href="https://www.opends.org/wiki/page/QuickReferenceGuide">OpenDS \u5feb\u901f\u53c3\u8003</a>\u9801\u9762\u3002<br>To see server configuration status and to perform some basic administration tasks on the server, click Launch Control Panel.  Note that you can launch this tool later using %s.<br><INPUT type="submit" value="Launch Control Panel"></INPUT>
INFO_SUMMARY_INSTALL_FINISHED_WITH_ERROR=\u767c\u751f\u932f\u8aa4\u3002\u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u6aa2\u67e5\u300c\u8a73\u7d30\u8cc7\u8a0a\u300d\u6587\u5b57\u5340\u3002<br>The server is %s.<br>To see server configuration status and to perform basic administration tasks on the server, click Launch Control Panel.  Note that you can launch this tool later using %s.<br><INPUT type="submit" value="Launch Control Panel"></INPUT>
INFO_SUMMARY_INSTALL_NOT_STARTED=\u6b63\u5728\u555f\u52d5 QuickSetup...
INFO_SUMMARY_REVERT_ABORT=\u6b63\u5728\u53d6\u6d88\u5fa9\u539f...
INFO_SUMMARY_REVERT_CLEANUP=\u6b63\u5728\u6e05\u9664...
INFO_PROGRESS_REVERT_ABORT=\u6b63\u5728\u53d6\u6d88\u5fa9\u539f
INFO_PROGRESS_REVERT_CLEANUP=\u6b63\u5728\u6e05\u9664
INFO_SUMMARY_REVERT_FINISHED_CANCELED_CLI=Reversion Canceled. \u5347\u7d1a\u4f5c\u696d\u5df2\u53d6\u6d88\uff0c\u4e14\u5b89\u88dd\u5df2\u9084\u539f\u70ba\u5fa9\u539f\u4f5c\u696d\u4e4b\u524d\u7684\u72c0\u614b\u3002
INFO_SUMMARY_REVERT_FINISHED_SUCCESSFULLY_CLI=Reversion Completed Successfully.  The server installation at %s has now been reverted to version %s.
INFO_SUMMARY_REVERT_FINISHED_WITH_ERRORS_CLI=Reversion Failed. \u5fa9\u539f\u4f5c\u696d\u56e0\u932f\u8aa4\u800c\u7121\u6cd5\u6210\u529f\u5b8c\u6210\uff0c\u4e14\u5b89\u88dd\u5df2\u9084\u539f\u70ba\u5fa9\u539f\u4f5c\u696d\u4e4b\u524d\u7684\u72c0\u614b\u3002\u8acb\u53c3\u95b1\u8a18\u9304\uff0c\u4ee5\u4e86\u89e3\u5fa9\u539f\u4f5c\u696d\u4e4b\u6240\u4ee5\u5931\u6557\u7684\u8a73\u7d30\u8cc7\u8a0a\u3002
INFO_SUMMARY_REVERT_FINISHED_WITH_WARNINGS_CLI=Reversion Succeeded With Warnings. \u5fa9\u539f\u4f5c\u696d\u5df2\u6210\u529f\u5b8c\u6210\uff0c\u4f46\u5fa9\u539f\u7a0b\u5f0f\u51fa\u73fe\u5fc5\u9808\u6ce8\u610f\u7684\u554f\u984c\u3002\u5982\u9700\u554f\u984c\u7684\u8a73\u7d30\u8cc7\u8a0a\uff0c\u8acb\u53c3\u95b1\u8a18\u9304\u3002
INFO_SUMMARY_REVERT_HISTORY=\u6b63\u5728\u8a18\u9304\u5fa9\u539f\u6b77\u7a0b\u8a18\u9304...
INFO_SUMMARY_REVERT_INITIALIZING=\u6b63\u5728\u521d\u59cb\u5316\u5fa9\u539f...
INFO_SUMMARY_REVERT_NOT_STARTED=\u6b63\u5728\u555f\u52d5\u5fa9\u539f...
INFO_SUMMARY_REVERT_REVERTING_COMPONENTS=\u6b63\u5728\u5fa9\u539f\u5143\u4ef6...
INFO_SUMMARY_REVERT_VERIFYING=\u6b63\u5728\u9a57\u8b49\u5fa9\u539f...
INFO_PROGRESS_REVERT_HISTORY=\u6b63\u5728\u8a18\u9304\u5fa9\u539f\u6b77\u7a0b\u8a18\u9304
INFO_PROGRESS_REVERT_INITIALIZING=\u6b63\u5728\u521d\u59cb\u5316\u5fa9\u539f
INFO_PROGRESS_REVERT_REVERTING_COMPONENTS=\u6b63\u5728\u5fa9\u539f\u5143\u4ef6
INFO_PROGRESS_REVERT_VERIFYING=\u6b63\u5728\u9a57\u8b49\u5fa9\u539f
INFO_SUMMARY_START_ERROR=\u555f\u52d5\u4f3a\u670d\u5668\u6642\u767c\u751f\u932f\u8aa4\u3002\u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u6aa2\u67e5\u300c\u8a73\u7d30\u8cc7\u8a0a\u300d\u6587\u5b57\u5340\u3002
INFO_SUMMARY_START_SUCCESS=Server Started Successfully.
INFO_SUMMARY_STARTING=\u6b63\u5728\u555f\u52d5\u4f3a\u670d\u5668...
INFO_SUMMARY_STOP_ERROR=\u505c\u6b62\u4f3a\u670d\u5668\u6642\u767c\u751f\u932f\u8aa4\u3002\u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u6aa2\u67e5\u300c\u8a73\u7d30\u8cc7\u8a0a\u300d\u6587\u5b57\u5340\u3002
INFO_SUMMARY_STOP_SUCCESS=Server Stopped Successfully.
INFO_SUMMARY_STOPPING=\u6b63\u5728\u505c\u6b62\u4f3a\u670d\u5668...
INFO_SUMMARY_UPGRADE_ABORT=\u6b63\u5728\u53d6\u6d88\u5347\u7d1a...
INFO_SUMMARY_UPGRADE_APPLYING_CONFIG_CUSTOMIZATION=\u6b63\u5728\u5957\u7528\u914d\u7f6e\u81ea\u8a02...
INFO_SUMMARY_UPGRADE_APPLYING_ADS_CUSTOMIZATION=\u6b63\u5728\u5957\u7528\u8a3b\u518a\u81ea\u8a02...
INFO_SUMMARY_UPGRADE_APPLYING_SCHEMA_CUSTOMIZATION=\u6b63\u5728\u5957\u7528\u6a21\u5f0f\u81ea\u8a02...
INFO_SUMMARY_UPGRADE_BACKING_UP_DB=\u6b63\u5728\u5099\u4efd\u8cc7\u6599...
INFO_SUMMARY_UPGRADE_BACKING_UP_FILES=\u6b63\u5728\u5099\u4efd\u6a94\u6848...
INFO_SUMMARY_UPGRADE_CALCULATING_CONFIG_CUSTOMIZATION=\u6b63\u5728\u8a08\u7b97\u914d\u7f6e\u81ea\u8a02...
INFO_SUMMARY_UPGRADE_CALCULATING_SCHEMA_CUSTOMIZATION=\u6b63\u5728\u8a08\u7b97\u6a21\u5f0f\u81ea\u8a02...
INFO_SUMMARY_UPGRADE_CLEANUP=\u6b63\u5728\u6e05\u9664...
INFO_SUMMARY_UPGRADE_DOWNLOADING=\u6b63\u5728\u4e0b\u8f09\u5efa\u7f6e...
INFO_SUMMARY_UPGRADE_EXTRACTING=\u6b63\u5728\u64f7\u53d6\u5efa\u7f6e...
INFO_SUMMARY_UPGRADE_FINISHED_CANCELED=<b>QuickUpgrade Canceled.</b> <br>\u5347\u7d1a\u4f5c\u696d\u5df2\u53d6\u6d88\uff0c\u4e14\u5b89\u88dd\u5df2\u9084\u539f\u70ba\u5347\u7d1a\u4f5c\u696d\u4e4b\u524d\u7684\u72c0\u614b\u3002<br><br><INPUT type="submit" value="Launch Control Panel"></INPUT>
INFO_SUMMARY_UPGRADE_FINISHED_CANCELED_CLI=QuickUpgrade Canceled. \u5347\u7d1a\u4f5c\u696d\u5df2\u53d6\u6d88\uff0c\u4e14\u5b89\u88dd\u5df2\u9084\u539f\u70ba\u5347\u7d1a\u4f5c\u696d\u4e4b\u524d\u7684\u72c0\u614b\u3002
INFO_SUMMARY_UPGRADE_FINISHED_SUCCESSFULLY=<b>QuickUpgrade Completed Successfully.</b><br>The server installation at %s has now been upgraded to version %s.<br><br><INPUT type="submit" value="Launch Control Panel"></INPUT>
INFO_SUMMARY_UPGRADE_FINISHED_SUCCESSFULLY_CLI=QuickUpgrade Completed Successfully.  %s \u4e0a\u7684 OpenDS \u5b89\u88dd\u73fe\u5df2\u5347\u7d1a\u70ba\u7248\u672c %s\u3002
INFO_SUMMARY_UPGRADE_FINISHED_WITH_ERRORS=<b>QuickUpgrade Failed</b><br>The upgrade operation could not complete successfully due to errors and the installation has been restored to the state it was in before the upgrade operation.  \u8acb\u53c3\u95b1\u300c\u8a73\u7d30\u8cc7\u8a0a\u300d\u4e00\u7bc0\uff0c\u4ee5\u9032\u4e00\u6b65\u4e86\u89e3\u5347\u7d1a\u4f5c\u696d\u5931\u6557\u7684\u539f\u56e0\u3002<br><br><INPUT type="submit" value="Launch Control Panel"></INPUT>
INFO_SUMMARY_UPGRADE_FINISHED_WITH_ERRORS_CLI=QuickUpgrade Failed. \u5347\u7d1a\u4f5c\u696d\u56e0\u932f\u8aa4\u800c\u7121\u6cd5\u6210\u529f\u5b8c\u6210\uff0c\u4e14\u5b89\u88dd\u5df2\u9084\u539f\u70ba\u5347\u7d1a\u4f5c\u696d\u4e4b\u524d\u7684\u72c0\u614b\u3002\u8acb\u53c3\u95b1\u8a18\u9304\uff0c\u4ee5\u4e86\u89e3\u5347\u7d1a\u4f5c\u696d\u4e4b\u6240\u4ee5\u5931\u6557\u7684\u8a73\u7d30\u8cc7\u8a0a\u3002
INFO_SUMMARY_UPGRADE_FINISHED_WITH_WARNINGS=<b>QuickUpgrade Succeeded With Warnings</b><br>The upgrade operation completed successfully but the upgrader had problems that require attention. \u8acb\u53c3\u95b1\u300c\u8a73\u7d30\u8cc7\u8a0a\u300d\u4e00\u7bc0\uff0c\u4ee5\u4e86\u89e3\u554f\u984c\u7684\u8a73\u7d30\u8cc7\u8a0a\u3002<br><br><INPUT type="submit" value="Launch Control Panel"></INPUT>
INFO_SUMMARY_UPGRADE_FINISHED_WITH_WARNINGS_CLI=QuickUpgrade Succeeded With Warnings. \u5347\u7d1a\u4f5c\u696d\u5df2\u6210\u529f\u5b8c\u6210\uff0c\u4f46\u5347\u7d1a\u7a0b\u5f0f\u51fa\u73fe\u5fc5\u9808\u6ce8\u610f\u7684\u554f\u984c\u3002\u5982\u9700\u554f\u984c\u7684\u8a73\u7d30\u8cc7\u8a0a\uff0c\u8acb\u53c3\u95b1\u8a18\u9304\u3002
INFO_SUMMARY_UPGRADE_HISTORY=\u6b63\u5728\u8a18\u9304\u5347\u7d1a\u6b77\u7a0b\u8a18\u9304...
INFO_SUMMARY_UPGRADE_INITIALIZING=\u6b63\u5728\u521d\u59cb\u5316\u5347\u7d1a...
INFO_SUMMARY_UPGRADE_NOT_STARTED=\u6b63\u5728\u555f\u52d5\u5347\u7d1a...
INFO_SUMMARY_UPGRADE_PREPARING_CUSTOMIZATIONS=\u6b63\u5728\u6e96\u5099\u81ea\u8a02...
INFO_SUMMARY_UPGRADE_UPGRADING_COMPONENTS=\u6b63\u5728\u5347\u7d1a\u5143\u4ef6...
INFO_SUMMARY_UPGRADE_VERIFYING=\u6b63\u5728\u9a57\u8b49\u5347\u7d1a...
INFO_PROGRESS_UPGRADE_INTERNAL_STOP=\u6b63\u5728\u95dc\u9589\u5167\u90e8\u9023\u7dda\u8655\u7406\u7a0b\u5f0f
INFO_PROGRESS_UPGRADE_ABORT=\u6b63\u5728\u53d6\u6d88\u5347\u7d1a
INFO_PROGRESS_UPGRADE_APPLYING_CONFIG_CUSTOMIZATION=\u6b63\u5728\u5957\u7528\u914d\u7f6e\u81ea\u8a02
INFO_PROGRESS_UPGRADE_APPLYING_ADS_CUSTOMIZATION=\u6b63\u5728\u5957\u7528\u8a3b\u518a\u81ea\u8a02
INFO_PROGRESS_UPGRADE_APPLYING_SCHEMA_CUSTOMIZATION=\u6b63\u5728\u5957\u7528\u6a21\u5f0f\u81ea\u8a02
INFO_PROGRESS_UPGRADE_BACKING_UP_DB=\u6b63\u5728\u5099\u4efd\u8cc7\u6599
INFO_PROGRESS_UPGRADE_BACKING_UP_FILES=\u6b63\u5728\u5099\u4efd\u6a94\u6848
INFO_PROGRESS_UPGRADE_CALCULATING_CONFIG_CUSTOMIZATION=\u6b63\u5728\u8a08\u7b97\u914d\u7f6e\u81ea\u8a02
INFO_PROGRESS_UPGRADE_CALCULATING_SCHEMA_CUSTOMIZATION=\u6b63\u5728\u8a08\u7b97\u6a21\u5f0f\u81ea\u8a02
INFO_PROGRESS_UPGRADE_CLEANUP=\u6b63\u5728\u6e05\u9664
INFO_PROGRESS_UPGRADE_DOWNLOADING=\u6b63\u5728\u4e0b\u8f09\u5efa\u7f6e
INFO_PROGRESS_UPGRADE_EXTRACTING=\u6b63\u5728\u64f7\u53d6\u5efa\u7f6e
INFO_PROGRESS_UPGRADE_EXTRACTING_VERBOSE=\u6b63\u5728\u64f7\u53d6\u5efa\u7f6e:
INFO_PROGRESS_UPGRADE_HISTORY=\u6b63\u5728\u8a18\u9304\u5347\u7d1a\u6b77\u7a0b\u8a18\u9304
INFO_PROGRESS_UPGRADE_INITIALIZING=\u6b63\u5728\u521d\u59cb\u5316\u5347\u7d1a
INFO_PROGRESS_UPGRADE_PREPARING_CUSTOMIZATIONS=\u6b63\u5728\u6e96\u5099\u81ea\u8a02
INFO_PROGRESS_UPGRADE_UPGRADING_COMPONENTS=\u6b63\u5728\u5347\u7d1a\u5143\u4ef6
INFO_PROGRESS_UPGRADE_VERIFYING=\u6b63\u5728\u9a57\u8b49\u5347\u7d1a
 
INFO_SUMMARY_WAITING_TO_CANCEL=\u6b63\u5728\u7b49\u5f85\u53d6\u6d88...
# Only translate if the color is specific to the local
INFO_TEXT_AREA_BORDER_COLOR=000,000,000
# Only translate if the color is specific to the local
INFO_TEXTFIELD_COLOR=000,000,000
INFO_TOPOLOGY_EXISTS_LABEL=\u62d3\u6a38\u4e2d\u5df2\u6709\u4f3a\u670d\u5668
INFO_TOPOLOGY_EXISTS_TOOLTIP=\u82e5\u60a8\u5df2\u5efa\u7acb\u8981\u7528\u4ee5\u8907\u88fd\u8cc7\u6599\u7684\u4f3a\u670d\u5668\uff0c\u8acb\u6838\u53d6\u6b64\u9078\u9805\u3002
INFO_SECURE_REPLICATION_PORT_LABEL=%s (\u5b89\u5168)
INFO_SECURE_REPLICATION_LABEL=\u914d\u7f6e\u70ba\u5b89\u5168
INFO_SECURE_REPLICATION_TOOLTIP=\u82e5\u60a8\u8981\u5728\u5176\u4ed6\u4f3a\u670d\u5668\u9023\u7dda\u5230\u6b64\u8907\u88fd\u9023\u63a5\u57e0\u6642\u9032\u884c\u901a\u8a0a\u52a0\u5bc6\uff0c\u8acb\u6838\u53d6\u6b64\u9078\u9805\u3002
INFO_UPGRADE_BUILD_ID_LABEL=\u5efa\u7f6e\u7248\u672c:
INFO_UPGRADE_BUILD_ID_TOOLTIP=\u5b89\u88dd\u5728\u4e0a\u8ff0\u4f4d\u7f6e\u4e2d\u7684\u5efa\u7f6e\u7248\u672c ID
INFO_UPGRADE_BUILD_ID_UNKNOWN=\u4e0d\u660e
INFO_UPGRADE_CANCELED=\u5347\u7d1a\u5df2\u53d6\u6d88\u3002
INFO_UPGRADE_CHOOSE_VERSION_BUILD_LIST_ERROR=<b>\u5b58\u53d6\u5efa\u7f6e\u8cc7\u8a0a\u6642\u767c\u751f\u932f\u8aa4\u3002</b><br>\u7121\u6cd5\u5f9e %s \u64f7\u53d6\u5efa\u7f6e\u6e05\u55ae\uff0c\u539f\u56e0\u70ba: %s\u3002<br>\u53ef\u80fd\u7684\u539f\u56e0:<br><ul><li>\u5fc5\u9808\u6307\u5b9a\u4ee3\u7406\u4f3a\u670d\u5668\u3002<br><table><tr><td><input value="Specify Proxy" type="submit"></input></td><td>\u76ee\u524d\u7684\u4ee3\u7406\u4f3a\u670d\u5668: %s<td></tr></table><br></li><li>%s \u5df2\u6545\u969c\u6216\u767c\u751f\u554f\u984c\u3002</li></ul><br>\u60a8\u4ecd\u53ef\u7e7c\u7e8c\u9032\u884c\u5347\u7d1a\uff0c\u4f46\u5c07\u5fc5\u9808\u500b\u5225\u4e0b\u8f09\u5efa\u7f6e\uff0c\u7136\u5f8c\u5728\u7cbe\u9748\u4e2d\u6307\u5411\u8a72\u5efa\u7f6e\u3002
INFO_UPGRADE_CHOOSE_VERSION_LOADING_BUILD_INFO=\u6b63\u5728\u8f09\u5165\u9060\u7aef\u5efa\u7f6e\u8cc7\u8a0a...
INFO_UPGRADE_CHOOSE_VERSION_LOCAL_LABEL=\u4ee5\u4e0b\u8f09\u7684\u6bcf\u9031\u66f4\u65b0\u7248 (.zip) \u70ba\u57fa\u790e\u7684\u5347\u7d1a
INFO_UPGRADE_CHOOSE_VERSION_LOCAL_PATH=\u8def\u5f91:
INFO_UPGRADE_CHOOSE_VERSION_LOCAL_TOOLTIP=\u5347\u7d1a\u70ba\u60a8\u5df2\u4e0b\u8f09\u4e4b .zip \u6a94\u6240\u542b\u7684\u5efa\u7f6e\u3002
INFO_UPGRADE_CHOOSE_VERSION_PANEL_INSTRUCTIONS=\u9078\u64c7\u65b0\u7248\u672c\u6216\u53c3\u7167\u5efa\u7f6e\uff0c\u7528\u4ee5\u9032\u884c\u5347\u7d1a\u3002
INFO_UPGRADE_CHOOSE_VERSION_PANEL_TITLE=\u9078\u64c7\u65b0\u7248\u672c
INFO_UPGRADE_CHOOSE_VERSION_READING_BUILD_INFO=\u6b63\u5728\u8b80\u53d6\u9060\u7aef\u5efa\u7f6e\u8cc7\u8a0a...
INFO_UPGRADE_CHOOSE_VERSION_REMOTE_LABEL=\u5f9e opends.dev.java.net \u9078\u64c7\u65b0\u7248\u672c
INFO_UPGRADE_CHOOSE_VERSION_REMOTE_NIGHTLY=\u6bcf\u65e5\u66f4\u65b0\u7248
INFO_UPGRADE_CHOOSE_VERSION_REMOTE_TOOLTIP=\u4e0b\u8f09 OpenDS \u7db2\u7ad9\u4e0a\u516c\u958b\u63d0\u4f9b\u7684\u5efa\u7f6e\uff0c\u4e26\u9032\u884c\u5347\u7d1a\u3002
INFO_UPGRADE_CHOOSE_VERSION_REMOTE_WEEKLY=\u6bcf\u9031\u66f4\u65b0\u7248
INFO_UPGRADE_CHOOSE_VERSION_UNABLE_TO_ACCESS_BUILD_INFO=\u7121\u6cd5\u5b58\u53d6\u9060\u7aef\u5efa\u7f6e\u8cc7\u8a0a\u3002
INFO_UPGRADE_OPERATION_PROMPT=\u60a8\u8981\u5c07\u6b64\u5b89\u88dd\u5347\u7d1a\u70ba\u8f03\u65b0\u7684\u7248\u672c\uff0c\u6216\u5fa9\u539f\u70ba\u820a\u7248\u672c\u55ce\uff1f
INFO_UPGRADE_OPERATION_REVERSION=\u5fa9\u539f\u70ba\u820a\u7248
INFO_UPGRADE_OPERATION_UPGRADE=\u5347\u7d1a\u70ba\u65b0\u7248
INFO_UPGRADE_OPERATION_REVERSION_RESPONSE=\u8acb\u91cd\u65b0\u57f7\u884c\u6b64\u6307\u4ee4\uff0c\u4ee5\u6307\u5b9a\u8868\u793a\u5fa9\u539f\u4f5c\u696d\u7684\u9078\u9805\u3002\u5982\u9700\u8a73\u7d30\u8cc7\u8a0a\uff0c\u8acb\u53c3\u95b1\u7528\u6cd5\u6307\u5357\u3002
INFO_UPGRADE_FILE_PROMPT=Enter the name and path of the server install file (.zip):
INFO_UPGRADE_LAUNCHER_DESCRIPTION=\u6b64\u516c\u7528\u7a0b\u5f0f\u53ef\u7528\u4f86\u5c07\u76ee\u9304\u4f3a\u670d\u5668\u5347\u7d1a\u70ba\u8f03\u65b0\u7684\u7248\u672c\u3002
INFO_UPGRADE_LAUNCHER_GUI_LAUNCHED_FAILED=%n%n\u5716\u5f62\u5316\u5347\u7d1a\u555f\u52d5\u5931\u6557\u3002%n%n\u6b63\u5728\u555f\u52d5\u6307\u4ee4\u884c\u5347\u7d1a...
INFO_UPGRADE_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%n\u5716\u5f62\u5316\u5347\u7d1a\u555f\u52d5\u5931\u6557\u3002\u6aa2\u67e5\u6a94\u6848 %s \u4ee5\u53d6\u5f97\u66f4\u591a\u8a73\u7d30\u8cc7\u6599\u3002%n%n\u6b63\u5728\u555f\u52d5\u6307\u4ee4\u884c\u5347\u7d1a...
INFO_UPGRADE_LAUNCHER_LAUNCHING_CLI=\u6b63\u5728\u555f\u52d5\u6307\u4ee4\u884c\u5347\u7d1a...
INFO_UPGRADE_LAUNCHER_LAUNCHING_GUI=\u6b63\u5728\u555f\u52d5\u5716\u5f62\u5316\u5347\u7d1a...
INFO_UPGRADE_LAUNCHER_USAGE_DESCRIPTION=\u6b64\u516c\u7528\u7a0b\u5f0f\u53ef\u7528\u4f86\u5c07\u76ee\u9304\u4f3a\u670d\u5668\u5347\u7d1a\u70ba\u8f03\u65b0\u7684\u7248\u672c\uff0c\u6216\u5fa9\u539f\u70ba\u820a\u7248\u3002%n%nWhen using this tool to upgrade the server you should first downloaded an OpenDS install package (.zip) file and specify its location using the -f/--file option.  \u60a8\u4e5f\u53ef\u4ee5\u900f\u904e OpenDS \u7db2\u7ad9 (www.opends.org) \u53d6\u5f97\u6b64\u5de5\u5177\u7684 Java Web Start \u7248\uff0c\u4e26\u4ee5\u6b64\u5347\u7d1a\u60a8\u7684\u4f3a\u670d\u5668\u3002%n%n\u4f7f\u7528\u6b64\u5de5\u5177\u5fa9\u539f\u70ba\u820a\u7248\u6642\uff0c\u60a8\u5fc5\u9808\u4f7f\u7528 -r/--revertMostRecent \u9078\u9805\uff0c\u6307\u5b9a\u60a8\u8981\u5fa9\u539f\u70ba\u6700\u65b0\u5347\u7d1a\u4e4b\u524d\u7684\u7248\u672c\uff0c\u6216\u4f7f\u7528 -a/--reversionArchive \u9078\u9805\u6307\u5b9a\u5fa9\u539f\u6b78\u6a94\u7684\u4f4d\u7f6e\u3002%n
INFO_UPGRADE_LOCATION_LABEL=\u8981\u5347\u7d1a\u7684\u4f3a\u670d\u5668:
INFO_UPGRADE_LOCATION_TOOLTIP=\u8981\u5347\u7d1a\u4e4b\u5efa\u7f6e\u7684\u6a94\u6848\u7cfb\u7d71\u4f4d\u7f6e
INFO_UPGRADE_LOG_FIELD_FROM=\u5f9e\uff1a
INFO_UPGRADE_LOG_FIELD_NOTE=\u5099\u8a3b:
INFO_UPGRADE_LOG_FIELD_OP=\u4f5c\u696d:
INFO_UPGRADE_LOG_FIELD_STATUS=\u72c0\u614b:
INFO_UPGRADE_LOG_FIELD_TIME=\u6642\u9593:
INFO_UPGRADE_LOG_FIELD_TO=\u5230\uff1a
INFO_UPGRADE_LOG_STATUS_CANCEL=\u5df2\u53d6\u6d88
INFO_UPGRADE_LOG_STATUS_FAILURE=\u5931\u6557
INFO_UPGRADE_LOG_STATUS_STARTED=\u5df2\u555f\u52d5
INFO_UPGRADE_LOG_STATUS_SUCCESS=\u6210\u529f
INFO_UPGRADE_MOD=\u5df2\u8655\u7406\u7684\u4f3a\u670d\u5668\u4fee\u6539: %s
INFO_UPGRADE_MOD_IGNORE=\u5c6c\u6027\u6216\u503c\u5df2\u5b58\u5728: %s
INFO_UPGRADE_MOD_NO_SCHEMA=\u5df2\u8655\u7406\u7684\u4f3a\u670d\u5668\u4fee\u6539 (\u6a21\u5f0f\u6aa2\u67e5\u5df2\u505c\u7528): %s
INFO_REVERSION_ORACLE_WARNING=\u5fa9\u539f\u8b66\u544a
INFO_REVERSION_ORACLE_ACTION=\u5347\u7d1a\u9700\u8981\u624b\u52d5\u64cd\u4f5c
INFO_REVERSION_ORACLE_INFO=\u5347\u7d1a\u8cc7\u8a0a
INFO_REVERSION_ORACLE_UNSUPPORTED=Reversion not supported from version %s to version %s. To revert you must uninstall the current server, install the new server, and manually migrate your data: %s
INFO_UPGRADE_ORACLE_SAME_VERSION=\u76ee\u524d\u7684\u7248\u672c\u8207\u8981\u5347\u7d1a\u7684\u76ee\u6a19\u4e8c\u9032\u4f4d\u7248\u672c\u76f8\u540c (%s)
INFO_REVERSION_TYPE_PROMPT=\u60a8\u8981\u5982\u4f55\u6307\u5b9a\u7528\u4ee5\u5fa9\u539f\u6b64\u5be6\u4f8b\u7684\u6b78\u6a94\uff1f
INFO_REVERSION_TYPE_PROMPT_RECENT=\u4f7f\u7528\u6700\u65b0\u7248\u7684\u6b78\u6a94
INFO_REVERSION_TYPE_PROMPT_FILE=\u624b\u52d5\u6307\u5b9a\u5fa9\u539f\u6b78\u6a94\u76ee\u9304
INFO_REVERSION_DIR_PROMPT=\u9078\u53d6\u5fa9\u539f\u6b78\u6a94\u76ee\u9304:
INFO_REVERSION_DIR_WAIT=\u6b63\u5728\u521d\u59cb\u5316\u6b78\u6a94
INFO_REVERSION_DIR_FROM_UPGRADE=\u5728 %2$s \u4e0a\u6b78\u6a94\u7684 %1$s
INFO_UPGRADE_ORACLE_ACTION=\u5347\u7d1a\u9700\u8981\u624b\u52d5\u64cd\u4f5c
INFO_UPGRADE_ORACLE_INFO=\u5347\u7d1a\u8cc7\u8a0a
INFO_UPGRADE_ORACLE_SUCCESS=\u652f\u63f4\u5f9e\u7248\u672c %s \u5347\u7d1a\u70ba\u7248\u672c %s \u7684\u4f5c\u696d\u3002
INFO_UPGRADE_ORACLE_UNSUPPORTED=\u5f9e\u7248\u672c %s \u5347\u7d1a\u70ba\u7248\u672c %s \u7684\u4f5c\u696d\u4e0d\u53d7\u652f\u63f4\u3002To upgrade you must uninstall the current server, install the new server, and manually migrate your data: %s
INFO_UPGRADE_ORACLE_WARNING=\u5347\u7d1a\u8b66\u544a
INFO_UPGRADE_REVIEW_PANEL_INSTRUCTIONS=\u8907\u67e5\u8a2d\u5b9a\uff0c\u82e5\u6b63\u78ba\u7121\u8aa4\uff0c\u8acb\u6309\u4e00\u4e0b\u3010\u7d50\u675f\u3011\u3002
INFO_UPGRADE_REVIEW_PANEL_NEW_VERSION_LABEL=\u65b0\u7248\u672c:
INFO_UPGRADE_REVIEW_PANEL_NEW_VERSION_TOOLTIP=\u4f3a\u670d\u5668\u7684\u76ee\u6a19\u7248\u672c
INFO_UPGRADE_REVIEW_PANEL_OLD_VERSION_LABEL=\u73fe\u884c\u7248\u672c:
INFO_UPGRADE_REVIEW_PANEL_OLD_VERSION_TOOLTIP=\u4f3a\u670d\u5668\u7684\u73fe\u884c\u7248\u672c
INFO_UPGRADE_REVIEW_PANEL_SERVER_LABEL=\u8981\u5347\u7d1a\u7684\u4f3a\u670d\u5668:
INFO_UPGRADE_REVIEW_PANEL_SERVER_TOOLTIP=\u8981\u5347\u7d1a\u4e4b\u5efa\u7f6e\u7684\u6a94\u6848\u7cfb\u7d71\u4f4d\u7f6e
INFO_UPGRADE_REVIEW_PANEL_START_SERVER=\u5728\u5347\u7d1a\u5b8c\u6210\u6642\u555f\u52d5\u4f3a\u670d\u5668
INFO_UPGRADE_REVIEW_PANEL_START_SERVER_TOOLTIP=\u82e5\u8981\u5728\u5b8c\u6210\u5347\u7d1a\u6642\u555f\u52d5\u4f3a\u670d\u5668\uff0c\u8acb\u9078\u53d6\u6b64\u6838\u53d6\u65b9\u584a
INFO_UPGRADE_REVIEW_PANEL_TITLE=\u5be9\u95b1
INFO_UPGRADE_VERIFICATION_FAILURE_CANCEL=\u53d6\u6d88\u5347\u7d1a
INFO_UPGRADE_VERIFICATION_FAILURE_PROMPT=\u5df2\u5347\u7d1a\u7684\u4f3a\u670d\u5668\u5728\u555f\u52d5\u6642\u50b3\u56de\u932f\u8aa4\u3002\u60a8\u8981\u53d6\u6d88\u5347\u7d1a\u55ce\uff1f\u82e5\u53d6\u6d88\uff0c\u6b64\u5347\u7d1a\u5c0d\u4f3a\u670d\u5668\u6240\u505a\u7684\u4efb\u4f55\u8b8a\u66f4\u90fd\u5c07\u53d6\u6d88\u3002
INFO_UPGRADE_CONFIRM_TITLE=\u78ba\u8a8d\u5347\u7d1a
INFO_UPGRADE_CONFIRM_PROMPT=\u6b64\u5b89\u88dd\u5c07\u4f7f\u7528 zip \u6a94 %s \u9032\u884c\u5347\u7d1a\u3002
INFO_UPGRADE_VERIFICATION_FAILURE_TITLE=\u5347\u7d1a\u9a57\u8b49\u5931\u6557
INFO_UPGRADE_VERIFICATION_FAILURE_VIEW_DETAILS=\u6aa2\u8996\u932f\u8aa4\u8a73\u7d30\u8cc7\u8a0a
INFO_UPGRADE_WELCOME_PANEL_TITLE=\u6b61\u8fce\u4f7f\u7528
INFO_UPGRADE_WELCOME_PANEL_WEBSTART_INSTRUCTIONS=OpenDS QuickUpgrade \u5de5\u5177\u5c07\u5c31\u5730\u5347\u7d1a\u73fe\u6709\u7684\u5efa\u7f6e\u3002<br><br>\u6b64 QuickUpgrade \u5be6\u4f8b\u6703\u5c07\u60a8\u65bc\u4e0b\u65b9\u6307\u5b9a\u7684\u4f3a\u670d\u5668\u5347\u7d1a\u70ba\u4e0b\u5217 OpenDS \u5efa\u7f6e: %s (\u5efa\u7f6e ID: %s)\u3002<br><br>\u5982\u9700\u9019\u9805\u5de5\u5177\u7684\u5176\u4ed6\u8cc7\u8a0a\uff0c\u8acb\u53c3\u95b1 <a href="https://www.opends.org/wiki/">OpenDS \u6587\u4ef6 Wiki</a>\u3002<br><br><b>\u5099\u8a3b:</b> \u6b64\u5347\u7d1a\u5de5\u5177\u5c07\u5fc5\u9808\u505c\u6b62 OpenDS \u4f3a\u670d\u5668\u518d\u4e88\u4ee5\u555f\u52d5
INFO_UPGRADING_RATIO=\u6b63\u5728\u4e0b\u8f09: %s%% \u5df2\u5b8c\u6210 - \u6b63\u5728\u5347\u7d1a\u6a94\u6848: %s %% \u5df2\u5b8c\u6210\u3002
INFO_USE_EXISTING_CERTIFICATE_LABEL=\u4f7f\u7528\u73fe\u6709\u7684\u6191\u8b49:
INFO_USE_EXISTING_CERTIFICATE_TOOLTIP=\u82e5\u60a8\u5df2\u6709\u8981\u8b93\u65b0\u4f3a\u670d\u5668\u4f7f\u7528\u7684\u6191\u8b49\uff0c\u8acb\u9078\u53d6\u6b64\u9078\u9805\u3002
INFO_USE_SELF_SIGNED_LABEL=\u7522\u751f\u81ea\u6211\u7c3d\u7f72\u6191\u8b49 (\u5efa\u8b70\u50c5\u4f9b\u6e2c\u8a66\u4e4b\u7528)
INFO_USE_SELF_SIGNED_TOOLTIP=\u5efa\u7acb\u65b0\u7684\u81ea\u6211\u7c3d\u7f72\u6191\u8b49\u4ee5\u9032\u884c\u901a\u8a0a\u52a0\u5bc6\u3002
INFO_VALIDATING_RATIO=\u6b63\u5728\u4e0b\u8f09: %s%% \u5df2\u5b8c\u6210 - \u6b63\u5728\u9a57\u8b49\u6a94\u6848: %s %% \u5df2\u5b8c\u6210\u3002
# Only translate if the image is specific to the local
INFO_WAIT=images/wait.gif
# Only translate if the image is specific to the local
INFO_WAIT_TINY=images/wait_tiny.png
# Only translate if the image is specific to the local
INFO_WARNING_ICON=images/warning_small.gif
INFO_WARNING_ICON_DESCRIPTION=\u8b66\u544a\u3002
INFO_WARNING_ICON_TOOLTIP=\u8b66\u544a
# Only translate if the image is specific to the local
INFO_WARNING_LARGE_ICON=images/warning_large.gif
INFO_WEB_PROXY_DLG_AUTH_LABEL=\u8a8d\u8b49:
INFO_WEB_PROXY_DLG_AUTH_REQ_LABEL=\u4ee3\u7406\u4f3a\u670d\u5668\u7684\u5fc5\u8981\u9805\u76ee
INFO_WEB_PROXY_DLG_HOST_LABEL=\u4e3b\u6a5f\uff1a
INFO_WEB_PROXY_DLG_PASSWORD_LABEL=\u5bc6\u78bc:
INFO_WEB_PROXY_DLG_PORT_LABEL=\u9023\u63a5\u57e0:
INFO_WEB_PROXY_DLG_TITLE=Web \u4ee3\u7406\u4f3a\u670d\u5668\u914d\u7f6e
INFO_WEB_PROXY_DLG_USER_LABEL=\u4f7f\u7528\u8005:
INFO_WELCOME_PANEL_OFFLINE_INSTRUCTIONS=OpenDS QuickSetup \u5de5\u5177\u6703\u8981\u6c42\u60a8\u63d0\u4f9b\u67d0\u4e9b\u57fa\u672c\u4f3a\u670d\u5668\u8207\u8cc7\u6599\u914d\u7f6e\u8a2d\u5b9a\uff0c\u4e26\u6703\u5feb\u901f\u555f\u52d5\u4e26\u57f7\u884c\u60a8\u7684\u4f3a\u670d\u5668\u3002<br><br>\u8acb\u6ce8\u610f\uff0c\u60a8\u4e5f\u53ef\u4ee5\u5f9e <a href="https://opends.dev.java.net/public/downloads_index.html">OpenDS \u4e0b\u8f09\u9801\u9762</a>\u5b89\u88dd\u6700\u65b0\u7684\u6bcf\u9031\u66f4\u65b0\u7248\uff0c\u4ee5\u900f\u904e Java Web Start \u555f\u52d5\u8a2d\u5b9a\u7a0b\u5f0f\u3002\u6b64 QuickSetup \u5be6\u4f8b\u6703\u4f7f\u7528\u4e0b\u5217 OpenDS \u5efa\u7f6e: %s (\u5efa\u7f6e ID: %s) <br><br> OpenDS \u9700\u8981 Java SE 5.0 \u6216\u66f4\u9ad8\u7684\u57f7\u884c\u968e\u6bb5\u3002<br><br>\u5982\u9700 QuickSetup \u7684\u5176\u4ed6\u8cc7\u8a0a\uff0c\u8acb\u53c3\u95b1 <a href="https://www.opends.org/wiki/page/OverviewOfTheQuickSetupTool">OpenDS \u6587\u4ef6 Wiki</a>\u3002
INFO_WELCOME_PANEL_TITLE=\u6b61\u8fce\u4f7f\u7528
INFO_WELCOME_PANEL_WEBSTART_INSTRUCTIONS=OpenDS QuickSetup \u5de5\u5177\u6703\u8981\u6c42\u60a8\u63d0\u4f9b\u67d0\u4e9b\u57fa\u672c\u4f3a\u670d\u5668\u8207\u8cc7\u6599\u914d\u7f6e\u8a2d\u5b9a\uff0c\u4e26\u6703\u5feb\u901f\u555f\u52d5\u4e26\u57f7\u884c\u60a8\u7684\u4f3a\u670d\u5668\u3002<br><br>QuickSetup \u6703\u5b89\u88dd\u4e26\u914d\u7f6e\u6700\u65b0\u7684\u6bcf\u9031\u66f4\u65b0\u7248\u3002\u60a8\u4e5f\u53ef\u4ee5\u4f7f\u7528 QuickSetup \u8a2d\u5b9a\u60a8\u624b\u52d5\u4e0b\u8f09\u7684\u6bcf\u9031\u66f4\u65b0\u7248\u3002\u82e5\u8981\u57f7\u884c\u6b64\u6848\u4f8b\u4e2d\u7684 QuickSetup\uff0c\u8acb\u5728 OpenDS \u76ee\u9304\u7684\u9802\u5c64\u4f7f\u7528 %s \u6307\u4ee4\u3002\u6b64 QuickSetup \u5be6\u4f8b\u6703\u4f7f\u7528\u4e0b\u5217 OpenDS \u5efa\u7f6e: %s (\u5efa\u7f6e ID: %s) <br><br> OpenDS \u9700\u8981 Java SE 5.0 \u6216\u66f4\u9ad8\u7684\u57f7\u884c\u968e\u6bb5\u3002<br><br>\u5982\u9700 QuickSetup \u7684\u5176\u4ed6\u8cc7\u8a0a\uff0c\u8acb\u53c3\u95b1 <a href="https://www.opends.org/wiki/page/OverviewOfTheQuickSetupTool">OpenDS \u6587\u4ef6 Wiki</a>\u3002
INFO_WELCOME_STEP=\u6b61\u8fce\u4f7f\u7528
INFO_LICENSE_PANEL_OFFLINE_INSTRUCTIONS=Please read the following important information before continuing.
INFO_LICENSE_PANEL_TITLE=License
INFO_LICENSE_PANEL_WEBSTART_INSTRUCTIONS=bla bla
INFO_LICENSE_STEP=License
INFO_LICENSE_DETAILS_LABEL=Please read the following License Agreement.\nYou must accept the terms of the agreement before continuing with the installation.
INFO_LICENSE_CLICK_LABEL=Click to accept
INFO_LICENSE_CLI_ACCEPT_QUESTION=Accept the license (%s/%s) [%s]:
INFO_LICENSE_CLI_ACCEPT_YES=Yes
INFO_LICENSE_CLI_ACCEPT_NO=\u5426
INFO_LICENSE_CLI_ACCEPT_INVALID_RESPONSE=\u7121\u6548\u7684\u56de\u61c9
INFO_CONFIRM_UNINSTALL_STEP=\u89e3\u9664\u5b89\u88dd\u9078\u9805
INFO_ZIP_FILES_DESCRIPTION=Server Installation Package (.zip)
SEVERE_ERR_COULD_NOT_FIND_REPLICATIONID=\u627e\u4e0d\u5230\u9060\u7aef\u5c0d\u7b49\u7aef\u53ef\u521d\u59cb\u5316\u672c\u6a5f\u57fa\u5e95 DN \u7684\u5167\u5bb9: %s\u3002
INFO_NEW_UPGRADE_SCRIPT_AVAILABLE=\u300c%s\u300d\u5df2\u6709\u65b0\u7248\u53ef\u4f9b\u4f7f\u7528\u3002\u5b8c\u6210\u6b64\u4f5c\u696d\u5f8c\uff0c\u61c9\u522a\u9664\u6b64\u7a0b\u5e8f\u6a94\uff0c\u4e26\u5c07\u300c%s\u300d\u91cd\u65b0\u547d\u540d\u70ba\u300c%1$s\u300d\u3002
MILD_ERR_ERROR_CREATING_JAVA_HOME_SCRIPTS=\u4ee5 java \u7279\u6027\u66f4\u65b0\u7a0b\u5e8f\u6a94\u6642\u767c\u751f\u932f\u8aa4\u3002\u932f\u8aa4\u78bc: %d
SEVERE_ERR_INCOMPATIBLE_VERSION=\u5fc5\u8981\u7684 Java \u6700\u4f4e\u7248\u672c\u70ba %s\u3002%n%n\u5075\u6e2c\u5230\u7684\u7248\u672c\u70ba %s\u3002%n\u5075\u6e2c\u5230\u7684\u4e8c\u9032\u4f4d\u6a94\u70ba %s%n%n\\u8acb\u5c07 OPENDS_JAVA_HOME \u8a2d\u70ba\u76f8\u5bb9 Java \u5b89\u88dd\u7684\u6839\u76ee\u9304\uff0c\u6216\u7de8\u8f2f java.properties \u6a94\u6848\uff0c\u7136\u5f8c\u57f7\u884c dsjavaproperties \u7a0b\u5e8f\u6a94\uff0c\u4ee5\u6307\u5b9a\u8981\u4f7f\u7528\u7684 java \u7248\u672c\u3002
SEVERE_ERR_INVALID_JAVA_ARGS=The java arguments used in the server installation in '%s' do not seem to be compatible with the JVM used to run the upgrader (%s).%n%nTo fix this problem delete the file %s and click on 'Next' again.%nOnce the upgrader finishes you will have to set again the java arguments by running the command-line %s.
INFO_ADS_CONTEXT_EXCEPTION_MSG=Registration information error.  Error type: '%s'.
INFO_ADS_CONTEXT_EXCEPTION_WITH_DETAILS_MSG=Registration information error.  Error type: '%s'.  \u8a73\u7d30\u8cc7\u8a0a: %s
FATAL_ERR_ADS_MERGE=The registration information of server %s and server %s could not be merged.  Reasons:%n%s
FATAL_ERR_ADS_ADMINISTRATOR_MERGE=The following administrators are defined in server %s but not in server %s:%n%s%nThe merge can only be performed if these administrators are defined in server %s.  Use the command-line dsframework to do so.