summaryrefslogtreecommitdiffstats
path: root/dogtag/console-ui/src/CMSAdminRS.properties
blob: e421049379c4632e2bb463575d4c77aa44c3709d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
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
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
CERTTYPEWIZARD_LABEL_XCERT_LABEL=CrossCert
INSTALLOPWIZARD_LABEL_CROSSCERT_LABEL=Cross-signed Certificate(s)
SSLCLIENT_TRUST_DIALOG_TITLE=Security Warning
SSLCLIENT_TRUST_DIALOG_HELP=manual/en/console/help/security_warning.htm
SSLCLIENT_TRUST_DIALOG_ACCEPT=Accept
SSLCLIENT_TRUST_DIALOG_REJECT=Reject
SSLCLIENT_TRUST_DIALOG_VIEWCERT=View Certificate
SSLCLIENT_TRUST_DIALOG_WARNMSG=The certificate this server presented is either untrusted or unknown. \n\nDo you wish to accept this certificate?
SSLCLIENT_TRUST_DIALOG_ACCEPTONESESSION=Accept this certificate for this session only.
SSLCLIENT_INITPASSWORD_DIALOG_TITLE=Initialize Internal Token
SSLCLIENT_INITPASSWORD_PWD_LABEL=Password:
SSLCLIENT_INITPASSWORD_PWDAGAIN_LABEL=Password (again):
SSLCLIENT_PASSWORD_DIALOG_TITLE=Password Entry Dialog
SSLCLIENT_PASSWORD_DIALOG_LABEL=Enter the password for the
SSLCLIENT_PASSWORDAGAIN_DIALOG_LABEL=Password is invalid. Enter the password again for the
SSLCLIENT_CERTSELECT_DIALOG_TITLE=Select a certificate
SSLCLIENT_CERTSELECT_DIALOG_LABEL=Select a certificate:
INSTALLKRASTORAGEKEYWIZARD_LABEL_SELECTTOKEN_LABEL=Select the token (cryptographic device) for the key pair. 'Internal' refers to the software implementation in CS. If you have installed and configured the PKCS #11 module for a hardware device, you can select it from this list (Note that a DRM requires a separate device if a hardware device has been selected):
INSTALLKRASTORAGEKEYWIZARD_LABEL_TOKEN_LABEL=Token:
INSTALLKRASTORAGEKEYWIZARD_LABEL_PASSWD_LABEL=Password:
INSTALLKRASTORAGEKEYWIZARD_LABEL_PASSWDAGAIN_LABEL=Password (again):
INSTALLKRASTORAGEKEYWIZARD_LABEL_SOP_LABEL=Security officer password:
INSTALLKRASTORAGEKEYWIZARD_CHECKBOX_HARDWARE_SPLIT_LABEL=Use Hardware Splitting
INSTALLKRASTORAGEKEYWIZARD_CHECKBOX_HARDWARE_SPLIT_TTIP=Specify if Hardware Splitting should be used
INTERNALDBWIZARD_CHECKBOX_SCHEMA_LABEL=Add CS-Specific Schema and Indices to the Database?
INTERNALDBWIZARD_LABEL_REMOTEHOST_LABEL=Host name:
INTERNALDBWIZARD_LABEL_REMOTEPORT_LABEL=Port number:
INTERNALDBWIZARD_LABEL_REMOTEDN_LABEL=Base DN for this instance:
INTERNALDBWIZARD_LABEL_DATABASE_LABEL=Database Name (for DS 5.x or later):
INTERNALDBWIZARD_LABEL_REMOTEADMIN_LABEL=Directory manager DN:
INTERNALDBWIZARD_LABEL_REMOTEPWD_LABEL=Password:
INTERNALDBWIZARD_RADIOBUTTON_LOCALDB_LABEL=Create a new Internal Database (recommended)
INTERNALDBWIZARD_RADIOBUTTON_REMOTEDB_LABEL=Use an existing remote LDAP server
CAGENERAL_CHECKBOX_OCSP_LABEL=OCSP Service
CAOCSPSERVICEWIZARD_TEXT_HEADING_LABEL=Enabling Certificate Manager's internal OCSP service. The OCSP service runs on the Non-SSL end-entity port (i. e. - http://<host>:<ee-port>/ocsp). The port must be enabled for the service to run. Enabling the internal OCSP service is an alternative to installing an Online Certificate Status Manager.
CAOCSPSERVICEWIZARD_BORDER_CAOCSPSERVICEWIZARD_LABEL=Internal OCSP Service
CAOCSPSERVICEWIZARD_LABEL_OCSPSERVICE_LABEL=Enable OCSP service.
CAOCSPSERVICEWIZARD_CHECKBOX_OCSPSERVICE_LABEL=
CAOCSPSERVICEWIZARD_TITLE=OCSP Service
OCSPSTORESRULE_BUTTON_DEFAULT_LABEL=Set Default
INSTALLOCSPINTROWIZARD_TITLE=Installation Wizard
INSTALLOCSPINTROWIZARD_BORDER_INSTALLOCSPINTROWIZARD_LABEL=Online Certificate Status Manager Signing Certificate Installation
INSTALLOCSPINTROWIZARD_TEXT_HEADING_LABEL=Do you want to install the certificate now?
INSTALLOCSPINTROWIZARD_RADIOBUTTON_YES_LABEL=Yes.
INSTALLOCSPINTROWIZARD_RADIOBUTTON_NO_LABEL=No.
INSTALLGENOCSPWIZARD_TITLE=Installation Wizard
INSTALLGENOCSPWIZARD_BORDER_INSTALLGENOCSPWIZARD_LABEL=Online Certificate Status Manager Signing Certificate Creation
INSTALLGENOCSPWIZARD_TEXT_NEWKEY_LABEL=The wizard has all the information required to generate the key pair and the corresponding certificate. Click Next to generate and install the certificate.
INSTALLGENOCSPWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLGENOCSPCERTREQWIZARD_TITLE=Installation Wizard
INSTALLGENOCSPCERTREQWIZARD_BORDER_INSTALLGENOCSPCERTREQWIZARD_LABEL=Online Certificate Status Manager Signing Certificate Request Creation
INSTALLGENOCSPCERTREQWIZARD_TEXT_NEWKEY_LABEL=The wizard has all the information required to generate the key pair and the corresponding certificate request. Click Next to generate them.
INSTALLGENOCSPCERTREQWIZARD_RADIOBUTTON_PKCS10_LABEL=Generate a PKCS #10 request.
INSTALLGENOCSPCERTREQWIZARD_RADIOBUTTON_CMC_LABEL=Generate a full CMC enrollment request.
INSTALLGENOCSPCERTREQWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLDISPLAYOCSPCERTWIZARD_TITLE=Installation Wizard
INSTALLDISPLAYOCSPCERTWIZARD_BORDER_INSTALLDISPLAYRACERTWIZARD_LABEL=Certificate Details
INSTALLDISPLAYOCSPCERTWIZARD_LABEL_NAME_LABEL=Certificate name:
INSTALLDISPLAYOCSPCERTWIZARD_LABEL_CONTENT_LABEL=This is the certificate you have chosen to install:
INSTALLDISPLAYOCSPCERTWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLPASTEOCSPCERTWIZARD_TITLE=Installation Wizard
INSTALLPASTEOCSPCERTWIZARD_BORDER_INSTALLPASTERACERTWIZARD_LABEL=Location of Certificate
INSTALLPASTEOCSPCERTWIZARD_LABEL_INTRO_LABEL=Indicate the location of the certificate:
INSTALLPASTEOCSPCERTWIZARD_BUTTON_PASTE_LABEL=Paste from the Clipboard
INSTALLPASTEOCSPCERTWIZARD_RADIOBUTTON_FILE_LABEL=The certificate is located in this file:
INSTALLPASTEOCSPCERTWIZARD_RADIOBUTTON_BASE64_LABEL=The certificate is located in the text area below:
INSTALLPASTEOCSPCERTWIZARD_TEXT_DESC_LABEL=Paste a base-64 encoded certificate (including -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----) into the text area.
INSTALLPASTEOCSPCERTWIZARD_DIALOG_EMPTYFILE_MESSAGE=The file field should not be empty
INSTALLPASTEOCSPCERTWIZARD_DIALOG_FILENOTFOUND_MESSAGE=File not found
INSTALLPASTEOCSPCERTWIZARD_DIALOG_B64EEMPTY_MESSAGE=The base-64 encoded text field should not be empty
INSTALLPASTEOCSPCERTWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLPASTEOCSPCERTWIZARD_RADIOBUTTON_QUERY_LABEL=The certificate is at the CS where your request was sent.
INSTALLPASTEOCSPCERTWIZARD_TEXT_QUERY_LABEL=Specify the CS's host name, the EE port number, and the request ID:
INSTALLPASTEOCSPCERTWIZARD_LABEL_HOST_LABEL=Host name:
INSTALLPASTEOCSPCERTWIZARD_LABEL_PORT_LABEL=EE port number:
INSTALLPASTEOCSPCERTWIZARD_DIALOG_BLANKRID_MESSAGE=Request ID cannot be blank.
INSTALLPASTEOCSPCERTWIZARD_DIALOG_INVALIDRID_MESSAGE=Request ID is not an integer.
INSTALLPASTEOCSPCERTWIZARD_DIALOG_BLANKHOST_MESSAGE=Host name cannot be blank.
INSTALLPASTEOCSPCERTWIZARD_DIALOG_BLANKPORT_MESSAGE=Port number cannot be blank.
INSTALLPASTEOCSPCERTWIZARD_DIALOG_INVALIDPORT_MESSAGE=Port number is not an integer.
INSTALLPASTEOCSPCERTWIZARD_DIALOG_OUTOFRANGE_MESSAGE=Port number is not between 1 and 65535 inclusive
INSTALLPASTEOCSPCERTWIZARD_TEXT_SSL_LABEL=Is it an SSL secure port?
INSTALLPASTEOCSPCERTWIZARD_CHECKBOX_SSL_LABEL=Yes. It's the SSL secure EE port.
INSTALLPASTEOCSPCERTWIZARD_LABEL_RID_LABEL=Request ID:
INSTALLOCSPCERTSTATUSWIZARD_TITLE=Installation Wizard
INSTALLOCSPCERTSTATUSWIZARD_BORDER_INSTALLOCSPCERTSTATUSWIZARD_LABEL=Import Certificate Chain
INSTALLOCSPCERTSTATUSWIZARD_TEXT_DESC_LABEL=The OCSP Signing Certificate has been successfully installed. Now either specify the location of the base-64 encoded certificate chain (PKCS #7) of the CA which signed the OCSP Signing Certificate or paste the base-64 encoded certificate chain into the text area.
INSTALLOCSPCERTSTATUSWIZARD_BUTTON_PASTE_LABEL=Paste from the Clipboard
INSTALLOCSPCERTSTATUSWIZARD_RADIOBUTTON_FILE_LABEL=The certificate chain is located in this file:
INSTALLOCSPCERTSTATUSWIZARD_RADIOBUTTON_BASE64_LABEL=The certificate chain is located in the text area below:
INSTALLOCSPCERTSTATUSWIZARD_TEXT_DESC1_LABEL=Paste the certificate chain (including -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----) into the text area:
INSTALLOCSPCERTSTATUSWIZARD_DIALOG_B64EEMPTY_TITLE=Error
INSTALLOCSPCERTSTATUSWIZARD_DIALOG_B64EEMPTY_MESSAGE=Paste the certificate chain into the text area
INSTALLOCSPCERTSTATUSWIZARD_DIALOG_FILENOTFOUND_TITLE=Error
INSTALLOCSPCERTSTATUSWIZARD_DIALOG_FILENOTFOUND_MESSAGE=File not found
INSTALLOCSPCERTSTATUSWIZARD_DIALOG_EMTPYFILEFIELD_TITLE=Error
INSTALLOCSPCERTSTATUSWIZARD_DIALOG_EMPTYFILEFIELD_MESSAGE=The file field is blank
INSTALLOCSPCERTSTATUSWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLOCSPCERTSTATUSWIZARD_INCOMPLETECERTCHAIN=The installed Certificate chain not complete - it does\nnot include a path to a trusted root. Partially\ncomplete chains may result in unexpected client\nand server behavior.
INSTALLOCSPCERTSTATUSWIZARD_ERROR1=Fix the certificate chain before proceeding to the next panel
INSTALLMANUALOCSPCERTREQUESTWIZARD_TITLE=Installation Wizard
INSTALLMANUALOCSPCERTREQUESTWIZARD_BORDER_INSTALLMANUALOCSPCERTREQUESTWIZARD_LABEL=Submission of Request
INSTALLMANUALOCSPCERTREQUESTWIZARD_TEXT_IGNOR_LABEL=Skip to the next panel if you've already submitted the request.
INSTALLMANUALOCSPCERTREQUESTWIZARD_TEXT_DESC_LABEL=Copy the base-64 encoded certificate request (including -----BEGIN NEW CERTIFICATE REQUEST----- and -----END NEW CERTIFICATE REQUEST-----) from the text area below and paste it into the OCSP Responder enrollment form.
INSTALLMANUALOCSPCERTREQUESTWIZARD_BUTTON_COPY_LABEL=Copy to the Clipboard
INSTALLMANUALOCSPCERTREQUESTWIZARD_TEXT_FILELOC_LABEL=This certificate request has been saved to a text file called ocspcsr.txt which is located in the
INSTALLMANUALOCSPCERTREQUESTWIZARD_CHECKBOX_SENDNOW_LABEL=Send the request to a remote CS now
INSTALLMANUALOCSPCERTREQUESTWIZARD_TEXT_SENDNOW_LABEL=Specify the remote CA's host name and EE port number:
INSTALLMANUALOCSPCERTREQUESTWIZARD_LABEL_HOST_LABEL=Host name:
INSTALLMANUALOCSPCERTREQUESTWIZARD_LABEL_PORT_LABEL=EE port number:
INSTALLMANUALOCSPCERTREQUESTWIZARD_DIALOG_BLANKHOST_MESSAGE=Host name cannot be blank.
INSTALLMANUALOCSPCERTREQUESTWIZARD_DIALOG_BLANKPORT_MESSAGE=Port number cannot be blank.
INSTALLMANUALOCSPCERTREQUESTWIZARD_DIALOG_INVALIDPORT_MESSAGE=Port number is not an integer.
INSTALLMANUALOCSPCERTREQUESTWIZARD_DIALOG_OUTOFRANGE_MESSAGE=Port number is not between 1 and 65535 inclusive
INSTALLMANUALOCSPCERTREQUESTWIZARD_TEXT_SSL_LABEL=Is it an SSL secure port?
INSTALLMANUALOCSPCERTREQUESTWIZARD_CHECKBOX_SSL_LABEL=Yes. It's the SSL secure EE port.
INSTALLOCSPKEYWIZARD_TITLE=Installation Wizard
INSTALLOCSPKEYWIZARD_BORDER_INSTALLOCSPKEYWIZARD_LABEL=Key-Pair Information for the Online Certificate Status Manager Signing Certificate
INSTALLOCSPKEYWIZARD_LABEL_TOKEN_LABEL=Token:
INSTALLOCSPKEYWIZARD_LABEL_PWD_LABEL=Password:
INSTALLOCSPKEYWIZARD_COMBOBOX_KEYTYPE_VALUE_0=RSA
INSTALLOCSPKEYWIZARD_COMBOBOX_KEYTYPE_VALUE_1=DSA
INSTALLOCSPKEYWIZARD_LABEL_KEYTYPE_LABEL=Key type:
INSTALLOCSPKEYWIZARD_LABEL_KEYLENGTH_LABEL=Key length:
INSTALLOCSPKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_0=1024
INSTALLOCSPKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_1=2048
INSTALLOCSPKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_2=Custom
INSTALLOCSPKEYWIZARD_COMBOBOX_DSAKEYLENGTH_VALUE_0=1024
INSTALLOCSPKEYWIZARD_COMBOBOX_DSAKEYLENGTH_VALUE_1=Custom
INSTALLOCSPKEYWIZARD_LABEL_UNITS_LABEL=bits
INSTALLOCSPKEYWIZARD_LABEL_KEY_LABEL=Specify the key type and key length:
INSTALLOCSPKEYWIZARD_LABEL_CUSTOMKEY_LABEL=Enter a value for the customized key length:
INSTALLOCSPKEYWIZARD_LABEL_SELECTTOKEN_LABEL=Select the token (cryptographic device) for the key pair. 'Internal' refers to the software implementation in CS. If you have installed and configured the PKCS #11 module for a hardware device, you can select it from this list:
INSTALLOCSPKEYWIZARD_DIALOG_OCSPSIGNINGCERTNOTFOUND_MESSAGE=RA signing certificate was not found
INSTALLOCSPKEYWIZARD_LABEL_INITTOKEN_LABEL=Initialize the selected token:
INSTALLOCSPKEYWIZARD_LABEL_LOGONTOKEN_LABEL=Logon to the selected token:
INSTALLOCSPKEYWIZARD_LABEL_PASSWD_LABEL=Password:
INSTALLOCSPKEYWIZARD_LABEL_PASSWDAGAIN_LABEL=Password (again):
INSTALLOCSPKEYWIZARD_LABEL_SOP_LABEL=Security officer password:
INSTALLOCSPKEYWIZARD_LABEL_LOGIN_LABEL=Logon to the selected token:
INSTALLOCSPKEYWIZARD_LABEL_INITIALIZE_LABEL=Initialize the selected token:
INSTALLOCSPKEYWIZARD_DIALOG_BLANKLEN_MESSAGE=Key length cannot be blank
INSTALLOCSPKEYWIZARD_DIALOG_NONINTEGER_MESSAGE=Key length is not an integer
INSTALLOCSPKEYWIZARD_DIALOG_INVALIDKEYLEN_MESSAGE=Invalid key length
INSTALLOCSPKEYWIZARD_DIALOG_NOTSAMEPASSWD_TITLE=Error
INSTALLOCSPKEYWIZARD_DIALOG_NOTSAMEPASSWD_MESSAGE=The two passwords you entered do not match
INSTALLOCSPKEYWIZARD_DIALOG_BLANKPASSWD_TITLE=Error
INSTALLOCSPKEYWIZARD_DIALOG_BLANKPASSWD_MESSAGE=The password field cannot be blank
INSTALLOCSPKEYWIZARD_DIALOG_RSAINVALID_MESSAGE=The RSA key length must be divisible by 8.
INSTALLOCSPKEYWIZARD_DIALOG_DSAINVALID_MESSAGE=The DSA key length must be divisible by 64, and within the range of 512 to 1024.
INSTALLOCSPKEYWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLOCSPCERTDNWIZARD_TITLE=Installation Wizard
INSTALLOCSPCERTDNWIZARD_LABEL_SUBJECTNAME_LABEL=The current subject name in distinguished name (DN) format is:
INSTALLOCSPCERTDNWIZARD_BORDER_INSTALLOCSPCERTDNWIZARD_LABEL=Subject Name for Online Certificate Status Manager Signing Certificate
INSTALLOCSPCERTDNWIZARD_LABEL_DN_LABEL=To modify the subject DN for the certificate:
INSTALLOCSPCERTDNWIZARD_RADIOBUTTON_DNCOMP_LABEL=Enter the values for the subject DN components:
INSTALLOCSPCERTDNWIZARD_RADIOBUTTON_DNSTRING_LABEL=Enter the values for the subject DN string:
INSTALLOCSPCERTDNWIZARD_LABEL_CN_LABEL=Common name (CN=):
INSTALLOCSPCERTDNWIZARD_LABEL_OU_LABEL=Organizational unit (OU=):
INSTALLOCSPCERTDNWIZARD_LABEL_O_LABEL=Organization (O=):
INSTALLOCSPCERTDNWIZARD_LABEL_LOCALITY_LABEL=Locality (L=):
INSTALLOCSPCERTDNWIZARD_LABEL_STATE_LABEL=State (ST=):
INSTALLOCSPCERTDNWIZARD_LABEL_COUNTRY_LABEL=Country (C=):
INSTALLOCSPCERTDNWIZARD_LABEL_SELECTEDDN_LABEL=Selected DN:
INSTALLOCSPCERTDNWIZARD_TEXT_NEWDNHEADING_LABEL=If you want to modify the selected DN, please enter the new one as follows:
INSTALLOCSPCERTDNWIZARD_LABEL_NEWDN_LABEL=New DN:
INSTALLOCSPCERTDNWIZARD_DIALOG_BLANKFIELD_MESSAGE=Subject DN cannot be blank
INSTALLOCSPCERTDNWIZARD_DIALOG_MISSINGO_MESSAGE=Leaving out O= will cause Communicator 4.X\nto crash during SSL client authentication. If you do not provide\nan O= attribute, you will not be able to access\nthe issuing agent pages.
INSTALLOCSPCERTDNWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work,\nthen restart the\nwizard.
OCSPTOKENLOGONWIZARD_TITLE=Installation Wizard
OCSPTOKENLOGONWIZARD_BORDER_OCSPTOKENLOGONWIZARD_LABEL=Logon Token
OCSPTOKENLOGONWIZARD_TEXT_HEADING_LABEL=Logon to the token where the Online Certificate Status Manager Signing Certificate will reside:
OCSPTOKENLOGONWIZARD_TEXT_INIT_LABEL=Initialize the token where the Online Certificate Status Manager Signing Certificate will reside:
OCSPTOKENLOGONWIZARD_LABEL_TOKEN_LABEL=Token:
OCSPTOKENLOGONWIZARD_LABEL_PWD_LABEL=Password:
OCSPTOKENLOGONWIZARD_LABEL_PWDAGAIN_LABEL=Password Again:
OCSPTOKENLOGONWIZARD_DIALOG_BLANKPASSWD_MESSAGE=The password field cannot be blank.
OCSPTOKENLOGONWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
GENERAL_OK=OK
GENERAL_CANCEL=Cancel
GENERAL_HELP=Help
GENERAL_NEXT=Next>
GENERAL_DONE=Done
GENERAL_BACK=<Back
GENERAL_ERROR=Error
GENERAL_QUESTION=Question
GENERAL_MENU_KEYCERT_LABEL=Certificate Setup Wizard
GENERAL_MENU_KEYCERT_DESC=Certificate Setup Wizard
GENERAL_MENU_CERTMANAGEMENT_LABEL=Manage Certificate
GENERAL_MENU_CERTMANAGEMENT_DESC=Certificate Management
GENERAL_MENU_PKCS11MANAGEMENT_LABEL=Manage PKCS #11
GENERAL_MENU_PKCS11MANAGEMENT_DESC=PKCS #11 Management
GENERAL_MENU_REFRESH_LABEL=Refresh
GENERAL_MENU_REFRESH_DESC=Refresh
CMSADMIN_ADMINPORT_LABEL=Administration Port
CMSADMIN_DIALOG_SERVEROFF_TITLE=Error
CMSADMIN_DIALOG_SERVEROFF_MESSAGE=Server is off
CMSADMIN_DIALOG_NOTCONFIG_TITLE=Error
CMSADMIN_DIALOG_NOTCONFIG_MESSAGE=Server is not configured. Please go to {0} and run config-cert locally.
CMSADMIN_DIALOG_SERVERERROR_TITLE=Error
CMSADMIN_DIALOG_SERVERERROR_MESSAGE=Cannot contact the daemon. Please try again later
CMSADMIN_DIALOG_NOTIMPLEMENTED_TITLE=Error
CMSADMIN_DIALOG_NOTIMPLEMENTED_MESSAGE=Functionality not implemented for Beta 1
CMSINFOPANEL_LABEL_SERVERNAME_LABEL=Dogtag Certificate System
CMSTABPANEL_BUTTON_APPLY_LABEL=Save
CMSTABPANEL_BUTTON_APPLY_TTIP=Store the changes to the certificate server
CMSTABPANEL_BUTTON_RESET_LABEL=Reset
CMSTABPANEL_BUTTON_RESET_TTIP=Revert the values to the previous configuration
CMSTABPANEL_BUTTON_HELP_LABEL=Help
CMSTABPANEL_BUTTON_HELP_TTIP=Online help
CMSTABPANEL_DIALOG_NOTSAVED_MESSAGE=Configuration not saved. Do you want to save the changes?
CMSTABPANEL_DIALOG_NOTSAVED_TITLE=Configuration Not Saved
CMSRESOURCEOBJECT_CONNECTOR_TITLE=Connector
CMSRESOURCEOBJECT_ACL_TITLE=Access Control
CMSRESOURCEOBJECT_LOG_TITLE=Logs
CMSRESOURCEOBJECT_ACCESSLOG_TITLE=System
CMSRESOURCEOBJECT_ERRORLOG_TITLE=Error
CMSRESOURCEOBJECT_AUDITLOG_TITLE=Transactions
CMSRESOURCEOBJECT_LOCAL_TITLE=Authentications
CMSRESOURCEOBJECT_JOBSCHED_TITLE=Job Scheduler
CMSRESOURCEOBJECT_JOBS_TITLE=Jobs
CMSRESOURCEOBJECT_NOTIFICATION_TITLE=Notification
CMSRESOURCEOBJECT_LDAPSETTING_TITLE=LDAP Setting
CMSRESOURCEOBJECT_SMTPSETTING_TITLE=SMTP
CMSRESOURCEOBJECT_SELFTESTS_TITLE=Self Tests
CMSRESOURCEOBJECT_SCOPE_TITLE=Scopes
CMSRESOURCEOBJECT_LDAPUG_TITLE=LDAP Scope
CMSRESOURCEOBJECT_ROLE_TITLE=Role Management
CMSRESOURCEOBJECT_ACL_TITLE=Access Control List
CMSRESOURCEOBJECT_ENCRYPTION_TITLE=System Keys and Certificates
CMSRESOURCEOBJECT_CACONFIG_TITLE=Certificate Manager
CMSRESOURCEOBJECT_OCSPCONFIG_TITLE=Online Certificate Status Manager
CMSRESOURCEOBJECT_RACONFIG_TITLE=Registration Manager
CMSRESOURCEOBJECT_EACONFIG_TITLE=Data Recovery Manager
CMSRESOURCEOBJECT_CCMCONFIG_TITLE=Centralized Management
CMSRESOURCEOBJECT_POLICIES_TITLE=Policies
CMSRESOURCEOBJECT_PROFILES_TITLE=Certificate Profiles
CMSRESOURCEOBJECT_SERVLET_TITLE=Servlets
CMSRESOURCEOBJECT_AUTH_TITLE=Authentication
CMSRESOURCEOBJECT_USERGROUPS_TITLE=Users and Groups
CMSRESOURCEOBJECT_ISSUANCEPOLICIES_TITLE=Issuance Policies
CMSRESOURCEOBJECT_REVOCATIONPOLICIES_TITLE=Revocation Policies
CMSRESOURCEOBJECT_ESCROWPOLICIES_TITLE=Key Policies
CMSRESOURCEOBJECT_RECOVERYPOLICIES_TITLE=Recovery Policies
CMSRESOURCEOBJECT_EXTENSIONS_TITLE=Extensions
CMSRESOURCEOBJECT_CRLEXTENSIONS_TITLE=CRL Extensions
CMSRESOURCEOBJECT_CRLIPS_TITLE=CRL Issuing Points
CMSRESOURCEOBJECT_OCSPSTORES_TITLE=Revocation Info Stores
CMSRESOURCEOBJECT_BACKUP_TITLE=Backup and Restore
CMSRESOURCEOBJECT_PUBLISHING_TITLE=Publishing
CMSRESOURCEOBJECT_PUBLISHERS_TITLE=Publishers
CMSRESOURCEOBJECT_MAPPERS_TITLE=Mappers
CMSRESOURCEOBJECT_RULES_TITLE=Rules
CMSRESOURCEOBJECT_GATEWAY_TITLE=Gateway
CMSRESOURCEOBJECT_CAREPOSITORIES_TITLE=Certificate Service
CMSRESOURCEOBJECT_CAREQUESTS_TITLE=Certificate Requests
CMSRESOURCEOBJECT_CACERTIFICATE_TITLE=Certificates
CMSRESOURCEOBJECT_CAACL_TITLE=Certificate Authority
CMSRESOURCEOBJECT_RAREPOSITORIES_TITLE=Registration Service
CMSRESOURCEOBJECT_RAREQUESTS_TITLE=Certificate Requests
CMSRESOURCEOBJECT_RACERTIFICATE_TITLE=Certificates
CMSRESOURCEOBJECT_RAACL_TITLE=Registration Service
CMSRESOURCEOBJECT_EAREPOSITORIES_TITLE=Key Service
CMSRESOURCEOBJECT_EAREQUESTS_TITLE=Key Requests
CMSRESOURCEOBJECT_EAKEY_TITLE=Keys
CMSRESOURCEOBJECT_EAACL_TITLE=Key Service
CMSRESOURCEOBJECT_CCMACL_TITLE=Centralized Management
UILOADERREGISTRY_NOMATCHINGUILOADER=No UI loader registered with this sub-system type
CMSPAGEFEEDER_CONFIGURATION=Configuration
CMSPAGEFEEDER_SERVERNAME=Dogtag Certificate System
CMSPAGEFEEDER_CONTENT=Repositories
CMSPAGEFEEDER_STATUS=Status
CMSPAGEFEEDER_IDENTITYANDROLES=Authentication
CMSPAGEFEEDER_PERMISSION=Permission
CMSPAGEFEEDER_ACCESSCONTROLLIST=Access Control
CMSPAGEFEEDER_RESOURCE_TAB_NOT_FOUND=Resource tab type specified not found
CGITASK_DIALOG_SERVERDOWN_MESSAGE=Failed to contact the administration server
CGITASK_DIALOG_SERVERDOWN_TITLE=Error
CGITASK_DIALOG_CMSDOWN_MESSAGE=Failed to contact the Certificate System. The server may be down or the information you've specified is incorrect. Please check the host name, port number, and SSL selection, and make sure the server is started and is accessible from this machine.
CGITASK_DIALOG_CMSDOWN_TITLE=Error
CGITASK_DIALOG_WRONGSERVER_MESSAGE=You are trying to contact a CS agent port or a server that's not CS. We only support automatic submission requests to a Dogtag Certificate System EE port. Please check the host name, port number, and SSL selection, and make sure the server is started and is accessible from this machine.
CGITASK_DIALOG_WRONGSERVER_TITLE=Error
CGITASK_DIALOG_UNKNOWNALG_MESSAGE=The 'SSL server certificate' of the CS to which you attempted to submit the request corresponds to a DSA key or has been signed by a CA with DSA key.  Because this version of Console does not support DSA, you cannot use the auto-submit feature of the wizard to automatically submit the request to the CA's HTTPS port for end-entity enrollments. Instead, you should use the manual method of request submission -- that is, copy the base-64 encoded certificate request, go to the CS's end-entity enrollment page (HTTPS), open the appropriate form, paste the certificate request, and submit the completed request to the CS. \n\n Alternatively, if you must use the auto-submit feature, you can change the CS's configuration to accept certificate-enrollment requests on the end-entity HTTP (non-secure) port and then auto-submit the request. If you have already done so, simply specify the end-entity HTTP port and uncheck the secure server selection.
CGITASK_DIALOG_UNKNOWNALG_TITLE=Error
CGITASK_DIALOG_REJECTCERT_MESSAGE=You rejected the Certificate System's server certificate. You can not send the certificate request via the SSL secure EE port.
CGITASK_DIALOG_PROGRESS_CREATESUB=Creating Subsystem ...
CGITASK_DIALOG_PROGRESS_CREATEREPLICATIONAGREEMENT=Setting up a replication agreement ...
CGITASK_DIALOG_PROGRESS_CREATEDB=Creating internal database ...
CGITASK_DIALOG_PROGRESS_CONFIGDB=Configuring internal database ...
CGITASK_DIALOG_PROGRESS_CONNECTDB=Connecting to the master database ...
CGITASK_DIALOG_PROGRESS_INITTOKEN=Initializing Token ...
CGITASK_DIALOG_PROGRESS_CREATECERT=Creating Certificate ...
CGITASK_DIALOG_PROGRESS_CREATESSON=Creating Single Sign-On Password Database...
CGITASK_DIALOG_PROGRESS_CREATEREQ=Creating Certificate Request ...
TASKSTATUS_STATUS_LABEL=Get Status of the Server
TASKSTATUS_STATUS_DESC=Get Status of the Certificate Server
TASKRESTART_RESTART_LABEL=Restart the Server
TASKRESTART_RESTART_DESC=Restart the Certificate Server
TASKRESTART_DIALOG_RESTARTED_MESSAGE=Server Restarted
TASKRESTART_DIALOG_RESTARTED_TITLE=Restart Server
TASKSTART_START_LABEL=Start the Server
TASKSTART_START_DESC=Start the Certificate Server
TASKSTART_DIALOG_STARTED_MESSAGE=Server Started
TASKSTART_DIALOG_STARTED_TITLE=Start Server
TASKREMOVE_REMOVE_LABEL=Remove the Server
TASKREMOVE_REMOVE_DESC=Remove the Certificate Server
TASKREMOVE_DIALOG_REMOVED_MESSAGE=Server Removed
TASKREMOVE_DIALOG_REMOVED_TITLE=Remove Server
TASKSTOP_STOP_LABEL=Stop the Server
TASKSTOP_STOP_DESC=Stop the Certificate Server.
TASKSTOP_DIALOG_STOPPED_MESSAGE=Server Stopped
TASKSTOP_DIALOG_STOPPED_TITLE=Stop Server
TASKKEYCERT_KEYCERT_LABEL=Certificate Setup Wizard
TASKKEYCERT_KEYCERT_DESC=Set up keys and certificates
TASKKEYCERT_KEYCERT_TITLE=Certificate Setup Wizard
SERVER_DIALOG_RESTART_TITLE=Server Message
SERVER_DIALOG_RESTART_MESSAGE=Configuration changes are now committed. Please restart the server for the changes to take effect.
SERVICE_TITLE=Service Ports
SERVICE_LABEL_PORT_LABEL=Port:
SERVICE_LABEL_SSLPORT_LABEL=SSL port:
SERVICE_BORDER_CONNECTIVITY_LABEL=Connectivity
NETWORK_TITLE=Network
NETWORK_BORDER_ADMIN_LABEL=Administration
NETWORK_BORDER_AGENT_LABEL=Agent
NETWORK_BORDER_EE_LABEL=End-Entity
NETWORK_LABEL_ADMINSSLPORT_LABEL=SSL port:
NETWORK_DIALOG_BLANKFIELD_MESSAGE=No fields can be blank!
NETWORK_DIALOG_BLANKFIELD_TITLE=Error
NETWORK_DIALOG_NEGATIVE_TITLE=Error
NETWORK_DIALOG_NEGATIVE_MESSAGE=Backlog number must be greater than zero
NETWORK_DIALOG_NUMBERFORMAT_MESSAGE=Port numbers must be integers!
NETWORK_DIALOG_NUMBERFORMAT_TITLE=Number Format Error
NETWORK_DIALOG_PORTRANGE_MESSAGE=Valid port numbers are between 1 and 65535 inclusive!
NETWORK_DIALOG_PORTRANGE_TITLE=Port Number Out Of Range
NETWORK_DIALOG_RESTART_TITLE=Restart Server
NETWORK_DIALOG_RESTART_MESSAGE=To activate new port settings, please restart the server!
NETWORK_LABEL_GATEWAYSSLPORT_LABEL=SSL port:
NETWORK_LABEL_AGENTSSLPORT_LABEL=SSL Port:
NETWORK_LABEL_GATEWAYPORT_LABEL=Port:
NETWORK_LABEL_ADMINBACKLOG_LABEL=Backlog:
NETWORK_LABEL_EEBACKLOG_LABEL=Backlog:
NETWORK_LABEL_SECUREEEBACKLOG_LABEL=Backlog:
NETWORK_LABEL_SECUREAGENTBACKLOG_LABEL=Backlog:
NETWORK_LABEL_ENABLED_LABEL=Enable:
PASSWORDDIST_TITLE=Password Distribution
PASSWORDDIST_BORDER_DISTRIBUTION_LABEL=Distribution Setting
PASSWORDDIST_CHECKBOX_MAIL_LABEL=Send password to user via email
PASSWORDDIST_CHECKBOX_MAIL_TTIP=E-mail notification with password automatically delivered to user
PASSWORDDIST_CHECKBOX_LOCAL_LABEL=Store a copy of password locally
PASSWORDDIST_CHECKBOX_LOCAL_TTIP=Save password locally for later retrieval
PASSWORDDIST_DIALOG_SELECTONE_MESSAGE=You must select at least one distribution method!
PASSWORDDIST_DIALOG_SELECTONE_TITLE=Error
EAGENERAL_TITLE=General Settings
EAGENERAL_BORDER_AGENTS_LABEL=Recovery Agents
EAGENERAL_LABEL_NUMBER_LABEL=Required Number of Agents:
EAGENERAL_DIALOG_NUMBERRANGE_MESSAGE=Number of required agents must be greater than 0!
EAGENERAL_DIALOG_NUMBERRANGE_TITLE=Error
EAGENERAL_DIALOG_NUMBERFORMAT_TITLE=Error
EAGENERAL_DIALOG_NUMBERFORMAT_MESSAGE=Number of required agents must be an integer!
EAGENERAL_DIALOG_BLANKFIELD_MESSAGE=Number of required agents must be specified!
EAGENERAL_DIALOG_BLANKFIELD_TITLE=Error
RAGENERAL_TITLE=General Settings
RAGENERAL_BORDER_PARAMETERS_LABEL=Web Access
RAGENERAL_CHECKBOX_EE_LABEL=Enable end-entity interaction
RAGENERAL_CHECKBOX_EE_TTIP=Enable end-entity interaction
RAGENERAL_CHECKBOX_RA_LABEL=Enable registration authority interaction
RAGENERAL_CHECKBOX_RA_TTIP=Enable registration authority interaction
OCSPGENERAL_TITLE=General Settings
OCSPGENERAL_BORDER_SIGNING_LABEL=Default Signing Algorithm
OCSPGENERAL_LABEL_ALGORITHM_LABEL=Algorithm:
OCSPGENERAL_COMBOBOX_ALGORITHM_VALUE_0=MD2 with RSA
OCSPGENERAL_COMBOBOX_ALGORITHM_VALUE_1=MD5 with RSA
OCSPGENERAL_COMBOBOX_ALGORITHM_VALUE_2=SHA1 with RSA
OCSPGENERAL_COMBOBOX_ALGORITHM_VALUE_3=SHA256 with RSA
OCSPGENERAL_COMBOBOX_ALGORITHM_VALUE_4=SHA512 with RSA
OCSPGENERAL_COMBOBOX_ALGORITHM_VALUE_5=SHA1 with DSA
CAGENERAL_TITLE=General Settings
CAGENERAL_BORDER_INTERACTION_LABEL=Web Access
CAGENERAL_CHECKBOX_EE_LABEL=Enable end-entity interaction
CAGENERAL_CHECKBOX_EE_TTIP=Enable end-entity interaction
CAGENERAL_BORDER_SIGNING_LABEL=Default Signing Algorithm
CAGENERAL_LABEL_ALGORITHM_LABEL=Algorithm:
CAGENERAL_LABEL_ALGORITHM_TTIP=Specify the default signing algorithm for CA signing certificate
CAGENERAL_COMBOBOX_ALGORITHM_VALUE_0=MD2 with RSA
CAGENERAL_COMBOBOX_ALGORITHM_VALUE_1=MD5 with RSA
CAGENERAL_COMBOBOX_ALGORITHM_VALUE_2=SHA1 with RSA
CAGENERAL_COMBOBOX_ALGORITHM_VALUE_3=SHA256 with RSA
CAGENERAL_COMBOBOX_ALGORITHM_VALUE_4=SHA512 with RSA
CAGENERAL_COMBOBOX_ALGORITHM_VALUE_5=SHA1 with DSA
CAGENERAL_BORDER_SERIAL_LABEL=Certificate Serial Number
CAGENERAL_LABEL_SERIAL_LABEL=Next Serial Number: (0x)
CAGENERAL_LABEL_SERIAL_TTIP=Specify the next serial number of the certificate that the CA issues
CAGENERAL_BORDER_MAXSERIAL_LABEL=Ending Serial Number
CAGENERAL_LABEL_MAXSERIAL_LABEL=Ending Serial Number: (0x)
CAGENERAL_LABEL_MAXSERIAL_TTIP=Specify the ending serial number of the certificate that the CA can issue
CAGENERAL_BORDER_VALIDITY_LABEL=Certificate Validity
CAGENERAL_CHECKBOX_VALIDITY_LABEL=Override validity nesting requirement
CAGENERAL_CHECKBOXL_VALIDITY_TTIP=Allow CA to issue certificates with validity beyond that of the CA's signing certificate
CAGENERAL_DIALOG_NUMBERFORMAT_MESSAGE=You must specify a numeric value
CAGENERAL_DIALOG_NUMBERFORMAT_TITLE=Error
CAGENERAL_CHECKBOX_RA_LABEL=Enable registration authority interaction
CAGENERAL_CHECKBOX_RA_TTIP=Enable registration authority interaction
CAGENERAL_LABEL_RA_LABEL=Group:
CAGENERAL_LABEL_RA_TTIP=Select a group containing the remote registration authorities to be connected to the current Certificate Authority
RACLM_TITLE=Certificate Life Cycle Management
RACLM_BORDER_CLMRENEWAL_LABEL=Renewal
RACLM_BORDER_CLMRENEWALNOTIFY_LABEL=Renewal Notification
RACLM_CHECKBOX_RENEWENABLED_LABEL=Enable CLM renewal
RACLM_CHECKBOX_RENEWENABLED_TTIP=Enable/Disable CLM renewal
RACLM_CHECKBOX_NOTIFIED_LABEL=Enable CLM renewal notification
RACLM_CHECKBOX_NOTIFIED_TTIP=Enable/Disable CLM renewal notification
RACLM_LABEL_VALID_LABEL=Renewal Validity:
RACLM_LABEL_VALID_TTIP=Specify how long the renewal is valid for
RACLM_LABEL_EMAIL_LABEL=Email:
RACLM_LABEL_EMAIL_TTIP=Specify email address to which the notification is sent
RACLM_LABEL_NUMNOTIFIED_LABEL=Number of notifications:
RACLM_LABEL_NUMNOTIFIED_TTIP=Specify number of notifications being sent before expiration
RACLM_LABEL_INTERVAL_LABEL=Notification Interval:
RACLM_LABEL_INTERVAL_TTIP=Specify how often the notification gets sent before expiration
RACLM_LABEL_DAYS_LABEL=days
RACLM_DIALOG_NUMBERFORMAT_TITLE=Error
RACLM_DIALOG_NUMBERFORMAT_MESSAGE=Fields must be in integer!
RANOTIFICATION_TITLE=Warning Notification
RANOTIFICATION_BORDER_NOTIFICATION_LABEL=Email Notification
RANOTIFICATION_CHECKBOX_ENABLE_LABEL=Enable email notification
RANOTIFICATION_CHECKBOX_ENABLE_TTIP=Enable the auto administrator notification
RANOTIFICATIN_LABEL_EMAIL_LABEL=Email:
RANOTIFICATION_LABEL_EMAIL_TTIP=Administrator email address
RANOTIFICATION_CHECKBOX_EXPIRATION_LABEL=Certificate Expiration Notification
RANOTIFICATION_CHECKBOX_EXPIRATION_TTIP=Send advance notification to administrator before a user certificate expires
RANOTIFICATION_CHECKBOX_RENEWAL_LABEL=Certificate Renewal Notification
RANOTIFICATION_CHECKBOX_RENEWAL_TTIP=Send advance notification to administrator for user certificate renewal
RANOTIFICATION_DIALOG_BLANKFIELD_MESSAGE=Email address must be specified!
RANOTIFICATION_DIALOG_BLANKFIELD_TITLE=Error
RANOTIFICATION_DIALOG_NOSELECTION_MESSAGE=You must select at least one kind of notification!
RANOTIFICATION_DIALOG_NOSELECTION_TITLE=Selection Required
NOTIFICATION_TITLE=Warning Notification
NOTIFICATION_BORDER_NOTIFICATION_LABEL=Email Notification
NOTIFICATION_CHECKBOX_ENABLE_LABEL=Enable email notification
NOTIFICATION_CHECKBOX_ENABLE_TTIP=Enable the auto administrator notification
NOTIFICATION_LABEL_EMAIL_LABEL=Email:
NOTIFICATION_LABEL_EMAIL_TTIP=Administrator email address
NOTIFICATION_CHECKBOX_EXPIRATION_LABEL=Certificate Expiration Notification
NOTIFICATION_CHECKBOX_EXPIRATION_TTIP=Send advance notification to administrator before a user certificate expires
NOTIFICATION_CHECKBOX_RENEWAL_LABEL=Certificate Renewal Notification
NOTIFICATION_CHECKBOX_RENEWAL_TTIP=Send advance notification to administrator for user certificate renewal
NOTIFICATION_DIALOG_BLANKFIELD_MESSAGE=Email address must be specified!
NOTIFICATION_DIALOG_BLANKFIELD_TITLE=Error
NOTIFICATION_DIALOG_NOSELECTION_MESSAGE=You must select at least one kind of notification!
NOTIFICATION_DIALOG_NOSELECTION_TITLE=Selection Required
CONNECTOR_TITLE=Connectors
CONNECTOR_LABEL_CONNLIST_LABEL=List of connectors:
CONNECTOR_LABEL_CONNLIST_TTIP=List all of the existing connectors
CONNECTOR_BUTTON_REFRESH_LABEL=Refresh
CONNECTOR_BUTTON_REFRESH_TTIP=Refresh the panel
CONNECTOR_BUTTON_HELP_LABEL=Help
CONNECTOR_BUTTON_HELP_TTIP=Online help
CONNECTOR_BUTTON_EDIT_LABEL=Edit
CONNECTOR_BUTTON_EDIT_TTIP=Edit the selected connector
CACONNECTOR_TITLE=Connectors
CACONNECTOR_LABEL_CONNLIST_LABEL=List of connectors:
CACONNECTOR_LABEL_CONNLIST_TTIP=List all of the existing connectors
CACONNECTOR_BUTTON_REFRESH_LABEL=Refresh
CACONNECTOR_BUTTON_REFRESH_TTIP=Refresh the panel
CACONNECTOR_BUTTON_HELP_LABEL=Help
CACONNECTOR_BUTTON_HELP_TTIP=Online help
CACONNECTOR_BUTTON_EDIT_LABEL=Edit
CACONNECTOR_BUTTON_EDIT_TTIP=Edit the selected connector
CONNECTOREDITOR_TITLE=Edit Connector
CONNECTOREDITOR_LABEL_CONNECTORNAME_LABEL=Connector name:
CONNECTOREDITOR_LABEL_CONNECTORNAME_TTIP=The name of the connector
CONNECTOREDITOR_CHECKBOX_ENABLE_LABEL=Enable
CONNECTOREDITOR_RADIOBUTTON_LOCAL_LABEL=Colocated
CONNECTOREDITOR_RADIOBUTTON_REMOTE_LABEL=Remote
CONNECTOREDITOR_LABEL_NICKNAME_LABEL=Nickname:
CONNECTOREDITOR_TEXT_CERTHEADING_LABEL=Please select a certificate from the following table for SSL client authentication:
CONNECTOREDITOR_LABEL_LOCALID_LABEL=Server ID:
CONNECTOREDITOR_LABEL_URI_LABEL=URI:
CONNECTOREDITOR_LABEL_HOST_LABEL=Host:
CONNECTOREDITOR_LABEL_PORT_LABEL=Port:
CONNECTOREDITOR_LABEL_TIMEOUT_LABEL=Timeout (Sec.):
CONNECTOREDITOR_LABEL_TIMEUNIT_LABEL=(Seconds)
CONNECTOREDITOR_BUTTON_OK_LABEL=OK
CONNECTOREDITOR_BUTTON_CANCEL_LABEL=Cancel
CONNECTOREDITOR_BUTTON_HELP_LABEL=Help
CONNECTOREDITOR_DIALOG_NONINTEGER_TITLE=Error
CONNECTOREDITOR_DIALOG_NONINTEGER_MESSAGE=Port number must be an integer
CONNECTOREDITOR_DIALOG_TIMEOUTNONINTEGER_TITLE=Error
CONNECTOREDITOR_DIALOG_TIMEOUTNONINTEGER_MESSAGE=Timeout must be an integer
CONNECTOREDITOR_DIALOG_TIMEOUTOUTOFRANGE_TITLE=Error
CONNECTOREDITOR_DIALOG_TIMEOUTOUTOFRANGE_MESSAGE=Timeout must be greater than or equal to zero
CONNECTOREDITOR_DIALOG_OUTOFRANGE_TITLE=Error
CONNECTOREDITOR_DIALOG_OUTOFRANGE_MESSAGE=Port number must be greater than zero
CACONNECTORSETTING_TITLE=CA
CACONNECTORSETTING_RADIOBUTTON_LOCAL_LABEL=Local host
CACONNECTORSETTING_RADIOBUTTON_LOCAL_TTIP=Specify if the CA is on the local host
CACONNECTORSETTING_LABEL_LOCALID_LABEL=ID:
CACONNECTORSETTING_LABEL_LOCALID_TTIP=Specify the ID of the CA to which the RA wants to connect
CACONNECTORSETTING_RADIOBUTTON_REMOTE_LABEL=Remote host
CACONNECTORSETTING_RADIOBUTTON_REMOTE_TTIP=Specify if the CA is on a remote host
CACONNECTORSETTING_LABEL_HOST_LABEL=Host name:
CACONNECTORSETTING_LABEL_HOST_TTIP=Specify the host name where the CA resides
CACONNECTORSETTING_LABEL_PORT_LABEL=Port number:
CACONNECTORSETTING_LABEL_PORT_TTIP=Specify the CA port
CACONNECTORSETTING_LABEL_TIMEOUT_LABEL=Timeout:
CACONNECTORSETTING_LABEL_TIMEOUT_TTIP=Specify timeout value
RALDAPSETTING_TITLE=General
RALDAPSETTING_BORDER_DESTINATION_LABEL=Destination
RALDAPSETTING_CHECKBOX_ENABLE_LABEL=Enable Default LDAP Connection
RALDAPSETTING_CHECKBOX_ENABLE_TTIP=Enable/Disable LDAP Publishing
RALDAPSETTING_CHECKBOX_ENABLEPUBLISHING_LABEL=Enable Publishing
RALDAPSETTING_CHECKBOX_ENABLEPUBLISHING_TTIP=Enable/Disable Publishing
RALDAPSETTING_LABEL_HOST_LABEL=Host name:
RALDAPSETTING_LABEL_HOST_TTIP=Specify LDAP host name
RALDAPSETTING_LABEL_PORT_LABEL=Port number:
RALDAPSETTING_LABEL_PORT_TTIP=Specify LDAP port number
RALDAPSETTING_CHECKBOX_SECUREPORT_LABEL=Use SSL communication
RALDAPSETTING_CHECKBOX_SECUREPORT_TTIP=Specify if LDAP port is secure
RALDAPSETTING_LABEL_BASEDN_LABEL=Base DN:
RALDAPSETTING_LABEL_BASEDN_TTIP=Specify the LDAP base DN
RALDAPSETTING_LABEL_BINDAS_LABEL=Directory manager DN:
RALDAPSETTING_LABEL_BINDAS_TTIP=Specify the LDAP bind DN
RALDAPSETTING_LABEL_VERSION_LABEL=LDAP version:
RALDAPSETTING_LABEL_VERSION_TTIP=Specify the LDAP version
RALDAPSETTING_COMBOBOX_VERSION_VALUE_0=2
RALDAPSETTING_COMBOBOX_VERSION_VALUE_1=3
RALDAPSETTING_LABEL_AUTHTYPE_LABEL=Authentication:
RALDAPSETTING_LABEL_AUTHTYPE_TTIP=Specify the authentication type used to authenticate to the directory server for LDAP publishing
RALDAPSETTING_COMBOBOX_AUTHTYPE_VALUE_0=Basic authentication
RALDAPSETTING_COMBOBOX_AUTHTYPE_VALUE_1=SSL client authentication
RALDAPSETTING_LABEL_PWD_LABEL=Password:
RALDAPSETTING_LABEL_PWD_TTIP=Specify the LDAP bind password
RALDAPSETTING_LABEL_PWDAGAIN_TTIP=Specify the LDAP bind password again
RALDAPSETTING_LABEL_CERTLIST_LABEL=Client Certificate:
RALDAPSETTING_LABEL_CERTLIST_TTIP=Specify a client certificate for SSL client authentication
RALDAPSETTING_DIALOG_NUMBERFORMAT_TITLE=Error
RALDAPSETTING_DIALOG_NUMBERFORMAT_MESSAGE=Port number must be an integer!
RALDAPSETTING_DIALOG_PASSWD_TITLE=Error
RALDAPSETTING_DIALOG_PASSWD_MESSAGE=Failed to verify the password!
RALDAPSETTING_DIALOG_BLANKFIELD_TITLE=Error
RALDAPSETTING_DIALOG_BLANKFIELD_MESSAGE=All textfields must contain data; they may not be left blank!
RALDAPSETTING_DIALOG_UNMATCHEDPASSWD_TITLE=Error
RALDAPSETTING_DIALOG_EMPTYPASSWD_TITLE=Error
RALDAPSETTING_DIALOG_EMPTYPASSWD_MESSAGE=Blank password is not allowed
RALDAPSETTING_DIALOG_SSLERROR_TITLE=Error
RALDAPSETTING_DIALOG_SSLERROR_MESSAGE=Need to enable SSL if SSL client authentication is selected
CALDAPSETTING_TITLE=General
CALDAPSETTING_BORDER_DESTINATION_LABEL=Destination
CALDAPSETTING_CHECKBOX_ENABLEPUBLISHING_LABEL=Enable Publishing
CALDAPSETTING_CHECKBOX_ENABLEPUBLISHING_TTIP=Enable/Disable Publishing
CALDAPSETTING_CHECKBOX_ENABLEQUEUE_LABEL=Enable Publishing Queue
CALDAPSETTING_CHECKBOX_ENABLEQUEUE_TTIP=Enable/Disable Publishing Queue
CALDAPSETTING_CHECKBOX_ENABLE_LABEL=Enable Default LDAP Connection
CALDAPSETTING_CHECKBOX_ENABLE_TTIP=Enable/Disable LDAP Publishing
CALDAPSETTING_LABEL_HOST_LABEL=Host name:
CALDAPSETTING_LABEL_HOST_TTIP=Specify LDAP host name
CALDAPSETTING_LABEL_PORT_LABEL=Port number:
CALDAPSETTING_LABEL_PORT_TTIP=Specify LDAP port number
CALDAPSETTING_CHECKBOX_SECUREPORT_LABEL=Use SSL communication
CALDAPSETTING_CHECKBOX_SECUREPORT_TTIP=Specify if LDAP port is secure
CALDAPSETTING_LABEL_BASEDN_LABEL=Base DN:
CALDAPSETTING_LABEL_BASEDN_TTIP=Specify the LDAP base DN
CALDAPSETTING_LABEL_BINDAS_LABEL=Directory manager DN:
CALDAPSETTING_LABEL_BINDAS_TTIP=Specify the LDAP bind DN
CALDAPSETTING_LABEL_VERSION_LABEL=LDAP version:
CALDAPSETTING_LABEL_VERSION_TTIP=Specify the LDAP version
CALDAPSETTING_COMBOBOX_VERSION_VALUE_0=2
CALDAPSETTING_COMBOBOX_VERSION_VALUE_1=3
CALDAPSETTING_LABEL_AUTHTYPE_LABEL=Authentication:
CALDAPSETTING_LABEL_AUTHTYPE_TTIP=Specify the authentication type used to authenticate to the directory server for LDAP publishing
CALDAPSETTING_COMBOBOX_AUTHTYPE_VALUE_0=Basic authentication
CALDAPSETTING_COMBOBOX_AUTHTYPE_VALUE_1=SSL client authentication
CALDAPSETTING_LABEL_PWD_LABEL=Password:
CALDAPSETTING_LABEL_PWD_TTIP=Specify the LDAP bind password
CALDAPSETTING_LABEL_PWDAGAIN_TTIP=Specify the LDAP bind password again
CALDAPSETTING_LABEL_CERTLIST_LABEL=Client Certificate:
CALDAPSETTING_LABEL_CERTLIST_TTIP=Specify a client certificate for SSL client authentication
CALDAPSETTING_DIALOG_NUMBERFORMAT_TITLE=Error
CALDAPSETTING_DIALOG_NUMBERFORMAT_MESSAGE=Port number must be an integer!
CALDAPSETTING_DIALOG_PASSWD_TITLE=Error
CALDAPSETTING_DIALOG_PASSWD_MESSAGE=Failed to verify the password!
CALDAPSETTING_DIALOG_BLANKFIELD_TITLE=Error
CALDAPSETTING_DIALOG_BLANKFIELD_MESSAGE=All textfields must contain data; they may not be left blank!
CALDAPSETTING_DIALOG_UNMATCHEDPASSWD_TITLE=Error
CALDAPSETTING_DIALOG_EMPTYPASSWD_TITLE=Error
CALDAPSETTING_DIALOG_EMPTYPASSWD_MESSAGE=Blank password is not allowed
CALDAPSETTING_DIALOG_SSLERROR_TITLE=Error
CALDAPSETTING_DIALOG_SSLERROR_MESSAGE=Need to enable SSL if SSL client authentication is selected
CRLSETTING_TITLE=Updates
CRLSETTING_BORDER_FREQ_LABEL=Update Frequency
CRLSETTING_BORDER_SCHEMA_LABEL=Update Schema
CRLSETTING_CHECKBOX_ALWAYS_LABEL=Every time a certificate is revoked or released from hold
CRLSETTING_CHECKBOX_FREQ_LABEL=Update CRL every
CRLSETTING_CHECKBOX_DAILY_LABEL=Update CRL at
CRLSETTING_LABEL_CRL_LABEL=Enable CRL generation:
CRLSETTING_LABEL_GENERATION_LABEL=Generate full CRL every
CRLSETTING_LABEL_DELTAS_LABEL=delta(s).
CRLSETTING_LABEL_NEXTTIME_LABEL=Extend next update time in full CRLs
CRLSETTING_LABEL_MINUTES_LABEL=minutes
CRLSETTING_LABEL_GRACEPERIOD_LABEL=Next update grace period
CRLSETTING_DIALOG_UPDATES_TITLE=Error
CRLSETTING_DIALOG_UPDATES_MESSAGE=You are required to select at least one form of CRL updates.
CRLSETTING_DIALOG_BLANKSCHEMA_TITLE=Error
CRLSETTING_DIALOG_BLANKSCHEMA_MESSAGE=Update schema must be specified!
CRLSETTING_DIALOG_SCHEMANUMBER_TITLE=Number Format Error
CRLSETTING_DIALOG_SCHEMANUMBER_MESSAGE=Update schema must be a positive integer!
CRLSETTING_DIALOG_BLANKDAILY_TITLE=Error
CRLSETTING_DIALOG_BLANKDAILY_MESSAGE=Time list for CRL updates must be specified!
CRLSETTING_DIALOG_DAILYFORMAT_TITLE=Error
CRLSETTING_DIALOG_DAILYFORMAT_MESSAGE=Time list has invalid format!
CRLSETTING_DIALOG_BLANKFREQ_TITLE=Error
CRLSETTING_DIALOG_BLANKFREQ_MESSAGE=Update frequency must be specified!
CRLSETTING_DIALOG_FREQNUMBER_TITLE=Number Format Error
CRLSETTING_DIALOG_FREQNUMBER_MESSAGE=Update frequency must be a positive integer!
CRLSETTING_DIALOG_INTERVALTOBIG_TITLE=Interval Size Error
CRLSETTING_DIALOG_INTERVALTOBIG_MESSAGE=Update interval doesn't fit in a single day!
CRLSETTING_DIALOG_BLANKGRACE_TITLE=Error
CRLSETTING_DIALOG_BLANKGRACE_MESSAGE=Grace period must be specified!
CRLSETTING_DIALOG_GRACENUMBER_TITLE=Number Format Error
CRLSETTING_DIALOG_GRACENUMBER_MESSAGE=Grace period must be a positive integer!
CRLCACHE_TITLE=Cache
CRLCACHE_BORDER_CACHE_LABEL=CRL Cache
CRLCACHE_LABEL_CACHE_LABEL=Enable CRL cache:
CRLCACHE_LABEL_INTERVAL_LABEL=Save cache every
CRLCACHE_LABEL_MINUTES_LABEL=minutes
CRLCACHE_LABEL_RECOVERY_LABEL=Enable cache recovery:
CRLCACHE_LABEL_TEST_LABEL=Enable CRL cache testing:
CRLCACHE_DIALOG_BLANKFIELD_TITLE=Error
CRLCACHE_DIALOG_BLANKFIELD_MESSAGE=Cache update frequency must be specified!
CRLCACHE_DIALOG_NUMBERFORMAT_TITLE=Number Format Error
CRLCACHE_DIALOG_NUMBERFORMAT_MESSAGE=Cache update frequency must be a positive integer!
CRLFORMAT_TITLE=Format
CRLFORMAT_BORDER_FORMAT_LABEL=CRL Format
CRLFORMAT_BORDER_CONTENTS_LABEL=CRL Contents
CRLFORMAT_LABEL_EXT_LABEL=Allow extensions for CRLs v2:
CRLFORMAT_CHECKBOX_EXPIRED_LABEL=Include expired certificates
CRLFORMAT_CHECKBOX_ONEEXTRATIME_LABEL=Include certificates one extra time after their expiration
CRLFORMAT_CHECKBOX_CACERTSONLY_LABEL=CA certificates only
CRLFORMAT_CHECKBOX_PROFILECERTSONLY_LABEL=Certificates issued according to profiles:
CRLFORMAT_LABEL_MESSAGEDIGEST_LABEL=Revocation list signing algorithm:
CRLFORMAT_COMBOBOX_MESSAGEDIGEST_VALUE_0=MD2 with RSA
CRLFORMAT_COMBOBOX_MESSAGEDIGEST_VALUE_1=MD5 with RSA
CRLFORMAT_COMBOBOX_MESSAGEDIGEST_VALUE_2=SHA1 with RSA
CRLFORMAT_COMBOBOX_MESSAGEDIGEST_VALUE_3=SHA256 with RSA
CRLFORMAT_COMBOBOX_MESSAGEDIGEST_VALUE_4=SHA512 with RSA
CRLFORMAT_COMBOBOX_MESSAGEDIGEST_VALUE_5=SHA1 with DSA
CRLFORMAT_DIALOG_BLANKPROFILELIST_TITLE=Error
CRLFORMAT_DIALOG_BLANKPROFILELIST_MESSAGE=Profile list is empty!
CRLFORMAT_DIALOG_PROFILELISTFORMAT_TITLE=Error
CRLFORMAT_DIALOG_PROFILELISTFORMAT_MESSAGE=Profile list has invalid format!
CRLIPS_TITLE=CRL Issuing Points
CRLIPS_LABEL_CRLIPLIST_LABEL=List of CRL issuing points:
CRLIPS_LABEL_CRLIPLIST_TTIP=List all of the existing CRL issuing points
CRLIPS_BUTTON_REFRESH_LABEL=Refresh
CRLIPS_BUTTON_REFRESH_TTIP=Refresh the panel
CRLIPS_BUTTON_HELP_LABEL=Help
CRLIPS_BUTTON_HELP_TTIP=Online help
CRLIPS_BUTTON_ADD_LABEL=Add
CRLIPS_BUTTON_ADD_TTIP=Add new CRL issuing point
CRLIPS_BUTTON_EDIT_LABEL=Edit
CRLIPS_BUTTON_EDIT_TTIP=Edit the selected CRL issuing point
CRLIPS_BUTTON_DELETE_LABEL=Delete
CRLIPS_BUTTON_DELETE_TTIP=Delete selected CRL issuing point
CRLIPS_DIALOG_DELETE_MESSAGE=Do you want to delete this CRL issuing point?
CRLIPS_DIALOG_DELETE_TITLE=Warning
CRLIPEDITOR_TITLE=CRL Issuing Point Editor
CRLIPEDITOR_LABEL_CRLIPNAME_LABEL=CRL issuing point name:
CRLIPEDITOR_LABEL_CRLIPNAME_TTIP=The name of the CRL issuing point
CRLIPEDITOR_CHECKBOX_ENABLE_LABEL=Enable
CRLIPEDITOR_LABEL_DESCRIPTION_LABEL=Description:
CRLIPEDITOR_BUTTON_OK_LABEL=OK
CRLIPEDITOR_BUTTON_CANCEL_LABEL=Cancel
CRLIPEDITOR_BUTTON_HELP_LABEL=Help
CACERTSETTING_TITLE=CA Certificate
CACERTSETTING_LABEL_MAPPER_LABEL=Mapper:
CACERTSETTING_LABEL_MAPPER_TTIP=Specify mapping rules for publishing CA certificates
CACERTSETTING_COMBOBOX_MAPPER_VALUE_0=Map by DN compositions
CACERTSETTING_COMBOBOX_MAPPER_VALUE_1=Map by known subject name
CACERTSETTING_LABEL_PUBLISHER_LABEL=Publisher:
CACERTSETTING_LABEL_PUBLISHER_TTIP=Specify a publishing rule to publish CA certificates to the directory
CACERTSETTING_COMBOBOX_PUBLISHER_VALUE_0=CA certificate
CACERTSETTING_BORDER_MAPPER_LABEL=Mapping Rule
CACERTSETTING_BORDER_PUBLISHER_LABEL=Publishing Rule
CACERTSETTING_BUTTON_MAPPER_LABEL=Configuration
CACERTSETTING_BUTTON_MAPPER_TTIP=Change mapper configuration parameters
CACERTSETTING_BUTTON_PUBLISHER_LABEL=Configuration
CACERTSETTING_BUTTON_PUBLISHER_TTIP=Change publisher configuration parameters
MAPPERCONFIGDIALOG_TITLE=Configure Mapper Parameters
MAPPERCONFIGDIALOG_BUTTON_HELP_LABEL=Help
MAPPERCONFIGDIALOG_BUTTON_HELP_TTIP=Online Help
MAPPERCONFIGDIALOG_BUTTON_OK_LABEL=OK
MAPPERCONFIGDIALOG_BUTTON_OK_TTIP=Save and close this window
MAPPERCONFIGDIALOG_BUTTON_CANCEL_LABEL=Cancel
MAPPERCONFIGDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
MAPPERCONFIGDIALOG_LABEL_IMPLNAME_LABEL=Mapper:
MAPPERCONFIGDIALOG_LABEL_IMPLNAME_TTIP=Mapper Class Name
CAUSERCERTSETTING_TITLE=User Certificate
CAUSERCERTSETTING_LABEL_MAPPER_LABEL=Mapper:
CAUSERCERTSETTING_LABEL_MAPPER_TTIP=Specify mapping rules for publishing user certificates
CAUSERCERTSETTING_COMBOBOX_MAPPER_VALUE_0=Map by DN Compositions
CAUSERCERTSETTING_COMBOBOX_MAPPER_VALUE_1=Map by known subject name
CAUSERCERTSETTING_LABEL_PUBLISHER_LABEL=Publisher:
CaUSERCERTSETTING_LABEL_PUBLISHER_TTIP=Specify a publishing rule to publish user certificates to the directory
CAUSERCERTSETTING_COMBOBOX_PUBLISHER_VALUE_0=User certificate
CAUSERCERTSETTING_COMBOBOX_PUBLISHER_VALUE_1=Certificate and subject name
CAUSERCERTSETTING_BORDER_MAPPER_LABEL=Mapping Rule
CAUSERCERTSETTING_BORDER_PUBLISHER_LABEL=Publishing Rule
CAUSERCERTSETTING_BUTTON_MAPPER_LABEL=Configuration
CAUSERCERTSETTING_BUTTON_MAPPER_TTIP=Change mapper configuration parameters
CAUSERCERTSETTING_BUTTON_PUBLISHER_LABEL=Configuration
CAUSERCERTSETTING_BUTTON_PUBLISHER_TTIP=Change publisher configuration parameters
RAUSERCERTSETTING_TITLE=User Certificate
RAUSERCERTSETTING_LABEL_MAPPER_LABEL=Mapper:
RAUSERCERTSETTING_LABEL_MAPPER_TTIP=Specify mapping rules for publishing user certificates
RAUSERCERTSETTING_COMBOBOX_MAPPER_VALUE_0=Map by DN compositions
RAUSERCERTSETTING_COMBOBOX_MAPPER_VALUE_1=Map by known subject name
RAUSERCERTSETTING_LABEL_PUBLISHER_LABEL=Publisher:
RAUSERCERTSETTING_LABEL_PUBLISHER_TTIP=Specify a publishing rule to publish user certificates to the directory
RAUSERCERTSETTING_COMBOBOX_PUBLISHER_VALUE_0=User certificate
RAUSERCERTSETTING_COMBOBOX_PUBLISHER_VALUE_1=Certificate and subject name
RAUSERCERTSETTING_BORDER_MAPPER_LABEL=Mapping Rule
RAUSERCERTSETTING_BORDER_PUBLISHER_LABEL=Publishing Rule
RAUSERCERTSETTING_BUTTON_MAPPER_LABEL=Configuration
RAUSERCERTSETTING_BUTTON_MAPPER_TTIP=Change mapper configuration parameters
RAUSERCERTSETTING_BUTTON_PUBLISHER_LABEL=Configuration
RAUSERCERTSETTING_BUTTON_PUBLISHER_TTIP=Change publisher configuration parameters
ACLMGMT_TITLE=Access Control List
ACLMGMT_BUTTON_REFRESH_LABEL=Refresh
ACLMGMT_BUTTON_HELP_LABEL=Help
ACLMGMT_BUTTON_ADD_LABEL=Add
ACLMGMT_BUTTON_EDIT_LABEL=Edit
ACLIMPL_TITLE=Evaluator Plugin Registration
ACLIMPL_BUTTON_REFRESH_LABEL=Refresh
ACLIMPL_BUTTON_HELP_LABEL=Help
ACLIMPL_BUTTON_ADD_LABEL=Register
ACLIMPL_BUTTON_DELETE_LABEL=Delete
ACLIMPL_DIALOG_DELETE_MESSAGE=Do you want to delete this evaluator plugin?
ACLIMPL_DIALOG_DELETE_TITLE=Warning
AUTORECOVERYMGMT_TITLE=Auto Recovery
AUTORECOVERYMGMT_BORDER_AUTO_LABEL=Auto recovery management
AUTORECOVERYMGMT_LABEL_ENABLEAUTO_LABEL=Auto recovery status:
AUTORECOVERYMGMT_LABEL_ENABLEAUTO_TTIP=The current auto recovery status
AUTORECOVERYMGMT_LABEL_ENABLESTATUS_LABEL=Enabled
AUTORECOVERYMGMT_LABEL_ENABLESTATUS_TTIP=The current auto recovery status is in enabled mode
AUTORECOVERYMGMT_LABEL_DISABLESTATUS_LABEL=Disabled
AUTORECOVERYMGMT_LABEL_DISABLESTATUS_TTIP=The current auto recovery status is in disabled mode
AUTORECOVERYMGMT_BUTTON_ENABLEAUTO_LABEL=Enable
AUTORECOVERYMGMT_BUTTON_DISABLEAUTO_LABEL=Disable
AUTORECOVERYMGMT_BUTTON_ENABLEAUTO_TTIP=Enable auto recovery management
AUTORECOVERYMGMT_BUTTON_DISABLEAUTO_TTIP=Disable auto recovery management
AUTORECOVERYMGMT_LABEL_RECOVERYLIST_LABEL=Available key recovery agents
AUTORECOVERYMGMT_BUTTON_REFRESH_LABEL=Refresh
AUTORECOVERYMGMT_BUTTON_HELP_LABEL=Help
KRAPASSWD_TITLE=Recovery Agent Password
KRAPASSWD_BORDER_RECOVERYLIST_LABEL=Key Recovery Agents
KRAPASSWD_LABEL_RECOVERYLIST_LABEL=Available Agents
KRAPASSWD_LABEL_RECOVERYLIST_TTIP=A list containing all the available key recovery agents
KRAPASSWD_BUTTON_CHANGEPWD_LABEL=Change password
KRAPASSWD_BUTTON_CHANGEPWD_TTIP=Modify password for the selected key recovery agent in the list
KRAPASSWD_DIALOG_NOSELECTION_MESSAGE=No selection in the recovery agents list box
KRAPASSWD_DIALOG_MULTISELECTIONS_MESSAGE=Please select only one agent from the list box
KRAPASSWD_BUTTON_REFRESH_LABEL=Refresh
KRAPASSWD_BUTTON_HELP_LABEL=Help
KRAPASSWD_BORDER_RECOVERYLIST_LABEL=Key Recovery Agents
SCHEMEMGMT_TITLE=Scheme Management
SCHEMEMGMT_LABEL_AVAILAGENT_LABEL=Total number of available recovery agents:
SCHEMEMGMT_LABEL_AVAILAGENT_TTIP=Total number of recovery agents authorized to perform the key recovery operation
SCHEMEMGMT_LABEL_REQAGENT_LABEL=Number of recovery agents required:
SCHEMEMGMT_LABEL_REQAGENT_TTIP=Minimum number of recovery agents required to perform the key recovery operation
SCHEMEMGMT_BUTTON_CHANGESCHEME_LABEL=Change scheme
SCHEMEMGMT_BUTTON_CHANGESCHEME_TTIP=Change the scheme for key recovery agents management
SCHEMEMGMT_BUTTON_REFRESH_LABEL=Refresh
SCHEMEMGMT_BUTTON_HELP_LABEL=Help
SCHEMEMGMT_DIALOG_MNFORMAT_TITLE=Error
SCHEMEMGMT_DIALOG_MNFORMAT_MESSAGE=Invalid number format in required agent and total number of agent fields
SCHEMEMGMT_BORDER_CURRENT_LABEL=Current Scheme
CMSPASSWORD_TITLE=Authenticate User
CMSPASSWORD_LABEL_UID_LABEL=User ID
CMSPASSWORD_LABEL_UID_TTIP=System Administrator User ID
CMSPASSWORD_LABEL_PWD_LABEL=Password
CMSPASSWORD_LABEL_PWD_TTIP=Authentication Credential
CMSPASSWORD_BUTTON_HELP_LABEL=Help
CMSPASSWORD_BUTTON_HELP_TTIP=Online Help
CMSPASSWORD_BUTTON_OK_LABEL=OK
CMSPASSWORD_BUTTON_OK_TTIP=Authenticate to server
CMSPASSWORD_BUTTON_CANCEL_LABEL=Cancel
CMSPASSWORD_BUTTON_CANCEL_TTIP=Cancel operation
CMSPASSWORD_DIALOG_EMPTYFIELD_MESSAGE=Blank Fields are not allowed
CMSPASSWORD_DIALOG_EMPTYFIELD_TITLE=Error
CREATEINSTANCE_TITLE=Create Server Instance
CREATEINSTANCE_LABEL_INSTANCE_LABEL=Server Instance Name:
CREATEINSTANCE_LABEL_INSTANCE_TTIP=Unique server instance nickname
CREATEINSTANCE_BUTTON_OK_LABEL=OK
CREATEINSTANCE_BUTTON_OK_TTIP=Start instance creation
CREATEINSTANCE_BUTTON_CANCEL_LABEL=Cancel
CREATEINSTANCE_BUTTON_CANCEL_TTIP=Cancel operation
STARTRESULTDIALOG_TITLE=Status
STARTRESULTDIALOG_BUTTON_OK_LABEL=OK
STARTRESULTDIALOG_SUCCESS_TEXT=The server has been started
STARTRESULTDIALOG_FAILED_TEXT=Error:
RESTARTRESULTDIALOG_TITLE=Status
RESTARTRESULTDIALOG_BUTTON_OK_LABEL=OK
RESTARTRESULTDIALOG_SUCCESS_TEXT=The server has been restarted
RESTARTRESULTDIALOG_FAILED_TEXT=Error:
STOPRESULTDIALOG_TITLE=Status
STOPRESULTDIALOG_BUTTON_OK_LABEL=OK
STOPRESULTDIALOG_SUCCESS_TEXT=The server has been stopped
STOPRESULTDIALOG_FAILED_TEXT=Error:
REMOVERESULTDIALOG_TITLE=Status
REMOVERESULTDIALOG_BUTTON_OK_LABEL=OK
REMOVERESULTDIALOG_SUCCESS_TEXT=The server has been removed
REMOVERESULTDIALOG_FAILED_TEXT=Error:
AUTHDIALOG_TITLE=Enter Single Signon Password
AUTHDIALOG_LABEL_INSTANCE_LABEL=Server Instance Name:
AUTHDIALOG_LABEL_PASSWORD_LABEL=Single Signon Password:
AUTHDIALOG_BUTTON_OK_LABEL=OK
AUTHDIALOG_BUTTON_CANCEL_LABEL=Cancel
CMSMIGRATECREATE_DIALOG_RESTARTADMINERROR_MESSAGE=Failed to create new instance. Please restart the Administration Server and Dogtag Console before trying again.
CMSMIGRATECREATE_DIALOG_RESTARTADMINERROR_TITLE=Error
CMSMIGRATECREATE_DIALOG_SYSTEMERROR_MESSAGE=Operation Error: Unable to create the instance. Check log files under cert-xxx/logs directory
CMSMIGRATECREATE_DIALOG_SYSTEMERROR_TITLE=Error
TASKSTATUS_DIALOG_SYSTEMERROR_MESSAGE=Operation Error: Unable to get server status.
TASKSTATUS_DIALOG_SYSTEMERROR_TITLE=Error
TASKSTART_DIALOG_SYSTEMERROR_MESSAGE=Operation Error: Unable to start the server.
TASKSTART_DIALOG_SYSTEMERROR_TITLE=Error
TASKSTOP_DIALOG_SYSTEMERROR_MESSAGE=Operation Error: Unable to stop the server.
TASKSTOP_DIALOG_SYSTEMERROR_TITLE=Error
TASKREMOVE_DIALOG_SYSTEMERROR_MESSAGE=Operation Error: Unable to remove the server.
TASKREMOVE_DIALOG_SYSTEMERROR_TITLE=Error
TASKRESTART_DIALOG_SYSTEMERROR_MESSAGE=Operation Error: Unable to restart the server.
TASKRESTART_DIALOG_SYSTEMERROR_TITLE=Error
CMSSTARTDAEMON_DIALOG_SYSTEMERROR_MESSAGE=Operation Error: Unable to start the daemon.
CMSSTARTDAEMON_DIALOG_SYSTEMERROR_TITLE=Error
CMSSTARTDAEMON_DIALOG_LOCKDELETECONFIRM_MESSAGE=The installation daemon can't start while the file daemon.lck exists. This probably indicates that a 'cms_daemon' process is already running. Please check and kill it if it is present\nDo you want to delete it ?
CMSSTARTDAEMON_DIALOG_LOCKDELETECONFIRM_TITLE=Error
CMSCONFIGCERT_DIALOG_SYSTEMERROR_MESSAGE=Operation Error: Unable to configure the CS instance.
CMSCONFIGCERT_DIALOG_SYSTEMERROR_TITLE=Error
SERVER_TITLE=Server
SERVER_BORDER_PANEL_LABEL=Server
SERVER_BUTTON_STOP_LABEL=Stop Server
ACCESSLOG_TITLE=Access
AUDITLOG_TITLE=Transactions
CASERIALNUMBERWIZARD_TITLE=Installation Wizard
CASERIALNUMBERWIZARD_TEXT_HEADING_LABEL=Specify the number range of the certificates that this CA issues, and the number range of the requests made to this CA. Leaving the ending certificate and request number fields blank means unlimited.
CASERIALNUMBERWIZARD_TEXT_MORE_LABEL=\nMany applications identify a certificate by the combination of the serial number and the issuer name. To ensure that this combination is unique for each certificate, make sure the serial number range does not overlap among cloned CAs.
CASERIALNUMBERWIZARD_BORDER_CASERIALNUMBERWIZARD_LABEL=CA's certificate and request number range
CASERIALNUMBERWIZARD_LABEL_SERIALNUMBER_LABEL=Starting certificate number:
CASERIALNUMBERWIZARD_LABEL_ENDSERIALNUMBER_LABEL=Ending certificate number:
CASERIALNUMBERWIZARD_LABEL_REQUESTNUMBER_LABEL=Starting request number:
CASERIALNUMBERWIZARD_LABEL_ENDREQUESTNUMBER_LABEL=Ending request number:
CASERIALNUMBERWIZARD_DIALOG_NUMBERFORMAT_MESSAGE=You must specify a numeric value
CASERIALNUMBERWIZARD_DIALOG_NUMBERFORMAT_TITLE=Error
KRAREQUESTNUMBERWIZARD_TITLE=Installation Wizard
KRAREQUESTNUMBERWIZARD_TEXT_HEADING_LABEL=Specify the number range of the keys that this DRM archives,  and the number range of the requests made to this DRM. Leaving the ending key and request number fields blank means unlimited.
KRAREQUESTNUMBERWIZARD_TEXT_MORE_LABEL=\nMake sure the key and request number range does not overlap among cloned DRMs.
KRAREQUESTNUMBERWIZARD_BORDER_KRAREQUESTNUMBERWIZARD_LABEL=DRM's key and request number range
KRAREQUESTNUMBERWIZARD_LABEL_SERIALNUMBER_LABEL=Starting key number:
KRAREQUESTNUMBERWIZARD_LABEL_ENDSERIALNUMBER_LABEL=Ending key number:
KRAREQUESTNUMBERWIZARD_LABEL_REQUESTNUMBER_LABEL=Starting request number:
KRAREQUESTNUMBERWIZARD_LABEL_ENDREQUESTNUMBER_LABEL=Ending request number:
KRAREQUESTNUMBERWIZARD_DIALOG_NUMBERFORMAT_MESSAGE=You must specify a numeric value
KRAREQUESTNUMBERWIZARD_DIALOG_NUMBERFORMAT_TITLE=Error
LDAPSETTING_TITLE=Internal Database
LDAPSETTING_BORDER_SETTING_LABEL=Database Settings
LDAPSETTING_LABEL_HOST_LABEL=Host name:
LDAPSETTING_LABEL_HOST_TTIP=Specify LDAP host name
LDAPSETTING_LABEL_PORT_LABEL=Port number:
LDAPSETTING_LABEL_PORT_TTIP=Specify LDAP port number
LDAPSETTING_CHECKBOX_SECUREPORT_LABEL=Secure port
LDAPSETTING_CHECKBOX_SECUREPORT_TTIP=Specify if LDAP port is secure
LDAPSETTING_LABEL_BASEDN_LABEL=Base DN:
LDAPSETTING_LABEL_BASEDN_TTIP=Specify the LDAP base DN
LDAPSETTING_LABEL_MAXCONNS_LABEL=Maximum # of connections
LDAPSETTING_LABEL_MAXCONNS_TTIP=Specify the maximum number of connections to this database
LDAPSETTING_LABEL_MINCONNS_LABEL=Minimum # of connections
LDAPSETTING_LABEL_MINCONNS_TTIP=Specify the minimum number of connections to this database
LDAPSETTING_LABEL_BINDAS_LABEL=Directory manager DN:
LDAPSETTING_LABEL_BINDAS_TTIP=Specify the LDAP bind DN
LDAPSETTING_LABEL_PWD_LABEL=Password:
LDAPSETTING_LABEL_PWD_TTIP=Specify the LDAP bind password
LDAPSETTING_LABEL_PWDAGAIN_LABEL=Confirm password:
LDAPSETTING_LABEL_PWDAGAIN_TTIP=Specify the LDAP bind password again
LDAPSETTING_LABEL_VERSION_LABEL=LDAP version:
LDAPSETTING_LABEL_VERSION_TTIP=Specify the LDAP version
LDAPSETTING_COMBOBOX_VERSION_VALUE_0=2
LDAPSETTING_COMBOBOX_VERSION_VALUE_1=3
LDAPSETTING_DIALOG_NUMBERFORMAT_TITLE=Error
LDAPSETTING_DIALOG_NUMBERFORMAT_MESSAGE=Port number must be an integer!
LDAPSETTING_DIALOG_BLANKFIELD_TITLE=Error
LDAPSETTING_DIALOG_BLANKFIELD_MESSAGE=All textfields must contain data; they may not be left blank!
LDAPSETTING_DIALOG_UNMATCHEDPASSWD_TITLE=Error
LDAPSETTING_DIALOG_UNMATCHEDPASSWD_MESSAGE=The password does not match the confirmed password
LDAPSETTING_DIALOG_PORTRANGE_MESSAGE=Valid port numbers are between 1 and 65535 inclusive!
LDAPSETTING_DIALOG_PORTRANGE_TITLE=Error
LDAPSETTING_DIALOG_MAXMINNUMBERFORMAT_TITLE=Error
LDAPSETTING_DIALOG_MAXMINNUMBERFORMAT_MESSAGE=Maximum and minimum connections must be an integer!
LDAPSETTING_DIALOG_MAXMINRANGE_MESSAGE=Maximum and minimum connections must be greater than zero, and max must be greater than min!
LDAPSETTING_DIALOG_MAXMINRANGE_TITLE=Error
SMTPSETTING_TITLE=SMTP
SMTPSETTING_LABEL_SERVER_LABEL=Server name:
SMTPSETTING_LABEL_SERVER_TTIP=Specify SMTP server name
SMTPSETTING_LABEL_PORT_LABEL=Port number:
SMTPSETTING_LABEL_PORT_TTIP=Specify SMTP server port number
SMTPSETTING_DIALOG_NUMBERFORMAT_TITLE=Error
SMTPSETTING_DIALOG_NUMBERFORMAT_MESSAGE=Port number must be an integer!
SMTPSETTING_DIALOG_BLANKFIELD_TITLE=Error
SMTPSETTING_DIALOG_BLANKFIELD_MESSAGE=All textfields must contain data; they may not be left blank!
SMTPSETTING_DIALOG_OUTOFRANGE_TITLE=Error
SMTPSETTING_DIALOG_OUTOFRANGE_MESSAGE=Port number must be greater than zero
SNMPSETTING_TITLE=SNMP
SNMPSETTING_LABEL_HOST_LABEL=Master host:
SNMPSETTING_LABEL_HOST_TTIP=Host name of machine running the SNMP master agent
SNMPSETTING_LABEL_PORT_LABEL=Master port:
SNMPSETTING_LABEL_PORT_TTIP=Port the SNMP master agent is running on
SNMPSETTING_LABEL_DESC_LABEL=Description:
SNMPSETTING_LABEL_DESC_TTIP=A description to be presented to clients viewing SNMP statistics
SNMPSETTING_LABEL_ORGN_LABEL=Organization:
SNMPSETTING_LABEL_ORGN_TTIP=An organization name to be presented to clients viewing SNMP statistics
SNMPSETTING_LABEL_LOC_LABEL=Location:
SNMPSETTING_LABEL_LOC_TTIP=A location name to be presented to clients viewing SNMP statistics
SNMPSETTING_LABEL_CONTACT_LABEL=Contact:
SNMPSETTING_LABEL_CONTACT_TTIP=A contact name to be presented to clients viewing SNMP statistics
SNMPSETTING_CHECKBOX_ENABLE_LABEL=Enable collection of SNMP statistics
SNMPSETTING_BUTTON_ON_LABEL=On
SNMPSETTING_BUTTON_ON_TTIP=Turn on the SNMP subagent
SNMPSETTING_BUTTON_OFF_LABEL=OFF
SNMPSETTING_BUTTON_OFF_TTIP=Turn off the SNMP subagent
SNMPSETTING_DIALOG_NUMBERFORMAT_TITLE=Error
SNMPSETTING_DIALOG_NUMBERFORMAT_MESSAGE=Port number must be an integer!
SELFTESTS_TITLE=Self Tests
SELFTESTS_BORDER_LABEL=Self Tests
SELFTESTS_LABEL_ONDEMAND_LABEL=Run self tests specified on-demand:
SELFTESTS_BUTTON_RUN_LABEL=Run
SELFTESTS_BUTTON_RUN_TTIP=Run self tests specified on-demand
ERRORLOG_TITLE=Error
ERRORLOG_BORDER_LOGATTRIBUTE_LABEL=Log options
ERRORLOG_CHECKBOX_ACTIVATE_LABEL=Enable logging
ERRORLOG_CHECKBOX_ACTIVATE_TTIP=Click to enable/disable logging
ERRORLOG_LABEL_LOGMAXSIZ_LABEL=Maximum size:
ERRORLOG_LABEL_LOGMAXSIZ_TTIP=Specify maximum size of log file in kbytes
ERRORLOG_LABEL_LOGBUFSIZ_LABEL=Buffer size:
ERRORLOG_LABEL_LOGBUFSIZ_TTIP=Specify buffer size of log file in kbytes
ERRORLOG_LABEL_LOGFQC_LABEL=Rotation frequency:
ERRORLOG_LABEL_LOGFQC_TTIP=Frequency to rotate a log file
ERRORLOG_LABEL_SIZEUNIT_LABEL=KB
ERRORLOG_COMBOBOX_LOGFQC_VALUE_0=Hourly
ERRORLOG_COMBOBOX_LOGFQC_VALUE_1=Daily
ERRORLOG_COMBOBOX_LOGFQC_VALUE_2=Weekly
ERRORLOG_COMBOBOX_LOGFQC_VALUE_3=Monthly
ERRORLOG_COMBOBOX_LOGFQC_VALUE_4=Yearly
ERRORLOG_LABEL_LOGLEVEL_LABEL=Log level:
ERRORLOG_LABEL_LOGLEVEL_TTIP=Specify log level
ERRORLOG_COMBOBOX_LOGLEVEL_VALUE_0=Debug
ERRORLOG_COMBOBOX_LOGLEVEL_VALUE_1=Info
ERRORLOG_COMBOBOX_LOGLEVEL_VALUE_2=Warning
ERRORLOG_COMBOBOX_LOGLEVEL_VALUE_3=Failure
ERRORLOG_COMBOBOX_LOGLEVEL_VALUE_4=Misconfiguration
ERRORLOG_COMBOBOX_LOGLEVEL_VALUE_5=Catastrophe
ERRORLOG_COMBOBOX_LOGLEVEL_VALUE_6=Security
ERRORLOG_DIALOG_BLANKFIELD_MESSAGE=All fields must be filled
ERRORLOG_DIALOG_BLANKFIELD_TITLE=Error Log Error
ERRORLOG_DIALOG_NUMBERFORMAT_MESSAGE=You must specify a numeric value
ERRORLOG_DIALOG_NUMBERFORMAT_TITLE=Error Log error
ERRORLOG_DIALOG_OUTOFRANGE_MESSAGE=Size must be greater than zero
ERRORLOG_DIALOG_OUTOFRANGE_TITLE=Error Log error
ERRORLOG_BUTTON_REFRESH_LABEL=Refresh
ERRORLOG_BUTTON_REFRESH_TTIP=Refresh error log content
ERRORLOG_BUTTON_HELP_LABEL=Help
ERRORLOG_BUTTON_HELP_TTIP=Online Help
ERRORLOG_LABEL_NUMBERREC_LABEL=Number of entries
ERRORLOG_LABEL_NUMBERREC_LTTIP=Specify mumber of entries to be returned
ACCESSLOG_TITLE=System
ACCESSLOG_BORDER_LOGATTRIBUTE_LABEL=Log options
ACCESSLOG_BORDER_NTLOGATTRIBUTE_LABEL=NT Log options
ACCESSLOG_CHECKBOX_ACTIVATE_LABEL=Enable logging
ACCESSLOG_CHECKBOX_ACTIVATE_TTIP=Click to enable/disable logging
ACCESSLOG_CHECKBOX_ACTIVATENTLOG_LABEL=Enable NT logging
ACCESSLOG_LABEL_LOGMAXSIZ_LABEL=Maximum size:
ACCESSLOG_LABEL_LOGMAXSIZ_TTIP=Specify maximum size of log file in kbytes
ACCESSLOG_LABEL_LOGBUFSIZ_LABEL=Buffer size:
ACCESSLOG_LABEL_LOGBUFSIZ_TTIP=Specify buffer size of log file in kbytes
ACCESSLOG_LABEL_LOGFQC_LABEL=Rotation frequency:
ACCESSLOG_LABEL_LOGFQC_TTIP=Frequency to rotate a log file
ACCESSLOG_LABEL_SIZEUNIT_LABEL=KB
ACCESSLOG_COMBOBOX_LOGFQC_VALUE_0=Hourly
ACCESSLOG_COMBOBOX_LOGFQC_VALUE_1=Daily
ACCESSLOG_COMBOBOX_LOGFQC_VALUE_2=Weekly
ACCESSLOG_COMBOBOX_LOGFQC_VALUE_3=Monthly
ACCESSLOG_COMBOBOX_LOGFQC_VALUE_4=Yearly
ACCESSLOG_LABEL_LOGLEVEL_LABEL=Log level:
ACCESSLOG_LABEL_EVENTSOURCE_LABEL=Event Source:
ACCESSLOG_LABEL_LOGLEVEL_TTIP=Specify log level
ACCESSLOG_COMBOBOX_LOGLEVEL_VALUE_0=Debug
ACCESSLOG_COMBOBOX_LOGLEVEL_VALUE_1=Info
ACCESSLOG_COMBOBOX_LOGLEVEL_VALUE_2=Warning
ACCESSLOG_COMBOBOX_LOGLEVEL_VALUE_3=Failure
ACCESSLOG_COMBOBOX_LOGLEVEL_VALUE_4=Misconfiguration
ACCESSLOG_COMBOBOX_LOGLEVEL_VALUE_5=Catastrophe
ACCESSLOG_COMBOBOX_LOGLEVEL_VALUE_6=Security
ACCESSLOG_DIALOG_BLANKFIELD_MESSAGE=All fields must be filled
ACCESSLOG_DIALOG_BLANKFIELD_TITLE=System Log Error
ACCESSLOG_DIALOG_NUMBERFORMAT_MESSAGE=You must specify a numeric value
ACCESSLOG_DIALOG_NUMBERFORMAT_TITLE=System Log Error
ACCESSLOG_DIALOG_OUTOFRANGE_MESSAGE=Size must be greater than zero
ACCESSLOG_DIALOG_OUTOFRANGE_TITLE=Error Log error
LOGCONTENT_BUTTON_REFRESH_LABEL=Refresh
LOGCONTENT_BUTTON_REFRESH_TTIP=Refresh log content
LOGCONTENT_BUTTON_HELP_LABEL=Help
LOGCONTENT_BUTTON_HELP_TTIP=Online Help
LOGCONTENT_BUTTON_VIEW_LABEL=View
LOGCONTENT_BUTTON_VIEW_TTIP=View Detail
LOGCONTENT_LABEL_NUMBERREC_LABEL=Entries:
LOGCONTENT_LABEL_NUMBERREC_LTTIP=Specify mumber of entries to be returned
LOGCONTENT_LABEL_SOURCE_LABEL=Source:
LOGCONTENT_LABEL_SOURCE_TTIP=Select specific log source
LOGCONTENT_LABEL_LOGLEVEL_LABEL=Level:
LOGCONTENT_LABEL_LOGLEVEL_TTIP=Select specific log level
LOGCONTENT_LABEL_FILE_LABEL=File Name:
LOGCONTENT_LABEL_FILE_TTIP=Select specific log file
LOGCONTENT_BORDER_OPTIONS_LABEL=Display Options
LOGCONTENT_COMBOBOX_LOGLEVEL_DEFAULT=Warning
LOGCONTENT_COMBOBOX_LOGLEVEL_VALUE_0=Debug
LOGCONTENT_COMBOBOX_LOGLEVEL_VALUE_1=Information
LOGCONTENT_COMBOBOX_LOGLEVEL_VALUE_2=Warning
LOGCONTENT_COMBOBOX_LOGLEVEL_VALUE_3=Failure
LOGCONTENT_COMBOBOX_LOGLEVEL_VALUE_4=Misconfiguration
LOGCONTENT_COMBOBOX_LOGLEVEL_VALUE_5=Catastrophe
LOGCONTENT_COMBOBOX_LOGLEVEL_VALUE_6=Security
LOGCONTENT_COMBOBOX_SOURCE_DEFAULT=All
LOGCONTENT_COMBOBOX_SOURCE_VALUE_0=All
LOGCONTENT_COMBOBOX_SOURCE_VALUE_1=Key Recovery Authority
LOGCONTENT_COMBOBOX_SOURCE_VALUE_2=Registration Authority
LOGCONTENT_COMBOBOX_SOURCE_VALUE_3=Certificate Authority
LOGCONTENT_COMBOBOX_SOURCE_VALUE_4=HTTP
LOGCONTENT_COMBOBOX_SOURCE_VALUE_5=Database
LOGCONTENT_COMBOBOX_SOURCE_VALUE_6=Authentication
LOGCONTENT_COMBOBOX_SOURCE_VALUE_7=Administration
LOGCONTENT_COMBOBOX_SOURCE_VALUE_8=LDAP
LOGCONTENT_COMBOBOX_SOURCE_VALUE_9=Request Queue
LOGCONTENT_COMBOBOX_SOURCE_VALUE_10=ACLs
LOGCONTENT_COMBOBOX_SOURCE_VALUE_11=User and Group
LOGCONTENT_COMBOBOX_SOURCE_VALUE_12=OCSP
LOGCONTENT_COMBOBOX_SOURCE_VALUE_13=Authorization
LOGCONTENT_COMBOBOX_SOURCE_VALUE_14=Signed Audit
LOGCONTENT_COMBOBOX_SOURCE_VALUE_15=Cross-Certification
LOGCONTENT_COMBOBOX_SOURCE_VALUE_20=Others
LOGCONTENT_COMBOBOX_FILE_DEFAULT=Current
AUDITLOG_TITLE=Transactions
AUDITLOG_BORDER_LOGATTRIBUTE_LABEL=Log options
AUDITLOG_BORDER_NTLOGATTRIBUTE_LABEL=NT Log options
AUDITLOG_CHECKBOX_ACTIVATE_LABEL=Enable logging
AUDITLOG_CHECKBOX_ACTIVATE_TTIP=Click to enable/disable logging
AUDITLOG_CHECKBOX_ACTIVATENTLOG_LABEL=Enable NT logging
AUDITLOG_LABEL_LOGMAXSIZ_LABEL=Maximum size:
AUDITLOG_LABEL_LOGMAXSIZ_TTIP=Specify maximum size of log file in kbytes
AUDITLOG_LABEL_LOGBUFSIZ_LABEL=Buffer size:
AUDITLOG_LABEL_LOGBUFSIZ_TTIP=Specify buffer size of log file in kbytes
AUDITLOG_LABEL_LOGFQC_LABEL=Rotation frequency:
AUDITLOG_LABEL_LOGFQC_TTIP=Frequency to rotate a log file
AUDITLOG_LABEL_SIZEUNIT_LABEL=KB
AUDITLOG_COMBOBOX_LOGFQC_VALUE_0=Hourly
AUDITLOG_COMBOBOX_LOGFQC_VALUE_1=Daily
AUDITLOG_COMBOBOX_LOGFQC_VALUE_2=Weekly
AUDITLOG_COMBOBOX_LOGFQC_VALUE_3=Monthly
AUDITLOG_COMBOBOX_LOGFQC_VALUE_4=Yearly
AUDITLOG_LABEL_LOGLEVEL_LABEL=Log level:
AUDITLOG_LABEL_EVENTSOURCE_LABEL=Event Source:
AUDITLOG_LABEL_LOGLEVEL_TTIP=Specify log level
AUDITLOG_COMBOBOX_LOGLEVEL_VALUE_0=Debug
AUDITLOG_COMBOBOX_LOGLEVEL_VALUE_1=Info
AUDITLOG_COMBOBOX_LOGLEVEL_VALUE_2=Warning
AUDITLOG_COMBOBOX_LOGLEVEL_VALUE_3=Failure
AUDITLOG_COMBOBOX_LOGLEVEL_VALUE_4=Misconfiguration
AUDITLOG_COMBOBOX_LOGLEVEL_VALUE_5=Catastrophe
AUDITLOG_COMBOBOX_LOGLEVEL_VALUE_6=Security
AUDITLOG_DIALOG_BLANKFIELD_MESSAGE=All fields must be filled
AUDITLOG_DIALOG_BLANKFIELD_TITLE=Transactions Log Error
AUDITLOG_DIALOG_NUMBERFORMAT_MESSAGE=You must specify a numeric value
AUDITLOG_DIALOG_NUMBERFORMAT_TITLE=Transactions Log Error
AUDITLOG_DIALOG_OUTOFRANGE_MESSAGE=Size must be greater than zero
AUDITLOG_DIALOG_OUTOFRANGE_TITLE=Error Log error
LOG_COLUMN_OCSPSTORES_RULE_LABEL=Store Name
LOG_COLUMN_NUMBER_LABEL=Number
LOG_COLUMN_UID_LABEL=UID
LOG_COLUMN_SERVLETNAME_LABEL=Servlet name
LOG_COLUMN_EVALNAME_LABEL=Evaluator Name
LOG_COLUMN_ACLNAME_LABEL=Resource Name
LOG_COLUMN_ACLDESC_LABEL=Description
LOG_COLUMN_PASSWORD_LABEL=Password
LOG_COLUMN_TOKENNAME_LABEL=Token Name
LOG_COLUMN_CONFIRM_LABEL=Confirm Password
LOG_COLUMN_REQUESTNO_LABEL=Request Number
LOG_COLUMN_REQUESTTYPE_LABEL=Type
LOG_COLUMN_REQUESTSTATUS_LABEL=Status
LOG_COLUMN_RECORDNUMBER_LABEL=No.
LOG_COLUMN_STATUS_LABEL=Status
LOG_COLUMN_DATE_LABEL=Date
LOG_COLUMN_TIME_LABEL=Time
LOG_COLUMN_DETAILS_LABEL=Details
LOG_COLUMN_SEVERITY_LABEL=Level
LOG_COLUMN_SERIALNO_LABEL=Serial No.
LOG_COLUMN_VERSION_LABEL=Version
LOG_COLUMN_SUBJECT_LABEL=Subject Name
LOG_COLUMN_SIGNALG_LABEL=Signature Algorithm
LOG_COLUMN_NOTBEFORE_LABEL=Not Before
LOG_COLUMN_NOTAFTER_LABEL=Not After
LOG_COLUMN_NAME_LABEL=Name
LOG_COLUMN_DEPARTMENT_LABEL=Department
LOG_COLUMN_EMAIL_LABEL=E-Mail
LOG_COLUMN_PHONE_LABEL=Telephone
LOG_COLUMN_OID_LABEL=OID
LOG_COLUMN_CLASSNAME_LABEL=Class Name
LOG_COLUMN_DESC_LABEL=Description
LOG_COLUMN_UIMAPPER_LABEL=UI Class
LOG_COLUMN_USERID_LABEL=User ID
LOG_COLUMN_FULLNAME_LABEL=Full Name
LOG_COLUMN_ATTRIBUTE_LABEL=Attribute
LOG_COLUMN_VALUE_LABEL=Value
LOG_COLUMN_CONFIG_LABEL=Config Parameter
LOG_COLUMN_DEFAULTGROUP_LABEL=*
LOG_COLUMN_GROUPNAME_LABEL=Group Name
LOG_COLUMN_GROUPDESC_LABEL=Group Description
LOG_COLUMN_CERTIFICATE_LABEL=Certificate
LOG_COLUMN_MEMBER_LABEL=Member
LOG_COLUMN_SOURCE_LABEL=Source
LOG_COLUMN_PROFILE_IMPL_LABEL=Plugin Name
LOG_COLUMN_TYPE_LABEL=Plugin Type
LOG_COLUMN_PROFILE_RULE_LABEL=Certificate Profile Instance
LOG_COLUMN_POLICY_IMPL_LABEL=Plugin Name
LOG_COLUMN_POLICY_RULE_LABEL=Policy Rule
LOG_COLUMN_MAPPER_IMPL_LABEL=Plugin Name
LOG_COLUMN_MAPPER_RULE_LABEL=Mapper
LOG_COLUMN_PLUGIN_LABEL=Plugin Name
LOG_COLUMN_IMPL_LABEL=Plugin Name
LOG_COLUMN_PUBLISHER_IMPL_LABEL=Plugin Name
LOG_COLUMN_PUBLISHER_RULE_LABEL=Publisher
LOG_COLUMN_RULE_IMPL_LABEL=Plugin Name
LOG_COLUMN_RULE_RULE_LABEL=Rule
LOG_COLUMN_CRLEXTS_RULE_LABEL=CRL Extensions
LOG_COLUMN_RULE_LABEL=Instance Name
LOG_COLUMN_JOBS_IMPL_LABEL=Plugin Name
LOG_COLUMN_JOBS_RULE_LABEL=Instance Name
LOG_COLUMN_CERTNAME_LABEL=Certificate Name
LOG_COLUMN_EXPIRED_LABEL=Expiry Date
LOG_COLUMN_TRUST_LABEL=Trust Status
LOG_COLUMN_KEYNAME_LABEL=Key Name
LOG_COLUMN_CERTNICKNAMENAME_LABEL=Certificate Name
LOG_COLUMN_SERIALNUMBER_LABEL=Serial Number
LOG_COLUMN_ISSUERNAME_LABEL=Issuer Name
LOG_COLUMN_TOKENNAME_LABEL=Token Name
LOG_COLUMN_LOG_IMPL_LABEL=Plugin Name
LOG_COLUMN_LOG_RULE_LABEL=Log Event Listener
LOGENTRYVIEWDIALOG_TITLE=View Log Entry
LOGENTRYVIEWDIALOG_BUTTON_OK_LABEL=OK
LOGENTRYVIEWDIALOG_BUTTON_OK_TTIP=Close this dialog
LOGENTRYVIEWDIALOG_LABEL_SOURCE_LABEL=Source:
LOGENTRYVIEWDIALOG_LABEL_SOURCE_TTIP=Specific log source
LOGENTRYVIEWDIALOG_LABEL_LEVEL_LABEL=Level:
LOGENTRYVIEWDIALOG_LABEL_LEVEL_TTIP=Log entry level
LOGENTRYVIEWDIALOG_LABEL_DATE_LABEL=Date:
LOGENTRYVIEWDIALOG_LABEL_DATE_TTIP=Log entry date
LOGENTRYVIEWDIALOG_LABEL_TIME_LABEL=Time:
LOGENTRYVIEWDIALOG_LABEL_TIME_TTIP=Log entry time
LOGENTRYVIEWDIALOG_LABEL_DESC_LABEL=Detail:
LOGENTRYVIEWDIALOG_LABEL_DESC_TTIP=Log entry detail description
STATUSPANEL_TITLE=General Status
STATUSPANEL_BUTTON_REFRESH_LABEL=Refresh
STATUSPANEL_BUTTON_REFRESH_TTIP=Refresh status information
STATUSPANEL_BUTTON_HELP_LABEL=Help
STATUSPANEL_BUTTON_HELP_TTIP=Online Help
STATUSPANEL_LABEL_SERVERNAME_LABEL=Server name:
STATUSPANEL_LABEL_SERVERNAME_TTIP=Server instance name
STATUSPANEL_LABEL_INSTALLDATE_LABEL=Server installation date:
STATUSPANEL_LABEL_INSTALLDATE_TTIP=Creation date of this server instance
STATUSPANEL_LABEL_SERVERVERSION_LABEL=Server version:
STATUSPANEL_LABEL_SERVERVERSION_TTIP=Certificate Server version
STATUSPANEL_LABEL_SERVERSTARTUP_LABEL=Startup time on server:
STATUSPANEL_LABEL_SERVERSTARTUP_TTIP=Server startup time
STATUSPANEL_LABEL_SERVERTIME_LABEL=Current time on server:
STATUSPANEL_LABEL_SERVERTIME_TTIP=Current time on the server
STATUSPANEL_BORDER_GENERALINFO_LABEL=General Information
CERTIFICATEWIZARD_TITLE=Certificate Request Wizard
WIZARD_DIALOG_EXIT_MESSAGE=Are you sure you want to exit the wizard?
WIZARD_DIALOG_EXIT_TITLE=Confirm
USERTAB_TITLE=Users
USERTAB_BUTTON_REFRESH_LABEL=Refresh
USERTAB_BUTTON_REFRESH_TTIP=Refresh user information
USERTAB_BUTTON_EDIT_LABEL=Edit
USERTAB_BUTTON_EDIT_TTIP=Modify user information
USERTAB_BUTTON_ADD_LABEL=Add
USERTAB_BUTTON_ADD_TTIP=Add new user
USERTAB_BUTTON_DELETE_LABEL=Delete
USERTAB_BUTTON_DELETE_TTIP=Delete selected user
USERTAB_BUTTON_HELP_LABEL=Help
USERTAB_BUTTON_HELP_TTIP=Online Help
USERTAB_BUTTON_CERT_LABEL=Certificates
USERTAB_BUTTON_HELP_TTIP=Manage user certificates
USERTAB_DIALOG_SERVERERROR_MESSAGE=Server Error
USERTAB_DIALOG_SERVERERROR_TITLE=Error
USERTAB_DIALOG_DELETE_MESSAGE=Do you want to delete this user?
USERTAB_DIALOG_DELETE_TITLE=Warning
USERTAB_BORDER_USERS_LABEL=Users
GROUPTAB_TITLE=Groups
GROUPTAB_BUTTON_REFRESH_LABEL=Refresh
GROUPTAB_BUTTON_REFRESH_TTIP=Refresh group information
GROUPTAB_BUTTON_EDIT_LABEL=Edit
GROUPTAB_BUTTON_EDIT_TTIP=Modify group membership
GROUPTAB_BUTTON_ADD_LABEL=Add
GROUPTAB_BUTTON_ADD_TTIP=Add new group
GROUPTAB_BUTTON_DELETE_LABEL=Delete
GROUPTAB_BUTTON_DELETE_TTIP=Delete selected group
GROUPTAB_BUTTON_HELP_LABEL=Help
GROUPTAB_BUTTON_HELP_TTIP=Online Help
GROUPTAB_DIALOG_SERVERERROR_MESSAGE=Server Error
GROUPTAB_DIALOG_SERVERERROR_TITLE=Error
GROUPTAB_DIALOG_DELETE_MESSAGE=Do you want to delete this group?
GROUPTAB_DIALOG_DELETE_TITLE=Warning
GROUPTAB_BORDER_STANDARD_LABEL=System Groups
GROUPTAB_BORDER_USERDEFINE_LABEL=Admin Defined Groups
GROUPEDITOR_TITLE=Edit Group Information
GROUPEDITOR_LABEL_GROUPNAME_LABEL=Group name:
GROUPEDITOR_LABEL_GROUPNAME_TTIP=Unique identifier for this group
GROUPEDITOR_LABEL_GROUPDESC_LABEL=Group description:
GROUPEDITOR_LABEL_GROUPDESC_TTIP=Short Description for this group
GROUPEDITOR_LABEL_MEMBER_LABEL=Group Members:
GROUPEDITOR_LABEL_MEMBER_TTIP=List of current group members
GROUPEDITOR_DIALOG_SERVERERROR_MESSAGE=Server Error
GROUPEDITOR_DIALOG_SERVERERROR_TITLE=Error
GROUPEDITOR_DIALOG_DELETE_MESSAGE=Delete this member?
GROUPEDITOR_DIALOG_DELETE_TITLE=Warning
GROUPEDITOR_DIALOG_NOGROUPNAME_MESSAGE=Group name can't be blank
GROUPEDITOR_DIALOG_NOGROUPNAME_TITLE=Error
GROUPEDITOR_BUTTON_OK_LABEL=OK
GROUPEDITOR_BUTTON_OK_TTIP=Save changes and close this window
GROUPEDITOR_BUTTON_ADDGROUP_LABEL=Add Group
GROUPEDITOR_BUTTON_ADDGROUP_TTIP=Add additional group to this group
GROUPEDITOR_BUTTON_ADDUSER_LABEL=Add User
GROUPEDITOR_BUTTON_ADDUSER_TTIP=Add additional user to this group
GROUPEDITOR_BUTTON_DELETE_LABEL=Delete
GROUPEDITOR_BUTTON_DELETE_TTIP=Delete selected user or group
GROUPEDITOR_BUTTON_CANCEL_LABEL=Cancel
GROUPEDITOR_BUTTON_CANCEL_TTIP=Cancel changes and close this window
GROUPEDITOR_BUTTON_HELP_LABEL=Help
GROUPEDITOR_BUTTON_HELP_TTIP=Online Help
GROUPEDITOR_DIALOG_ALLUSERS_MESSAGE=All users are already in the group
GROUPEDITOR_DIALOG_ALLUSERS_TITLE=Information
USEREDITOR_TITLE=Edit User Information
USEREDITOR_LABEL_STATE_LABEL=User State:
USEREDITOR_LABEL_STATE_TTIP=State for this user
USEREDITOR_LABEL_USERNAME_LABEL=User ID:
USEREDITOR_LABEL_USERNAME_TTIP=Unique identifier for this user
USEREDITOR_LABEL_FULLNAME_LABEL=Full name:
USEREDITOR_LABEL_FULLNAME_TTIP=Full name for this user
USEREDITOR_LABEL_PASSWORD_LABEL=Password:
USEREDITOR_LABEL_PASSWORD_TTIP=Password for this user
USEREDITOR_LABEL_PASSWORDCONFIRM_LABEL=Confirm Password:
USEREDITOR_LABEL_PASSWORDCONFIRM_TTIP=Retype password for this user
USEREDITOR_LABEL_EMAIL_LABEL=E-Mail:
USEREDITOR_LABEL_EMAIL_TTIP=E-Mail address
USEREDITOR_LABEL_PHONE_LABEL=Phone:
USEREDITOR_LABEL_PHONE_TTIP=Phone number
USEREDITOR_LABEL_GROUP_LABEL=Group:
USEREDITOR_LABEL_MEMBER_LABEL=Membership:
USEREDITOR_LABEL_MEMBER_TTIP=This user belongs to the groups listed
USEREDITOR_DIALOG_SERVERERROR_MESSAGE=Server Error
USEREDITOR_DIALOG_SERVERERROR_TITLE=Error
USEREDITOR_DIALOG_DELETE_MESSAGE=Delete this certificate?
USEREDITOR_DIALOG_DELETE_TITLE=Warning
USEREDITOR_DIALOG_NOUSERNAME_MESSAGE=User ID can't be blank
USEREDITOR_DIALOG_NOUSERNAME_TITLE=Error
USEREDITOR_DIALOG_PWDNOTMATCH_MESSAGE=The two passwords you entered do not match
USEREDITOR_DIALOG_PWDNOTMATCH_TITLE=Error
USEREDITOR_BUTTON_OK_LABEL=OK
USEREDITOR_BUTTON_OK_TTIP=Save changes and close this window
USEREDITOR_BUTTON_ADDCERT_LABEL=Add
USEREDITOR_BUTTON_ADDCERT_TTIP=Add additional certificate for this user
USEREDITOR_BUTTON_VIEWCERT_LABEL=View
USEREDITOR_BUTTON_VIEWCERT_TTIP=View certificate
USEREDITOR_BUTTON_DELETECERT_LABEL=Delete
USEREDITOR_BUTTON_DELETECERT_TTIP=Delete selected certificate
USEREDITOR_BUTTON_CANCEL_LABEL=Cancel
USEREDITOR_BUTTON_CANCEL_TTIP=Cancel changes and close this window
USEREDITOR_BUTTON_HELP_LABEL=Help
USEREDITOR_BUTTON_HELP_TTIP=Online Help
USERLISTDIALOG_TITLE=Select User
USERLISTDIALOG_DIALOG_SERVERERROR_MESSAGE=Server Error
USERLISTDIALOG_DIALOG_SERVERERROR_TITLE=Error
USERLISTDIALOG_DIALOG_NOSELECTION_MESSAGE=Please select a user first!
USERLISTDIALOG_DIALOG_NOSELECTION_TITLE=Error
USERLISTDIALOG_BUTTON_OK_LABEL=OK
USERLISTDIALOG_BUTTON_OK_TTIP=Select users
USERLISTDIALOG_BUTTON_CANCEL_LABEL=Cancel
USERLISTDIALOG_BUTTON_CANCEL_TTIP=close this window
GROUPLISTDIALOG_TITLE=Select Group
GROUPLISTDIALOG_DIALOG_SERVERERROR_MESSAGE=Server Error
GROUPLISTDIALOG_DIALOG_SERVERERROR_TITLE=Error
GROUPLISTDIALOG_DIALOG_NOSELECTION_MESSAGE=Please select a group first!
GROUPLISTDIALOG_DIALOG_NOSELECTION_TITLE=Error
GROUPLISTDIALOG_BUTTON_OK_LABEL=OK
GROUPLISTDIALOG_BUTTON_OK_TTIP=Select groups
GROUPLISTDIALOG_BUTTON_CANCEL_LABEL=Cancel
GROUPLISTDIALOG_BUTTON_CANCEL_TTIP=close this window
PASSWDDIALOG_TITLE=Change Password
PASSWDDIALOG_LABEL_USERID_LABEL=User ID:
PASSWDDIALOG_LABEL_USERID_TTIP=The user ID of the recovery agent
PASSWDDIALOG_LABEL_OLDPASSWORD_LABEL=Old Password:
PASSWDDIALOG_LABEL_OLDPASSWORD_TTIP=Enter the old password for the given user
PASSWDDIALOG_LABEL_PASSWORD_LABEL=New Password:
PASSWDDIALOG_LABEL_PASSWORD_TTIP=Enter the new password for the given user
PASSWDDIALOG_LABEL_PASSWORD_AGAIN_LABEL=Confirm Password:
PASSWDDIALOG_LABEL_PASSWORD_AGAIN_TTIP=Re-enter the new password again
PASSWDDIALOG_BUTTON_OK_LABEL=OK
PASSWDDIALOG_BUTTON_OK_TTIP=Please press OK to save the changes
PASSWDDIALOG_BUTTON_CANCEL_LABEL=Cancel
PASSWDDIALOG_BUTTON_CANCEL_TTIP=Please press cancel to disregard the changes
PASSWDDIALOG_DIALOG_EMPTYFIELD_MESSAGE=Blank Fields are not allowed
PASSWDDIALOG_DIALOG_EMPTYFIELD_TITLE=Error
PASSWDDIALOG_DIALOG_CONFIRMED_MESSAGE=The new password and confirmed password are not matched
PASSWDDIALOG_DIALOG_CONFIRMED_TITLE=Error
AUTORECOVERYDIALOG_TITLE=Enable Auto Recovery
AUTORECOVERYDIALOG_BUTTON_DISABLEAUTO_LABEL=Disable
AUTORECOVERYDIALOG_BUTTON_DISABLEAUTO_TTIP=Disable auto recovery
AUTORECOVERYDIALOG_BUTTON_OK_LABEL=OK
AUTORECOVERYDIALOG_BUTTON_OK_TTIP=enable auto recovery
AUTORECOVERYDIALOG_BUTTON_CANCEL_LABEL=Cancel
AUTORECOVERYDIALOG_BUTTON_CANCEL_TTIP=close this window
AUTORECOVERYDIALOG_LABEL_USERID_LABEL=User ID
AUTORECOVERYDIALOG_LABEL_USERID_TTIP=Enter user ID for auto recovery
AUTORECOVERYDIALOG_LABEL_USERPWD_LABEL=User password
AUTORECOVERYDIALOG_LABEL_USERPWD_TTIP=Enter user password for the corresponding user ID
AUTORECOVERYDIALOG_LABEL_HEADING_LABEL=Please enter the user ids and the corresponding passwords
AUTORECOVERYDIALOG_DIALOG_EMPTYFIELD_MESSAGE=Blank Fields are not allowed
AUTORECOVERYDIALOG_DIALOG_EMPTYFIELD_TITLE=Error
CERTMANAGEMENTDIALOG_TITLE=Manage User Certificates
CERTMANAGEMENTDIALOG_BUTTON_HELP_LABEL=Help
CERTMANAGEMENTDIALOG_BUTTON_HELP_TTIP=Online Help
CERTMANAGEMENTDIALOG_BUTTON_OK_LABEL=Done
CERTMANAGEMENTDIALOG_BUTTON_OK_TTIP=close this window
CERTMANAGEMENTDIALOG_BUTTON_CANCEL_LABEL=Cancel
CERTMANAGEMENTDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
CERTMANAGEMENTDIALOG_BUTTON_IMPORT_LABEL=Import
CERTMANAGEMENTDIALOG_BUTTON_IMPORT_TTIP=Import a new certificate for this user
CERTMANAGEMENTDIALOG_BUTTON_DELETE_LABEL=Delete
CERTMANAGEMENTDIALOG_BUTTON_DELETE_TTIP=Delete this certificate
CERTMANAGEMENTDIALOG_BUTTON_VIEW_LABEL=View
CERTMANAGEMENTDIALOG_BUTTON_VIEW_TTIP=View certificate content
CERTIMPORTDIALOG_TITLE=Import Certificate
CERTIMPORTDIALOG_DIALOG_NOCERTNAME_MESSAGE=Please enter certificate nickname!
CERTIMPORTDIALOG_DIALOG_NOCERTNAME_TITLE=Error
CERTIMPORTDIALOG_DIALOG_NOB64E_MESSAGE=Please enter base-64 encoded certificate!
CERTIMPORTDIALOG_DIALOG_NOB64E_TITLE=Error
CERTIMPORTDIALOG_DIALOG_CANTDELETE_MESSAGE=Can't delete user cert.  Use Certificate Setup Wizard for renewal or replacement of the CA and OCSP Signing Certificates or the SSL Server certificate
CERTIMPORTDIALOG_BUTTON_OK_LABEL=OK
CERTIMPORTDIALOG_BUTTON_OK_TTIP=Add certificate
CERTIMPORTDIALOG_BUTTON_CANCEL_LABEL=Cancel
CERTIMPORTDIALOG_BUTTON_CANCEL_TTIP=close this window
CERTIMPORTDIALOG_BUTTON_PASTE_LABEL=Paste from the Clipboard
CERTIMPORTDIALOG_BUTTON_PASTE_TTIP=Paste from the Clipboard
CERTIMPORTDIALOG_LABEL_CERTNAME_LABEL=Nickname:
CERTIMPORTDIALOG_LABEL_CERTNAME_TTIP=Unique certificate nickname
CERTIMPORTDIALOG_LABEL_B64E_LABEL=base-64 Encoded Certificate:
CERTIMPORTDIALOG_LABEL_B64E_TTIP=Paste base-64 Encoded certificate with BEGIN and END headers.
CERTVIEWDIALOG_TITLE=View Certificate
CERTVIEWDIALOG_BUTTON_OK_LABEL=OK
CERTVIEWDIALOG_BUTTON_OK_TTIP=close this window
CERTVIEWDIALOG_LABEL_CERTNAME_LABEL=Subject:
CERTVIEWDIALOG_LABEL_CERTNAME_TTIP=Certificate subject name
CERTVIEWDIALOG_LABEL_PP_LABEL=Certificate Content:
CERTVIEWDIALOG_LABEL_PP_TTIP=Certificate Content
RULEIMPL_TITLE=Rule Plugin Registration
RULEIMPL_BUTTON_REFRESH_LABEL=Refresh
RULEIMPL_BUTTON_REFRESH_TTIP=Refresh rule plugin information
RULEIMPL_BUTTON_ADD_LABEL=Register
RULEIMPL_BUTTON_ADD_TTIP=Add new plugin implementation
RULEIMPL_BUTTON_DELETE_LABEL=Delete
RULEIMPL_BUTTON_DELETE_TTIP=Delete selected plugin
RULEIMPL_BUTTON_VIEW_LABEL=View
RULEIMPL_BUTTON_VIEW_TTIP=View rule plugin details
RULEIMPL_BUTTON_HELP_LABEL=Help
RULEIMPL_BUTTON_HELP_TTIP=Online Help
RULEIMPL_DIALOG_SERVERERROR_MESSAGE=Server Error
RULEIMPL_DIALOG_SERVERERROR_TITLE=Error
RULEIMPL_DIALOG_DELETE_MESSAGE=Do you want to delete this rule plugin?
RULEIMPL_DIALOG_DELETE_TITLE=Warning
MAPPERIMPL_TITLE=Mapper Plugin Registration
MAPPERIMPL_BUTTON_REFRESH_LABEL=Refresh
MAPPERIMPL_BUTTON_REFRESH_TTIP=Refresh mapper plugin information
MAPPERIMPL_BUTTON_ADD_LABEL=Register
MAPPERIMPL_BUTTON_ADD_TTIP=Add new plugin implementation
MAPPERIMPL_BUTTON_DELETE_LABEL=Delete
MAPPERIMPL_BUTTON_DELETE_TTIP=Delete selected plugin
MAPPERIMPL_BUTTON_VIEW_LABEL=View
MAPPERIMPL_BUTTON_VIEW_TTIP=View mapper plugin details
MAPPERIMPL_BUTTON_HELP_LABEL=Help
MAPPERIMPL_BUTTON_HELP_TTIP=Online Help
MAPPERIMPL_DIALOG_SERVERERROR_MESSAGE=Server Error
MAPPERIMPL_DIALOG_SERVERERROR_TITLE=Error
MAPPERIMPL_DIALOG_DELETE_MESSAGE=Do you want to delete this mapper plugin?
MAPPERIMPL_DIALOG_DELETE_TITLE=Warning
PUBLISHERIMPL_TITLE=Publisher Plugin Registration
PUBLISHERIMPL_BUTTON_REFRESH_LABEL=Refresh
PUBLISHERIMPL_BUTTON_REFRESH_TTIP=Refresh publisher plugin information
PUBLISHERIMPL_BUTTON_ADD_LABEL=Register
PUBLISHERIMPL_BUTTON_ADD_TTIP=Add new plugin implementation
PUBLISHERIMPL_BUTTON_DELETE_LABEL=Delete
PUBLISHERIMPL_BUTTON_DELETE_TTIP=Delete selected plugin
PUBLISHERIMPL_BUTTON_VIEW_LABEL=View
PUBLISHERIMPL_BUTTON_VIEW_TTIP=View publisher plugin details
PUBLISHERIMPL_BUTTON_HELP_LABEL=Help
PUBLISHERIMPL_BUTTON_HELP_TTIP=Online Help
PUBLISHERIMPL_DIALOG_SERVERERROR_MESSAGE=Server Error
PUBLISHERIMPL_DIALOG_SERVERERROR_TITLE=Error
PUBLISHERIMPL_DIALOG_DELETE_MESSAGE=Do you want to delete this publisher plugin?
PUBLISHERIMPL_DIALOG_DELETE_TITLE=Warning
POLICYIMPL_TITLE=Policy Plugin Registration
POLICYIMPL_BUTTON_REFRESH_LABEL=Refresh
POLICYIMPL_BUTTON_REFRESH_TTIP=Refresh policy plugin information
POLICYIMPL_BUTTON_ADD_LABEL=Register
POLICYIMPL_BUTTON_ADD_TTIP=Add new plugin implementation
POLICYIMPL_BUTTON_DELETE_LABEL=Delete
POLICYIMPL_BUTTON_DELETE_TTIP=Delete selected plugin
POLICYIMPL_BUTTON_VIEW_LABEL=View
POLICYIMPL_BUTTON_VIEW_TTIP=View policy plugin details
POLICYIMPL_BUTTON_HELP_LABEL=Help
POLICYIMPL_BUTTON_HELP_TTIP=Online Help
POLICYIMPL_DIALOG_SERVERERROR_MESSAGE=Server Error
POLICYIMPL_DIALOG_SERVERERROR_TITLE=Error
POLICYIMPL_DIALOG_DELETE_MESSAGE=Do you want to delete this policy plugin?
POLICYIMPL_DIALOG_DELETE_TITLE=Warning
POLICYIMPL_BORDER_USERS_LABEL=Policy Implementations
PROFILEIMPL_TITLE=Certificate Profile Plugin Registration
PROFILEIMPL_BUTTON_REFRESH_LABEL=Refresh
PROFILEIMPL_BUTTON_REFRESH_TTIP=Refresh certificate profile plugin information
PROFILEIMPL_BUTTON_ADD_LABEL=Register
PROFILEIMPL_BUTTON_ADD_TTIP=Add new plugin implementation
PROFILEIMPL_BUTTON_DELETE_LABEL=Delete
PROFILEIMPL_BUTTON_DELETE_TTIP=Delete selected plugin
PROFILEIMPL_BUTTON_VIEW_LABEL=View
PROFILEIMPL_BUTTON_VIEW_TTIP=View certificate profile plugin details
PROFILEIMPL_BUTTON_HELP_LABEL=Help
PROFILEIMPL_BUTTON_HELP_TTIP=Online Help
PROFILEIMPL_DIALOG_SERVERERROR_MESSAGE=Server Error
PROFILEIMPL_DIALOG_SERVERERROR_TITLE=Error
PROFILEIMPL_DIALOG_DELETE_MESSAGE=Do you want to delete this certificate profile plugin?
PROFILEIMPL_DIALOG_DELETE_TITLE=Warning
PROFILEIMPL_BORDER_USERS_LABEL=Certificate Profile Implementations
SERVLETIMPL_TITLE=Servlet Plugin Registration
SERVLETIMPL_BUTTON_REFRESH_LABEL=Refresh
SERVLETIMPL_BUTTON_REFRESH_TTIP=Refresh servlet plugin information
SERVLETIMPL_BUTTON_ADD_LABEL=Register
SERVLETIMPL_BUTTON_ADD_TTIP=Add new plugin implementation
SERVLETIMPL_BUTTON_DELETE_LABEL=Delete
SERVLETIMPL_BUTTON_DELETE_TTIP=Delete selected plugin
SERVLETIMPL_BUTTON_HELP_LABEL=Help
SERVLETIMPL_BUTTON_HELP_TTIP=Online Help
SERVLETIMPL_DIALOG_SERVERERROR_MESSAGE=Server Error
SERVLETIMPL_DIALOG_SERVERERROR_TITLE=Error
SERVLETIMPL_DIALOG_DELETE_MESSAGE=Do you want to delete this servlet plugin?
SERVLETIMPL_DIALOG_DELETE_TITLE=Warning
SERVLET_TITLE=Servlet Management
SERVLET_BUTTON_REFRESH_LABEL=Refresh
SERVLET_BUTTON_REFRESH_TTIP=Refresh servlet information
SERVLET_BUTTON_EDIT_LABEL=Edit
SERVLET_BUTTON_EDIT_TTIP=Modify servlet configuration
SERVLET_BUTTON_ADD_LABEL=Add
SERVLET_BUTTON_ADD_TTIP=Add new servlet instance
SERVLET_BUTTON_DELETE_LABEL=Delete
SERVLET_BUTTON_DELETE_TTIP=Delete selected servlet instance
SERVLET_BUTTON_HELP_LABEL=Help
SERVLET_BUTTON_HELP_TTIP=Online Help
SERVLET_DIALOG_SERVERERROR_MESSAGE=Server Error
SERVLET_DIALOG_SERVERERROR_TITLE=Error
SERVLET_DIALOG_DELETE_MESSAGE=Do you want to delete this servlet instance?
SERVLET_DIALOG_DELETE_TITLE=Warning
SERVLET_LABEL_ENABLED_LABEL=Enabled
SERVLET_LABEL_DISABLED_LABEL=Disabled
OCSPSTORESRULE_TITLE=Revocation Info Store Management
OCSPSTORESRULE_BUTTON_ORDER_LABEL=Reorder
OCSPSTORESRULE_BUTTON_ORDER_TTIP=Change Revocation Info Store ordering
OCSPSTORESRULE_BUTTON_REFRESH_LABEL=Refresh
OCSPSTORESRULE_BUTTON_REFRESH_TTIP=Refresh Revocation Info Store information
OCSPSTORESRULE_BUTTON_EDIT_LABEL=Edit/View
OCSPSTORESRULE_BUTTON_EDIT_TTIP=Modify Revocation Info Store configuration
OCSPSTORESRULE_BUTTON_ADD_LABEL=Add
OCSPSTORESRULE_BUTTON_ADD_TTIP=Add new Revocation Info Store
OCSPSTORESRULE_BUTTON_DELETE_LABEL=Delete
OCSPSTORESRULE_BUTTON_DELETE_TTIP=Delete selected Revocation Info Store
OCSPSTORESRULE_BUTTON_HELP_LABEL=Help
OCSPSTORESRULE_BUTTON_HELP_TTIP=Online Help
OCSPSTORESRULE_DIALOG_SERVERERROR_MESSAGE=Server Error
OCSPSTORESRULE_DIALOG_SERVERERROR_TITLE=Error
OCSPSTORESRULE_DIALOG_DELETE_MESSAGE=Do you want to delete this Store?
OCSPSTORESRULE_DIALOG_DELETE_TITLE=Warning
OCSPSTORESRULE_LABEL_ENABLED_LABEL=Enabled
OCSPSTORESRULE_LABEL_DISABLED_LABEL=Disabled
CRLEXTSRULE_TITLE=CRL Extensions Management
CRLEXTSRULE_BUTTON_ORDER_LABEL=Reorder
CRLEXTSRULE_BUTTON_ORDER_TTIP=Change CRL extension ordering
CRLEXTSRULE_BUTTON_REFRESH_LABEL=Refresh
CRLEXTSRULE_BUTTON_REFRESH_TTIP=Refresh CRL extension information
CRLEXTSRULE_BUTTON_EDIT_LABEL=Edit/View
CRLEXTSRULE_BUTTON_EDIT_TTIP=Modify CRL extension configuration
CRLEXTSRULE_BUTTON_ADD_LABEL=Add
CRLEXTSRULE_BUTTON_ADD_TTIP=Add new CRL extension
CRLEXTSRULE_BUTTON_DELETE_LABEL=Delete
CRLEXTSRULE_BUTTON_DELETE_TTIP=Delete selected CRL extension
CRLEXTSRULE_BUTTON_HELP_LABEL=Help
CRLEXTSRULE_BUTTON_HELP_TTIP=Online Help
CRLEXTSRULE_DIALOG_SERVERERROR_MESSAGE=Server Error
CRLEXTSRULE_DIALOG_SERVERERROR_TITLE=Error
CRLEXTSRULE_DIALOG_DELETE_MESSAGE=Do you want to delete this CRL extension?
CRLEXTSRULE_DIALOG_DELETE_TITLE=Warning
CRLEXTSRULE_LABEL_ENABLED_LABEL=Enabled
CRLEXTSRULE_LABEL_DISABLED_LABEL=Disabled
RULERULE_TITLE=Rules Management
RULERULE_BUTTON_ORDER_LABEL=Reorder
RULERULE_BUTTON_ORDER_TTIP=Change rule ordering
RULERULE_BUTTON_REFRESH_LABEL=Refresh
RULERULE_BUTTON_REFRESH_TTIP=Refresh rule information
RULERULE_BUTTON_EDIT_LABEL=Edit/View
RULERULE_BUTTON_EDIT_TTIP=Modify rule configuration
RULERULE_BUTTON_ADD_LABEL=Add
RULERULE_BUTTON_ADD_TTIP=Add new rule
RULERULE_BUTTON_DELETE_LABEL=Delete
RULERULE_BUTTON_DELETE_TTIP=Delete selected rule
RULERULE_BUTTON_HELP_LABEL=Help
RULERULE_BUTTON_HELP_TTIP=Online Help
RULERULE_DIALOG_SERVERERROR_MESSAGE=Server Error
RULERULE_DIALOG_SERVERERROR_TITLE=Error
RULERULE_DIALOG_DELETE_MESSAGE=Do you want to delete this rule?
RULERULE_DIALOG_DELETE_TITLE=Warning
RULERULE_LABEL_ENABLED_LABEL=Enabled
RULERULE_LABEL_DISABLED_LABEL=Disabled
MAPPERRULE_TITLE=Mappers Management
MAPPERRULE_BUTTON_ORDER_LABEL=Reorder
MAPPERRULE_BUTTON_ORDER_TTIP=Change mapper ordering
MAPPERRULE_BUTTON_REFRESH_LABEL=Refresh
MAPPERRULE_BUTTON_REFRESH_TTIP=Refresh mapper information
MAPPERRULE_BUTTON_EDIT_LABEL=Edit/View
MAPPERRULE_BUTTON_EDIT_TTIP=Modify mapper configuration
MAPPERRULE_BUTTON_ADD_LABEL=Add
MAPPERRULE_BUTTON_ADD_TTIP=Add new mapper
MAPPERRULE_BUTTON_DELETE_LABEL=Delete
MAPPERRULE_BUTTON_DELETE_TTIP=Delete selected mapper
MAPPERRULE_BUTTON_HELP_LABEL=Help
MAPPERRULE_BUTTON_HELP_TTIP=Online Help
MAPPERRULE_DIALOG_SERVERERROR_MESSAGE=Server Error
MAPPERRULE_DIALOG_SERVERERROR_TITLE=Error
MAPPERRULE_DIALOG_DELETE_MESSAGE=Do you want to delete this mapper?
MAPPERRULE_DIALOG_DELETE_TITLE=Warning
MAPPERRULE_LABEL_ENABLED_LABEL=Enabled
MAPPERRULE_LABEL_DISABLED_LABEL=Disabled
PUBLISHERRULE_TITLE=Publishers Management
PUBLISHERRULE_BUTTON_ORDER_LABEL=Reorder
PUBLISHERRULE_BUTTON_ORDER_TTIP=Change publisher ordering
PUBLISHERRULE_BUTTON_REFRESH_LABEL=Refresh
PUBLISHERRULE_BUTTON_REFRESH_TTIP=Refresh publisher information
PUBLISHERRULE_BUTTON_EDIT_LABEL=Edit/View
PUBLISHERRULE_BUTTON_EDIT_TTIP=Modify publisher configuration
PUBLISHERRULE_BUTTON_ADD_LABEL=Add
PUBLISHERRULE_BUTTON_ADD_TTIP=Add new publisher
PUBLISHERRULE_BUTTON_DELETE_LABEL=Delete
PUBLISHERRULE_BUTTON_DELETE_TTIP=Delete selected publisher
PUBLISHERRULE_BUTTON_HELP_LABEL=Help
PUBLISHERRULE_BUTTON_HELP_TTIP=Online Help
PUBLISHERRULE_DIALOG_SERVERERROR_MESSAGE=Server Error
PUBLISHERRULE_DIALOG_SERVERERROR_TITLE=Error
PUBLISHERRULE_DIALOG_DELETE_MESSAGE=Do you want to delete this publisher?
PUBLISHERRULE_DIALOG_DELETE_TITLE=Warning
PUBLISHERRULE_LABEL_ENABLED_LABEL=Enabled
PUBLISHERRULE_LABEL_DISABLED_LABEL=Disabled
POLICYRULE_TITLE=Policy Rules Management
POLICYRULE_BUTTON_ORDER_LABEL=Reorder
POLICYRULE_BUTTON_ORDER_TTIP=Change policy rule ordering
POLICYRULE_BUTTON_REFRESH_LABEL=Refresh
POLICYRULE_BUTTON_REFRESH_TTIP=Refresh policy rule information
POLICYRULE_BUTTON_EDIT_LABEL=Edit/View
POLICYRULE_BUTTON_EDIT_TTIP=Modify policy rule configuration
POLICYRULE_BUTTON_ADD_LABEL=Add
POLICYRULE_BUTTON_ADD_TTIP=Add new rule
POLICYRULE_BUTTON_DELETE_LABEL=Delete
POLICYRULE_BUTTON_DELETE_TTIP=Delete selected rule
POLICYRULE_BUTTON_HELP_LABEL=Help
POLICYRULE_BUTTON_HELP_TTIP=Online Help
POLICYRULE_DIALOG_SERVERERROR_MESSAGE=Server Error
POLICYRULE_DIALOG_SERVERERROR_TITLE=Error
POLICYRULE_DIALOG_DELETE_MESSAGE=Do you want to delete this rule?
POLICYRULE_DIALOG_DELETE_TITLE=Warning
POLICYRULE_LABEL_ENABLED_LABEL=Enabled
POLICYRULE_LABEL_DISABLED_LABEL=Disabled
PROFILERULE_TITLE=Certificate Profile Instances Management
PROFILERULE_BUTTON_ORDER_LABEL=Reorder
PROFILERULE_BUTTON_ORDER_TTIP=Change certificate profile instance ordering
PROFILERULE_BUTTON_REFRESH_LABEL=Refresh
PROFILERULE_BUTTON_REFRESH_TTIP=Refresh certificate profile instance information
PROFILERULE_BUTTON_EDIT_LABEL=Edit/View
PROFILERULE_BUTTON_EDIT_TTIP=Modify certificate profile instance configuration
PROFILERULE_BUTTON_ADD_LABEL=Add
PROFILERULE_BUTTON_ADD_TTIP=Add new instance
PROFILERULE_BUTTON_DELETE_LABEL=Delete
PROFILERULE_BUTTON_DELETE_TTIP=Delete selected instance
PROFILERULE_BUTTON_HELP_LABEL=Help
PROFILERULE_BUTTON_HELP_TTIP=Online Help
PROFILERULE_DIALOG_SERVERERROR_MESSAGE=Server Error
PROFILERULE_DIALOG_SERVERERROR_TITLE=Error
PROFILERULE_DIALOG_DELETE_MESSAGE=Do you want to delete this instance?
PROFILERULE_DIALOG_ENABLEPROFILE_MESSAGE=The current certificate profile is in an enabled state.
PROFILERULE_DIALOG_DELETE_TITLE=Warning
PROFILERULE_LABEL_ENABLED_LABEL=Enabled
PROFILERULE_LABEL_DISABLED_LABEL=Disabled
RULEREGISTERDIALOG_TITLE=Register Mapper Plugin Implementation
RULEREGISTERDIALOG_TITLE=Register Mapper Plugin Implementation
RULEREGISTERDIALOG_BUTTON_OK_LABEL=OK
RULEREGISTERDIALOG_BUTTON_OK_TTIP=Register this implementation
RULEREGISTERDIALOG_BUTTON_CANCEL_LABEL=Cancel
RULEREGISTERDIALOG_BUTTON_CANCEL_TTIP=close this window
RULEREGISTERDIALOG_LABEL_NAME_LABEL=Plugin name:
RULEREGISTERDIALOG_LABEL_NAME_TTIP=Unique implementation name
RULEREGISTERDIALOG_LABEL_CLASS_LABEL=Class name:
RULEREGISTERDIALOG_LABEL_CLASS_TTIP=Full java class name
MAPPERREGISTERDIALOG_TITLE=Register Mapper Plugin Implementation
MAPPERREGISTERDIALOG_BUTTON_OK_LABEL=OK
MAPPERREGISTERDIALOG_BUTTON_OK_TTIP=Register this implementation
MAPPERREGISTERDIALOG_BUTTON_CANCEL_LABEL=Cancel
MAPPERREGISTERDIALOG_BUTTON_CANCEL_TTIP=close this window
MAPPERREGISTERDIALOG_LABEL_NAME_LABEL=Plugin name:
MAPPERREGISTERDIALOG_LABEL_NAME_TTIP=Unique implementation name
MAPPERREGISTERDIALOG_LABEL_CLASS_LABEL=Class name:
MAPPERREGISTERDIALOG_LABEL_CLASS_TTIP=Full java class name
PUBLISHERREGISTERDIALOG_TITLE=Register Publisher Plugin Implementation
PUBLISHERREGISTERDIALOG_BUTTON_OK_LABEL=OK
PUBLISHERREGISTERDIALOG_BUTTON_OK_TTIP=Register this implementation
PUBLISHERREGISTERDIALOG_BUTTON_CANCEL_LABEL=Cancel
PUBLISHERREGISTERDIALOG_BUTTON_CANCEL_TTIP=close this window
PUBLISHERREGISTERDIALOG_LABEL_NAME_LABEL=Plugin name:
PUBLISHERREGISTERDIALOG_LABEL_NAME_TTIP=Unique implementation name
PUBLISHERREGISTERDIALOG_LABEL_CLASS_LABEL=Class name:
PUBLISHERREGISTERDIALOG_LABEL_CLASS_TTIP=Full java class name
POLICYREGISTERDIALOG_TITLE=Register Policy Plugin Implementation
POLICYREGISTERDIALOG_BUTTON_OK_LABEL=OK
POLICYREGISTERDIALOG_BUTTON_OK_TTIP=Register this implementation
POLICYREGISTERDIALOG_BUTTON_CANCEL_LABEL=Cancel
POLICYREGISTERDIALOG_BUTTON_CANCEL_TTIP=close this window
POLICYREGISTERDIALOG_LABEL_NAME_LABEL=Plugin name:
POLICYREGISTERDIALOG_LABEL_NAME_TTIP=Unique implementation name
POLICYREGISTERDIALOG_LABEL_CLASS_LABEL=Class name:
POLICYREGISTERDIALOG_LABEL_CLASS_TTIP=Full java class name
PROFILEREGISTERDIALOG_TITLE=Register Profile Plugin Implementation
PROFILEREGISTERDIALOG_BUTTON_OK_LABEL=OK
PROFILEREGISTERDIALOG_BUTTON_OK_TTIP=Register this implementation
PROFILEREGISTERDIALOG_BUTTON_CANCEL_LABEL=Cancel
PROFILEREGISTERDIALOG_BUTTON_CANCEL_TTIP=close this window
PROFILEREGISTERDIALOG_LABEL_TYPE_LABEL=Plugin type:
PROFILEREGISTERDIALOG_LABEL_TYPE_TTIP=Implementation type
PROFILEREGISTERDIALOG_LABEL_NAME_LABEL=Plugin name:
PROFILEREGISTERDIALOG_LABEL_NAME_TTIP=Unique implementation name
PROFILEREGISTERDIALOG_LABEL_CLASS_LABEL=Class name:
PROFILEREGISTERDIALOG_LABEL_CLASS_TTIP=Full java class name
PROFILEREGISTERDIALOG_LABEL_DESC_LABEL=Description:
PROFILEREGISTERDIALOG_LABEL_DESC_TTIP=Description
EVALUATORREGISTERDIALOG_TITLE=Register Evaluator Plugin Implementation
EVALUATORREGISTERDIALOG_BUTTON_OK_LABEL=OK
EVALUATORREGISTERDIALOG_BUTTON_CANCEL_LABEL=Cancel
EVALUATORREGISTERDIALOG_LABEL_NAME_LABEL=Evaluator name:
EVALUATORREGISTERDIALOG_LABEL_CLASS_LABEL=Class name:
ACLEDITDIALOG_TITLE=Access Control Editor
ACLEDITDIALOG_BUTTON_OK_LABEL=OK
ACLEDITDIALOG_BUTTON_CANCEL_LABEL=Cancel
ACLEDITDIALOG_BUTTON_HELP_LABEL=Help
ACLEDITDIALOG_BUTTON_ADD_LABEL=Add
ACLEDITDIALOG_BUTTON_DELETE_LABEL=Delete
ACLEDITDIALOG_BUTTON_EDIT_LABEL=Edit
ACLEDITDIALOG_LABEL_RESOURCEOBJECT_LABEL=Resource name:
ACLEDITDIALOG_LABEL_DESC_LABEL=Description:
ACLEDITDIALOG_LABEL_ACI_LABEL=ACI entries:
ACLEDITDIALOG_LABEL_RIGHTS_LABEL=Allowable rights:
ACLEDITDIALOG_INTRO_HELP=Click a labeled component for a help description
ACLEDITDIALOG_RESOURCEID_HELP=resource ID: Name of the resource, e. g., certServer.ca.certificates
ACLEDITDIALOG_RIGHTS_HELP=rights: Allowable rights performed on the resource, e. g., read, modify
ACLEDITDIALOG_ACI_HELP=aci: Access control index. The user may press the add button to add a new aci, press edit to modify an existing aci, or press delete to remove an existing aci
ACLEDITDIALOG_DESC_HELP=description: Description for the whole access control
ACLEDITDIALOG_DIALOG_DELETE_MESSAGE=Do you want to delete this access control information?
ACLEDITDIALOG_DIALOG_DELETE_TITLE=Warning
ACLEDITDIALOG_DIALOG_EMPTYRIGHTS_MESSAGE=The field for allowable rights must not be empty
ACLEDITDIALOG_DIALOG_EMPTYRIGHTS_TITLE=Error
ACLEDITDIALOG_DIALOG_EMPTYACIS_MESSAGE=The field for ACI entries must not be empty
ACLEDITDIALOG_DIALOG_EMPTYACIS_TITLE=Error
ACLEDITDIALOG_DIALOG_EMPTYRESOURCEID_MESSAGE=The field for a resource name must not be empty
ACLEDITDIALOG_DIALOG_EMPTYRESOURCEID_TITLE=Error
ACLEDITDIALOG_DIALOG_EMPTYDESC_MESSAGE=The field for description must not be empty
ACLEDITDIALOG_DIALOG_EMPTYDESC_TITLE=Error
ACIDIALOG_TITLE=ACI Editor
ACIDIALOG_BUTTON_OK_LABEL=OK
ACIDIALOG_BUTTON_CANCEL_LABEL=Cancel
ACIDIALOG_BUTTON_HELP_LABEL=Help
ACIDIALOG_RADIOBUTTON_ALLOW_LABEL=Allow
ACIDIALOG_RADIOBUTTON_DENY_LABEL=Deny
ACIDIALOG_LABEL_SYNTAX_LABEL=Syntax:
ACIDIALOG_BUTTON_ALLOW_LABEL=Allow
ACIDIALOG_BUTTON_DENY_LABEL=Deny
ACIDIALOG_LABEL_ACCESS_LABEL=Access
ACIDIALOG_LABEL_ATTRIBUTE_LABEL=Attribute Expression:
ACIDIALOG_LABEL_RIGHTS_LABEL=Rights:
ACIDIALOG_INTRO_HELP=Click a labeled component for a help description
ACIDIALOG_ACCESS_HELP=Access: either allow or deny
ACIDIALOG_RIGHTS_HELP=Rights: Possible action(s) allowed or denied to perform on a resource
ACIDIALOG_SYNTAX_HELP=Syntax: The syntax expression, e. g., group="Administrators"
ACIDIALOG_DIALOG_INCORRECTSYNTAX_MESSAGE=Incorrect syntax
PROFILEREGISTERDIALOG_TITLE=Register Certificate Profile Plugin Implementation
PROFILEREGISTERDIALOG_BUTTON_OK_LABEL=OK
PROFILEREGISTERDIALOG_BUTTON_OK_TTIP=Register this implementation
PROFILEREGISTERDIALOG_BUTTON_CANCEL_LABEL=Cancel
PROFILEREGISTERDIALOG_BUTTON_CANCEL_TTIP=close this window
PROFILEREGISTERDIALOG_LABEL_NAME_LABEL=Plugin name:
PROFILEREGISTERDIALOG_LABEL_NAME_TTIP=Unique implementation name
PROFILEREGISTERDIALOG_LABEL_CLASS_LABEL=Class name:
PROFILEREGISTERDIALOG_LABEL_CLASS_TTIP=Full java class name
STATUSDIALOG_TITLE=Status
STATUSDIALOG_BUTTON_OK_LABEL=OK
STATUSDIALOG_BUTTON_OK_TTIP=Close this dialog
VIEWDIALOG_TITLE=View Plugin Information
VIEWDIALOG_BUTTON_OK_LABEL=OK
VIEWDIALOG_BUTTON_OK_TTIP=Close this dialog
VIEWDIALOG_LABEL_NAME_LABEL=Plugin name:
VIEWDIALOG_LABEL_NAME_TTIP=Unique implementation name
VIEWDIALOG_LABEL_CLASS_LABEL=Class name:
VIEWDIALOG_LABEL_CLASS_TTIP=Full java class name (i. e. - com.netscape.certsrv.policy.SomePolicy)
VIEWDIALOG_LABEL_DESC_LABEL=Description:
MANAGECERTDIALOG_TITLE=Certificate Database Management
MANAGECERTDIALOG_BORDER_CERT_LABEL=Certificates
MANAGECERTDIALOG_BUTTON_CLOSE_LABEL=Close
MANAGECERTDIALOG_BUTTON_EDIT_LABEL=Edit
MANAGECERTDIALOG_BUTTON_EDIT_VIEW_LABEL=Edit/View
MANAGECERTDIALOG_BUTTON_DELETE_LABEL=Delete
MANAGECERTDIALOG_BUTTON_HELP_LABEL=Help
CERTINFODIALOG_TITLE=Certificate Information
CERTINFODIALOG_BUTTON_CLOSE_LABEL=Close
CERTINFODIALOG_BUTTON_HELP_LABEL=Help
CERTINFODIALOG_BUTTON_TRUST_LABEL=Change to Trusted
CERTINFODIALOG_BUTTON_UNTRUST_LABEL=Change to Untrusted
CERTINFODIALOG_BUTTON_USER_LABEL=User certificates not applicable
CERTINFODIALOG_LABEL_MODIFY_LABEL=To change the trust setting, click this button:
CERTINFODIALOG_LABEL_TRUSTSTATUS_LABEL=Status: The current trust setting for this certificate is TRUSTED.
CERTINFODIALOG_LABEL_UNTRUSTSTATUS_LABEL=Status: The current trust setting for this certificate is UNTRUSTED.
CERTINFODIALOG_LABEL_USER_LABEL=Status: The currently-selected certificate is an SSL server certificate, for which the trusted setting is not applicable.
CERTINFODIALOG_LABEL_CERTNAME_LABEL=Certificate name:
CERTINFODIALOG_LABEL_CONTENT_LABEL=Certificate content:
CERTINFODIALOG_BORDER_CERT_LABEL=Certificate
WARNINGDIALOG_TITLE=Warning
WARNINGDIALOG_BUTTON_CLOSE_LABEL=Close
WARNINGDIALOG_TEXT_MISSINGO_LABEL=Leaving out O= will cause Communicator 4.x to crash during SSL\nclient authentication. If you do not provide an O= attribute,\nyou will not be able to access the issuing agent pages.
WARNINGDIALOG_TEXT_DESC_LABEL=You have chosen to generate a new key pair for your root CA.\nA CA certificate identifies a certificate authority (CA). The subject name in a CA certificate is the CA's issuer name, and the public key in a CA certificate corresponds cryptographically to the private key used by the CA to sign the certificates it issues. The CA certificate is used to validate all of the other certificates signed by the authority. When you change the CA key, all certificates that rely on the CA certificate for validation will no longer be validated.\nBefore getting a new certificate for your root CA, you must consider the possible effects on your PKI setup of changing the key pair of the root CA.\nContinue with the wizard process if you have already planned to address issues involved in deploying the new CA certificate across your PKI. If you haven't, click Cancel to quit the wizard process.
WARNINGDIALOG_TEXT_INVALIDCACERT_LABEL=Your CA signing certificate is not valid since the begin time is set in the future. You will not be able to sign any certificate at all.
WARNINGDIALOG_TEXT_INVALIDRACERT_LABEL=Your certificate is not valid since the begin time is set in the future.
GENERALWIZARD_LABEL_NEXT_LABEL=Click Next to continue.
INTROKEYCERTWIZARD_TITLE=Certificate Setup Wizard
INTROKEYCERTWIZARD_BORDER_INTROKEYCERTWIZARD_LABEL=Introduction
INTROKEYCERTWIZARD_TEXT_DESC_LABEL=This wizard will take you through the process of requesting and installing certificates.
OPERATIONSELECTIONWIZARD_TITLE=Certificate Setup Wizard
OPERATIONSELECTIONWIZARD_BORDER_OPERATIONSELECTIONWIZARD_LABEL=Type of Operation
OPERATIONSELECTIONWIZARD_LABEL_OPERATIONTYPE_LABEL=Select the type of operation you want to perform:
OPERATIONSELECTIONWIZARD_RADIOBUTTON_INSTALL_LABEL=Install a certificate
OPERATIONSELECTIONWIZARD_RADIOBUTTON_REQUEST_LABEL=Request a certificate
TOKENSELECTIONWIZARD_LABEL_TOKENSELECTION_LABEL=Please select the token where the key pair resides:
TOKENSELECTIONWIZARD_LABEL_TOKEN_LABEL=Token (Cryptographic Device):
TOKENSELECTIONWIZARD_LABEL_PASSWORD_LABEL=Trust Database Password:
TOKENSELECTIONWIZARD_DIALOG_EMPTYPASSWD_MESSAGE=No empty password allowed
KEYWIZARD_BORDER_CASIGNING_LABEL=Key-Pair Information for the Certificate Manager CA Signing Certificate
KEYWIZARD_BORDER_RASIGNING_LABEL=Key-Pair Information for the Registration Manager Signing Certificate
KEYWIZARD_BORDER_KRATRANSPORT_LABEL=Key-Pair Information for the Data Recovery Manager Transport Certificate
KEYWIZARD_BORDER_SERVER_LABEL=Key-Pair Information for the SSL Server Certificate
KEYWIZARD_BORDER_OCSPSIGNING_LABEL=Key-Pair Information for the OCSP Signing Certificate
KEYWIZARD_BORDER_OTHER_LABEL=Certificate Request for the log and CRL signing Certificate
TOKENLOGONWIZARD_TITLE=Certificate Setup Wizard
TOKENLOGONWIZARD_BORDER_TOKENLOGONWIZARD_LABEL=Logon Token
TOKENLOGONWIZARD_TEXT_HEADING_LABEL=Logon to the token:
TOKENLOGONWIZARD_LABEL_TOKEN_LABEL=Token:
TOKENLOGONWIZARD_LABEL_PWD_LABEL=Password:
TOKENLOGONWIZARD_DIALOG_BLANKPASSWD_MESSAGE=The password field cannot be blank.
TOKENLOGONWIZARD_DIALOG_BLANKPASSWD_TITLE=Error
KEYWIZARD_TITLE=Certificate Setup Wizard
KEYWIZARD_BORDER_KEYWIZARD_LABEL=Key-Pair Information
KEYWIZARD_LABEL_KEYPAIR_LABEL=Specify which key pair to use for this request:
KEYWIZARD_RADIOBUTTON_OLDKEY_LABEL=Use existing key pair
KEYWIZARD_RADIOBUTTON_NEWKEY_LABEL=Create new key pair
KEYWIZARD_LABEL_TOKEN_LABEL=Token:
KEYWIZARD_LABEL_PWD_LABEL=Password:
KEYWIZARD_LABEL_NICKNAME_LABEL=Select a nickname as follows:
KEYWIZARD_COMBOBOX_DSAKEYTYPE_VALUE_0=RSA
KEYWIZARD_COMBOBOX_DSAKEYTYPE_VALUE_1=DSA
KEYWIZARD_COMBOBOX_DSAKEYTYPE_VALUE_2=ECC
KEYWIZARD_COMBOBOX_KEYTYPE_VALUE_0=RSA
KEYWIZARD_COMBOBOX_KEYTYPE_VALUE_1=ECC
KEYWIZARD_LABEL_KEYTYPE_LABEL=Key type:
KEYWIZARD_LABEL_KEYLENGTH_LABEL=Key length:
KEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_0=1024
KEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_1=2048
KEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_2=Custom
KEYWIZARD_LABEL_KEYCURVE_LABEL=Curve Name:
KEYWIZARD_COMBOBOX_KEYCURVE_VALUE_0=nistp521
KEYWIZARD_COMBOBOX_KEYCURVE_VALUE_1=Custom
KEYWIZARD_COMBOBOX_DSAKEYLENGTH_VALUE_0=1024
KEYWIZARD_COMBOBOX_DSAKEYLENGTH_VALUE_1=Custom
KEYWIZARD_LABEL_UNITS_LABEL=bits
KEYWIZARD_LABEL_KEY_LABEL=Specify the key type and key length:
KEYWIZARD_LABEL_CUSTOMKEY_LABEL=Enter a value for the customized key length:
KEYWIZARD_LABEL_CUSTOMKEYCURVE_LABEL=Enter a value for the customized curve name:
KEYWIZARD_LABEL_SELECTTOKEN_LABEL=Select the token (cryptographic device) on which to generate the key pair:
KEYWIZARD_DIALOG_CASIGNINGCERTNOTFOUND_MESSAGE=The CA signing certificate cannot be found
KEYWIZARD_DIALOG_BLANKLEN_MESSAGE=Key length cannot be blank
KEYWIZARD_DIALOG_NONINTEGER_MESSAGE=Key length is not an integer
KEYWIZARD_DIALOG_INVALIDKEYLEN_MESSAGE=Invalid key length
KEYWIZARD_DIALOG_BLANKCURVE_MESSAGE=ECC key curve name cannot be blank
KEYWIZARD_DIALOG_NOTSAMEPASSWD_TITLE=Error
KEYWIZARD_DIALOG_NOTSAMEPASSWD_MESSAGE=The two passwords you entered do not match
KEYWIZARD_DIALOG_BLANKPASSWD_TITLE=Error
KEYWIZARD_DIALOG_BLANKPASSWD_MESSAGE=The password field cannot be blank
CAKEYWIZARD_TITLE=Certificate Setup Wizard
CAKEYWIZARD_BORDER_CAKEYWIZARD_LABEL=Setup the Key Information for a CA Signing Certificate
CAKEYWIZARD_TEXT_HEADING_LABEL=The Certificate Authority generates a CA signing certificate to sign other certificates.
CAKEYWIZARD_TEXT_HARDWARE_LABEL=If you select a token other than the internal token, please login first.
CAKEYWIZARD_TEXT_TOKENHEADING_LABEL=The keypair can reside on the internal token or on an external token.
CAKEYWIZARD_LABEL_TOKEN_LABEL=Token:
CAKEYWIZARD_LABEL_PWD_LABEL=Password:
CAKEYWIZARD_COMBOBOX_KEYTYPE_VALUE_0=RSA
CAKEYWIZARD_COMBOBOX_KEYTYPE_VALUE_1=DSA
CAKEYWIZARD_LABEL_KEYTYPE_LABEL=Key type:
CAKEYWIZARD_LABEL_KEYLENGTH_LABEL=Key length:
CAKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_0=1024
CAKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_1=2048
CAKEYWIZARD_LABEL_UNITS_LABEL=bits
CAKEYWIZARD_TEXT_KEY_LABEL=Please specify the key type and key length as follows:
CAKEYWIZARD_TEXT_CUSTOMKEY_LABEL=If you want to customize the key length, please enter the value as follows:
CAKEYWIZARD_DIALOG_CASIGNINGCERTNOTFOUND_MESSAGE=The CA signing certificate cannot be found
RAKEYWIZARD_TITLE=Certificate Setup Wizard
RAKEYWIZARD_BORDER_KEYWIZARD_LABEL=Setup the Key Information for an RA Signing Certificate
RAKEYWIZARD_TEXT_HEADING_LABEL=The RA signing certificate will be signed by the CA signing certificate.
RAKEYWIZARD_TEXT_HARDWARE_LABEL=If you select a token other than the internal token, please login first.
RAKEYWIZARD_TEXT_TOKENHEADING_LABEL=The keypair can reside on the internal token or on an external token.
RAKEYWIZARD_LABEL_TOKEN_LABEL=Token:
RAKEYWIZARD_LABEL_PWD_LABEL=Password:
RAKEYWIZARD_COMBOBOX_KEYTYPE_VALUE_0=RSA
RAKEYWIZARD_COMBOBOX_KEYTYPE_VALUE_1=DSA
RAKEYWIZARD_LABEL_KEYTYPE_LABEL=Key type:
RAKEYWIZARD_LABEL_KEYLENGTH_LABEL=Key length:
RAKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_0=1024
RAKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_1=2048
RAKEYWIZARD_LABEL_UNITS_LABEL=bits
RAKEYWIZARD_TEXT_KEY_LABEL=Please specify the key type and key length as follows:
RAKEYWIZARD_TEXT_CUSTOMKEY_LABEL=If you want to customize the key length, please enter the value as follows:
SSLKEYWIZARD_TITLE=Certificate Setup Wizard
SSLKEYWIZARD_BORDER_SSLKEYWIZARD_LABEL=Setup the Key Information for the SSL Server Certificate
SSLKEYWIZARD_TEXT_HEADING_LABEL=The SSL server certificate will be signed by the CA signing certificate.
SSLKEYWIZARD_TEXT_HARDWARE_LABEL=If you select a token other than the internal token, please login first.
SSLKEYWIZARD_TEXT_TOKENHEADING_LABEL=The keypair can reside on the internal token or on an external token.
SSLKEYWIZARD_LABEL_TOKEN_LABEL=Token:
SSLKEYWIZARD_LABEL_PWD_LABEL=Password:
SSLKEYWIZARD_COMBOBOX_KEYTYPE_VALUE_0=RSA
SSLKEYWIZARD_COMBOBOX_KEYTYPE_VALUE_1=DSA
SSLKEYWIZARD_LABEL_KEYTYPE_LABEL=Key type:
SSLKEYWIZARD_LABEL_KEYLENGTH_LABEL=Key length:
SSLKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_0=1024
SSLKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_1=2048
SSLKEYWIZARD_LABEL_UNITS_LABEL=bits
SSLKEYWIZARD_TEXT_KEY_LABEL=Please specify the key type and key length as follows:
SSLKEYWIZARD_TEXT_CUSTOMKEY_LABEL=If you want to customize the key length, please enter the value as follows:
GENERATEREQWIZARD_TITLE=Certificate Setup Wizard
GENERATEREQWIZARD_BORDER_GENERATEREQWIZARD_LABEL=Generate a Certificate Request
GENERATEREQWIZARD_TEXT_REQUEST_LABEL=The Wizard will now continue with the certificate request process. Before requesting a certificate, you should click \"Help\" and read through the detailed steps.
CERTTYPEWIZARD_LABEL_OTHER_LABEL=Other
CERTTYPEWIZARD_LABEL_CERTTYPE_LABEL=Certificate Type
CERTTYPEWIZARD_TITLE=Certificate Setup Wizard
CERTTYPEWIZARD_BORDER_CERTTYPEWIZARD_LABEL=Certificate Selection
CERTTYPEWIZARD_LABEL_HEADING_LABEL=The wizard will now guide you through the certificate request process.
CERTTYPEWIZARD_LABEL_HEADING1_LABEL=Select the certificate you want to request:
CERTTYPEWIZARD_LABEL_SERVERCERT_LABEL=SSL Server Certificate
CERTTYPEWIZARD_LABEL_SERVERCERTRADM_LABEL=SSL Server Certificate for Remote Admin
CERTTYPEWIZARD_LABEL_CASIGNINGCERT_LABEL=Certificate Manager CA Signing Certificate
CERTTYPEWIZARD_LABEL_RASIGNINGCERT_LABEL=Registration Manager Signing Certificate
CERTTYPEWIZARD_LABEL_OCSPSIGNINGCERT_LABEL=OCSP Signing Certificate
CERTTYPEWIZARD_LABEL_KRATRANSPORTCERT_LABEL=Data Recovery Manager Transport Certificate
CERTTYPEWIZARD_LABEL_SUBSYSTEMCERT_LABEL=Subsystem Certificate
CERTTYPEWIZARD_LABEL_AUDITSIGNINGCERT_LABEL=Audit Signing Certificate
CERTTYPEWIZARD_TEXT_CATYPE_LABEL=Is this certificate request for a self-signed certificate authority (CA) or a subordinate CA?
CERTTYPEWIZARD_RADIOBUTTON_SELFSIGN_LABEL=Self-signed CA
CERTTYPEWIZARD_RADIOBUTTON_SUBORDINATE_LABEL=Subordinate CA
CERTTYPEWIZARD_TEXT_SERVERTYPE_LABEL=Do you want to sign this SSL server certificate with this CA's Signing Certificate, or do you want to create a certificate signing request to submit to another CA?
CERTTYPEWIZARD_TEXT_OCSPTYPE_LABEL=Do you want to sign this OCSP certificate with this CA's Signing Certificate, or do you want to create a certificate signing request to submit to another CA?
CERTTYPEWIZARD_RADIOBUTTON_SERVER_SELFSIGN_LABEL=Sign this SSL Certificate with my CA Signing Certificate
CERTTYPEWIZARD_RADIOBUTTON_SERVER_SUBORDINATE_LABEL=Create a request for submission to another CA
CERTTYPEWIZARD_RADIOBUTTON_SELFSIGNOCSP_LABEL=Sign this OCSP Certificate with my CA Signing Certificate
CERTTYPEWIZARD_RADIOBUTTON_SUBORDINATEOCSP_LABEL=Create a request for submission to another CA
CERTTYPEWIZARD_DIALOG_BLANKCERTTYPE_MESSAGE=Certificate type cannot be blank
CACERTREQUESTWIZARD_TITLE=Certificate Setup Wizard
CACERTREQUESTWIZARD_BORDER_CACERTREQUESTWIZARD_LABEL=Generate a Certificate Request -1
CACERTREQUESTWIZARD_LABEL_CATYPE_LABEL=1. Is this Certificate Authority a self-signed CA or a subordinate CA?
CACERTREQUESTWIZARD_LABEL_KEYPAIR_LABEL=2. Create a new key pair?
CACERTREQUESTWIZARD_TEXT_METHOD_LABEL=3. How do you wish to submit this certificate request to the certificate authority (CA)?
CACERTREQUESTWIZARD_RADIOBUTTON_SELFSIGN_LABEL=Self-signed Certificate Authority
CACERTREQUESTWIZARD_RADIOBUTTON_SUBORDINATE_LABEL=Subordinate Certificate Authority
CACERTREQUESTWIZARD_RADIOBUTTON_NEWKEY_LABEL=No, use existing
CACERTREQUESTWIZARD_RADIOBUTTON_OLDKEY_LABEL=Yes, new key material
CACERTREQUESTWIZARD_RADIOBUTTON_EMAIL_LABEL=To CA's email address:
CACERTREQUESTWIZARD_RADIOBUTTON_URL_LABEL=To CA's URL
CACERTREQUESTWIZARD_RADIOBUTTON_MANUAL_LABEL=Manually
OTHERCERTREQUESTWIZARD_TITLE=Certificate Setup Wizard
OTHERCERTREQUESTWIZARD_BORDER_OTHERCERTREQUESTWIZARD_LABEL=Generate a Certificate Request -1
OTHERCERTREQUESTWIZARD_LABEL_KEYPAIR_LABEL=2. Create a new key pair?
OTHERCERTREQUESTWIZARD_TEXT_METHOD_LABEL=1. How do you wish to submit this certificate request to the certificate authority (CA)?
OTHERCERTREQUESTWIZARD_RADIOBUTTON_OLDKEY_LABEL=No, use existing
OTHERCERTREQUESTWIZARD_RADIOBUTTON_NEWKEY_LABEL=Yes, new key material
OTHERCERTREQUESTWIZARD_RADIOBUTTON_EMAIL_LABEL=To CA's email address:
OTHERCERTREQUESTWIZARD_RADIOBUTTON_URL_LABEL=To CA's URL:
OTHERCERTREQUESTWIZARD_RADIOBUTTON_MANUAL_LABEL=Manually
INSTALLOPWIZARD_TITLE=Certificate Setup Wizard
INSTALLOPWIZARD_BORDER_INSTALLOPWIZARD_LABEL=Certificate Selection
INSTALLOPWIZARD_LABEL_INSTALLCERT_LABEL=Specify the certificate you want to install:
INSTALLOPWIZARD_LABEL_OTHERCERT_LABEL=Other Certificate(s)
INSTALLOPWIZARD_LABEL_SERVERCERT_LABEL=SSL Server Certificate(s)
INSTALLOPWIZARD_LABEL_SERVERCERTRADM_LABEL=SSL Server Certificate(s) for Remote Admin
INSTALLOPWIZARD_LABEL_CASIGNINGCERT_LABEL=Certificate Manager CA Signing Certificate(s)
INSTALLOPWIZARD_LABEL_OCSPSIGNINGCERT_LABEL=OCSP Signing Certificate(s)
INSTALLOPWIZARD_LABEL_RASIGNINGCERT_LABEL=Registration Manager Signing Certificate(s)
INSTALLOPWIZARD_LABEL_KRATRANSPORTCERT_LABEL=Data Recovery Manager Transport Certificate(s)
INSTALLOPWIZARD_LABEL_INTRO_LABEL=The wizard will now guide you through the certificate installation process.
INSTALLCERTCHAINWIZARD_TITLE=Certificate Setup Wizard
INSTALLCERTCHAINWIZARD_BORDER_INSTALLCERTCHAINWIZARD_LABEL=Certificate Selection
INSTALLCERTCHAINWIZARD_LABEL_INSTALLCERT_LABEL=Specify the certificate you want to install:
INSTALLCERTCHAINWIZARD_LABEL_INTRO_LABEL=The wizard will now guide you through the certificate installation process.
INSTALLCERTCHAINWIZARD_COMBOBOX_CERTCHAINTYPE_VALUE_0=Untrusted CA Certificate Chain
INSTALLCERTCHAINWIZARD_COMBOBOX_CERTCHAINTYPE_VALUE_1=Trusted CA Certificate Chain
INSTALLGENCAWIZARD_TITLE=Installation Wizard
INSTALLGENCAWIZARD_BORDER_INSTALLGENCAWIZARD_LABEL=Certificate Manager CA Signing Certificate Creation
INSTALLGENCAWIZARD_TEXT_NEWKEY_LABEL=The wizard has all the information required to generate the key pair and the corresponding certificate. Click Next to generate and install the certificate.
LOGONALLTOKENSWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLGENCAWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLGENRAWIZARD_TITLE=Installation Wizard
INSTALLGENRAWIZARD_BORDER_INSTALLGENRAWIZARD_LABEL=Registration Manager Signing Certificate Creation
INSTALLGENRAWIZARD_TEXT_NEWKEY_LABEL=The wizard has all the information required to generate the key pair and the corresponding certificate. Click Next to generate and install the certificate.
INSTALLGENRAWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLGENKRAWIZARD_TITLE=Installation Wizard
INSTALLGENKRAWIZARD_BORDER_INSTALLGENKRAWIZARD_LABEL=Data Recovery Manager Transport Certificate Creation
INSTALLGENKRAWIZARD_TEXT_NEWKEY_LABEL=The wizard has all the information required to generate the key pair and the corresponding certificate. Click Next to generate and install the certificate.
INSTALLGENKRAWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLGENSSLWIZARD_TITLE=Installation Wizard
INSTALLGENSSLWIZARD_BORDER_INSTALLGENSSLWIZARD_LABEL=SSL Server Certificate Creation
INSTALLGENSSLWIZARD_TEXT_NEWKEY_LABEL=The wizard has all the information required to generate the key pair and the corresponding certificate. Click Next to generate the certificate.
INSTALLGENSSLWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLGENCACERTREQWIZARD_TITLE=Installation Wizard
INSTALLGENCACERTREQWIZARD_BORDER_INSTALLGENCACERTREQWIZARD_LABEL=CA Signing Certificate Request Creation
INSTALLGENCACERTREQWIZARD_TEXT_NEWKEY_LABEL=The wizard has all the information required to generate the key pair and the corresponding certificate request. Click Next to generate them.
INSTALLGENCACERTREQWIZARD_RADIOBUTTON_PKCS10_LABEL=Generate a PKCS #10 request.
INSTALLGENCACERTREQWIZARD_RADIOBUTTON_CMC_LABEL=Generate a full CMC enrollment request.
INSTALLGENCACERTREQWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLGENRACERTREQWIZARD_TITLE=Installation Wizard
INSTALLGENRACERTREQWIZARD_BORDER_INSTALLGENRACERTREQWIZARD_LABEL=Registration Manager Signing Certificate Request Creation
INSTALLGENRACERTREQWIZARD_TEXT_NEWKEY_LABEL=The wizard has all the information required to generate the key pair and the corresponding certificate request. Click Next to generate them.
INSTALLGENRACERTREQWIZARD_RADIOBUTTON_PKCS10_LABEL=Generate a PKCS #10 request.
INSTALLGENRACERTREQWIZARD_RADIOBUTTON_CMC_LABEL=Generate a full CMC enrollment request.
INSTALLGENRACERTREQWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLGENKRACERTREQWIZARD_TITLE=Installation Wizard
INSTALLGENKRACERTREQWIZARD_BORDER_INSTALLGENKRACERTREQWIZARD_LABEL=Data Recovery Manager Transport Certificate Request Creation
INSTALLGENKRACERTREQWIZARD_TEXT_NEWKEY_LABEL=The wizard has all the information required to generate the key pair and the corresponding certificate request. Click Next to generate them.
INSTALLGENKRACERTREQWIZARD_RADIOBUTTON_PKCS10_LABEL=Generate a PKCS #10 request.
INSTALLGENKRACERTREQWIZARD_RADIOBUTTON_CMC_LABEL=Generate a full CMC enrollment request.
INSTALLGENKRACERTREQWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLGENSSLCERTREQWIZARD_TITLE=Installation Wizard
INSTALLGENSSLCERTREQWIZARD_BORDER_INSTALLGENSSLCERTREQWIZARD_LABEL=SSL Server Certificate Request Creation
INSTALLGENSSLCERTREQWIZARD_TEXT_NEWKEY_LABEL=The wizard has all the information required to generate the key pair and the corresponding certificate request. Click Next to generate them.
INSTALLGENSSLCERTREQWIZARD_RADIOBUTTON_PKCS10_LABEL=Generate a PKCS #10 request.
INSTALLGENSSLCERTREQWIZARD_RADIOBUTTON_CMC_LABEL=Generate a full CMC enrollment request.
INSTALLGENSSLCERTREQWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLINTROSINGLESIGNON_TITLE=Installation Wizard
INSTALLINTROSINGLESIGNON_BORDER_INSTALLINTROSINGLESIGNON_LABEL=Single Signon - 1
INSTALLINTROSINGLESIGNON_TEXT_HEADING_LABEL=Do you want to have single signon?
INSTALLINTROSINGLESIGNON_LABEL_HEADING_LABEL=Do you want to have single signon?
INSTALLINTROSINGLESIGNON_RADIOBUTTON_YES_LABEL=Yes.
INSTALLINTROSINGLESIGNON_RADIOBUTTON_NO_LABEL=No.
INSTALLSINGLESIGNON_TITLE=Installation Wizard
INSTALLSINGLESIGNON_BORDER_INSTALLSINGLESIGNON_LABEL=Single Sign-on Summary
INSTALLSINGLESIGNON_TEXT_HEADING_LABEL=A single sign-on password (internal cryptographic token password) will be used to encrypt all the passwords that are required to start CS.
INSTALLSINGLESIGNON_TEXT_HEADING1_LABEL=Select the token which stores the single signon key:
INSTALLSINGLESIGNON_TEXT_PASSWDCONF_LABEL=To enable starting and restarting of CS from a remote Dogtag Console, the wizard stores passwords for the cryptographic tokens in the 'password.conf' file, a text file maintained in the <server_root>/cert-<instance_id>/config directory. Removing this file will disable support for starting and restarting of CS remotely.
INSTALLSINGLESIGNON_CHECKBOX_PASSWDCONF_LABEL=Remove password.conf after configuration
INSTALLSINGLESIGNON_LABEL_TOKEN_LABEL=Token name:
INSTALLSINGLESIGNON_LABEL_PASSWD_LABEL=Token password:
INSTALLSINGLESIGNON_DIALOG_NOTSAMEPASSWD_TITLE=Error
INSTALLSINGLESIGNON_DIALOG_NOTSAMEPASSWD_MESSAGE=The two passwords you entered do not match
INSTALLSINGLESIGNON_DIALOG_BLANKPASSWD_TITLE=Error
INSTALLSINGLESIGNON_DIALOG_BLANKPASSWD_MESSAGE=The password field cannot be blank
INSTALLSINGLESIGNON_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLDISPLAYOCSPCERTWIZARD_BORDER_INSTALLDISPLAYOCSPCERTWIZARD_LABEL=Certificate Details
INSTALLDISPLAYCACERTWIZARD_TITLE=Installation Wizard
INSTALLDISPLAYCACERTWIZARD_BORDER_INSTALLDISPLAYCACERTWIZARD_LABEL=Certificate Details
INSTALLDISPLAYCACERTWIZARD_LABEL_NAME_LABEL=Certificate name:
INSTALLDISPLAYCACERTWIZARD_LABEL_CONTENT_LABEL=This is the certificate you have chosen to install:
INSTALLDISPLAYCACERTWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLDISPLAYRACERTWIZARD_TITLE=Installation Wizard
INSTALLDISPLAYRACERTWIZARD_BORDER_INSTALLDISPLAYRACERTWIZARD_LABEL=Certificate Details
INSTALLDISPLAYRACERTWIZARD_LABEL_NAME_LABEL=Certificate name:
INSTALLDISPLAYRACERTWIZARD_LABEL_CONTENT_LABEL=This is the certificate you have chosen to install:
INSTALLDISPLAYRACERTWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLDISPLAYKRACERTWIZARD_TITLE=Installation Wizard
INSTALLDISPLAYKRACERTWIZARD_BORDER_INSTALLDISPLAYKRACERTWIZARD_LABEL=Certificate Details
INSTALLDISPLAYKRACERTWIZARD_LABEL_NAME_LABEL=Certificate name:
INSTALLDISPLAYKRACERTWIZARD_LABEL_CONTENT_LABEL=This is the certificate you have chosen to install:
INSTALLDISPLAYKRACERTWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLDISPLAYSSLCERTWIZARD_TITLE=Installation Wizard
INSTALLDISPLAYSSLCERTWIZARD_BORDER_INSTALLDISPLAYSSLCERTWIZARD_LABEL=Certificate Details
INSTALLDISPLAYSSLCERTWIZARD_LABEL_NAME_LABEL=Certificate name:
INSTALLDISPLAYSSLCERTWIZARD_LABEL_CONTENT_LABEL=This is the certificate you have chosen to install:
INSTALLDISPLAYSSLCERTWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLPASTEOCSPCERTWIZARD_BORDER_INSTALLPASTEOCSPCERTWIZARD_LABEL=Location of the Certificate
INSTALLPASTECACERTWIZARD_TITLE=Installation Wizard
INSTALLPASTECACERTWIZARD_BORDER_INSTALLPASTECACERTWIZARD_LABEL=Location of the Certificate
INSTALLPASTECACERTWIZARD_LABEL_INTRO_LABEL=Indicate the location of the certificate:
INSTALLPASTECACERTWIZARD_BUTTON_PASTE_LABEL=Paste from the Clipboard
INSTALLPASTECACERTWIZARD_RADIOBUTTON_FILE_LABEL=The certificate is located in this file:
INSTALLPASTECACERTWIZARD_RADIOBUTTON_BASE64_LABEL=The certificate is located in the text area below:
INSTALLPASTECACERTWIZARD_TEXT_DESC_LABEL=Paste a base-64 encoded certificate (including -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----) into the text area.
INSTALLPASTECACERTWIZARD_DIALOG_EMPTYFILE_MESSAGE=The file field should not be empty
INSTALLPASTECACERTWIZARD_DIALOG_FILENOTFOUND_MESSAGE=File not found
INSTALLPASTECACERTWIZARD_DIALOG_B64EEMPTY_MESSAGE=The base-64 encoded text field should not be empty
INSTALLPASTECACERTWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLPASTECACERTWIZARD_RADIOBUTTON_QUERY_LABEL=The certificate is at the CS where your request was sent.
INSTALLPASTECACERTWIZARD_TEXT_QUERY_LABEL=Specify the CS's host name, EE port number, and the request ID:
INSTALLPASTECACERTWIZARD_LABEL_HOST_LABEL=Host name:
INSTALLPASTECACERTWIZARD_LABEL_PORT_LABEL=EE port number:
INSTALLPASTECACERTWIZARD_DIALOG_BLANKRID_MESSAGE=Request ID cannot be blank.
INSTALLPASTECACERTWIZARD_DIALOG_INVALIDRID_MESSAGE=Request ID is not an integer.
INSTALLPASTECACERTWIZARD_DIALOG_BLANKHOST_MESSAGE=Host name cannot be blank.
INSTALLPASTECACERTWIZARD_DIALOG_BLANKPORT_MESSAGE=Port number cannot be blank.
INSTALLPASTECACERTWIZARD_DIALOG_INVALIDPORT_MESSAGE=Port number is not an integer.
INSTALLPASTECACERTWIZARD_DIALOG_OUTOFRANGE_MESSAGE=Port number is not between 1 and 65535 inclusive
INSTALLPASTECACERTWIZARD_TEXT_SSL_LABEL=Is it an SSL secure port?
INSTALLPASTECACERTWIZARD_CHECKBOX_SSL_LABEL=Yes. It's the SSL secure EE port.
INSTALLPASTECACERTWIZARD_LABEL_RID_LABEL=Request ID:
INSTALLPASTERACERTWIZARD_TITLE=Installation Wizard
INSTALLPASTERACERTWIZARD_BORDER_INSTALLPASTERACERTWIZARD_LABEL=Location of the Certificate
INSTALLPASTERACERTWIZARD_LABEL_INTRO_LABEL=Indicate the location of the certificate:
INSTALLPASTERACERTWIZARD_BUTTON_PASTE_LABEL=Paste from the Clipboard
INSTALLPASTERACERTWIZARD_RADIOBUTTON_FILE_LABEL=The certificate is located in this file:
INSTALLPASTERACERTWIZARD_RADIOBUTTON_BASE64_LABEL=The certificate is located in the text area below:
INSTALLPASTERACERTWIZARD_TEXT_DESC_LABEL=Paste a base-64 encoded certificate (including -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----) into the text area.
INSTALLPASTERACERTWIZARD_DIALOG_EMPTYFILE_MESSAGE=The file field should not be empty
INSTALLPASTERACERTWIZARD_DIALOG_FILENOTFOUND_MESSAGE=File not found
INSTALLPASTERACERTWIZARD_DIALOG_B64EEMPTY_MESSAGE=The base-64 encoded text field should not be empty
INSTALLPASTERACERTWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLPASTERACERTWIZARD_RADIOBUTTON_QUERY_LABEL=The certificate is at the CS where your request was sent.
INSTALLPASTERACERTWIZARD_TEXT_QUERY_LABEL=Specify the CS's host name, EE port number, and the request ID:
INSTALLPASTERACERTWIZARD_LABEL_HOST_LABEL=Host name:
INSTALLPASTERACERTWIZARD_LABEL_PORT_LABEL=EE port number:
INSTALLPASTERACERTWIZARD_DIALOG_BLANKRID_MESSAGE=Request ID cannot be blank.
INSTALLPASTERACERTWIZARD_DIALOG_INVALIDRID_MESSAGE=Request ID is not an integer.
INSTALLPASTERACERTWIZARD_DIALOG_BLANKHOST_MESSAGE=Host name cannot be blank.
INSTALLPASTERACERTWIZARD_DIALOG_BLANKPORT_MESSAGE=Port number cannot be blank.
INSTALLPASTERACERTWIZARD_DIALOG_INVALIDPORT_MESSAGE=Port number is not an integer.
INSTALLPASTERACERTWIZARD_DIALOG_OUTOFRANGE_MESSAGE=Port number is not between 1 and 65535 inclusive
INSTALLPASTERACERTWIZARD_TEXT_SSL_LABEL=Is it an SSL secure port?
INSTALLPASTERACERTWIZARD_CHECKBOX_SSL_LABEL=Yes. It's the SSL secure EE port.
INSTALLPASTERACERTWIZARD_LABEL_RID_LABEL=Request ID:
INSTALLPASTEKRACERTWIZARD_TITLE=Installation Wizard
INSTALLPASTEKRACERTWIZARD_BORDER_INSTALLPASTEKRACERTWIZARD_LABEL=Location of the Certificate
INSTALLPASTEKRACERTWIZARD_LABEL_INTRO_LABEL=Indicate the location of the certificate:
INSTALLPASTEKRACERTWIZARD_BUTTON_PASTE_LABEL=Paste from the Clipboard
INSTALLPASTEKRACERTWIZARD_RADIOBUTTON_FILE_LABEL=The certificate is located in this file:
INSTALLPASTEKRACERTWIZARD_RADIOBUTTON_BASE64_LABEL=The certificate is located in the text area below:
INSTALLPASTEKRACERTWIZARD_TEXT_DESC_LABEL=Paste a base-64 encoded certificate (including -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----) into the text area.
INSTALLPASTEKRACERTWIZARD_DIALOG_EMPTYFILE_MESSAGE=The file field should not be empty
INSTALLPASTEKRACERTWIZARD_DIALOG_FILENOTFOUND_MESSAGE=File not found
INSTALLPASTEKRACERTWIZARD_DIALOG_B64EEMPTY_MESSAGE=The base-64 encoded text field should not be empty
INSTALLPASTEKRACERTWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLPASTEKRACERTWIZARD_RADIOBUTTON_QUERY_LABEL=The certificate is at the CS where your request was sent.
INSTALLPASTEKRACERTWIZARD_TEXT_QUERY_LABEL=Specify the CS's host name, EE port number, and the request ID:
INSTALLPASTEKRACERTWIZARD_LABEL_HOST_LABEL=Host name:
INSTALLPASTEKRACERTWIZARD_LABEL_PORT_LABEL=EE port number:
INSTALLPASTEKRACERTWIZARD_DIALOG_BLANKRID_MESSAGE=Request ID cannot be blank.
INSTALLPASTEKRACERTWIZARD_DIALOG_INVALIDRID_MESSAGE=Request ID is not an integer.
INSTALLPASTEKRACERTWIZARD_DIALOG_BLANKHOST_MESSAGE=Host name cannot be blank.
INSTALLPASTEKRACERTWIZARD_DIALOG_BLANKPORT_MESSAGE=Port number cannot be blank.
INSTALLPASTEKRACERTWIZARD_DIALOG_INVALIDPORT_MESSAGE=Port number is not an integer.
INSTALLPASTEKRACERTWIZARD_DIALOG_OUTOFRANGE_MESSAGE=Port number is not between 1 and 65535 inclusive
INSTALLPASTEKRACERTWIZARD_TEXT_SSL_LABEL=Is it an SSL secure port?
INSTALLPASTEKRACERTWIZARD_CHECKBOX_SSL_LABEL=Yes. It's the SSL secure EE port.
INSTALLPASTEKRACERTWIZARD_LABEL_RID_LABEL=Request ID:
INSTALLPASTESSLCERTWIZARD_TITLE=Installation Wizard
INSTALLPASTESSLCERTWIZARD_BORDER_INSTALLPASTESSLCERTWIZARD_LABEL=Location of the Certificate
INSTALLPASTESSLCERTWIZARD_LABEL_INTRO_LABEL=Indicate the location of the certificate:
INSTALLPASTESSLCERTWIZARD_BUTTON_PASTE_LABEL=Paste from the Clipboard
INSTALLPASTESSLCERTWIZARD_RADIOBUTTON_FILE_LABEL=The certificate is located in this file:
INSTALLPASTESSLCERTWIZARD_RADIOBUTTON_BASE64_LABEL=The certificate is located in the text area below:
INSTALLPASTESSLCERTWIZARD_TEXT_DESC_LABEL=Paste a base-64 encoded certificate (including -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----) into the text area.
INSTALLPASTESSLCERTWIZARD_DIALOG_EMPTYFILE_MESSAGE=The file field should not be empty
INSTALLPASTESSLCERTWIZARD_DIALOG_FILENOTFOUND_MESSAGE=File not found
INSTALLPASTESSLCERTWIZARD_DIALOG_B64EEMPTY_MESSAGE=The base-64 encoded text field should not be empty
INSTALLPASTESSLCERTWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLPASTESSLCERTWIZARD_RADIOBUTTON_QUERY_LABEL=The certificate is at the CS where your request was sent.
INSTALLPASTESSLCERTWIZARD_TEXT_QUERY_LABEL=Specify the CS's host name, EE port number, and the request ID:
INSTALLPASTESSLCERTWIZARD_LABEL_HOST_LABEL=Host name:
INSTALLPASTESSLCERTWIZARD_LABEL_PORT_LABEL=EE port number:
INSTALLPASTESSLCERTWIZARD_DIALOG_BLANKRID_MESSAGE=Request ID cannot be blank.
INSTALLPASTESSLCERTWIZARD_DIALOG_INVALIDRID_MESSAGE=Request ID is not an integer.
INSTALLPASTESSLCERTWIZARD_DIALOG_BLANKHOST_MESSAGE=Host name cannot be blank.
INSTALLPASTESSLCERTWIZARD_DIALOG_BLANKPORT_MESSAGE=Port number cannot be blank.
INSTALLPASTESSLCERTWIZARD_DIALOG_INVALIDPORT_MESSAGE=Port number is not an integer.
INSTALLPASTESSLCERTWIZARD_DIALOG_OUTOFRANGE_MESSAGE=Port number is not between 1 and 65535 inclusive
INSTALLPASTESSLCERTWIZARD_TEXT_SSL_LABEL=Is it an SSL secure port?
INSTALLPASTESSLCERTWIZARD_CHECKBOX_SSL_LABEL=Yes. It's the SSL secure EE port.
INSTALLPASTESSLCERTWIZARD_LABEL_RID_LABEL=Request ID:
INSTALLCONFIGSTATUSWIZARD_TITLE=Installation Wizard
INSTALLCONFIGSTATUSWIZARD_BORDER_INSTALLCONFIGSTATUSWIZARD_LABEL=Configuration Status
INSTALLCONFIGSTATUSWIZARD_TEXT_DESC_LABEL=You have successfully configured the Certificate System.
INSTALLCONFIGSTATUSWIZARD_CATEXT_DESC_LABEL=You have successfully configured the Certificate System.\nYou should now use a browser to connect to the administration port to get an agent certificate:
INSTALLCONFIGSTATUSWIZARD_RATEXT_DESC_LABEL=You have successfully configured the Certificate System. You should login to the CS window within the Dogtag Console, and create an agent user for the Registration Manager if there is none available. For information on creating agents, see \"Chapter 8, Authorization\" in the Administrator's Guide.
INSTALLCONFIGSTATUSWIZARD_OCSPTEXT_DESC_LABEL=You have successfully configured the Certificate System. You should login to the CS window within the Dogtag Console, and create an agent user for the Online Certificate Status Manager if there is none available. For information on creating agents, see \"Chapter 8, Authorization\" in the Administrator's Guide.
INSTALLCONFIGSTATUSWIZARD_KRATEXT_DESC_LABEL=You have successfully configured the Certificate System. You should login to the CS window within the Dogtag Console, and create an agent user for the Data Recovery Manager. For information on creating agents, see \"Chapter 8, Authorization\" in the Administrator's Guide.
INSTALLCONFIGSTATUSWIZARD_CAKRATEXT_DESC_LABEL=You should login to the CS window within the Dogtag Console, and create an agent user for the Data Recovery Manager. For information on creating agents, see \"Chapter 8, Authorization\" in the Administrator's Guide.
INSTALLCONFIGSTATUSWIZARD_RAKRATEXT_DESC_LABEL=You have successfully configured the Certificate System. You should login to the CS window within the Dogtag Console, and create an agent user for the Registration Manager and the Data Recovery Manager respectively. For information on creating agents, see \"Chapter 8, Authorization\" in the Administrator's Guide.
INSTALLCONFIGSTATUSWIZARD_TKSTEXT_DESC_LABEL=You have successfully configured the TKS Management System. Please setup your Token Processing System (TPS).
INSTALLCAINTROWIZARD_TITLE=Installation Wizard
INSTALLCAINTROWIZARD_BORDER_INSTALLCAINTROWIZARD_LABEL=CA Signing Certificate Installation
INSTALLCAINTROWIZARD_TEXT_HEADING_LABEL=Do you want to install the certificate now?
INSTALLCAINTROWIZARD_RADIOBUTTON_YES_LABEL=Yes.
INSTALLCAINTROWIZARD_RADIOBUTTON_NO_LABEL=No.
INSTALLRAINTROWIZARD_TITLE=Installation Wizard
INSTALLRAINTROWIZARD_BORDER_INSTALLRAINTROWIZARD_LABEL=Registration Manager Signing Certificate Installation
INSTALLRAINTROWIZARD_TEXT_HEADING_LABEL=Do you want to install the certificate now?
INSTALLRAINTROWIZARD_RADIOBUTTON_YES_LABEL=Yes.
INSTALLRAINTROWIZARD_RADIOBUTTON_NO_LABEL=No.
INSTALLKRAINTROWIZARD_TITLE=Installation Wizard
INSTALLKRAINTROWIZARD_BORDER_INSTALLKRAINTROWIZARD_LABEL=Data Recovery Manager Transport Certificate Installation
INSTALLKRAINTROWIZARD_TEXT_HEADING_LABEL=Do you want to install the certificate now?
INSTALLKRAINTROWIZARD_RADIOBUTTON_YES_LABEL=Yes.
INSTALLKRAINTROWIZARD_RADIOBUTTON_NO_LABEL=No.
INSTALLSSLINTROWIZARD_TITLE=Installation Wizard
INSTALLSSLINTROWIZARD_BORDER_INSTALLSSLINTROWIZARD_LABEL=SSL Server Certificate Installation
INSTALLSSLINTROWIZARD_TEXT_HEADING_LABEL=Do you want to install the certificate now?
INSTALLSSLINTROWIZARD_RADIOBUTTON_YES_LABEL=Yes.
INSTALLSSLINTROWIZARD_RADIOBUTTON_NO_LABEL=No.
ALLCERTSINSTALLEDWIZARD_TITLE=Installation Wizard
ALLCERTSINSTALLEDWIZARD_BORDER_ALLCERTSINSTALLEDWIZARD_LABEL=Install Certificates
ALLCERTSINSTALLEDWIZARD_TEXT_DESC_LABEL=All of the subsystems do not have the required certificates. Click done to exit for now. Restart the installation wizard when the required certificates are ready to install.
ALLCERTSINSTALLEDWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLMANUALCACERTREQUESTWIZARD_TITLE=Installation Wizard
INSTALLMANUALCACERTREQUESTWIZARD_BORDER_INSTALLMANUALCACERTREQUESTWIZARD_LABEL=Submission of Request
INSTALLMANUALCACERTREQUESTWIZARD_TEXT_IGNOR_LABEL=Skip to the next panel if you've already submitted the request.
INSTALLMANUALCACERTREQUESTWIZARD_TEXT_DESC_LABEL=Copy the base-64 encoded certificate request in PKCS #10 Format (including -----BEGIN NEW CERTIFICATE REQUEST----- and -----END NEW CERTIFICATE REQUEST-----) from the text area below and paste it into the Certificate Manager enrollment form. Select PKCS #10 in the form.
INSTALLMANUALCACERTREQUESTWIZARD_TEXT_CMCDESC_LABEL=Copy the base-64 encoded certificate request in a full CMC enrollment request format from the text area below and paste it into the CMC responder form. Select CA Signing Certificate as the Certificate Type.
INSTALLMANUALCACERTREQUESTWIZARD_BUTTON_COPY_LABEL=Copy to the Clipboard
INSTALLMANUALCACERTREQUESTWIZARD_TEXT_FILELOC_LABEL=This certificate request has been saved to a text file called cacsr.txt which is located in the
INSTALLMANUALCACERTREQUESTWIZARD_CHECKBOX_SENDNOW_LABEL=Send the request to a remote CS CA now.
INSTALLMANUALCACERTREQUESTWIZARD_TEXT_SENDNOW_LABEL=Specify the remote CA's host name and EE port number:
INSTALLMANUALCACERTREQUESTWIZARD_LABEL_HOST_LABEL=Host name:
INSTALLMANUALCACERTREQUESTWIZARD_LABEL_PORT_LABEL=EE port number:
INSTALLMANUALCACERTREQUESTWIZARD_DIALOG_BLANKHOST_MESSAGE=Host name cannot be blank.
INSTALLMANUALCACERTREQUESTWIZARD_DIALOG_BLANKPORT_MESSAGE=Port number cannot be blank.
INSTALLMANUALCACERTREQUESTWIZARD_DIALOG_INVALIDPORT_MESSAGE=Port number is not an integer.
INSTALLMANUALCACERTREQUESTWIZARD_DIALOG_OUTOFRANGE_MESSAGE=Port number is not between 1 and 65535 inclusive
INSTALLMANUALCACERTREQUESTWIZARD_TEXT_SSL_LABEL=Is it an SSL secure port?
INSTALLMANUALCACERTREQUESTWIZARD_CHECKBOX_SSL_LABEL=Yes. It's the SSL secure EE port.
INSTALLMANUALRACERTREQUESTWIZARD_TITLE=Installation Wizard
INSTALLMANUALRACERTREQUESTWIZARD_BORDER_INSTALLMANUALRACERTREQUESTWIZARD_LABEL=Submission of Request
INSTALLMANUALRACERTREQUESTWIZARD_TEXT_IGNOR_LABEL=Skip to the next panel if you've already submitted the request.
INSTALLMANUALRACERTREQUESTWIZARD_TEXT_DESC_LABEL=Copy the base-64 encoded certificate request in PKCS #10 Format (including -----BEGIN NEW CERTIFICATE REQUEST----- and -----END NEW CERTIFICATE REQUEST-----) from the text area below and paste it into the Registration Manager enrollment form. Select PKCS #10 in the form.
INSTALLMANUALRACERTREQUESTWIZARD_TEXT_CMCDESC_LABEL=Copy the base-64 encoded certificate request in a full CMC enrollment request format from the text area below and paste it into the CMC responder form. Select RA Signing Certificate as the Certificate Type.
INSTALLMANUALRACERTREQUESTWIZARD_BUTTON_COPY_LABEL=Copy to the Clipboard
INSTALLMANUALRACERTREQUESTWIZARD_TEXT_FILELOC_LABEL=This certificate request has been saved to a text file called racsr.txt which is located in the
INSTALLMANUALRACERTREQUESTWIZARD_CHECKBOX_SENDNOW_LABEL=Send the request to a remote CS now.
INSTALLMANUALRACERTREQUESTWIZARD_TEXT_SENDNOW_LABEL=Specify the remote CS's host name and EE port number:
INSTALLMANUALRACERTREQUESTWIZARD_LABEL_HOST_LABEL=Host name:
INSTALLMANUALRACERTREQUESTWIZARD_LABEL_PORT_LABEL=EE port number:
INSTALLMANUALRACERTREQUESTWIZARD_DIALOG_BLANKHOST_MESSAGE=Host name cannot be blank.
INSTALLMANUALRACERTREQUESTWIZARD_DIALOG_BLANKPORT_MESSAGE=Port number cannot be blank.
INSTALLMANUALRACERTREQUESTWIZARD_DIALOG_INVALIDPORT_MESSAGE=Port number is not an integer.
INSTALLMANUALRACERTREQUESTWIZARD_DIALOG_OUTOFRANGE_MESSAGE=Port number is not between 1 and 65535 inclusive
INSTALLMANUALRACERTREQUESTWIZARD_TEXT_SSL_LABEL=Is it an SSL secure port?
INSTALLMANUALRACERTREQUESTWIZARD_CHECKBOX_SSL_LABEL=Yes. It's the SSL secure EE port.
INSTALLMANUALKRACERTREQUESTWIZARD_TITLE=Installation Wizard
INSTALLMANUALKRACERTREQUESTWIZARD_BORDER_INSTALLMANUALKRACERTREQUESTWIZARD_LABEL=Submission of Request
INSTALLMANUALKRACERTREQUESTWIZARD_TEXT_IGNOR_LABEL=Skip to the next panel if you've already submitted the request.
INSTALLMANUALKRACERTREQUESTWIZARD_TEXT_DESC_LABEL=Copy the base-64 encoded certificate request in PKCS #10 Format (including -----BEGIN NEW CERTIFICATE REQUEST----- and -----END NEW CERTIFICATE REQUEST-----) from the text area below and paste it into the Certificate System's Manual Data Recovery Manager Transport Certificate Enrollment. Select PKCS #10 in the form.
INSTALLMANUALKRACERTREQUESTWIZARD_TEXT_CMCDESC_LABEL=Copy the base-64 encoded certificate request in a full CMC enrollment request format from the text area below and paste it into the CMC Responder form. Select Server SSL Certificate as the Certificate Type.
INSTALLMANUALKRACERTREQUESTWIZARD_BUTTON_COPY_LABEL=Copy to the Clipboard
INSTALLMANUALKRACERTREQUESTWIZARD_TEXT_FILELOC_LABEL=This certificate request has been saved to a text file called kracsr.txt which is located in the
INSTALLMANUALKRACERTREQUESTWIZARD_CHECKBOX_SENDNOW_LABEL=Send the request to a remote CS now
INSTALLMANUALKRACERTREQUESTWIZARD_TEXT_SENDNOW_LABEL=Specify the remote CS's host name and EE port number:
INSTALLMANUALKRACERTREQUESTWIZARD_LABEL_HOST_LABEL=Host name:
INSTALLMANUALKRACERTREQUESTWIZARD_LABEL_PORT_LABEL=EE port number:
INSTALLMANUALKRACERTREQUESTWIZARD_DIALOG_BLANKHOST_MESSAGE=Host name cannot be blank.
INSTALLMANUALKRACERTREQUESTWIZARD_DIALOG_BLANKPORT_MESSAGE=Port number cannot be blank.
INSTALLMANUALKRACERTREQUESTWIZARD_DIALOG_INVALIDPORT_MESSAGE=Port number is not an integer.
INSTALLMANUALKRACERTREQUESTWIZARD_DIALOG_OUTOFRANGE_MESSAGE=Port number is not between 1 and 65535 inclusive
INSTALLMANUALKRACERTREQUESTWIZARD_TEXT_SSL_LABEL=Is it an SSL secure port?
INSTALLMANUALKRACERTREQUESTWIZARD_CHECKBOX_SSL_LABEL=Yes. It's the SSL secure EE port.
INSTALLMANUALSSLCERTREQUESTWIZARD_TITLE=Installation Wizard
INSTALLMANUALSSLCERTREQUESTWIZARD_BORDER_INSTALLMANUALSSLCERTREQUESTWIZARD_LABEL=Submission of Request
INSTALLMANUALSSLCERTREQUESTWIZARD_TEXT_IGNOR_LABEL=Skip to the next panel if you've already submitted the request.
INSTALLMANUALSSLCERTREQUESTWIZARD_TEXT_DESC_LABEL=Copy the base-64 encoded certificate request in PKCS #10 Format (including -----BEGIN NEW CERTIFICATE REQUEST----- and -----END NEW CERTIFICATE REQUEST-----) from the text area below and paste it into the CA's SSL server enrollment form. Select PKCS #10 in the form.
INSTALLMANUALSSLCERTREQUESTWIZARD_TEXT_CMCDESC_LABEL=Copy the base-64 encoded certificate request in a full CMC enrollment request format from the text area below and paste it into the CMC Responder form. Select Server SSL Certificate as the Certificate Type.
INSTALLMANUALSSLCERTREQUESTWIZARD_BUTTON_COPY_LABEL=Copy to the Clipboard
INSTALLMANUALSSLCERTREQUESTWIZARD_TEXT_FILELOC_LABEL=This certificate request has been saved to a text file called sslcsr.txt which is located in the
INSTALLMANUALSSLCERTREQUESTWIZARD_CHECKBOX_SENDNOW_LABEL=Send the request to a remote CS now
INSTALLMANUALSSLCERTREQUESTWIZARD_TEXT_SENDNOW_LABEL=Specify the remote CS's host name and EE port number:
INSTALLMANUALSSLCERTREQUESTWIZARD_LABEL_HOST_LABEL=Host name:
INSTALLMANUALSSLCERTREQUESTWIZARD_LABEL_PORT_LABEL=EE port number:
INSTALLMANUALSSLCERTREQUESTWIZARD_DIALOG_BLANKHOST_MESSAGE=Host name cannot be blank.
INSTALLMANUALSSLCERTREQUESTWIZARD_DIALOG_BLANKPORT_MESSAGE=Port number cannot be blank.
INSTALLMANUALSSLCERTREQUESTWIZARD_DIALOG_INVALIDPORT_MESSAGE=Port number is not an integer.
INSTALLMANUALSSLCERTREQUESTWIZARD_DIALOG_OUTOFRANGE_MESSAGE=Port number is not between 1 and 65535 inclusive
INSTALLMANUALSSLCERTREQUESTWIZARD_TEXT_SSL_LABEL=Is it an SSL secure port?
INSTALLMANUALSSLCERTREQUESTWIZARD_CHECKBOX_SSL_LABEL=Yes. It's the SSL secure EE port.
REQUESTRESULTWIZARD_TITLE=Installation Wizard
REQUESTRESULTWIZARD_BORDER_REQUESTRESULTWIZARD_LABEL=Certificate Request Result
REQUESTRESULTWIZARD_TEXT_DESC_LABEL=Request Successfully Submitted\n\nCongratulations, your request has been successfully submitted to the Certificate System. Your request will be processed when an authorized agent verifies and validates the information in your request.\n\n
REQUESTRESULTWIZARD_TEXT_X509DESC_LABEL=Your request for an X.509 certificate has been successfully submitted to the Certificate System. Your request will be processed when an authorized agent verifies and validates the information in your request.\n\n
REQUESTRESULTWIZARD_TEXT_ID_LABEL=Your request ID is 
REQUESTRESULTWIZARD_TEXT_X509ID_LABEL=Your request ID for an X.509 certificate is
REQUESTRESULTWIZARD_TEXT_ID_LABEL=Your request ID is
REQUESTRESULTWIZARD_TEXT_NOID_LABEL=Your request ID is not provided.\nPlease consult your local administrator for assistance.
REQUESTRESULTWIZARD_TEXT_NOX509ID_LABEL=Your request ID for an X.509 certificate is not provided.\nPlease consult your local administrator for assistance.
REQUESTRESULTWIZARD_TEXT_END_LABEL=\n\nYou can check on the status of your request with an authorized agent or local administrator by referring to this request ID.
REQUESTRESULTWIZARD_TEXT_ERRORDESC_LABEL=Problem Processing Your Request\n\nThe Certificate System encountered an unexpected error while processing your request. The following is a detailed message of the error that occurred.\n\n
REQUESTRESULTWIZARD_TEXT_X509ERRORDESC_LABEL=The Certificate System encountered an unexpected error while processing your request for an X.509 certificate. The following is a detailed message of the error that occurred.\n\n
REQUESTRESULTWIZARD_TEXT_DETAIL_LABEL=\n\nAdditional Information:
REQUESTRESULTWIZARD_TEXT_ERROREND_LABEL=\n\nPlease consult your local administrator for further assistance. The Certificate System logs may provide further information.
REQUESTRESULTWIZARD_TEXT_REJECT_LABEL=Request Rejected\n\nYour request has been rejected by the Certificate System. This may indicate that some attributes of the request violate the policies of this Certificate System.\n\nViolation details:\n\n
REQUESTRESULTWIZARD_TEXT_REJECTX509_LABEL=Your request for an X.509 certificate has been rejected by the Certificate System. This may indicate that some attributes of the request violate the policies of this Certificate System.\n\nViolation details:\n\n
REQUESTRESULTWIZARD_TEXT_NODETAIL_LABEL=No further details provided.\n\n
REQUESTRESULTWIZARD_TEXT_REJECTEND_LABEL=\n\nYou can contact an authorized agent or local administrator for further assistance by referring to the request ID.
INSTALLCACERTEXTENSION1WIZARD_TITLE=Installation Wizard
INSTALLCACERTEXTENSION1WIZARD_BORDER_INSTALLCACERTEXTENSION1WIZARD_LABEL=Certificate Extensions for Certificate Manager CA Signing Certificate
INSTALLCACERTEXTENSION1WIZARD_TEXT_HEADING_LABEL=Specify the certificate extensions:
INSTALLCACERTEXTENSION1WIZARD_CHECKBOX_MIME_LABEL=Base-64 SEQUENCE of extensions
INSTALLCACERTEXTENSION1WIZARD_BUTTON_PASTE_LABEL=Paste from the Clipboard
INSTALLCACERTEXTENSION1WIZARD_CHECKBOX_BASIC_LABEL=Basic constraints
INSTALLCACERTEXTENSION1WIZARD_CHECKBOX_CA_LABEL=CA
INSTALLCACERTEXTENSION1WIZARD_CHECKBOX_CERTPATHLENGTH_LABEL=Certification path length:
INSTALLCACERTEXTENSION1WIZARD_CHECKBOX_EXTENDEDKEY_LABEL=Extended Key Usage
INSTALLCACERTEXTENSION1WIZARD_CHECKBOX_SSLCLIENT_LABEL=SSL client
INSTALLCACERTEXTENSION1WIZARD_CHECKBOX_SSLSERVER_LABEL=SSL server
INSTALLCACERTEXTENSION1WIZARD_CHECKBOX_EMAIL_LABEL=S/MIME
INSTALLCACERTEXTENSION1WIZARD_CHECKBOX_OBJECTSIGNING_LABEL=Object-signing
INSTALLCACERTEXTENSION1WIZARD_CHECKBOX_TIMESTAMPING_LABEL=Time stamping
INSTALLCACERTEXTENSION1WIZARD_CHECKBOX_OCSPSIGNING_LABEL=OCSP signing
INSTALLCACERTEXTENSION1WIZARD_CHECKBOX_AIA_LABEL=Authority Information Access
INSTALLCACERTEXTENSION1WIZARD_CHECKBOX_AKI_LABEL=Authority key identifier
INSTALLCACERTEXTENSION1WIZARD_CHECKBOX_SKI_LABEL=Subject key identifier
INSTALLCACERTEXTENSION1WIZARD_CHECKBOX_OCSPNOCHECK_LABEL=OCSP no check
INSTALLCACERTEXTENSION1WIZARD_TEXT_CMC_LABEL=(Required for a CMC request)
INSTALLCACERTEXTENSION1WIZARD_CHECKBOX_KEYUSAGE_LABEL=Key usage
INSTALLCACERTEXTENSION1WIZARD_DIALOG_DERBLANKFIELD_MESSAGE=The base-64 DER encoding field cannot be empty
INSTALLCACERTEXTENSION1WIZARD_DIALOG_NONINTEGER_MESSAGE=Certificate length is not an integer
INSTALLCACERTEXTENSION1WIZARD_DIALOG_INVALID_MESSAGE=Certificate length cannot be negative
INSTALLCACERTEXTENSION1WIZARD_DIALOG_BLANKLEN_MESSAGE=Certificate length cannot be blank
INSTALLCACERTEXTENSION1WIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLRACERTEXTENSION1WIZARD_TITLE=Installation Wizard
INSTALLRACERTEXTENSION1WIZARD_BORDER_INSTALLRACERTEXTENSION1WIZARD_LABEL=Certificate Extensions for Registration Manager Signing Certificate
INSTALLRACERTEXTENSION1WIZARD_TEXT_HEADING_LABEL=Specify the certificate extensions:
INSTALLRACERTEXTENSION1WIZARD_CHECKBOX_MIME_LABEL=Base-64 SEQUENCE of extensions
INSTALLRACERTEXTENSION1WIZARD_BUTTON_PASTE_LABEL=Paste from the Clipboard
INSTALLRACERTEXTENSION1WIZARD_CHECKBOX_BASIC_LABEL=Basic constraints
INSTALLRACERTEXTENSION1WIZARD_CHECKBOX_CA_LABEL=CA
INSTALLRACERTEXTENSION1WIZARD_CHECKBOX_CERTPATHLENGTH_LABEL=Certification path length:
INSTALLRACERTEXTENSION1WIZARD_CHECKBOX_EXTENDEDKEY_LABEL=Extended Key Usage
INSTALLRACERTEXTENSION1WIZARD_CHECKBOX_SSLCLIENT_LABEL=SSL client
INSTALLRACERTEXTENSION1WIZARD_CHECKBOX_SSLSERVER_LABEL=SSL server
INSTALLRACERTEXTENSION1WIZARD_CHECKBOX_EMAIL_LABEL=S/MIME
INSTALLRACERTEXTENSION1WIZARD_CHECKBOX_OBJECTSIGNING_LABEL=Object-signing
INSTALLRACERTEXTENSION1WIZARD_CHECKBOX_TIMESTAMPING_LABEL=Time stamping
INSTALLRACERTEXTENSION1WIZARD_CHECKBOX_OCSPSIGNING_LABEL=OCSP signing
INSTALLRACERTEXTENSION1WIZARD_CHECKBOX_AIA_LABEL=Authority Information Access
INSTALLRACERTEXTENSION1WIZARD_CHECKBOX_AKI_LABEL=Authority key identifier
INSTALLRACERTEXTENSION1WIZARD_CHECKBOX_SKI_LABEL=Subject key identifier
INSTALLRACERTEXTENSION1WIZARD_CHECKBOX_OCSPNOCHECK_LABEL=OCSP no check
INSTALLRACERTEXTENSION1WIZARD_TEXT_CMC_LABEL=(Required for a CMC request)
INSTALLRACERTEXTENSION1WIZARD_CHECKBOX_KEYUSAGE_LABEL=Key usage
INSTALLRACERTEXTENSION1WIZARD_DIALOG_DERBLANKFIELD_MESSAGE=The base-64 DER encoding field cannot be empty
INSTALLRACERTEXTENSION1WIZARD_DIALOG_NONINTEGER_MESSAGE=Certificate length is not an integer
INSTALLRACERTEXTENSION1WIZARD_DIALOG_INVALID_MESSAGE=Certificate length cannot be negative or zero
INSTALLRACERTEXTENSION1WIZARD_DIALOG_BLANKLEN_MESSAGE=Certificate length cannot be blank
INSTALLRACERTEXTENSION1WIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLKRACERTEXTENSION1WIZARD_TITLE=Installation Wizard
INSTALLKRACERTEXTENSION1WIZARD_BORDER_INSTALLKRACERTEXTENSION1WIZARD_LABEL=Certificate Extensions for Data Recovery Manager Transport Certificate
INSTALLKRACERTEXTENSION1WIZARD_TEXT_HEADING_LABEL=Specify the certificate extensions:
INSTALLKRACERTEXTENSION1WIZARD_CHECKBOX_MIME_LABEL=Base-64 SEQUENCE of extensions
INSTALLKRACERTEXTENSION1WIZARD_BUTTON_PASTE_LABEL=Paste from the Clipboard
INSTALLKRACERTEXTENSION1WIZARD_CHECKBOX_BASIC_LABEL=Basic constraints
INSTALLKRACERTEXTENSION1WIZARD_CHECKBOX_CA_LABEL=CA
INSTALLKRACERTEXTENSION1WIZARD_CHECKBOX_CERTPATHLENGTH_LABEL=Certification path length:
INSTALLKRACERTEXTENSION1WIZARD_CHECKBOX_EXTENDEDKEY_LABEL=Extended Key Usage
INSTALLKRACERTEXTENSION1WIZARD_CHECKBOX_SSLCLIENT_LABEL=SSL client
INSTALLKRACERTEXTENSION1WIZARD_CHECKBOX_SSLSERVER_LABEL=SSL server
INSTALLKRACERTEXTENSION1WIZARD_CHECKBOX_EMAIL_LABEL=S/MIME
INSTALLKRACERTEXTENSION1WIZARD_CHECKBOX_OBJECTSIGNING_LABEL=Object-signing
INSTALLKRACERTEXTENSION1WIZARD_CHECKBOX_TIMESTAMPING_LABEL=Time stamping
INSTALLKRACERTEXTENSION1WIZARD_CHECKBOX_OCSPSIGNING_LABEL=OCSP signing
INSTALLKRACERTEXTENSION1WIZARD_CHECKBOX_AIA_LABEL=Authority Information Access
INSTALLKRACERTEXTENSION1WIZARD_CHECKBOX_AKI_LABEL=Authority key identifier
INSTALLKRACERTEXTENSION1WIZARD_CHECKBOX_SKI_LABEL=Subject key identifier
INSTALLKRACERTEXTENSION1WIZARD_CHECKBOX_OCSPNOCHECK_LABEL=OCSP no check
INSTALLKRACERTEXTENSION1WIZARD_TEXT_CMC_LABEL=(Required for a CMC request)
INSTALLKRACERTEXTENSION1WIZARD_CHECKBOX_KEYUSAGE_LABEL=Key usage
INSTALLKRACERTEXTENSION1WIZARD_DIALOG_DERBLANKFIELD_MESSAGE=The base-64 DER encoding field cannot be empty
INSTALLKRACERTEXTENSION1WIZARD_DIALOG_NONINTEGER_MESSAGE=Certificate length is not an integer
INSTALLKRACERTEXTENSION1WIZARD_DIALOG_INVALID_MESSAGE=Certificate length cannot be negative or zero
INSTALLKRACERTEXTENSION1WIZARD_DIALOG_BLANKLEN_MESSAGE=Certificate length cannot be blank
INSTALLKRACERTEXTENSION1WIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLSERVERCERTEXTENSION1WIZARD_TITLE=Installation Wizard
INSTALLSERVERCERTEXTENSION1WIZARD_BORDER_INSTALLSERVERCERTEXTENSION1WIZARD_LABEL=Certificate Extensions for SSL Server Certificate
INSTALLSERVERCERTEXTENSION1WIZARD_TEXT_HEADING_LABEL=Specify the certificate extensions:
INSTALLSERVERCERTEXTENSION1WIZARD_CHECKBOX_MIME_LABEL=Base-64 SEQUENCE of extensions
INSTALLSERVERCERTEXTENSION1WIZARD_BUTTON_PASTE_LABEL=Paste from the Clipboard
INSTALLSERVERCERTEXTENSION1WIZARD_CHECKBOX_BASIC_LABEL=Basic constraints
INSTALLSERVERCERTEXTENSION1WIZARD_CHECKBOX_CA_LABEL=CA
INSTALLSERVERCERTEXTENSION1WIZARD_CHECKBOX_CERTPATHLENGTH_LABEL=Certification path length:
INSTALLSERVERCERTEXTENSION1WIZARD_CHECKBOX_EXTENDEDKEY_LABEL=Extended Key Usage
INSTALLSERVERCERTEXTENSION1WIZARD_CHECKBOX_SSLCLIENT_LABEL=SSL client
INSTALLSERVERCERTEXTENSION1WIZARD_CHECKBOX_SSLSERVER_LABEL=SSL server
INSTALLSERVERCERTEXTENSION1WIZARD_CHECKBOX_EMAIL_LABEL=S/MIME
INSTALLSERVERCERTEXTENSION1WIZARD_CHECKBOX_OBJECTSIGNING_LABEL=Object-signing
INSTALLSERVERCERTEXTENSION1WIZARD_CHECKBOX_TIMESTAMPING_LABEL=Time stamping
INSTALLSERVERCERTEXTENSION1WIZARD_CHECKBOX_OCSPSIGNING_LABEL=OCSP signing
INSTALLSERVERCERTEXTENSION1WIZARD_CHECKBOX_AIA_LABEL=Authority Information Access
INSTALLSERVERCERTEXTENSION1WIZARD_CHECKBOX_AKI_LABEL=Authority key identifier
INSTALLSERVERCERTEXTENSION1WIZARD_CHECKBOX_SKI_LABEL=Subject key identifier
INSTALLSERVERCERTEXTENSION1WIZARD_CHECKBOX_OCSPNOCHECK_LABEL=OCSP no check
INSTALLSERVERCERTEXTENSION1WIZARD_TEXT_CMC_LABEL=(Required for a CMC request)
INSTALLSERVERCERTEXTENSION1WIZARD_CHECKBOX_KEYUSAGE_LABEL=Key usage
INSTALLSERVERCERTEXTENSION1WIZARD_DIALOG_DERBLANKFIELD_MESSAGE=The base-64 DER encoding field cannot be empty
INSTALLSERVERCERTEXTENSION1WIZARD_DIALOG_NONINTEGER_MESSAGE=Certificate length is not an integer
INSTALLSERVERCERTEXTENSION1WIZARD_DIALOG_INVALID_MESSAGE=Certificate length cannot be negative or zero
INSTALLSERVERCERTEXTENSION1WIZARD_DIALOG_BLANKLEN_MESSAGE=Certificate length cannot be blank
INSTALLSERVERCERTEXTENSION1WIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLCACERTVALIDWIZARD_TITLE=Installation Wizard
INSTALLCACERTVALIDWIZARD_BORDER_INSTALLCACERTVALIDWIZARD_LABEL=Validity Period for Certificate Manager CA Signing Certificate
INSTALLCACERTVALIDWIZARD_LABEL_VALIDITY_LABEL=Specify the validity period for the certificate:
INSTALLCACERTVALIDWIZARD_LABEL_BEGIN_LABEL=Begin on:
INSTALLCACERTVALIDWIZARD_LABEL_EXPIRE_LABEL=Expire on:
INSTALLCACERTVALIDWIZARD_LABEL_YEAR_LABEL=YYYY
INSTALLCACERTVALIDWIZARD_LABEL_MONTH_LABEL=MM
INSTALLCACERTVALIDWIZARD_LABEL_DAY_LABEL=DD
INSTALLCACERTVALIDWIZARD_LABEL_HOUR_LABEL=HH
INSTALLCACERTVALIDWIZARD_LABEL_MIN_LABEL=mm
INSTALLCACERTVALIDWIZARD_LABEL_SEC_LABEL=SS
INSTALLCACERTVALIDWIZARD_COMBOBOX_VALIDITY_VALUE_0=days
INSTALLCACERTVALIDWIZARD_COMBOBOX_VALIDITY_VALUE_1=months
INSTALLCACERTVALIDWIZARD_COMBOBOX_VALIDITY_VALUE_2=years
INSTALLCACERTVALIDWIZARD_DIALOG_INVALIDYEAR_TITLE=Error
INSTALLCACERTVALIDWIZARD_DIALOG_INVALIDYEAR_MESSAGE=Invalid year
INSTALLCACERTVALIDWIZARD_DIALOG_INVALIDMONTH_TITLE=Error
INSTALLCACERTVALIDWIZARD_DIALOG_INVALIDMONTH_MESSAGE=Invalid month
INSTALLCACERTVALIDWIZARD_DIALOG_INVALIDDAY_TITLE=Error
INSTALLCACERTVALIDWIZARD_DIALOG_INVALIDDAY_MESSAGE=Invalid day
INSTALLCACERTVALIDWIZARD_DIALOG_INVALIDHOUR_TITLE=Error
INSTALLCACERTVALIDWIZARD_DIALOG_INVALIDHOUR_MESSAGE=Invalid hour
INSTALLCACERTVALIDWIZARD_DIALOG_INVALIDMIN_TITLE=Error
INSTALLCACERTVALIDWIZARD_DIALOG_INVALIDMIN_MESSAGE=Invalid minute
INSTALLCACERTVALIDWIZARD_DIALOG_INVALIDSEC_TITLE=Error
INSTALLCACERTVALIDWIZARD_DIALOG_INVALIDSEC_MESSAGE=Invalid second
INSTALLCACERTVALIDWIZARD_DIALOG_INVALIDBEGINDATE_TITLE=Error
INSTALLCACERTVALIDWIZARD_DIALOG_INVALIDBEGINDATE_MESSAGE=Invalid begin time
INSTALLCACERTVALIDWIZARD_DIALOG_INVALIDENDDATE_TITLE=Error
INSTALLCACERTVALIDWIZARD_DIALOG_INVALIDENDDATE_MESSAGE=Invalid end time
INSTALLCACERTVALIDWIZARD_DIALOG_SMALLAFTERDATE_TITLE=Error
INSTALLCACERTVALIDWIZARD_DIALOG_SMALLAFTERDATE_MESSAGE=Begin Date should not be earlier than After Date
INSTALLCACERTVALIDWIZARD_DIALOG_INVALIDCERT_TITLE=Error
INSTALLCACERTVALIDWIZARD_DIALOG_INVALIDCERT_MESSAGE=Your Certificate Manager CA Signing Certificate is not valid since the begin time is set in the future. You will not be able to sign any certificate at all.
INSTALLCACERTVALIDWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLCACERTVALIDWIZARD_LABEL_MAXYEAR_LABEL=The maximum value for the year field is 2037
INSTALLCACERTVALIDWIZARD_BEYONDCAVALIDITY=End date should not go beyond the end date of the CA signing\ncertificate. Click OK to override. Click Cancel to re-enter the end date.
INSTALLCACERTVALIDWIZARD_ERROR1=Make sure the end date you enter is not beyond the end date of the CA signing certificate before proceeding to the next panel.
INSTALLRACERTVALIDWIZARD_TITLE=Installation Wizard
INSTALLRACERTVALIDWIZARD_BORDER_INSTALLRACERTVALIDWIZARD_LABEL=Validity Period for Registration Manager Signing Certificate
INSTALLRACERTVALIDWIZARD_LABEL_VALIDITY_LABEL=Specify the validity period for the certificate:
INSTALLRACERTVALIDWIZARD_LABEL_BEGIN_LABEL=Begin on:
INSTALLRACERTVALIDWIZARD_LABEL_EXPIRE_LABEL=Expire on:
INSTALLRACERTVALIDWIZARD_LABEL_YEAR_LABEL=YYYY
INSTALLRACERTVALIDWIZARD_LABEL_MONTH_LABEL=MM
INSTALLRACERTVALIDWIZARD_LABEL_DAY_LABEL=DD
INSTALLRACERTVALIDWIZARD_LABEL_HOUR_LABEL=HH
INSTALLRACERTVALIDWIZARD_LABEL_MIN_LABEL=mm
INSTALLRACERTVALIDWIZARD_LABEL_SEC_LABEL=SS
INSTALLRACERTVALIDWIZARD_COMBOBOX_VALIDITY_VALUE_0=days
INSTALLRACERTVALIDWIZARD_COMBOBOX_VALIDITY_VALUE_1=months
INSTALLRACERTVALIDWIZARD_COMBOBOX_VALIDITY_VALUE_2=years
INSTALLRACERTVALIDWIZARD_DIALOG_INVALIDYEAR_TITLE=Error
INSTALLRACERTVALIDWIZARD_DIALOG_INVALIDYEAR_MESSAGE=Invalid year
INSTALLRACERTVALIDWIZARD_DIALOG_INVALIDMONTH_TITLE=Error
INSTALLRACERTVALIDWIZARD_DIALOG_INVALIDMONTH_MESSAGE=Invalid month
INSTALLRACERTVALIDWIZARD_DIALOG_INVALIDDAY_TITLE=Error
INSTALLRACERTVALIDWIZARD_DIALOG_INVALIDDAY_MESSAGE=Invalid day
INSTALLRACERTVALIDWIZARD_DIALOG_INVALIDHOUR_TITLE=Error
INSTALLRACERTVALIDWIZARD_DIALOG_INVALIDHOUR_MESSAGE=Invalid hour
INSTALLRACERTVALIDWIZARD_DIALOG_INVALIDMIN_TITLE=Error
INSTALLRACERTVALIDWIZARD_DIALOG_INVALIDMIN_MESSAGE=Invalid minute
INSTALLRACERTVALIDWIZARD_DIALOG_INVALIDSEC_TITLE=Error
INSTALLRACERTVALIDWIZARD_DIALOG_INVALIDSEC_MESSAGE=Invalid second
INSTALLRACERTVALIDWIZARD_DIALOG_INVALIDBEGINDATE_TITLE=Error
INSTALLRACERTVALIDWIZARD_DIALOG_INVALIDBEGINDATE_MESSAGE=Invalid begin time
INSTALLRACERTVALIDWIZARD_DIALOG_INVALIDENDDATE_TITLE=Error
INSTALLRACERTVALIDWIZARD_DIALOG_INVALIDENDDATE_MESSAGE=Invalid end time
INSTALLRACERTVALIDWIZARD_DIALOG_SMALLAFTERDATE_TITLE=Error
INSTALLRACERTVALIDWIZARD_DIALOG_SMALLAFTERDATE_MESSAGE=Begin Date should not be earlier than After Date
INSTALLRACERTVALIDWIZARD_DIALOG_INVALIDCERT_TITLE=Error
INSTALLRACERTVALIDWIZARD_DIALOG_INVALIDCERT_MESSAGE=Your Registration Manager Signing Certificate is not valid since the begin time is set in the future.
INSTALLRACERTVALIDWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLRACERTVALIDWIZARD_LABEL_MAXYEAR_LABEL=The maximum value for the year field is 2037
INSTALLRACERTVALIDWIZARD_BEYONDCAVALIDITY=End date should not go beyond the end date of the CA signing\ncertificate. Click OK to override. Click Cancel to re-enter the end date.
INSTALLRACERTVALIDWIZARD_ERROR1=Make sure the end date you enter is not beyond the end date of the CA signing certificate before proceeding to the next panel.
INSTALLKRACERTVALIDWIZARD_TITLE=Installation Wizard
INSTALLKRACERTVALIDWIZARD_BORDER_INSTALLKRACERTVALIDWIZARD_LABEL=Validity Period for Data Recovery Manager Transport Certificate
INSTALLKRACERTVALIDWIZARD_BORDER_SERVER_LABEL=Validity Period for SSL Server Certificate
INSTALLKRACERTVALIDWIZARD_LABEL_VALIDITY_LABEL=Specify the validity period for the certificate:
INSTALLKRACERTVALIDWIZARD_LABEL_BEGIN_LABEL=Begin on:
INSTALLKRACERTVALIDWIZARD_LABEL_EXPIRE_LABEL=Expire on:
INSTALLKRACERTVALIDWIZARD_LABEL_YEAR_LABEL=YYYY
INSTALLKRACERTVALIDWIZARD_LABEL_MONTH_LABEL=MM
INSTALLKRACERTVALIDWIZARD_LABEL_DAY_LABEL=DD
INSTALLKRACERTVALIDWIZARD_LABEL_HOUR_LABEL=HH
INSTALLKRACERTVALIDWIZARD_LABEL_MIN_LABEL=mm
INSTALLKRACERTVALIDWIZARD_LABEL_SEC_LABEL=SS
INSTALLKRACERTVALIDWIZARD_COMBOBOX_VALIDITY_VALUE_0=days
INSTALLKRACERTVALIDWIZARD_COMBOBOX_VALIDITY_VALUE_1=months
INSTALLKRACERTVALIDWIZARD_COMBOBOX_VALIDITY_VALUE_2=years
INSTALLKRACERTVALIDWIZARD_DIALOG_INVALIDYEAR_TITLE=Error
INSTALLKRACERTVALIDWIZARD_DIALOG_INVALIDYEAR_MESSAGE=Invalid year
INSTALLKRACERTVALIDWIZARD_DIALOG_INVALIDMONTH_TITLE=Error
INSTALLKRACERTVALIDWIZARD_DIALOG_INVALIDMONTH_MESSAGE=Invalid month
INSTALLKRACERTVALIDWIZARD_DIALOG_INVALIDDAY_TITLE=Error
INSTALLKRACERTVALIDWIZARD_DIALOG_INVALIDDAY_MESSAGE=Invalid day
INSTALLKRACERTVALIDWIZARD_DIALOG_INVALIDHOUR_TITLE=Error
INSTALLKRACERTVALIDWIZARD_DIALOG_INVALIDHOUR_MESSAGE=Invalid hour
INSTALLKRACERTVALIDWIZARD_DIALOG_INVALIDMIN_TITLE=Error
INSTALLKRACERTVALIDWIZARD_DIALOG_INVALIDMIN_MESSAGE=Invalid minute
INSTALLKRACERTVALIDWIZARD_DIALOG_INVALIDSEC_TITLE=Error
INSTALLKRACERTVALIDWIZARD_DIALOG_INVALIDSEC_MESSAGE=Invalid second
INSTALLKRACERTVALIDWIZARD_DIALOG_INVALIDBEGINDATE_TITLE=Error
INSTALLKRACERTVALIDWIZARD_DIALOG_INVALIDBEGINDATE_MESSAGE=Invalid begin time
INSTALLKRACERTVALIDWIZARD_DIALOG_INVALIDENDDATE_TITLE=Error
INSTALLKRACERTVALIDWIZARD_DIALOG_INVALIDENDDATE_MESSAGE=Invalid end time
INSTALLKRACERTVALIDWIZARD_DIALOG_SMALLAFTERDATE_TITLE=Error
INSTALLKRACERTVALIDWIZARD_DIALOG_SMALLAFTERDATE_MESSAGE=Begin Date should not be earlier than After Date
INSTALLKRACERTVALIDWIZARD_DIALOG_INVALIDCERT_TITLE=Error
INSTALLKRACERTVALIDWIZARD_DIALOG_INVALIDCERT_MESSAGE=Your Data Recovery Manager Transport Certificate is not valid since the begin time is set in the future.
INSTALLKRACERTVALIDWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLKRACERTVALIDWIZARD_LABEL_MAXYEAR_LABEL=The maximum value for the year field is 2037
INSTALLKRACERTVALIDWIZARD_BEYONDCAVALIDITY=End date should not go beyond the end date of the CA signing\ncertificate. Click OK to override. Click Cancel to re-enter the end date.
INSTALLKRACERTVALIDWIZARD_ERROR1=Make sure the end date you enter is not beyond the end date of the CA signing certificate before proceeding to the next panel.
INSTALLSERVERCERTVALIDWIZARD_TITLE=Installation Wizard
INSTALLSERVERCERTVALIDWIZARD_BORDER_INSTALLSERVERCERTVALIDWIZARD_LABEL=Validity Period for SSL Server Certificate
INSTALLSERVERCERTVALIDWIZARD_LABEL_VALIDITY_LABEL=Specify the validity period for the certificate:
INSTALLSERVERCERTVALIDWIZARD_LABEL_BEGIN_LABEL=Begin on:
INSTALLSERVERCERTVALIDWIZARD_LABEL_EXPIRE_LABEL=Expire on:
INSTALLSERVERCERTVALIDWIZARD_LABEL_YEAR_LABEL=YYYY
INSTALLSERVERCERTVALIDWIZARD_LABEL_MONTH_LABEL=MM
INSTALLSERVERCERTVALIDWIZARD_LABEL_DAY_LABEL=DD
INSTALLSERVERCERTVALIDWIZARD_LABEL_HOUR_LABEL=HH
INSTALLSERVERCERTVALIDWIZARD_LABEL_MIN_LABEL=mm
INSTALLSERVERCERTVALIDWIZARD_LABEL_SEC_LABEL=SS
INSTALLSERVERCERTVALIDWIZARD_COMBOBOX_VALIDITY_VALUE_0=days
INSTALLSERVERCERTVALIDWIZARD_COMBOBOX_VALIDITY_VALUE_1=months
INSTALLSERVERCERTVALIDWIZARD_COMBOBOX_VALIDITY_VALUE_2=years
INSTALLSERVERCERTVALIDWIZARD_DIALOG_INVALIDYEAR_TITLE=Error
INSTALLSERVERCERTVALIDWIZARD_DIALOG_INVALIDYEAR_MESSAGE=Invalid year
INSTALLSERVERCERTVALIDWIZARD_DIALOG_INVALIDMONTH_TITLE=Error
INSTALLSERVERCERTVALIDWIZARD_DIALOG_INVALIDMONTH_MESSAGE=Invalid month
INSTALLSERVERCERTVALIDWIZARD_DIALOG_INVALIDDAY_TITLE=Error
INSTALLSERVERCERTVALIDWIZARD_DIALOG_INVALIDDAY_MESSAGE=Invalid day
INSTALLSERVERCERTVALIDWIZARD_DIALOG_INVALIDHOUR_TITLE=Error
INSTALLSERVERCERTVALIDWIZARD_DIALOG_INVALIDHOUR_MESSAGE=Invalid hour
INSTALLSERVERCERTVALIDWIZARD_DIALOG_INVALIDMIN_TITLE=Error
INSTALLSERVERCERTVALIDWIZARD_DIALOG_INVALIDMIN_MESSAGE=Invalid minute
INSTALLSERVERCERTVALIDWIZARD_DIALOG_INVALIDSEC_TITLE=Error
INSTALLSERVERCERTVALIDWIZARD_DIALOG_INVALIDSEC_MESSAGE=Invalid second
INSTALLSERVERCERTVALIDWIZARD_DIALOG_INVALIDBEGINDATE_TITLE=Error
INSTALLSERVERCERTVALIDWIZARD_DIALOG_INVALIDBEGINDATE_MESSAGE=Invalid begin time
INSTALLSERVERCERTVALIDWIZARD_DIALOG_INVALIDENDDATE_TITLE=Error
INSTALLSERVERCERTVALIDWIZARD_DIALOG_INVALIDENDDATE_MESSAGE=Invalid end time
INSTALLSERVERCERTVALIDWIZARD_DIALOG_SMALLAFTERDATE_TITLE=Error
INSTALLSERVERCERTVALIDWIZARD_DIALOG_SMALLAFTERDATE_MESSAGE=Begin Date should not be earlier than After Date
INSTALLSERVERCERTVALIDWIZARD_DIALOG_INVALIDCERT_TITLE=Error
INSTALLSERVERCERTVALIDWIZARD_DIALOG_INVALIDCERT_MESSAGE=Your SSL Server Certificate is not valid since the begin time is set in the future.
INSTALLSERVERCERTVALIDWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLSERVERCERTVALIDWIZARD_LABEL_MAXYEAR_LABEL=The maximum value for the year field is 2037
INSTALLSERVERCERTVALIDWIZARD_BEYONDCAVALIDITY=End date should not go beyond the end date of the CA signing\ncertificate. Click OK to override. Click Cancel to re-enter the end date.
INSTALLSERVERCERTVALIDWIZARD_ERROR1=Make sure the end date you enter is not beyond the end date of the CA signing certificate before proceeding to the next panel.
INSTALLCACERTWIZARD_TITLE=Installation Wizard
INSTALLCACERTWIZARD_TEXT_DESC_LABEL=The Signing Certificate ...
INSTALLCACERTWIZARD_BORDER_INSTALLCACERTWIZARD_LABEL=CA Signing Certificate
INSTALLCACERTWIZARD_TEXT_HEADING_LABEL=Do you want to create a self-signed CA Certificate, or create a certificate signing request to submit to another CA?
INSTALLCACERTWIZARD_RADIOBUTTON_SELF_LABEL=Create a self-signed CA Certificate
INSTALLCACERTWIZARD_RADIOBUTTON_SUB_LABEL=Create a subordinate CA Certificate Request
INSTALLCACERTWIZARD_LABEL_INCOMPLETE_LABEL=You have not installed the CA signing certificate. Please click cancel to exit the wizard for now.
INSTALLRACERTWIZARD_TITLE=Installation Wizard
INSTALLRACERTWIZARD_BORDER_INSTALLRACERTWIZARD_LABEL=Registration Manager Signing Certificate
INSTALLRACERTWIZARD_TEXT_HEADING_LABEL=Do you want to sign this certificate with the CA Signing Certificate you just created, or do you want to create a certificate signing request to submit to another CA?
INSTALLRACERTWIZARD_RADIOBUTTON_SELF_LABEL=Sign the Registration Manager Signing Certificate with my CA Signing Certificate
INSTALLRACERTWIZARD_RADIOBUTTON_SUB_LABEL=Create a request for submission to another CA
INSTALLRACERTWIZARD_LABEL_INCOMPLETE_LABEL=You have not installed the CA signing certificate. Please click cancel to exit the wizard for now.
INSTALLOCSPCERTWIZARD_TITLE=Installation Wizard
INSTALLOCSPCERTWIZARD_BORDER_INSTALLOCSPCERTWIZARD_LABEL=Online Certificate Status Manager Signing Certificate
INSTALLOCSPCERTWIZARD_TEXT_HEADING_LABEL=Do you want to sign this certificate with the CA Signing Certificate you just created, or do you want to create a certificate signing request to submit to another CA?
INSTALLOCSPCERTWIZARD_RADIOBUTTON_SELF_LABEL=Sign the Online Certificate Status Manager Signing Certificate with my CA Signing Certificate
INSTALLOCSPCERTWIZARD_RADIOBUTTON_SUB_LABEL=Create a request for submission to another CA
INSTALLOCSPCERTWIZARD_LABEL_INCOMPLETE_LABEL=You have not installed the CA signing certificate. Please click cancel to exit the wizard for now.
INSTALLKRACERTWIZARD_TITLE=Installation Wizard
INSTALLKRACERTWIZARD_BORDER_INSTALLKRACERTWIZARD_LABEL=Data Recovery Manager Transport Certificate
INSTALLKRACERTWIZARD_TEXT_HEADING_LABEL=Do you want to sign this certificate with the CA Signing Certificate you just created, or do you want to create a certificate signing request to submit to another CA?
INSTALLKRACERTWIZARD_RADIOBUTTON_SELF_LABEL=Sign the Data Recovery Manager Transport Certificate with my CA Signing Certificate
INSTALLKRACERTWIZARD_RADIOBUTTON_SUB_LABEL=Create a request for submission to another CA
INSTALLKRACERTWIZARD_LABEL_INCOMPLETE_LABEL=You have not installed the CA signing certificate. Please click cancel to exit the wizard for now.
INSTALLSERVERCERTWIZARD_TITLE=Installation Wizard
INSTALLSERVERCERTWIZARD_BORDER_INSTALLSERVERCERTWIZARD_LABEL=SSL Server Certificate
INSTALLSERVERCERTWIZARD_TEXT_HEADING_LABEL=Do you want to sign this certificate with this CA's Signing Certificate, or do you want to create a certificate signing request to submit to another CA?
INSTALLSERVERCERTWIZARD_RADIOBUTTON_SELF_LABEL=Sign the SSL Certificate with my CA Signing Certificate
INSTALLSERVERCERTWIZARD_RADIOBUTTON_SUB_LABEL=Create a request for submission to another CA
INSTALLSERVERCERTWIZARD_LABEL_INCOMPLETE_LABEL=You have not installed the CA signing certificate. Please click cancel to exit the wizard for now.
INSTALLCACERTSTATUSWIZARD_TITLE=Installation Wizard
INSTALLCACERTSTATUSWIZARD_BORDER_INSTALLCACERTSTATUSWIZARD_LABEL=Import Certificate Chain
INSTALLCACERTSTATUSWIZARD_TEXT_DESC_LABEL=The Certificate Manager CA Signing Certificate has been successfully installed. Now either specify the location of the base-64 encoded certificate chain (PKCS #7) of the CA which signed the Certificate Manager CA Signing Certificate or paste the base-64 encoded certificate chain into the text area.
INSTALLCACERTSTATUSWIZARD_BUTTON_PASTE_LABEL=Paste from the Clipboard
INSTALLCACERTSTATUSWIZARD_RADIOBUTTON_FILE_LABEL=The certificate chain is located in this file:
INSTALLCACERTSTATUSWIZARD_TEXT_FILE_LABEL=The certificate chain is located in this file:
INSTALLCACERTSTATUSWIZARD_RADIOBUTTON_BASE64_LABEL=The certificate chain is located in the text area below:
INSTALLCACERTSTATUSWIZARD_TEXT_DESC1_LABEL=Paste the certificate chain (including -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----) into the text area:
INSTALLCACERTSTATUSWIZARD_DIALOG_B64EEMPTY_TITLE=Error
INSTALLCACERTSTATUSWIZARD_DIALOG_B64EEMPTY_MESSAGE=Paste the certificate chain into the text area
INSTALLCACERTSTATUSWIZARD_DIALOG_FILENOTFOUND_TITLE=Error
INSTALLCACERTSTATUSWIZARD_DIALOG_FILENOTFOUND_MESSAGE=File not found
INSTALLCACERTSTATUSWIZARD_DIALOG_EMTPYFILEFIELD_TITLE=Error
INSTALLCACERTSTATUSWIZARD_DIALOG_EMPTYFILEFIELD_MESSAGE=The file field is blank
INSTALLCACERTSTATUSWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLCACERTSTATUSWIZARD_INCOMPLETECERTCHAIN=The installed Certificate chain is not complete - it does\nnot include a path to a trusted root. Partially\ncomplete chains may result in unexpected client\nand server behavior. If you click OK you will\nneed to enter a full chain in the certificate\nsetup wizard after installation completes. Click\ncancel to enter another chain.
INSTALLCACERTSTATUSWIZARD_ERROR1=Fix the certificate chain before proceeding to the next panel
INSTALLRACERTSTATUSWIZARD_TITLE=Installation Wizard
INSTALLRACERTSTATUSWIZARD_BORDER_INSTALLRACERTSTATUSWIZARD_LABEL=Import Certificate Chain
INSTALLRACERTSTATUSWIZARD_TEXT_DESC_LABEL=The Registration Manager Signing Certificate has been successfully installed. Now either specify the location of the base-64 encoded certificate chain (PKCS #7) of the CA which signed the Registration Manager Signing Certificate or paste the base-64 encoded certificate chain into the text area.
INSTALLRACERTSTATUSWIZARD_BUTTON_PASTE_LABEL=Paste from the Clipboard
INSTALLRACERTSTATUSWIZARD_RADIOBUTTON_FILE_LABEL=The certificate chain is located in this file:
INSTALLRACERTSTATUSWIZARD_RADIOBUTTON_BASE64_LABEL=The certificate chain is located in the text area below:
INSTALLRACERTSTATUSWIZARD_TEXT_DESC1_LABEL=Paste the certificate chain (including -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----) into the text area:
INSTALLRACERTSTATUSWIZARD_DIALOG_B64EEMPTY_TITLE=Error
INSTALLRACERTSTATUSWIZARD_DIALOG_B64EEMPTY_MESSAGE=Paste the certificate chain into the text area
INSTALLRACERTSTATUSWIZARD_DIALOG_FILENOTFOUND_TITLE=Error
INSTALLRACERTSTATUSWIZARD_DIALOG_FILENOTFOUND_MESSAGE=File not found
INSTALLRACERTSTATUSWIZARD_DIALOG_EMTPYFILEFIELD_TITLE=Error
INSTALLRACERTSTATUSWIZARD_DIALOG_EMPTYFILEFIELD_MESSAGE=The file field is blank
INSTALLRACERTSTATUSWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLRACERTSTATUSWIZARD_INCOMPLETECERTCHAIN=The installed Certificate chain is not complete - it does\nnot include a path to a trusted root. Partially\ncomplete chains may result in unexpected client\nand server behavior.
INSTALLRACERTSTATUSWIZARD_ERROR1=Fix the certificate chain before proceeding to the next panel
INSTALLKRACERTSTATUSWIZARD_TITLE=Installation Wizard
INSTALLKRACERTSTATUSWIZARD_BORDER_INSTALLKRACERTSTATUSWIZARD_LABEL=Import Certificate Chain
INSTALLKRACERTSTATUSWIZARD_TEXT_DESC_LABEL=The Data Recovery Manager Transport Certificate has been successfully installed. Now either specify the location of the base-64 encoded certificate chain (PKCS #7) of the CA which signed the Data Recovery Manager Transport Certificate or paste the base-64 encoded certificate chain into the text area.
INSTALLKRACERTSTATUSWIZARD_BUTTON_PASTE_LABEL=Paste from the Clipboard
INSTALLKRACERTSTATUSWIZARD_RADIOBUTTON_FILE_LABEL=The certificate chain is located in this file:
INSTALLKRACERTSTATUSWIZARD_RADIOBUTTON_BASE64_LABEL=The certificate chain is located in the text area below:
INSTALLKRACERTSTATUSWIZARD_TEXT_DESC1_LABEL=Paste the certificate chain (including -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----) into the text area:
INSTALLKRACERTSTATUSWIZARD_DIALOG_B64EEMPTY_TITLE=Error
INSTALLKRACERTSTATUSWIZARD_DIALOG_B64EEMPTY_MESSAGE=Paste the certificate chain into the text area
INSTALLKRACERTSTATUSWIZARD_DIALOG_FILENOTFOUND_TITLE=Error
INSTALLKRACERTSTATUSWIZARD_DIALOG_FILENOTFOUND_MESSAGE=File not found
INSTALLKRACERTSTATUSWIZARD_DIALOG_EMTPYFILEFIELD_TITLE=Error
INSTALLKRACERTSTATUSWIZARD_DIALOG_EMPTYFILEFIELD_MESSAGE=The file field is blank
INSTALLKRACERTSTATUSWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLKRACERTSTATUSWIZARD_INCOMPLETECERTCHAIN=The installed Certificate chain is not complete - it does\nnot include a path to a trusted root. Partially\ncomplete chains may result in unexpected client\nand server behavior.
INSTALLKRACERTSTATUSWIZARD_ERROR1=Fix the certificate chain before proceeding to the next panel
INSTALLSSLCERTSTATUSWIZARD_TITLE=Installation Wizard
INSTALLSSLCERTSTATUSWIZARD_BORDER_INSTALLSSLCERTSTATUSWIZARD_LABEL=Import Certificate Chain
INSTALLSSLCERTSTATUSWIZARD_TEXT_DESC_LABEL=The SSL Server Certificate has been successfully installed. Now either specify the location of the base-64 encoded certificate chain (PKCS #7) of the CA which signed the SSL Server Certificate or paste the base-64 encoded certificate chain into the text area.
INSTALLSSLCERTSTATUSWIZARD_BUTTON_PASTE_LABEL=Paste from the Clipboard
INSTALLSSLCERTSTATUSWIZARD_RADIOBUTTON_FILE_LABEL=The certificate chain is located in this file:
INSTALLSSLCERTSTATUSWIZARD_RADIOBUTTON_BASE64_LABEL=The certificate chain is located in the text area below:
INSTALLSSLCERTSTATUSWIZARD_TEXT_DESC1_LABEL=Paste the certificate chain (including -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----) into the text area:
INSTALLSSLCERTSTATUSWIZARD_DIALOG_B64EEMPTY_TITLE=Error
INSTALLSSLCERTSTATUSWIZARD_DIALOG_B64EEMPTY_MESSAGE=Paste the certificate chain into the text area
INSTALLSSLCERTSTATUSWIZARD_DIALOG_FILENOTFOUND_TITLE=Error
INSTALLSSLCERTSTATUSWIZARD_DIALOG_FILENOTFOUND_MESSAGE=File not found
INSTALLSSLCERTSTATUSWIZARD_DIALOG_EMTPYFILEFIELD_TITLE=Error
INSTALLSSLCERTSTATUSWIZARD_DIALOG_EMPTYFILEFIELD_MESSAGE=The file field is blank
INSTALLSSLCERTSTATUSWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLSSLCERTSTATUSWIZARD_INCOMPLETECERTCHAIN=The installed Certificate chain is not complete - it does\nnot include a path to a trusted root. Partially\ncomplete chains may result in unexpected client\nand server behavior.
INSTALLSSLCERTSTATUSWIZARD_ERROR1=Fix the certificate chain before proceeding to the next panel
INSTALLCAMESSAGEDIGESTWIZARD_TITLE=Installation Wizard
INSTALLCAMESSAGEDIGESTWIZARD_BORDER_INSTALLCAMESSAGEDIGESTWIZARD_LABEL=Message Digest Algorithm
INSTALLCAMESSAGEDIGESTWIZARD_TEXT_HASHTYPE_LABEL=Select the hashing algorithm to use when computing the signature on this certificate:
INSTALLCAMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_0=MD2
INSTALLCAMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_1=MD5
INSTALLCAMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_2=SHA1
INSTALLCAMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_3=SHA256
INSTALLCAMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_4=SHA512
INSTALLCAMESSAGEDIGESTWIZARD_COMBOBOX_DSAHASHTYPE_VALUE_0=SHA1
INSTALLRAMESSAGEDIGESTWIZARD_TITLE=Installation Wizard
INSTALLRAMESSAGEDIGESTWIZARD_BORDER_INSTALLRAMESSAGEDIGESTWIZARD_LABEL=Message Digest Algorithm
INSTALLRAMESSAGEDIGESTWIZARD_TEXT_HASHTYPE_LABEL=Select the hashing algorithm to use for computing the signature on this certificate:
INSTALLRAMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_0=MD2
INSTALLRAMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_1=MD5
INSTALLRAMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_2=SHA1
INSTALLRAMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_3=SHA256
INSTALLRAMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_4=SHA512
INSTALLRAMESSAGEDIGESTWIZARD_COMBOBOX_DSAHASHTYPE_VALUE_0=SHA1
INSTALLOCSPMESSAGEDIGESTWIZARD_TITLE=Installation Wizard
INSTALLOCSPMESSAGEDIGESTWIZARD_BORDER_INSTALLOCSPMESSAGEDIGESTWIZARD_LABEL=Message Digest Algorithm
INSTALLOCSPMESSAGEDIGESTWIZARD_TEXT_HASHTYPE_LABEL=Select the hashing algorithm to use for computing the signature on this certificate:
INSTALLOCSPMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_0=MD2
INSTALLOCSPMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_1=MD5
INSTALLOCSPMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_2=SHA1
INSTALLOCSPMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_3=SHA256
INSTALLOCSPMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_4=SHA512
INSTALLOCSPMESSAGEDIGESTWIZARD_COMBOBOX_DSAHASHTYPE_VALUE_0=SHA1
INSTALLKRAMESSAGEDIGESTWIZARD_TITLE=Installation Wizard
INSTALLKRAMESSAGEDIGESTWIZARD_BORDER_INSTALLKRAMESSAGEDIGESTWIZARD_LABEL=Message Digest Algorithm
INSTALLKRAMESSAGEDIGESTWIZARD_TEXT_HASHTYPE_LABEL=Select the hashing algorithm to use for computing the signature on this certificate:
INSTALLKRAMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_0=MD2
INSTALLKRAMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_1=MD5
INSTALLKRAMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_2=SHA1
INSTALLKRAMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_3=SHA256
INSTALLKRAMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_4=SHA512
INSTALLKRAMESSAGEDIGESTWIZARD_COMBOBOX_DSAHASHTYPE_VALUE_0=SHA1
INSTALLSSLMESSAGEDIGESTWIZARD_TITLE=Installation Wizard
INSTALLSSLMESSAGEDIGESTWIZARD_BORDER_INSTALLSSLMESSAGEDIGESTWIZARD_LABEL=Message Digest Algorithm
INSTALLSSLMESSAGEDIGESTWIZARD_TEXT_HASHTYPE_LABEL=Select the hashing algorithm to use for computing the signature on this certificate:
INSTALLSSLMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_0=MD2
INSTALLSSLMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_1=MD5
INSTALLSSLMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_2=SHA1
INSTALLSSLMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_3=SHA256
INSTALLSSLMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_4=SHA512
INSTALLSSLMESSAGEDIGESTWIZARD_COMBOBOX_DSAHASHTYPE_VALUE_0=SHA1
INSTALLCAKEYWIZARD_TITLE=Installation Wizard
INSTALLCAKEYWIZARD_BORDER_INSTALLCAKEYWIZARD_LABEL=Key-Pair Information for Certificate Manager CA Signing Certificate
INSTALLCAKEYWIZARD_LABEL_TOKEN_LABEL=Token:
INSTALLCAKEYWIZARD_LABEL_PWD_LABEL=Password:
INSTALLCAKEYWIZARD_COMBOBOX_KEYTYPE_VALUE_0=RSA
INSTALLCAKEYWIZARD_COMBOBOX_KEYTYPE_VALUE_1=DSA
INSTALLCAKEYWIZARD_LABEL_KEYTYPE_LABEL=Key type:
INSTALLCAKEYWIZARD_LABEL_KEYLENGTH_LABEL=Key length:
INSTALLCAKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_0=1024
INSTALLCAKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_1=2048
INSTALLCAKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_2=Custom
INSTALLCAKEYWIZARD_COMBOBOX_DSAKEYLENGTH_VALUE_0=1024
INSTALLCAKEYWIZARD_COMBOBOX_DSAKEYLENGTH_VALUE_1=Custom
INSTALLCAKEYWIZARD_LABEL_UNITS_LABEL=bits
INSTALLCAKEYWIZARD_LABEL_KEY_LABEL=Specify the key type and key length:
INSTALLCAKEYWIZARD_LABEL_CUSTOMKEY_LABEL=Enter a value for the customized key length:
INSTALLCAKEYWIZARD_LABEL_SELECTTOKEN_LABEL=Select the token (cryptographic device) for the key pair:
INSTALLCAKEYWIZARD_DIALOG_CASIGNINGCERTNOTFOUND_MESSAGE=The CA signing certificate cannot be found
INSTALLCAKEYWIZARD_LABEL_INITTOKEN_LABEL=Initialize the selected token:
INSTALLCAKEYWIZARD_LABEL_LOGONTOKEN_LABEL=Logon to the selected token:
INSTALLCAKEYWIZARD_LABEL_PASSWD_LABEL=Password:
INSTALLCAKEYWIZARD_LABEL_PASSWDAGAIN_LABEL=Password (again):
INSTALLCAKEYWIZARD_LABEL_SOP_LABEL=Security officer password:
INSTALLCAKEYWIZARD_LABEL_LOGIN_LABEL=Logon to the selected token:
INSTALLCAKEYWIZARD_LABEL_INITIALIZE_LABEL=Initialize the selected token:
INSTALLCAKEYWIZARD_DIALOG_BLANKLEN_MESSAGE=Key length cannot be blank
INSTALLCAKEYWIZARD_DIALOG_NONINTEGER_MESSAGE=Key length is not an integer
INSTALLCAKEYWIZARD_DIALOG_INVALIDKEYLEN_MESSAGE=Invalid key length
INSTALLCAKEYWIZARD_DIALOG_NOTSAMEPASSWD_TITLE=Error
INSTALLCAKEYWIZARD_DIALOG_NOTSAMEPASSWD_MESSAGE=The two passwords you entered do not match
INSTALLCAKEYWIZARD_DIALOG_BLANKPASSWD_TITLE=Error
INSTALLCAKEYWIZARD_DIALOG_BLANKPASSWD_MESSAGE=The password field cannot be blank
INSTALLCAKEYWIZARD_DIALOG_RSAINVALID_MESSAGE=The RSA key length must be divisible by 8.
INSTALLCAKEYWIZARD_DIALOG_DSAINVALID_MESSAGE=The DSA key length must be divisible by 64, and within the range of 512 to 1024.
INSTALLCAKEYWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLRAKEYWIZARD_TITLE=Installation Wizard
INSTALLRAKEYWIZARD_BORDER_INSTALLRAKEYWIZARD_LABEL=Key-Pair Information for Registration Manager Signing Certificate
INSTALLRAKEYWIZARD_LABEL_TOKEN_LABEL=Token:
INSTALLRAKEYWIZARD_LABEL_PWD_LABEL=Password:
INSTALLRAKEYWIZARD_COMBOBOX_KEYTYPE_VALUE_0=RSA
INSTALLRAKEYWIZARD_COMBOBOX_KEYTYPE_VALUE_1=DSA
INSTALLRAKEYWIZARD_LABEL_KEYTYPE_LABEL=Key type:
INSTALLRAKEYWIZARD_LABEL_KEYLENGTH_LABEL=Key length:
INSTALLRAKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_0=1024
INSTALLRAKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_1=2048
INSTALLRAKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_2=Custom
INSTALLRAKEYWIZARD_COMBOBOX_DSAKEYLENGTH_VALUE_0=1024
INSTALLRAKEYWIZARD_COMBOBOX_DSAKEYLENGTH_VALUE_1=Custom
INSTALLRAKEYWIZARD_LABEL_UNITS_LABEL=bits
INSTALLRAKEYWIZARD_LABEL_KEY_LABEL=Specify the key type and key length:
INSTALLRAKEYWIZARD_LABEL_CUSTOMKEY_LABEL=Enter a value for the customized key length:
INSTALLRAKEYWIZARD_LABEL_SELECTTOKEN_LABEL=Select the token (cryptographic device) for the key pair:
INSTALLRAKEYWIZARD_DIALOG_RASIGNINGCERTNOTFOUND_MESSAGE=The RA signing certificate cannot be found
INSTALLRAKEYWIZARD_LABEL_INITTOKEN_LABEL=Initialize the selected token:
INSTALLRAKEYWIZARD_LABEL_LOGONTOKEN_LABEL=Logon to the selected token:
INSTALLRAKEYWIZARD_LABEL_PASSWD_LABEL=Password:
INSTALLRAKEYWIZARD_LABEL_PASSWDAGAIN_LABEL=Password (again):
INSTALLRAKEYWIZARD_LABEL_SOP_LABEL=Security officer password:
INSTALLRAKEYWIZARD_LABEL_LOGIN_LABEL=Logon to the selected token:
INSTALLRAKEYWIZARD_LABEL_INITIALIZE_LABEL=Initialize the selected token:
INSTALLRAKEYWIZARD_DIALOG_BLANKLEN_MESSAGE=Key length cannot be blank
INSTALLRAKEYWIZARD_DIALOG_NONINTEGER_MESSAGE=Key length is not an integer
INSTALLRAKEYWIZARD_DIALOG_INVALIDKEYLEN_MESSAGE=Invalid key length
INSTALLRAKEYWIZARD_DIALOG_NOTSAMEPASSWD_TITLE=Error
INSTALLRAKEYWIZARD_DIALOG_NOTSAMEPASSWD_MESSAGE=The two passwords you entered do not match
INSTALLRAKEYWIZARD_DIALOG_BLANKPASSWD_TITLE=Error
INSTALLRAKEYWIZARD_DIALOG_BLANKPASSWD_MESSAGE=The password field cannot be blank
INSTALLRAKEYWIZARD_DIALOG_RSAINVALID_MESSAGE=The RSA key length must be divisible by 8.
INSTALLRAKEYWIZARD_DIALOG_DSAINVALID_MESSAGE=The DSA key length must be divisible by 64, and within the range of 512 to 1024.
INSTALLRAKEYWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLKRAKEYWIZARD_TITLE=Installation Wizard
INSTALLKRAKEYWIZARD_BORDER_INSTALLKRAKEYWIZARD_LABEL=Key-Pair Information for Data Recovery Manager Transport Certificate
INSTALLKRAKEYWIZARD_LABEL_TOKEN_LABEL=Token:
INSTALLKRAKEYWIZARD_LABEL_PWD_LABEL=Password:
INSTALLKRAKEYWIZARD_COMBOBOX_KEYTYPE_VALUE_0=RSA
INSTALLKRAKEYWIZARD_LABEL_KEYTYPE_LABEL=Key type:
INSTALLKRAKEYWIZARD_LABEL_KEYLENGTH_LABEL=Key length:
INSTALLKRAKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_0=1024
INSTALLKRAKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_1=2048
INSTALLKRAKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_2=Custom
INSTALLKRAKEYWIZARD_COMBOBOX_DSAKEYLENGTH_VALUE_0=1024
INSTALLKRAKEYWIZARD_COMBOBOX_DSAKEYLENGTH_VALUE_1=Custom
INSTALLKRAKEYWIZARD_LABEL_UNITS_LABEL=bits
INSTALLKRAKEYWIZARD_LABEL_KEY_LABEL=Specify the key type and key length:
INSTALLKRAKEYWIZARD_LABEL_CUSTOMKEY_LABEL=Enter a value for the customized key length:
INSTALLKRAKEYWIZARD_LABEL_SELECTTOKEN_LABEL=Select the token (cryptographic device) for the key pair:
INSTALLKRAKEYWIZARD_DIALOG_KRACERTNOTFOUND_MESSAGE=The KRA transport certificate cannot be found
INSTALLKRAKEYWIZARD_LABEL_INITTOKEN_LABEL=Initialize the selected token:
INSTALLKRAKEYWIZARD_LABEL_LOGONTOKEN_LABEL=Logon to the selected token:
INSTALLKRAKEYWIZARD_LABEL_PASSWD_LABEL=Password:
INSTALLKRAKEYWIZARD_LABEL_PASSWDAGAIN_LABEL=Password (again):
INSTALLKRAKEYWIZARD_LABEL_SOP_LABEL=Security officer password:
INSTALLKRAKEYWIZARD_LABEL_LOGIN_LABEL=Logon to the selected token:
INSTALLKRAKEYWIZARD_LABEL_INITIALIZE_LABEL=Initialize the selected token:
INSTALLKRAKEYWIZARD_DIALOG_BLANKLEN_MESSAGE=Key length cannot be blank
INSTALLKRAKEYWIZARD_DIALOG_NONINTEGER_MESSAGE=Key length is not an integer
INSTALLKRAKEYWIZARD_DIALOG_INVALIDKEYLEN_MESSAGE=Invalid key length
INSTALLKRAKEYWIZARD_DIALOG_NOTSAMEPASSWD_TITLE=Error
INSTALLKRAKEYWIZARD_DIALOG_NOTSAMEPASSWD_MESSAGE=The two passwords you entered do not match
INSTALLKRAKEYWIZARD_DIALOG_BLANKPASSWD_TITLE=Error
INSTALLKRAKEYWIZARD_DIALOG_BLANKPASSWD_MESSAGE=The password field cannot be blank
INSTALLKRAKEYWIZARD_DIALOG_RSAINVALID_MESSAGE=The RSA key length must be divisible by 8.
INSTALLKRAKEYWIZARD_DIALOG_DSAINVALID_MESSAGE=The DSA key length must be divisible by 64, and within the range of 512 to 1024.
INSTALLKRAKEYWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLSERVERKEYWIZARD_TITLE=Installation Wizard
INSTALLSERVERKEYWIZARD_BORDER_INSTALLSERVERKEYWIZARD_LABEL=Key-Pair Information for SSL Server Certificate
INSTALLSERVERKEYWIZARD_LABEL_TOKEN_LABEL=Token:
INSTALLSERVERKEYWIZARD_LABEL_PWD_LABEL=Password:
INSTALLSERVERKEYWIZARD_COMBOBOX_KEYTYPE_VALUE_0=RSA
INSTALLSERVERKEYWIZARD_LABEL_KEYTYPE_LABEL=Key type:
INSTALLSERVERKEYWIZARD_LABEL_KEYLENGTH_LABEL=Key length:
INSTALLSERVERKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_0=1024
INSTALLSERVERKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_1=2048
INSTALLSERVERKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_2=Custom
INSTALLSERVERKEYWIZARD_COMBOBOX_DSAKEYLENGTH_VALUE_0=1024
INSTALLSERVERKEYWIZARD_COMBOBOX_DSAKEYLENGTH_VALUE_1=Custom
INSTALLSERVERKEYWIZARD_LABEL_UNITS_LABEL=bits
INSTALLSERVERKEYWIZARD_LABEL_KEY_LABEL=Specify the key type and key length:
INSTALLSERVERKEYWIZARD_LABEL_CUSTOMKEY_LABEL=Enter a value for the customized key length:
INSTALLSERVERKEYWIZARD_LABEL_SELECTTOKEN_LABEL=Select the token (cryptographic device) for the key pair:
INSTALLSERVERKEYWIZARD_DIALOG_SERVERCERTNOTFOUND_MESSAGE=The SSL server certificate cannot be found
INSTALLSERVERKEYWIZARD_LABEL_INITTOKEN_LABEL=Initialize the selected token:
INSTALLSERVERKEYWIZARD_LABEL_LOGONTOKEN_LABEL=Logon to the selected token:
INSTALLSERVERKEYWIZARD_LABEL_PASSWD_LABEL=Password:
INSTALLSERVERKEYWIZARD_LABEL_PASSWDAGAIN_LABEL=Password (again):
INSTALLSERVERKEYWIZARD_LABEL_SOP_LABEL=Security officer password:
INSTALLSERVERKEYWIZARD_LABEL_LOGIN_LABEL=Logon to the selected token:
INSTALLSERVERKEYWIZARD_LABEL_INITIALIZE_LABEL=Initialize the selected token:
INSTALLSERVERKEYWIZARD_DIALOG_BLANKLEN_MESSAGE=Key length cannot be blank
INSTALLSERVERKEYWIZARD_DIALOG_NONINTEGER_MESSAGE=Key length is not an integer
INSTALLSERVERKEYWIZARD_DIALOG_INVALIDKEYLEN_MESSAGE=Invalid key length
INSTALLSERVERKEYWIZARD_DIALOG_NOTSAMEPASSWD_TITLE=Error
INSTALLSERVERKEYWIZARD_DIALOG_NOTSAMEPASSWD_MESSAGE=The two passwords you entered do not match
INSTALLSERVERKEYWIZARD_DIALOG_BLANKPASSWD_TITLE=Error
INSTALLSERVERKEYWIZARD_DIALOG_BLANKPASSWD_MESSAGE=The password field cannot be blank
INSTALLSERVERKEYWIZARD_DIALOG_RSAINVALID_MESSAGE=The RSA key length must be divisible by 8.
INSTALLSERVERKEYWIZARD_DIALOG_DSAINVALID_MESSAGE=The DSA key length must be divisible by 64, and within the range of 512 to 1024.
INSTALLSERVERKEYWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLKRASTORAGEKEYWIZARD_TITLE=Installation Wizard
INSTALLKRASTORAGEKEYWIZARD_BORDER_INSTALLKRASTORAGEKEYWIZARD_LABEL=Storage Key Creation for Data Recovery Manager
INSTALLKRASTORAGEKEYWIZARD_LABEL_HEADING_LABEL=Specify the key length of the storage key:
INSTALLKRASTORAGEKEYWIZARD_LABEL_KEYLENGTH_LABEL=Key length:
INSTALLKRASTORAGEKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_0=1024
INSTALLKRASTORAGEKEYWIZARD_COMBOBOX_KEYLENGTH_VALUE_1=2048
INSTALLCACERTDNWIZARD_TITLE=Installation Wizard
INSTALLCACERTDNWIZARD_LABEL_SUBJECTNAME_LABEL=The current subject name in distinguished name (DN) format is:
INSTALLCACERTDNWIZARD_BORDER_INSTALLCACERTDNWIZARD_LABEL=Subject Name for Certificate Manager CA Signing Certificate
INSTALLCACERTDNWIZARD_LABEL_DN_LABEL=To modify the subject DN for the certificate:
INSTALLCACERTDNWIZARD_RADIOBUTTON_DNCOMP_LABEL=Enter the values for the subject DN components:
INSTALLCACERTDNWIZARD_RADIOBUTTON_DNSTRING_LABEL=Enter the values for the subject DN string:
INSTALLCACERTDNWIZARD_LABEL_CN_LABEL=Common name (CN=):
INSTALLCACERTDNWIZARD_LABEL_OU_LABEL=Organizational unit (OU=):
INSTALLCACERTDNWIZARD_LABEL_O_LABEL=Organization (O=):
INSTALLCACERTDNWIZARD_LABEL_LOCALITY_LABEL=Locality (L=):
INSTALLCACERTDNWIZARD_LABEL_STATE_LABEL=State (ST=):
INSTALLCACERTDNWIZARD_LABEL_COUNTRY_LABEL=Country (C=):
INSTALLCACERTDNWIZARD_LABEL_SELECTEDDN_LABEL=Selected DN:
INSTALLCACERTDNWIZARD_TEXT_NEWDNHEADING_LABEL=If you want to modify the selected DN, please enter the new one as follows:
INSTALLCACERTDNWIZARD_LABEL_NEWDN_LABEL=New DN:
INSTALLCACERTDNWIZARD_DIALOG_BLANKFIELD_MESSAGE=Subject DN cannot be blank
INSTALLCACERTDNWIZARD_DIALOG_MISSINGO_MESSAGE=Leaving out O= will cause Communicator 4.X\nto crash during SSL client authentication. If you do not provide\nan O= attribute, you will not be able to access\nthe issuing agent pages.
INSTALLCACERTDNWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLRACERTDNWIZARD_TITLE=Installation Wizard
INSTALLRACERTDNWIZARD_LABEL_SUBJECTNAME_LABEL=The current subject name in distinguished name (DN) format is:
INSTALLRACERTDNWIZARD_BORDER_INSTALLRACERTDNWIZARD_LABEL=Subject Name for Registration Manager Signing Certificate
INSTALLRACERTDNWIZARD_LABEL_DN_LABEL=To modify the subject DN for the certificate:
INSTALLRACERTDNWIZARD_RADIOBUTTON_DNCOMP_LABEL=Enter the values for the subject DN components:
INSTALLRACERTDNWIZARD_RADIOBUTTON_DNSTRING_LABEL=Enter the values for the subject DN string:
INSTALLRACERTDNWIZARD_LABEL_CN_LABEL=Common name (CN=):
INSTALLRACERTDNWIZARD_LABEL_OU_LABEL=Organizational unit (OU=):
INSTALLRACERTDNWIZARD_LABEL_O_LABEL=Organization (O=):
INSTALLRACERTDNWIZARD_LABEL_LOCALITY_LABEL=Locality (L=):
INSTALLRACERTDNWIZARD_LABEL_STATE_LABEL=State (ST=):
INSTALLRACERTDNWIZARD_LABEL_COUNTRY_LABEL=Country (C=):
INSTALLRACERTDNWIZARD_LABEL_SELECTEDDN_LABEL=Selected DN:
INSTALLRACERTDNWIZARD_TEXT_NEWDNHEADING_LABEL=If you want to modify the selected DN, please enter the new one as follows:
INSTALLRACERTDNWIZARD_LABEL_NEWDN_LABEL=New DN:
INSTALLRACERTDNWIZARD_DIALOG_BLANKFIELD_MESSAGE=Subject DN cannot be blank
INSTALLRACERTDNWIZARD_DIALOG_MISSINGO_MESSAGE=Leaving out O= will cause Communicator 4.X\nto crash during SSL client authentication. If you do not provide\nan O= attribute, you will not be able to access\nthe issuing agent pages.
INSTALLRACERTDNWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work,\nthen restart the\nwizard.
INSTALLKRACERTDNWIZARD_TITLE=Installation Wizard
INSTALLKRACERTDNWIZARD_LABEL_SUBJECTNAME_LABEL=The current subject name in distinguished name (DN) format is:
INSTALLKRACERTDNWIZARD_BORDER_INSTALLKRACERTDNWIZARD_LABEL=Subject Name for Data Recovery Manager Transport Certificate
INSTALLKRACERTDNWIZARD_LABEL_DN_LABEL=To modify the subject DN for the certificate:
INSTALLKRACERTDNWIZARD_RADIOBUTTON_DNCOMP_LABEL=Enter the values for the subject DN components:
INSTALLKRACERTDNWIZARD_RADIOBUTTON_DNSTRING_LABEL=Enter the values for the subject DN string:
INSTALLKRACERTDNWIZARD_LABEL_CN_LABEL=Common name (CN=):
INSTALLKRACERTDNWIZARD_LABEL_OU_LABEL=Organizational unit (OU=):
INSTALLKRACERTDNWIZARD_LABEL_O_LABEL=Organization (O=):
INSTALLKRACERTDNWIZARD_LABEL_LOCALITY_LABEL=Locality (L=):
INSTALLKRACERTDNWIZARD_LABEL_STATE_LABEL=State (ST=):
INSTALLKRACERTDNWIZARD_LABEL_COUNTRY_LABEL=Country (C=):
INSTALLKRACERTDNWIZARD_LABEL_SELECTEDDN_LABEL=Selected DN:
INSTALLKRACERTDNWIZARD_TEXT_NEWDNHEADING_LABEL=If you want to modify the selected DN, please enter the new one as follows:
INSTALLKRACERTDNWIZARD_LABEL_NEWDN_LABEL=New DN:
INSTALLKRACERTDNWIZARD_DIALOG_BLANKFIELD_MESSAGE=Subject DN cannot be blank
INSTALLKRACERTDNWIZARD_DIALOG_MISSINGO_MESSAGE=Leaving out O= will cause Communicator 4.X\nto crash during SSL client authentication. If you do not provide\nan O= attribute, you will not be able to access\nthe issuing agent pages.
INSTALLKRACERTDNWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLSSLCERTDNWIZARD_TITLE=Installation Wizard
INSTALLSSLCERTDNWIZARD_LABEL_SUBJECTNAME_LABEL=The current subject name in distinguished name (DN) format is:
INSTALLSSLCERTDNWIZARD_BORDER_INSTALLSSLCERTDNWIZARD_LABEL=Subject Name for SSL Server Certificate
INSTALLSSLCERTDNWIZARD_LABEL_DN_LABEL=WARNING: If this is a cloned system which resides on the same machine as your master subsystem, please be sure to make its DN different than that of the master's (can be achieved by manipulating fields other than the CN attribute), violation of which will result in an error during startup.\n\nTo modify the subject DN for the certificate:
INSTALLSSLCERTDNWIZARD_RADIOBUTTON_DNCOMP_LABEL=Enter the values for the subject DN components:
INSTALLSSLCERTDNWIZARD_RADIOBUTTON_DNSTRING_LABEL=Enter the values for the subject DN string:
INSTALLSSLCERTDNWIZARD_LABEL_CN_LABEL=*Common name (CN=):
INSTALLSSLCERTDNWIZARD_LABEL_OU_LABEL=Organizational unit (OU=):
INSTALLSSLCERTDNWIZARD_LABEL_O_LABEL=Organization (O=):
INSTALLSSLCERTDNWIZARD_LABEL_LOCALITY_LABEL=Locality (L=):
INSTALLSSLCERTDNWIZARD_LABEL_STATE_LABEL=State (ST=):
INSTALLSSLCERTDNWIZARD_LABEL_COUNTRY_LABEL=Country (C=):
INSTALLSSLCERTDNWIZARD_LABEL_SELECTEDDN_LABEL=Selected DN:
INSTALLSSLCERTDNWIZARD_TEXT_NEWDNHEADING_LABEL=If you want to modify the selected DN, please enter the new one as follows:
INSTALLSSLCERTDNWIZARD_LABEL_NEWDN_LABEL=New DN:
INSTALLSSLCERTDNWIZARD_DIALOG_BLANKFIELD_MESSAGE=Subject DN cannot be blank
INSTALLSSLCERTDNWIZARD_DIALOG_MISSINGO_MESSAGE=Leaving out O= will cause Communicator 4.X\nto crash during SSL client authentication. If you do not provide\nan O= attribute, you will not be able to access\nthe issuing agent pages.
INSTALLSSLCERTDNWIZARD_DIALOG_MISSINGCN_MESSAGE=Leaving out CN= will cause problems with Communicator 4.X. If you do not provide\na CN= attribute, you will not be able to access\nthe issuing agent pages.
INSTALLSSLCERTDNWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INTROINSTALLWIZARD_TITLE=Installation Wizard
INTROINSTALLWIZARD_BORDER_INTROINSTALLWIZARD_LABEL=Introduction
INTROINSTALLWIZARD_TEXT_DESC_LABEL=Welcome to Dogtag Certificate System (DCS).\n\nThis installation wizard will take you through the tasks necessary to configure CS.\n\nYou may suspend the installation process by pressing cancel. When you restart this wizard, you will be able to continue where you left off.\n\nYou may create additional instances of CS by right-clicking on the 'Server Group' item in the main console window.
INTROINSTALLWIZARD_TEXT_HEADING_LABEL=Select one of the following steps to continue the configuration of the certificate server.
INTROINSTALLWIZARD_RADIOBUTTON_CREATEDB_LABEL=Create an internal database
INTROINSTALLWIZARD_RADIOBUTTON_NETWORK_LABEL=Configure network ports
INTROINSTALLWIZARD_RADIOBUTTON_ADMIN_LABEL=Setup the certificate server administrator
INTROINSTALLWIZARD_RADIOBUTTON_SUBSYSTEMS_LABEL=Select server subsystems
INTROINSTALLWIZARD_RADIOBUTTON_MIGRATION_LABEL=Migrate from a previous certificate server 1.0 installation
CLONEINSTALLWIZARD_TITLE=Installation Wizard
CLONEINSTALLWIZARD_BORDER_CLONEINSTALLWIZARD_LABEL=Clone Feature
CLONEINSTALLWIZARD_TEXT_DESC_LABEL=You are installing a cloned subsystem.\n\n To install a cloned subsystem, execute the following steps on the command line if you have not already performed them:\n\n1) In the master's <server_root>/alias directory, copy cert-<master_instance_id>-<master_machine_name>-cert8.db and cert-<master_instance_id>-<master_machine_name>-key3.db to this cloned instance's cert-<clone_instance_id>-<clone_machine_name>-cert8.db and cert-<clone_instance_id>-<clone_machine_name>-key3.db in the same directory.\n\n2) Copy the master's <server_root>/<master_instance_id>/config/kra-cert.db to the clone's <server_root>/<clone_instance_id>/config/kra-cert.db (For Data Recovery Manager Clone Only)\n\n3)Copy the master's <server_root>/<master_instance_id>/config/kra-key.db to clone's <server_root>/<clone_instance_id>/config/kra-key.db (For Data Recovery Manager Clone Only, and if the master DRM's storage key is not stored on a hardware token)\n\n4)Copy the master's <server_root>/<master_instance_id>/config/kra-mn.conf to the clone's <server_root>/<clone_instance_id>/config/kra-mn.conf (For Data Recovery Manager Clone Only)\n\n5) Click cancel to exit this installation wizard and then click open to restart this wizard.
INSTALLDBAGAIN_TITLE=Installation Wizard
INSTALLDBAGAIN_BORDER_INSTALLDBAGAIN_LABEL=Re-Create Internal Database
INSTALLDBAGAIN_RADIOBUTTON_YES_LABEL=Yes, create another new internal database
INSTALLDBAGAIN_RADIOBUTTON_NO_LABEL=No, do not create another new internal database
INSTALLDBAGAIN_TEXT_HEADING_LABEL=The internal database has been created. If you want to re-create a new internal database, you have to remove the previous internal database first.
MASTERORCLONE_TITLE=Installation Wizard
MASTERORCLONE_BORDER_MASTERORCLONE_LABEL=Cloning
MASTERORCLONE_RADIOBUTTON_YES_LABEL=Yes.
MASTERORCLONE_RADIOBUTTON_NO_LABEL=No.
MASTERORCLONE_TEXT_HEADING_LABEL=Are you setting up a clone for an existing subsystem? For high-availability, subsystems can be cloned to provide multiple access points to the users.
INSTALLMODEWIZARD_TITLE=Installation Wizard
INSTALLMODEWIZARD_BORDER_INSTALLMODEWIZARD_LABEL=Installation Mode
INSTALLMODEWIZARD_LABEL_MODE_LABEL=Select Installation Mode:
INSTALLMODEWIZARD_RADIOBUTTON_EXPRESS_LABEL=Express
INSTALLMODEWIZARD_TEXT_EXPRESS_LABEL=Express installation mode will install self-signed CA and all Certificate Server Services using the default configuration.
INSTALLMODEWIZARD_RADIOBUTTON_CUSTOM_LABEL=Custom
INSTALLMODEWIZARD_TEXT_CUSTOM_LABEL=Custom installation mode allows advanced configuration for all Certificate Server Services.
CLONEMASTERWIZARD_TITLE=Installation Wizard
CLONEMASTERWIZARD_BORDER_CLONEMASTERWIZARD_LABEL=Clone Master CA
CLONEMASTERWIZARD_TEXT_ISCLONECA_LABEL=Do you want to connect the Clone Master CA?
CLONEMASTERWIZARD_TEXT_HEADING_LABEL=Specify the host name and port numbers for the Clone Master CA
CLONEMASTERWIZARD_RADIOBUTTON_YES_LABEL=Yes
CLONEMASTERWIZARD_RADIOBUTTON_NO_LABEL=No
CLONEMASTERWIZARD_LABEL_HOST_LABEL=Host name:
CLONEMASTERWIZARD_LABEL_PORT_LABEL=Clone Master Agent SSL port number:
CLONEMASTERWIZARD_LABEL_PORTEE_LABEL=Clone Master EE SSL port number:
CLONEMASTERWIZARD_LABEL_TIMEOUT_LABEL=Timeout (Sec.):
CLONEMASTERWIZARD_LABEL_TIMEUNIT_LABEL=(Seconds)
CLONEMASTERWIZARD_DIALOG_BLANKHOST_MESSAGE=Host name cannot be blank.
CLONEMASTERWIZARD_DIALOG_BLANKPORT_MESSAGE=Port number cannot be blank.
CLONEMASTERWIZARD_DIALOG_INVALIDPORT_MESSAGE=Port number is not an integer.
CLONEMASTERWIZARD_DIALOG_OUTOFRANGE_MESSAGE=Port number is not between 1 and 65535 inclusive
CLONEMASTERWIZARD_DIALOG_BLANKTIMEOUT_MESSAGE=Timeout cannot be blank.
REMOTECAWIZARD_TITLE=Installation Wizard
REMOTECAWIZARD_BORDER_REMOTECAWIZARD_LABEL=Remote Certificate Manager
REMOTECAWIZARD_TEXT_HEADING_LABEL=Specify the host name and port number for the Certificate Manager
REMOTECAWIZARD_LABEL_HOST_LABEL=Host name:
REMOTECAWIZARD_LABEL_PORT_LABEL=Agent SSL port number:
REMOTECAWIZARD_LABEL_TIMEOUT_LABEL=Timeout (Sec.):
REMOTECAWIZARD_LABEL_TIMEUNIT_LABEL=(Seconds)
REMOTECAWIZARD_DIALOG_BLANKHOST_MESSAGE=Host name cannot be blank.
REMOTECAWIZARD_DIALOG_BLANKPORT_MESSAGE=Port number cannot be blank.
REMOTECAWIZARD_DIALOG_BLANKTIMEOUT_MESSAGE=Timeout cannot be blank.
REMOTECAWIZARD_DIALOG_INVALIDPORT_MESSAGE=Port number is not an integer.
REMOTECAWIZARD_DIALOG_OUTOFRANGE_MESSAGE=Port number is not between 1 and 65535 inclusive
REMOTEKRAWIZARD_TITLE=Installation Wizard
REMOTEKRAWIZARD_BORDER_REMOTEKRAWIZARD_LABEL=Remote Data Recovery Manager
REMOTEKRAWIZARD_TEXT_ISREMOTEKRA_LABEL=Do you want to connect the current subsystems to a remote data recovery manager?
REMOTEKRAWIZARD_TEXT_HEADING_LABEL=Specify the host name and port number for the Data Recovery Manager
REMOTEKRAWIZARD_RADIOBUTTON_YES_LABEL=Yes
REMOTEKRAWIZARD_RADIOBUTTON_NO_LABEL=No
REMOTEKRAWIZARD_LABEL_HOST_LABEL=Host name:
REMOTEKRAWIZARD_LABEL_PORT_LABEL=Agent SSL port number:
REMOTEKRAWIZARD_LABEL_TIMEOUT_LABEL=Timeout (Sec.):
REMOTEKRAWIZARD_LABEL_TIMEUNIT_LABEL=(Seconds)
REMOTEKRAWIZARD_DIALOG_BLANKHOST_MESSAGE=Host name cannot be blank.
REMOTEKRAWIZARD_DIALOG_BLANKPORT_MESSAGE=Port number cannot be blank.
REMOTEKRAWIZARD_DIALOG_INVALIDPORT_MESSAGE=Port number is not an integer.
REMOTEKRAWIZARD_DIALOG_OUTOFRANGE_MESSAGE=Port number is not between 1 and 65535 inclusive
REMOTEKRAWIZARD_DIALOG_BLANKTIMEOUT_MESSAGE=Timeout cannot be blank.
SERVICESWIZARD_TITLE=Installation Wizard
SERVICESWIZARD_BORDER_SERVICESWIZARD_LABEL=Subsystems
SERVICESWIZARD_LABEL_INSTALL_LABEL=Select the subsystems to be installed:
SERVICESWIZARD_LABEL_INSTALL_CLONE_LABEL=You will now proceed to install a Clone of the following subsystem:
SERVICESWIZARD_RADIOBUTTON_CA_LABEL=Certificate Manager
SERVICESWIZARD_RADIOBUTTON_RA_LABEL=Registration Manager
SERVICESWIZARD_RADIOBUTTON_OCSP_LABEL=Online Certificate Status Manager
SERVICESWIZARD_RADIOBUTTON_KRA_LABEL=Data Recovery Manager
SERVICESWIZARD_RADIOBUTTON_TKS_LABEL=Token Key Service Manager
SERVICESWIZARD_LABEL_CMHOST_LABEL=Ceritificate Manager host name:
SERVICESWIZARD_LABEL_CMPORT_LABEL=Certificate Manager Secure End-Entity port number:
SERVICESWIZARD_DIALOG_NOCOLOCATED_MESSAGE=The Certificate Manager and Registration Manager cannot be co-located
SERVICESWIZARD_DIALOG_NOSERVICESINSTALLED_MESSAGE=No subsytems were selected
SERVICESWIZARD_DIALOG_BLANKHOST_MESSAGE=Host field cannot be blank
SERVICESWIZARD_DIALOG_BLANKPORT_MESSAGE=Port field cannot be blank
SERVICESWIZARD_DIALOG_NUMBERFORMAT_MESSAGE=Port field cannot be a non-number
SERVICESWIZARD_DIALOG_INCORRECTRESPONSE_MESSAGE=Incorrect response from the server
SERVICESWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
SERVICESWIZARD_LABEL_CAOCSP_LABEL=The Certificate Manager and OCSP Manager are not allowed to be co-located.
SERVICESWIZARD_LABEL_CARA_LABEL=The Certificate Manager and Registration Manager are not allowed to be co-located.
SERVICESWIZARD_LABEL_RAOCSP_LABEL=The Registration Manager and OCSP Manager are not allowed to be co-located.
SERVICESWIZARD_LABEL_KRAOCSP_LABEL=The Data Recovery Manager and OCSP Manager are not allowed to be co-located.
SERVICESWIZARD_LABEL_CAOCSPKRA_LABEL=The Certificate Manager, Data Recovery Manager, and OCSP Manager are not allowed to be co-located.
SERVICESWIZARD_LABEL_RAOCSPKRA_LABEL=The Registration Manager, Data Recovery Manager, and OCSP Manager are not allowed to be co-located.
NETWORKWIZARD_TITLE=Installation Wizard
NETWORKWIZARD_TEXT_HEADING1_LABEL=Enter the following information for the Master CS server:
NETWORKWIZARD_LABEL_AGENTPORT_LABEL=Agent Port:
NETWORKWIZARD_BORDER_NETWORKWIZARD_LABEL=Network Configuration
NETWORKWIZARD_TEXT_DESC_LABEL=Select the network port numbers CS will use for:
NETWORKWIZARD_BORDER_ADMIN_LABEL=Administration
NETWORKWIZARD_BORDER_AGENT_LABEL=Agent
NETWORKWIZARD_BORDER_EE_LABEL=End-Entity
NETWORKWIZARD_LABEL_ADMINSSLPORT_LABEL=SSL administration port:
NETWORKWIZARD_DIALOG_BLANKFIELD_MESSAGE=No fields can be blank!
NETWORKWIZARD_DIALOG_BLANKFIELD_TITLE=Error
NETWORKWIZARD_DIALOG_SAMEPORT_TITLE=Error
NETWORKWIZARD_DIALOG_SAMEPORT_MESSAGE=Ports cannot share the same value
NETWORKWIZARD_DIALOG_NUMBERFORMAT_MESSAGE=Port numbers must be integers!
NETWORKWIZARD_DIALOG_NUMBERFORMAT_TITLE=Number Format Error
NETWORKWIZARD_DIALOG_PORTRANGE_MESSAGE=Valid port numbers are between 1 and 65535 inclusive!
NETWORKWIZARD_DIALOG_PORTRANGE_TITLE=Port Number Out Of Range
NETWORKWIZARD_LABEL_GATEWAYSSLPORT_LABEL=SSL end-entity port:
NETWORKWIZARD_LABEL_AGENTSSLPORT_LABEL=SSL agent port:
NETWORKWIZARD_LABEL_AGENTSSLPORT_TTIP=Agent secure port number should be between 1 and 65535 inclusive
NETWORKWIZARD_LABEL_GATEWAYPORT_LABEL=Non-SSL end-entity port:
NETWORKWIZARD_LABEL_GATEWAYPORT_TTIP=Gateway port number should be between 1 and 65535 inclusive
NETWORKWIZARD_LABEL_ADMINBACKLOG_LABEL=Backlog:
NETWORKWIZARD_LABEL_ADMINBACKLOG_TTIP=Specify the backlog size
NETWORKWIZARD_LABEL_EEBACKLOG_LABEL=Backlog:
NETWORKWIZARD_LABEL_EEBACKLOG_TTIP=Specify the backlog size
NETWORKWIZARD_LABEL_SECUREEEBACKLOG_LABEL=Backlog:
NETWORKWIZARD_LABEL_SECUREEEBACKLOG_TTIP=Specify the backlog size
NETWORKWIZARD_LABEL_SECUREAGENTBACKLOG_LABEL=Backlog:
NETWORKWIZARD_LABEL_SECUREAGENTBACKLOG_TTIP=Specify the backlog size
NETWORKWIZARD_LABEL_ENABLED_LABEL=Enable:
NETWORKWIZARD_LABEL_ENABLED_TTIP=Enable the end-entity non-secure port
NETWORKWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
NETWORKWIZARD_WARNING=You just disabled the non-SSL end-entity port\nwhich is required for the OCSP service. You need to\nhave this port selected for the service.
KRASCHEME1WIZARD_TITLE=Installation Wizard
KRASCHEME1WIZARD_BORDER_KRASCHEME1WIZARD_LABEL=Data Recovery Key Scheme - 1
KRASCHEME1WIZARD_LABEL_REQUIRED_LABEL=Number of recovery agents required:
KRASCHEME1WIZARD_LABEL_AVAILABLE_LABEL=Total number of recovery agents:
KRASCHEME1WIZARD_DIALOG_CANNOTBEBLANK_MESSAGE=Fields cannot be blank!
KRASCHEME1WIZARD_DIALOG_LARGER_MESSAGE=The number of required recovery agents is greater than that of available recovery agents!
KRASCHEME1WIZARD_DIALOG_NOTINTEGER_MESSAGE=Fields must be integers!
KRASCHEME1WIZARD_DIALOG_NONZERO_MESSAGE=Fields must be a nonzero number!
KRASCHEME2WIZARD_TITLE=Installation Wizard
KRASCHEME2WIZARD_BORDER_KRASCHEME2WIZARD_LABEL=Data Recovery Key Scheme - 2
KRASCHEME2WIZARD_LABEL_HEADING_LABEL=Enter new recovery agent UIDs and passwords:
KRASCHEME2WIZARD_DIALOG_CANNOTBEBLANK_MESSAGE=Fields cannot be blank!
KRASCHEME2WIZARD_DIALOG_PASSWORDERROR_MESSAGE=One or more passwords specified in the password and confirm fields do not match!
KRASCHEME2WIZARD_DIALOG_DUPLICATEERROR_MESSAGE=Not allowed for duplicate user ids!
KRASCHEME2WIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INTROMIGRATIONWIZARD_TITLE=Installation Wizard
INTROMIGRATIONWIZARD_BORDER_INTROMIGRATIONWIZARD_LABEL=Server Migration from Certificate Server 1.x - Step 1
INTROMIGRATIONWIZARD_LABEL_DESC_LABEL=Do you want to migrate your keys and certificates from a previous Netscape Certificate Server 1.x installation?
INTROMIGRATIONWIZARD_RADIOBUTTON_YES_LABEL=Yes
INTROMIGRATIONWIZARD_RADIOBUTTON_NO_LABEL=No
INTROMIGRATIONWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
MIGRATIONWIZARD_TITLE=Installation Wizard
MIGRATIONWIZARD_BORDER_MIGRATIONWIZARD_LABEL=Server Migration from Certificate Server 1.x - Step 2
MIGRATIONWIZARD_TEXT_DESC_LABEL=Enter the following information for data migration:
MIGRATIONWIZARD_LABEL_PATH_LABEL=Pathname of the output files:
MIGRATIONWIZARD_LABEL_TRANSPORTPASSWORD_LABEL=Transport password:
MIGRATIONWIZARD_LABEL_DBPASSWORD_LABEL=Internal database password:
MIGRATIONWIZARD_LABEL_SELECTCATOKEN_LABEL=Select the token in which the CA signing certificate will reside:
MIGRATIONWIZARD_LABEL_SELECTSSLTOKEN_LABEL=Select the token in which the SSL server certificate will reside:
MIGRATIONWIZARD_LABEL_TOKEN_LABEL=Token:
MIGRATIONWIZARD_LABEL_INITTOKEN_LABEL=Initialize the selected token:
MIGRATIONWIZARD_LABEL_LOGONTOKEN_LABEL=Logon to the selected token:
MIGRATIONWIZARD_LABEL_PASSWD_LABEL=Password:
MIGRATIONWIZARD_LABEL_PASSWDAGAIN_LABEL=Password again:
MIGRATIONWIZARD_LABEL_SOP_LABEL=Security officer password:
MIGRATIONWIZARD_LABEL_LOGIN_LABEL=Logon to the selected token:
MIGRATIONWIZARD_LABEL_INITIALIZE_LABEL=Initialize the selected token:
MIGRATIONWIZARD_DIALOG_NOTSAMEPASSWD_TITLE=Error
MIGRATIONWIZARD_DIALOG_NOTSAMEPASSWD_MESSAGE=The two passwords you entered do not match
MIGRATIONWIZARD_DIALOG_BLANKPASSWD_TITLE=Error
MIGRATIONWIZARD_DIALOG_BLANKPASSWD_MESSAGE=The password field cannot be blank
MIGRATIONWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
TRUSTDBWIZARD_TITLE=Installation Wizard
TRUSTDBWIZARD_BORDER_TRUSTDBWIZARD_LABEL=Initialize the Internal Token
TRUSTDBWIZARD_TEXT_DESC_LABEL=If you want to put any certificates (e. g. - CA signing certificate, SSL certificate) in the internal token, please initialize the token as follows:
TRUSTDBWIZARD_LABEL_PASSWD_LABEL=Password:
TRUSTDBWIZARD_LABEL_PASSWDAGAIN_LABEL=Password (again):
CACERTWIZARD_TITLE=Installation Wizard
CACERTWIZARD_BORDER_CACERTWIZARD_LABEL=Setup the CA Signing Key and Certificate -1
CACERTWIZARD_TEXT_HEADING_LABEL=Is this Certificate Authority a self-signed CA or a subordinate CA?
CACERTWIZARD_RADIOBUTTON_SELF_LABEL=Self-signed Certificate authority
CACERTWIZARD_RADIOBUTTON_SUBORDINATE_LABEL=Subordinate Certificate authority
CACERTWIZARD_TEXT_HEADING1_LABEL=How do you wish to submit this certificate request to the certificate authority (CA)?
CACERTWIZARD_RADIOBUTTON_EMAIL_LABEL=To CA's email address:
CACERTWIZARD_RADIOBUTTON_URL_LABEL=To CA's URL:
CACERTWIZARD_RADIOBUTTON_MANUAL_LABEL=Manually
CACERT1WIZARD_TITLE=Installation Wizard
CACERT1WIZARD_BORDER_CACERT1WIZARD_LABEL=Setup the CA Signing Key and Certificate -2
CACERT1WIZARD_TEXT_HEADING_LABEL=The Certificate Authority generates a CA signing certificate to sign other certificates.
CACERT1WIZARD_TEXT_HARDWARE_LABEL=If you select a token other than the internal token, please login first.
CACERT1WIZARD_TEXT_TOKENHEADING_LABEL=The keypair can reside on the internal token or on an external token.
CACERT1WIZARD_LABEL_TOKEN_LABEL=Token:
CACERT1WIZARD_LABEL_PWD_LABEL=Password:
CACERT1WIZARD_COMBOBOX_KEYTYPE_VALUE_0=RSA
CACERT1WIZARD_COMBOBOX_KEYTYPE_VALUE_1=DSA
CACERT1WIZARD_LABEL_KEYTYPE_LABEL=Key type:
CACERT1WIZARD_LABEL_KEYLENGTH_LABEL=Key length:
CACERT1WIZARD_COMBOBOX_KEYLENGTH_VALUE_0=1024
CACERT1WIZARD_COMBOBOX_KEYLENGTH_VALUE_1=2048
CACERT1WIZARD_LABEL_UNITS_LABEL=bits
CACERT1WIZARD_TEXT_KEY_LABEL=Please specify the key type and key length as follows:
CACERT1CUSTOMWIZARD_TITLE=Installation Wizard
CACERT1CUSTOMWIZARD_BORDER_CACERT1CUSTOMWIZARD_LABEL=Setup the CA Signing Key and Certificate -2
CACERT1CUSTOMWIZARD_TEXT_HEADING_LABEL=The Certificate Authority generates a CA signing certificate to sign other certificates.
CACERT1CUSTOMWIZARD_TEXT_HARDWARE_LABEL=If you select a token other than the internal token, please login first.
CACERT1CUSTOMWIZARD_TEXT_TOKENHEADING_LABEL=The keypair can reside on the internal token or on an external token.
CACERT1CUSTOMWIZARD_LABEL_TOKEN_LABEL=Token:
CACERT1CUSTOMWIZARD_LABEL_PWD_LABEL=Password:
CACERT1CUSTOMWIZARD_COMBOBOX_KEYTYPE_VALUE_0=RSA
CACERT1CUSTOMWIZARD_COMBOBOX_KEYTYPE_VALUE_1=DSA
CACERT1CUSTOMWIZARD_LABEL_KEYTYPE_LABEL=Key type:
CACERT1CUSTOMWIZARD_LABEL_KEYLENGTH_LABEL=Key length:
CACERT1CUSTOMWIZARD_COMBOBOX_KEYLENGTH_VALUE_0=1024
CACERT1CUSTOMWIZARD_COMBOBOX_KEYLENGTH_VALUE_1=2048
CACERT1CUSTOMWIZARD_LABEL_UNITS_LABEL=bits
CACERT1CUSTOMWIZARD_TEXT_KEY_LABEL=Please specify the key type and key length as follows:
CACERT1CUSTOMWIZARD_TEXT_CUSTOMKEY_LABEL=If you want to customize the key length, please enter the value as follows:
CACERT2WIZARD_TITLE=Installation Wizard
CACERT2WIZARD_BORDER_CACERT2WIZARD_LABEL=Setup the CA Signing Key and Certificate -3
CACERT2WIZARD_TEXT_DN_LABEL=Specify the Subject Distinguished Name for the certificate.
CACERT2WIZARD_LABEL_CN_LABEL=Common Name (CN=):
CACERT2WIZARD_LABEL_OU_LABEL=Organizational Unit (OU=):
CACERT2WIZARD_LABEL_O_LABEL=Organization (O=):
CACERT2WIZARD_LABEL_LOCALITY_LABEL=Locality (L=):
CACERT2WIZARD_LABEL_STATE_LABEL=State (ST=):
CACERT2WIZARD_LABEL_COUNTRY_LABEL=Country (C=):
CACERT2WIZARD_LABEL_SELECTEDDN_LABEL=Selected DN:
CACERT2WIZARD_TEXT_NEWDNHEADING_LABEL=If you want to modify the selected DN, please enter the new one as follows:
CACERT2WIZARD_LABEL_NEWDN_LABEL=New DN:
CACERT2WIZARD_TEXT_VALIDITY_LABEL=Specify the Validity Period for the certificate.
CACERT2WIZARD_LABEL_VALIDITY_LABEL=Validity period:
CACERT2WIZARD_COMBOBOX_VALIDITY_VALUE_0=days
CACERT2WIZARD_COMBOBOX_VALIDITY_VALUE_1=months
CACERT2WIZARD_COMBOBOX_VALIDITY_VALUE_2=years
CERTDNWIZARD_TITLE=Certificate Setup Wizard
CERTDNWIZARD_LABEL_SUBJECTNAME_LABEL=The current subject name in distinguished name (DN) format:
CERTDNWIZARD_BORDER_CASIGNING_LABEL=Subject Name for Certificate Manager CA Signing Certificate
CERTDNWIZARD_BORDER_OCSPSIGNING_LABEL=Subject Name for OCSP Signing Certificate
CERTDNWIZARD_BORDER_RASIGNING_LABEL=Subject Name for Registration Manager Signing Certificate
CERTDNWIZARD_BORDER_KRATRANSPORT_LABEL=Subject Name for Data Recovery Manager Transport Certificate
CERTDNWIZARD_BORDER_SERVER_LABEL=Subject Name for SSL Server Certificate
CERTDNWIZARD_LABEL_DN_LABEL=To modify the subject DN for the certificate.
CERTDNWIZARD_RADIOBUTTON_DNCOMP_LABEL=Enter the values for the subject DN components:
CERTDNWIZARD_RADIOBUTTON_DNSTRING_LABEL=Enter the values for the subject DN string:
CERTDNWIZARD_BORDER_OTHER_LABEL=Subject Name for log and CRL Signing Certificate
CERTDNWIZARD_LABEL_CN_LABEL=Common Name (CN=):
CERTDNWIZARD_LABEL_OU_LABEL=Organizational Unit (OU=):
CERTDNWIZARD_LABEL_O_LABEL=Organization (O=):
CERTDNWIZARD_LABEL_LOCALITY_LABEL=Locality (L=):
CERTDNWIZARD_LABEL_STATE_LABEL=State (ST=):
CERTDNWIZARD_LABEL_COUNTRY_LABEL=Country (C=):
CERTDNWIZARD_LABEL_SELECTEDDN_LABEL=Selected DN:
CERTDNWIZARD_TEXT_NEWDNHEADING_LABEL=If you want to modify the selected DN, please enter the new one as follows:
CERTDNWIZARD_LABEL_NEWDN_LABEL=New DN:
CERTDNWIZARD_TEXT_VALIDITY_LABEL=Specify the Validity Period for the certificate.
CERTDNWIZARD_LABEL_VALIDITY_LABEL=Validity period:
CERTDNWIZARD_COMBOBOX_VALIDITY_VALUE_0=days
CERTDNWIZARD_COMBOBOX_VALIDITY_VALUE_1=months
CERTDNWIZARD_COMBOBOX_VALIDITY_VALUE_2=years
CERTDNWIZARD_DIALOG_BLANKFIELD_MESSAGE=Subject DN cannot be empty
CERTDNWIZARD_DIALOG_MISSINGO_MESSAGE=Leaving out O= will cause Communicator 4.x to crash during SSL\nclient authentication. If you do not provide an O= attribute,\nyou will not be able to access the issuing agent pages.
CERTVALIDWIZARD_TITLE=Certificate Setup Wizard
CERTVALIDWIZARD_BORDER_CASIGNING_LABEL=Validity Period for Certificate Manager CA Signing Certificate
CERTVALIDWIZARD_BORDER_OCSPSIGNING_LABEL=Validity Period for OCSP Signing Certificate
CERTVALIDWIZARD_BORDER_RASIGNING_LABEL=Validity Period for Registration Manager Signing Certificate
CERTVALIDWIZARD_BORDER_KRATRANSPORT_LABEL=Validity Period for Data Recovery Manager Transport Certificate
CERTVALIDWIZARD_BORDER_SERVER_LABEL=Validity Period for SSL Server Certificate
CERTVALIDWIZARD_BORDER_SUBSYSTEM_LABEL=Validity Period for Subsystem Certificate
CERTVALIDWIZARD_LABEL_VALIDITY_LABEL=Specify the validity period for the certificate:
CERTVALIDWIZARD_LABEL_BEGIN_LABEL=Begin on:
CERTVALIDWIZARD_LABEL_EXPIRE_LABEL=Expire on:
CERTVALIDWIZARD_LABEL_YEAR_LABEL=YYYY
CERTVALIDWIZARD_LABEL_MONTH_LABEL=MM
CERTVALIDWIZARD_LABEL_DAY_LABEL=DD
CERTVALIDWIZARD_LABEL_HOUR_LABEL=HH
CERTVALIDWIZARD_LABEL_MIN_LABEL=mm
CERTVALIDWIZARD_LABEL_SEC_LABEL=SS
CERTVALIDWIZARD_COMBOBOX_VALIDITY_VALUE_0=days
CERTVALIDWIZARD_COMBOBOX_VALIDITY_VALUE_1=months
CERTVALIDWIZARD_COMBOBOX_VALIDITY_VALUE_2=years
CERTVALIDWIZARD_DIALOG_INVALIDYEAR_TITLE=Error
CERTVALIDWIZARD_DIALOG_INVALIDYEAR_MESSAGE=Invalid year
CERTVALIDWIZARD_DIALOG_INVALIDMONTH_TITLE=Error
CERTVALIDWIZARD_DIALOG_INVALIDMONTH_MESSAGE=Invalid month
CERTVALIDWIZARD_DIALOG_INVALIDDAY_TITLE=Error
CERTVALIDWIZARD_DIALOG_INVALIDDAY_MESSAGE=Invalid day
CERTVALIDWIZARD_DIALOG_INVALIDHOUR_TITLE=Error
CERTVALIDWIZARD_DIALOG_INVALIDHOUR_MESSAGE=Invalid hour
CERTVALIDWIZARD_DIALOG_INVALIDMIN_TITLE=Error
CERTVALIDWIZARD_DIALOG_INVALIDMIN_MESSAGE=Invalid minute
CERTVALIDWIZARD_DIALOG_INVALIDSEC_TITLE=Error
CERTVALIDWIZARD_DIALOG_INVALIDSEC_MESSAGE=Invalid second
CERTVALIDWIZARD_DIALOG_INVALIDBEGINDATE_TITLE=Error
CERTVALIDWIZARD_DIALOG_INVALIDBEGINDATE_MESSAGE=Invalid begin time
CERTVALIDWIZARD_DIALOG_INVALIDENDDATE_TITLE=Error
CERTVALIDWIZARD_DIALOG_INVALIDENDDATE_MESSAGE=Invalid end time
CERTVALIDWIZARD_DIALOG_SMALLAFTERDATE_TITLE=Error
CERTVALIDWIZARD_DIALOG_SMALLAFTERDATE_MESSAGE=Begin Date should not be earlier than After Date
CERTVALIDWIZARD_DIALOG_INVALIDCACERT_TITLE=Error
CERTVALIDWIZARD_DIALOG_INVALIDCACERT_MESSAGE=Your Certificate Manager CA Signing Certificate is not valid since the begin time is set in the future. You will not be able to sign any certificate at all.
CERTVALIDWIZARD_DIALOG_INVALIDRACERT_TITLE=Error
CERTVALIDWIZARD_DIALOG_INVALIDRACERT_MESSAGE=Your Registration Manager Signing Certificate is not valid since the begin time is set in the future.
CERTVALIDWIZARD_DIALOG_INVALIDRACERT_TITLE=Error
CERTVALIDWIZARD_DIALOG_INVALIDKRACERT_MESSAGE=Your Data Recovery Manager Transport Certificate is not valid since the begin time is set in the future.
CERTVALIDWIZARD_DIALOG_INVALIDSSLCERT_TITLE=Error
CERTVALIDWIZARD_DIALOG_INVALIDSSLCERT_MESSAGE=Your SSL Server Certificate is not valid since the begin time is set in the future.
CERTVALIDWIZARD_DIALOG_INVALIDSUBSYSTEMCERT_TITLE=Error
CERTVALIDWIZARD_DIALOG_INVALIDSUBSYSTEMCERT_MESSAGE=Your Certificate Manager Subsystem Certificate is not valid since the begin time is set in the future.
CERTVALIDWIZARD_LABEL_MAXYEAR_LABEL=The maximum value for the year field is 2037
CERTREQUESTWIZARD_TITLE=Installation Wizard
CERTREQUESTWIZARD_BORDER_CERTREQUESTWIZARD_LABEL=Generate a Certificate Request
CERTREQUESTWIZARD_TEXT_UNIXDESC_LABEL=If you're using Unix, your request has been emailed automatically to the CA for you. After you receive the certificate from the CA, run this wizard again to install the certificate. To exit the wizard now, click Cancel.
CERTREQUESTWIZARD_TEXT_NTDESC_LABEL=If you're using Windows NT, you need to manually email this request to the CA. There are two methods for doing this. Click help for detailed information.
CERTREQUESTWIZARD_BUTTON_COPY_LABEL=Copy to the Clipboard
COPYCERTREQUESTWIZARD_TITLE=Certificate Setup Wizard
COPYCERTREQUESTWIZARD_BORDER_COPYCERTREQUESTWIZARD_LABEL=Submission of Request
COPYCERTREQUESTWIZARD_TEXT_UNIXDESC_LABEL=If you're using Unix, your request has been emailed automatically to the CA for you. After you receive the certificate from the CA, run this wizard again to install the certificate. To exit the wizard now, click Cancel.
COPYCERTREQUESTWIZARD_TEXT_NTDESC_LABEL=If you're using Windows NT, you need to manually email this request to the CA. There are two methods for doing this. Click help for detailed information.
COPYCERTREQUESTWIZARD_LABEL_DESC_LABEL=Select the way to submit your request:
COPYCERTREQUESTWIZARD_RADIOBUTTON_EMAIL_LABEL=To CA's email address:
COPYCERTREQUESTWIZARD_RADIOBUTTON_URL_LABEL=To CA's URL:
COPYCERTREQUESTWIZARD_RADIOBUTTON_MANUAL_LABEL=Manually
COPYCERTREQUESTWIZARD_BUTTON_COPY_LABEL=Copy to the Clipboard
COPYCERTREQUESTWIZARD_TEXT_CONTACT_LABEL=Enter contact information if your request is submitted via CA's email address or URL:
COPYCERTREQUESTWIZARD_LABEL_NAME_LABEL=Name:
COPYCERTREQUESTWIZARD_LABEL_EMAILADDRESS_LABEL=Email address:
COPYCERTREQUESTWIZARD_LABEL_PHONE_LABEL=Phone number:
MANUALCERTREQUESTWIZARD_TITLE=Certificate Setup Wizard
MANUALCERTREQUESTWIZARD_BORDER_MANUALCERTREQUESTWIZARD_LABEL=Submission of Request
MANUALCERTREQUESTWIZARD_TEXT_DESC_LABEL=Copy the base-64 encoded certificate request (including -----BEGIN NEW CERTIFICATE REQUEST----- and -----END NEW CERTIFICATE REQUEST-----) from the text area below and paste it into the CA's server enrollment form.
MANUALCERTREQUESTWIZARD_TEXT_CADESC_LABEL=Copy the base-64 encoded certificate request (including -----BEGIN NEW CERTIFICATE REQUEST----- and -----END NEW CERTIFICATE REQUEST-----) from the text area below and paste it into the Certificate Manager enrollment form.
MANUALCERTREQUESTWIZARD_TEXT_RADESC_LABEL=Copy the base-64 encoded certificate request (including -----BEGIN NEW CERTIFICATE REQUEST----- and -----END NEW CERTIFICATE REQUEST-----) from the text area below and paste it into the Registration Manager enrollment form.
MANUALCERTREQUESTWIZARD_TEXT_KRADESC_LABEL=Copy the base-64 encoded certificate request (including -----BEGIN NEW CERTIFICATE REQUEST----- and -----END NEW CERTIFICATE REQUEST-----) from the text area below and paste it into the CA's SSL server enrollment form.
MANUALCERTREQUESTWIZARD_TEXT_SSLDESC_LABEL=Copy the base-64 encoded certificate request (including -----BEGIN NEW CERTIFICATE REQUEST----- and -----END NEW CERTIFICATE REQUEST-----) from the text area below and paste it into the CA's SSL server enrollment form.
MANUALCERTREQUESTWIZARD_TEXT_OTHERFILELOC_LABEL=file location
MANUALCERTREQUESTWIZARD_TEXT_OTHERDESC_LABEL=certificate description
MANUALCERTREQUESTWIZARD_BUTTON_COPY_LABEL=Copy to the Clipboard
MANUALCERTREQUESTWIZARD_TEXT_CAFILELOC_LABEL=This certificate request has been saved to a text file called cacsr.txt which is located in the
MANUALCERTREQUESTWIZARD_TEXT_OCSPFILELOC_LABEL=This certificate request has been saved to a text file called ocspcsr.txt which is located in the
MANUALCERTREQUESTWIZARD_TEXT_RAFILELOC_LABEL=This certificate request has been saved to a text file called racsr.txt which is located in the
MANUALCERTREQUESTWIZARD_TEXT_KRAFILELOC_LABEL=This certificate request has been saved to a text file called kracsr.txt which is located in the
MANUALCERTREQUESTWIZARD_TEXT_SSLFILELOC_LABEL=This certificate request has been saved to a text file called sslcsr.txt which is located in the
MANUALCERTREQUESTWIZARD_TEXT_SSLRADMFILELOC_LABEL=This certificate request has been saved to a text file called sslcsrradm.txt which is located in the
MANUALCERTREQUESTWIZARD_CHECKBOX_SENDNOW_LABEL=Send the request to a remote CS now
MANUALCERTREQUESTWIZARD_TEXT_SENDNOW_LABEL=Specify the remote CA's host name and EE port number:
MANUALCERTREQUESTWIZARD_LABEL_HOST_LABEL=Host name:
MANUALCERTREQUESTWIZARD_LABEL_PORT_LABEL=EE port number:
MANUALCERTREQUESTWIZARD_DIALOG_BLANKHOST_MESSAGE=Host name cannot be blank.
MANUALCERTREQUESTWIZARD_DIALOG_BLANKPORT_MESSAGE=Port number cannot be blank.
MANUALCERTREQUESTWIZARD_DIALOG_INVALIDPORT_MESSAGE=Port number is not an integer.
MANUALCERTREQUESTWIZARD_DIALOG_OUTOFRANGE_MESSAGE=Port number is not between 1 and 65535 inclusive
MANUALCERTREQUESTWIZARD_TEXT_SSL_LABEL=Is it an SSL secure port?
MANUALCERTREQUESTWIZARD_CHECKBOX_SSL_LABEL=Yes. It's the SSL secure EE port.
INTROINSTALLCERTWIZARD_TITLE=Certificate Setup Wizard
INTROINSTALLCERTWIZARD_BORDER_INTROINSTALLCERTWIZARD_LABEL=Install the Certificate
INTROINSTALLCERTWIZARD_TEXT_DESC_LABEL=The wizard will now guide you through the certificate installation process. If you want to skip this process, you can click \"Cancel\" to exit the wizard.
PASTECERTWIZARD_TITLE=Certificate Setup Wizard
PASTECERTWIZARD_BORDER_PASTECERTWIZARD_LABEL=Location of Certificate
PASTECERTWIZARD_LABEL_INTRO_LABEL=Indicate the location of the certificate:
PASTECERTWIZARD_BUTTON_PASTE_LABEL=Paste from the Clipboard
PASTECERTWIZARD_RADIOBUTTON_FILE_LABEL=The certificate is located in this file:
PASTECERTWIZARD_RADIOBUTTON_BASE64_LABEL=The certificate is located in the text area below:
PASTECERTWIZARD_TEXT_DESC_LABEL=Paste a base-64 encoded certificate (including -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----) into the text area.
PASTECERTWIZARD_DIALOG_EMPTYFILE_MESSAGE=The file field should not be empty
PASTECERTWIZARD_DIALOG_FILENOTFOUND_MESSAGE=File not found
PASTECERTWIZARD_DIALOG_B64EEMPTY_MESSAGE=The base-64 encoded text field should not be empty
DISPLAYCERTWIZARD_TITLE=Certificate Setup Wizard
DISPLAYCERTWIZARD_BORDER_DISPLAYCERTWIZARD_LABEL=Certificate Details
DISPLAYCERTWIZARD_LABEL_NAME_LABEL=Certificate name:
DISPLAYCERTWIZARD_LABEL_CONTENT_LABEL=This is the certificate you have chosen to install:
DISPLAYCERTWIZARD_BUTTON_ADD_LABEL=Install
DISPLAYCERTWIZARD_DIALOG_NOTINSTALL_MESSAGE=You have not installed the cerificate.
DISPLAYCERTWIZARD_DIALOG_INSTALL_TITLE=Information
DISPLAYCERTWIZARD_DIALOG_INSTALL_MESSAGE=The certificate has been installed successfully
WARNINGWIZARD_TITLE=Certificate Setup Wizard
WARNINGWIZARD_BORDER_WARNINGWIZARD_LABEL=Warning
WARNINGWIZARD_TEXT_DESC_LABEL=This is a warning. You have chosen the new key material for the CA signing certificate and need to realize the consequences of this decision.
WARNINGWIZARD_LABEL_WARNING_LABEL=Do you realize the consequences? If yes, please click OK
WARNINGWIZARD_BUTTON_OK_LABEL=OK
WARNINGWIZARD_DIALOG_PROCEED_MESSAGE=You need to click OK and Next to proceed to the next page
WARNINGEXECUTEWIZARD_TITLE=Certificate Setup Wizard
WARNINGEXECUTEWIZARD_BORDER_WARNINGEXECUTEWIZARD_LABEL=Warning
WARNINGEXECUTEWIZARD_TEXT_DESC_LABEL=This is a warning. You have chosen the new key material for the CA signing certificate and need to realize the consequences of this decision.
WARNINGEXECUTEWIZARD_LABEL_WARNING_LABEL=If you realize the consequences and decide to use the new key material to create the CA signing certificate, please click OK and then Next to create the certificate.
WARNINGEXECUTEWIZARD_BUTTON_OK_LABEL=OK
WARNINGEXECUTEWIZARD_DIALOG_PROCEED_MESSAGE=You need to click OK and Next to proceed to the next page
WARNINGEXECUTE1WIZARD_TITLE=Certificate Setup Wizard
WARNINGEXECUTE1WIZARD_BORDER_WARNINGEXECUTE1WIZARD_LABEL=Warning
WARNINGEXECUTE1WIZARD_TEXT_DESC_LABEL=This is a warning. You have chosen the new key material for the CA signing certificate and need to realize the consequences of this decision.
WARNINGEXECUTE1WIZARD_LABEL_WARNING_LABEL=If you realize the consequences and decide to use the new key material to create the CA signing certificate, please click OK and then Next to create the certificate request.
WARNINGEXECUTE1WIZARD_BUTTON_OK_LABEL=OK
WARNINGEXECUTE1WIZARD_DIALOG_PROCEED_MESSAGE=You need to click OK and Next to proceed to the next page
EXECUTEWIZARD_TITLE=Certificate Setup Wizard
EXECUTEWIZARD_BORDER_EXECUTEWIZARD_LABEL=Certificate Creation
EXECUTEWIZARD_TEXT_DESC_LABEL=The self-signed Certificate Manager certificate is ready to install. Click Next to install.
EXECUTEWIZARD_TEXT_NEWKEY_LABEL=The wizard has all the information required to generate the key pair and the corresponding certificate. Click Next to continue.
EXECUTEWIZARD_TEXT_OLDKEY_LABEL=The wizard has all the information required to generate the certificate. Click Next to continue.
EXECUTEWIZARD_DIALOG_PROCEED_MESSAGE=You need to click OK and Next to proceed to the next page
EXECUTE1WIZARD_TITLE=Certificate Setup Wizard
EXECUTE1WIZARD_BORDER_EXECUTE1WIZARD_LABEL=Certificate Request
EXECUTE1WIZARD_BORDER_CASIGNING_LABEL=Certificate Request for Certificate Manager CA Signing Certificate
EXECUTE1WIZARD_BORDER_OCSPSIGNING_LABEL=Certificate Request for OCSP Signing Certificate
EXECUTE1WIZARD_BORDER_RASIGNING_LABEL=Certificate Request for Registration Manager Signing Certificate
EXECUTE1WIZARD_BORDER_KRATRANSPORT_LABEL=Certificate Request for Data Recovery Manager Transport Certificate
EXECUTE1WIZARD_BORDER_SERVER_LABEL=Certificate Request for SSL Server Certificate
EXECUTE1WIZARD_BORDER_OTHER_LABEL=Certificate Request for log and CRL signing Certificate
EXECUTE1WIZARD_TEXT_NEWKEY_LABEL=The wizard has all the information required to generate the key pair and the corresponding certificate request. Click Next to continue.
EXECUTE1WIZARD_RADIOBUTTON_PKCS10_LABEL=Generate a PKCS #10 request.
EXECUTE1WIZARD_RADIOBUTTON_CMC_LABEL=Generate a full CMC enrollment request.
EXECUTE1WIZARD_TEXT_OLDKEY_LABEL=The wizard has all the information required to generate the certificate request. Click Next to continue.
EXECUTE1WIZARD_DIALOG_PROCEED_MESSAGE=You need to click OK and Next to proceed to the next page
ISSUEIMPORTSTATUSWIZARD_TITLE=Certificate Setup Wizard
ISSUEIMPORTSTATUSWIZARD_BORDER_ISSUEIMPORTSTATUSWIZARD_LABEL=Status
ISSUEIMPORTSTATUSWIZARD_TEXT_DESC_LABEL=The certificate has been successfully installed. Click Done to exit from this wizard. You need to restart the server right away.
REQUESTSTATUSWIZARD_TITLE=Certificate Setup Wizard
REQUESTSTATUSWIZARD_BORDER_REQUESTSTATUSWIZARD_LABEL=  Status
REQUESTSTATUSWIZARD_TEXT_REQUEST_LABEL=The certificate request process has been finished. Click Done to exit from this wizard. If you just finish submitting your certificate request, make sure to inform the CA to approve the request. As soon as the certificate is received, please re-enter the Certificate Setup Wizard to install the certificate.
INSTALLSTATUSWIZARD_TITLE=Certificate Setup Wizard
INSTALLSTATUSWIZARD_BORDER_INSTALLSTATUSWIZARD_LABEL=Status
INSTALLSTATUSWIZARD_TEXT_SUCCESS_LABEL=The certificate has been successfully installed. Click Done to exit from this wizard. You need to restart the server right away.
INSTALLSTATUSWIZARD_TEXT_FAIL_LABEL=The certificate has not been successfully installed. Please try again or exit.
INSTALLCERT1WIZARD_TITLE=Installation Wizard
INSTALLCERT1WIZARD_BORDER_INSTALLCERT1WIZARD_LABEL=Install the certificate -1
INSTALLCERT1WIZARD_TEXT_DESC_LABEL=(Paste the base-64 Encoded certificate with BEGIN and END headers.)
INSTALLCERT1WIZARD_BUTTON_PASTE_LABEL=Paste from the Clipboard
INSTALLCERT1WIZARD_RADIOBUTTON_FILE_LABEL=The certificate is located in the following file:
INSTALLCERT1WIZARD_RADIOBUTTON_BASE64_LABEL=The certificate is located in the following text area:
INSTALLCERT1WIZARD_TEXT_DESC_LABEL=Paste the base-64 Encoded certificate with BEGIN and END headers
INSTALLCERT2WIZARD_TITLE=Installation Wizard
INSTALLCERT2WIZARD_BORDER_INSTALLCERT2WIZARD_LABEL=Install the certificate -2
INSTALLCERT2WIZARD_LABEL_SUBJECTDN_LABEL=This certificate belongs to:
INSTALLCERT2WIZARD_LABEL_ISSUE_LABEL=This certificate was issued by:
INSTALLCERT2WIZARD_LABEL_SERIAL_LABEL=Serial number:
INSTALLCERT2WIZARD_LABEL_VALID_LABEL=This certificate is valid from {0} to {1}
INSTALLCERT2WIZARD_LABEL_FINGERPRINT_LABEL=Certificate fingerprint:
INSTALLCERT2WIZARD_BUTTON_ADD_LABEL=Add
CERTEXTENSIONWIZARD_TITLE=Installation Wizard
CERTEXTENSIONWIZARD_BORDER_CERTEXTENSIONWIZARD_LABEL=Setup the CA Signing Key and Certificate -4
CERTEXTENSIONWIZARD_TEXT_HEADING_LABEL=Specify certificate extension:
CERTEXTENSIONWIZARD_CHECKBOX_MIME_LABEL=Extension in base-64 DER encoding
CERTEXTENSIONWIZARD_BUTTON_PASTE_LABEL=Paste from the Clipboard
CERTEXTENSIONWIZARD_CHECKBOX_BASIC_LABEL=Basic constraints
CERTEXTENSIONWIZARD_CHECKBOX_CA_LABEL=CA
CERTEXTENSIONWIZARD_LABEL_CERTPATHLENGTH_LABEL=Certification path length:
CERTEXTENSIONWIZARD_CHECKBOX_NETSCAPE_LABEL=Netscape certificate type
CERTEXTENSIONWIZARD_CHECKBOX_SSLCLIENT_LABEL=SSL client bit
CERTEXTENSIONWIZARD_CHECKBOX_SSLSERVER_LABEL=SSL server bit
CERTEXTENSIONWIZARD_CHECKBOX_EMAIL_LABEL=SSL email bit
CERTEXTENSIONWIZARD_CHECKBOX_OBJECTSIGNING_LABEL=Object signing bit
CERTEXTENSIONWIZARD_CHECKBOX_SSLCA_LABEL=SSL CA bit
CERTEXTENSIONWIZARD_CHECKBOX_EMAILCA_LABEL=Email CA bit
CERTEXTENSIONWIZARD_CHECKBOX_OBJECTSIGNINGCA_LABEL=Object signing CA bit
CERTEXTENSIONWIZARD_CHECKBOX_AIA_LABEL=Authority Information Access
CERTEXTENSIONWIZARD_CHECKBOX_AKI_LABEL=Authority key identifier
CERTEXTENSIONWIZARD_CHECKBOX_SKI_LABEL=Subject key identifier
CERTEXTENSIONWIZARD_CHECKBOX_OCSPNOCHECK_LABEL=OCSP no check
CERTEXTENSIONWIZARD_TEXT_CMC_LABEL=(Required for a CMC request)
CERTEXTENSION1WIZARD_TITLE=Certificate Setup Wizard
CERTEXTENSION1WIZARD_BORDER_CASIGNING_LABEL=Certificate Extensions for Certificate Manager CA Signing Certificate
CERTEXTENSION1WIZARD_BORDER_OCSPSIGNING_LABEL=Certificate Extensions for OCSP Signing Certificate
CERTEXTENSION1WIZARD_BORDER_RASIGNING_LABEL=Certificate Extensions for Registration Manager Signing Certificate
CERTEXTENSION1WIZARD_BORDER_KRATRANSPORT_LABEL=Certificate Extensions for Data Recovery Manager Transport Certificate
CERTEXTENSION1WIZARD_BORDER_SERVER_LABEL=Certificate Extensions for SSL Server Certificate
CERTEXTENSION1WIZARD_TEXT_HEADING_LABEL=Specify the certificate extensions for the certificate:
CERTEXTENSION1WIZARD_CHECKBOX_MIME_LABEL=Base-64 SEQUENCE of extensions
CERTEXTENSION1WIZARD_BUTTON_PASTE_LABEL=Paste from the Clipboard
CERTEXTENSION1WIZARD_CHECKBOX_BASIC_LABEL=Basic constraints
CERTEXTENSION1WIZARD_CHECKBOX_CA_LABEL=CA
CERTEXTENSION1WIZARD_CHECKBOX_CERTPATHLENGTH_LABEL=Certification path length:
CERTEXTENSION1WIZARD_CHECKBOX_EXTENDEDKEY_LABEL=Extended Key Usage
CERTEXTENSION1WIZARD_CHECKBOX_SSLCLIENT_LABEL=SSL client
CERTEXTENSION1WIZARD_CHECKBOX_SSLSERVER_LABEL=SSL server
CERTEXTENSION1WIZARD_CHECKBOX_EMAIL_LABEL=S/MIME
CERTEXTENSION1WIZARD_CHECKBOX_OBJECTSIGNING_LABEL=Object-signing
CERTEXTENSION1WIZARD_CHECKBOX_TIMESTAMPING_LABEL=Time stamping
CERTEXTENSION1WIZARD_CHECKBOX_OCSPSIGNING_LABEL=OCSP signing
CERTEXTENSION1WIZARD_CHECKBOX_AIA_LABEL=Authority Information Access
CERTEXTENSION1WIZARD_CHECKBOX_AKI_LABEL=Authority key identifier
CERTEXTENSION1WIZARD_CHECKBOX_SKI_LABEL=Subject key identifier
CERTEXTENSION1WIZARD_CHECKBOX_OCSPNOCHECK_LABEL=OCSP no check
CERTEXTENSION1WIZARD_TEXT_CMC_LABEL=(Required for a CMC request)
CERTEXTENSION1WIZARD_CHECKBOX_KEYUSAGE_LABEL=Key Usage
CERTEXTENSION1WIZARD_DIALOG_DERBLANKFIELD_MESSAGE=Base-64 DER encoding field cannot be empty
CERTMESSAGEDIGESTWIZARD_TITLE=Certificate Setup Wizard
CERTMESSAGEDIGESTWIZARD_BORDER_CERTMESSAGEDIGESTWIZARD_LABEL=Message Digest Algorithm
CERTMESSAGEDIGESTWIZARD_TEXT_HASHTYPE_LABEL=Select the signing algorithm to use when signing objects with this certificate:
CERTMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_0=MD2withRSA
CERTMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_1=MD5withRSA
CERTMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_2=SHA1withRSA
CERTMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_3=SHA256withRSA
CERTMESSAGEDIGESTWIZARD_COMBOBOX_RSAHASHTYPE_VALUE_4=SHA512withRSA
CERTMESSAGEDIGESTWIZARD_COMBOBOX_DSAHASHTYPE_VALUE_0=SHA1withDSA
CERTMESSAGEDIGESTWIZARD_COMBOBOX_ECCHASHTYPE_VALUE_0=SHA1withEC
CERTMESSAGEDIGESTWIZARD_COMBOBOX_ECCHASHTYPE_VALUE_1=SHA256withEC
CERTMESSAGEDIGESTWIZARD_COMBOBOX_ECCHASHTYPE_VALUE_2=SHA384withEC
CERTMESSAGEDIGESTWIZARD_COMBOBOX_ECCHASHTYPE_VALUE_3=SHA512withEC
CERTMESSAGEDIGESTWIZARD_TEXT_SIGNEDBYTYPE_LABEL=Select the signing algorithm to use for computing the signature of this certificate:
CERTMESSAGEDIGESTWIZARD_COMBOBOX_RSASIGNEDBYTYPE_VALUE_0=MD2withRSA
CERTMESSAGEDIGESTWIZARD_COMBOBOX_RSASIGNEDBYTYPE_VALUE_1=MD5withRSA
CERTMESSAGEDIGESTWIZARD_COMBOBOX_RSASIGNEDBYTYPE_VALUE_2=SHA1withRSA
CERTMESSAGEDIGESTWIZARD_COMBOBOX_RSASIGNEDBYTYPE_VALUE_3=SHA256withRSA
CERTMESSAGEDIGESTWIZARD_COMBOBOX_RSASIGNEDBYTYPE_VALUE_4=SHA512withRSA
CERTMESSAGEDIGESTWIZARD_COMBOBOX_DSASIGNEDBYTYPE_VALUE_0=SHA1withDSA
CERTMESSAGEDIGESTWIZARD_COMBOBOX_ECCSIGNEDBYTYPE_VALUE_0=SHA1withEC
CERTMESSAGEDIGESTWIZARD_COMBOBOX_ECCSIGNEDBYTYPE_VALUE_1=SHA256withEC
CERTMESSAGEDIGESTWIZARD_COMBOBOX_ECCSIGNEDBYTYPE_VALUE_2=SHA384withEC
CERTMESSAGEDIGESTWIZARD_COMBOBOX_ECCSIGNEDBYTYPE_VALUE_3=SHA512withEC
LOGGINGWIZARD_TITLE=Installation Wizard
LOGGINGWIZARD_BORDER_LOGGINGWIZARD_LABEL=Logging
LOGGINGWIZARD_CHECKBOX_SYSLOG_LABEL=Enable system log
LOGGINGWIZARD_CHECKBOX_ERRORLOG_LABEL=Enable error log
LOGGINGWIZARD_CHECKBOX_AUDITLOG_LABEL=Enable transactions log
LOGGINGWIZARD_LABEL_LOGMAXSIZ_LABEL=Maximum size:
LOGGINGWIZARD_LABEL_LOGBUFSIZ_LABEL=Buffer size:
LOGGINGWIZARD_LABEL_LOGFQC_LABEL=Rotation frequency:
LOGGINGWIZARD_LABEL_LOGFQC_TTIP=Frequency to rotate a log file
LOGGINGWIZARD_LABEL_SIZEUNIT_LABEL=KB
LOGGINGWIZARD_COMBOBOX_LOGFQC_VALUE_0=Hourly
LOGGINGWIZARD_COMBOBOX_LOGFQC_VALUE_1=Daily
LOGGINGWIZARD_COMBOBOX_LOGFQC_VALUE_2=Weekly
LOGGINGWIZARD_COMBOBOX_LOGFQC_VALUE_3=Monthly
LOGGINGWIZARD_COMBOBOX_LOGFQC_VALUE_4=Yearly
LOGGINGWIZARD_LABEL_LOGLEVEL_LABEL=Log level:
LOGGINGWIZARD_LABEL_LOGLEVEL_TTIP=Specify log level
LOGGINGWIZARD_COMBOBOX_LOGLEVEL_VALUE_0=Debug
LOGGINGWIZARD_COMBOBOX_LOGLEVEL_VALUE_1=Info
LOGGINGWIZARD_COMBOBOX_LOGLEVEL_VALUE_2=Warning
LOGGINGWIZARD_COMBOBOX_LOGLEVEL_VALUE_3=Failure
LOGGINGWIZARD_COMBOBOX_LOGLEVEL_VALUE_4=Misconfiguration
LOGGINGWIZARD_COMBOBOX_LOGLEVEL_VALUE_5=Catastrophe
LOGGINGWIZARD_COMBOBOX_LOGLEVEL_VALUE_6=Security
LOGGINGWIZARD_DIALOG_BLANKFIELD_MESSAGE=All fields must be filled
LOGGINGWIZARD_DIALOG_BLANKFIELD_TITLE=Error Log Error
LOGGINGWIZARD_DIALOG_NUMBERFORMAT_MESSAGE=You must specify a numeric value
LOGGINGWIZARD_DIALOG_NUMBERFORMAT_TITLE=Error Log error
LOGGINGWIZARD_BUTTON_REFRESH_LABEL=Refresh
LOGGINGWIZARD_BUTTON_REFRESH_TTIP=Refresh error log content
LOGGINGWIZARD_BUTTON_HELP_LABEL=Help
LOGGINGWIZARD_BUTTON_HELP_TTIP=Online Help
LOGGINGWIZARD_LABEL_NUMBERREC_LABEL=Number of entries
LOGGINGWIZARD_LABEL_NUMBERREC_LTTIP=Specify mumber of entries to be returned
INTERNALDBWIZARD_TITLE=Installation Wizard
INTERNALDBWIZARD_BORDER_INTERNALDBWIZARD_LABEL=Internal Database
INTERNALDBWIZARD_TEXT_HEADING_LABEL=CS needs access to an LDAP server instance to store requests and certificate records. This server instance is referred to as the internal database. You can either have CS create a new instance for you, or use an existing directory. For security reasons, you should not delegate control of this directory to unauthorized persons.
INTERNALDBWIZARD_LABEL_PORT_LABEL=Port number:
INTERNALDBWIZARD_LABEL_ADMIN_LABEL=Directory manager DN:
INTERNALDBWIZARD_LABEL_VERSION_LABEL=Version:
INTERNALDBWIZARD_COMBOBOX_VERSION_VALUE_0=2
INTERNALDBWIZARD_COMBOBOX_VERSION_VALUE_1=3
INTERNALDBWIZARD_LABEL_PWD_LABEL=Password:
INTERNALDBWIZARD_LABEL_PWDAGAIN_LABEL=Password (again):
INTERNALDBWIZARD_LABEL_INSTANCEID_LABEL=Instance ID:
INTERNALDBWIZARD_DIALOG_NUMBERFORMAT_TITLE=Error
INTERNALDBWIZARD_DIALOG_NUMBERFORMAT_MESSAGE=Port number must be an integer!
INTERNALDBWIZARD_DIALOG_PASSWD_TITLE=Error
INTERNALDBWIZARD_DIALOG_PASSWD_MESSAGE=Failed to verify the password!
INTERNALDBWIZARD_DIALOG_BLANKFIELD_TITLE=Error
INTERNALDBWIZARD_DIALOG_BLANKFIELD_MESSAGE=All textfields must contain data; they may not be left blank!
INTERNALDBWIZARD_DIALOG_UNMATCHEDPASSWD_TITLE=Error
INTERNALDBWIZARD_DIALOG_UNMATCHEDPASSWD_MESSAGE=The password does not match the confirmed password
INTERNALDBWIZARD_DIALOG_SSLERROR_TITLE=Error
INTERNALDBWIZARD_DIALOG_SSLERROR_MESSAGE=Need to enable SSL if SSL client authentication is selected
INTERNALDBWIZARD_DIALOG_NOTSAMEPASSWD_TITLE=Error
INTERNALDBWIZARD_DIALOG_NOTSAMEPASSWD_MESSAGE=The two passwords you entered do not match
INTERNALDBWIZARD_DIALOG_BLANKPASSWD_TITLE=Error
INTERNALDBWIZARD_DIALOG_BLANKPASSWD_MESSAGE=The password fields cannot be blank.
INTERNALDBWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
EXISTINGDBWIZARD_TITLE=Installation Wizard
EXISTINGDBWIZARD_BORDER_EXISTINGDBWIZARD_LABEL=Master Database
EXISTINGDBWIZARD_TEXT_HEADING_LABEL=Enter the following information for the Master Database:
EXISTINGDBWIZARD_LABEL_REMOTEHOST_LABEL=Host name:
EXISTINGDBWIZARD_LABEL_REMOTEPORT_LABEL=Port number:
EXISTINGDBWIZARD_LABEL_REMOTEADMIN_LABEL=Directory manager DN:
EXISTINGDBWIZARD_LABEL_REMOTEPWD_LABEL=Password:
EXISTINGDBWIZARD_LABEL_REMOTEBASEDN_LABEL=Base DN for this instance:
EXISTINGDBWIZARD_DIALOG_EMPTYHOST_TITLE=Error
EXISTINGDBWIZARD_DIALOG_EMPTYHOST_MESSAGE=Host name cannot be blank.
EXISTINGDBWIZARD_DIALOG_EMPTYPORT_TITLE=Error
EXISTINGDBWIZARD_DIALOG_EMPTYPORT_MESSAGE=Port cannot be blank.
EXISTINGDBWIZARD_DIALOG_EMPTYBINDDN_TITLE=Error
EXISTINGDBWIZARD_DIALOG_EMPTYBINDDN_MESSAGE=Bind DN cannot be blank.
EXISTINGDBWIZARD_DIALOG_EMPTYPASSWD_TITLE=Error
EXISTINGDBWIZARD_DIALOG_EMPTYPASSWD_MESSAGE=Password field cannot be blank.
EXISTINGDBWIZARD_DIALOG_NUMBERFORMAT_TITLE=Error
EXISTINGDBWIZARD_DIALOG_NUMBERFORMAT_MESSAGE=Port number must be numeric.
REPLDBWIZARD_TITLE=Installation Wizard
REPLDBWIZARD_BORDER_REPLDBWIZARD_LABEL=Replication Setup
REPLDBWIZARD_TEXT_HEADING_LABEL=CS needs to setup the replication between master and local consumer databases to achieve high availability. In this panel, the entry for the Replication Manager required for replication is being added to each database. The names for replication agreements are also needed.
REPLDBWIZARD_CHECKBOX_ENABLE_LABEL=Enable Replication
REPLDBWIZARD_TEXT_MASTER1_LABEL=Enter the password for the Replication Manager in the Master database:
REPLDBWIZARD_LABEL_PASSWORD_LABEL=Password:
REPLDBWIZARD_LABEL_PASSWORDAGAIN_LABEL=Password (again):
REPLDBWIZARD_LABEL_MASTER2_LABEL=Enter the password for the Replication Manager in the Consumer database:
REPLDBWIZARD_TEXT_AGREEMENT_LABEL=The following information is required for setting up the replication agreement.
REPLDBWIZARD_TEXT_AGREEMENT1_LABEL=Specify the agreement name for master database to consumer database:
REPLDBWIZARD_LABEL_NAME_LABEL=Agreement Name:
REPLDBWIZARD_TEXT_AGREEMENT2_LABEL=Specify the agreement name for consumer database to master database:
REPLDBWIZARD_DIALOG_EMPTYNAME_TITLE=Error
REPLDBWIZARD_DIALOG_EMPTYNAME_MESSAGE=Replication agreement's name cannot be blank.
REPLDBWIZARD_DIALOG_EMPTYPASSWORD_TITLE=Error
REPLDBWIZARD_DIALOG_EMPTYPASSWORD_MESSAGE=Replication Manager's password cannot be blank.
REPLDBWIZARD_DIALOG_NOTSAMEPASSWORD_TITLE=Error
REPLDBWIZARD_DIALOG_NOTSAMEPASSWORD_MESSAGE=Replication Manager's password and password (again) are not identical
REPLDBWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
CREATEINTERNALDBWIZARD_TITLE=Installation Wizard
CREATEINTERNALDBWIZARD_BORDER_CREATEINTERNALDBWIZARD_LABEL=Consumer Database
CREATEINTERNALDBWIZARD_TEXT_HEADING_LABEL=This consumer database provides the purpose of high availability. If you choose not to have this consumer database, the CS will connect to the Master database.
CREATEINTERNALDBWIZARD_LABEL_PORT_LABEL=Port number:
CREATEINTERNALDBWIZARD_LABEL_HOST_LABEL=Host name:
CREATEINTERNALDBWIZARD_LABEL_BASEDN_LABEL=Base DN for this instance:
CREATEINTERNALDBWIZARD_LABEL_DNAME_LABEL=Database Name (for DS 5.x or later):
CREATEINTERNALDBWIZARD_CHECKBOX_SCHEMA_LABEL=Add CS-Specific Schema and Indices to Database?
CREATEINTERNALDBWIZARD_LABEL_ADMIN_LABEL=Directory manager DN:
CREATEINTERNALDBWIZARD_LABEL_VERSION_LABEL=Version:
CREATEINTERNALDBWIZARD_COMBOBOX_VERSION_VALUE_0=2
CREATEINTERNALDBWIZARD_COMBOBOX_VERSION_VALUE_1=3
CREATEINTERNALDBWIZARD_LABEL_PWD_LABEL=Password:
CREATEINTERNALDBWIZARD_LABEL_PWDAGAIN_LABEL=Password (again):
CREATEINTERNALDBWIZARD_LABEL_INSTANCEID_LABEL=Instance ID:
CREATEINTERNALDBWIZARD_CHECKBOX_ENABLE_LABEL=Consumer database for high availability
CREATEINTERNALDBWIZARD_RADIOBUTTON_LOCAL_LABEL=Create a local consumer database
CREATEINTERNALDBWIZARD_RADIOBUTTON_REMOTE_LABEL=Connect to the existing remote LDAP server
CREATEINTERNALDBWIZARD_DIALOG_NUMBERFORMAT_TITLE=Error
CREATEINTERNALDBWIZARD_DIALOG_NUMBERFORMAT_MESSAGE=Port number must be an integer!
CREATEINTERNALDBWIZARD_DIALOG_PASSWD_TITLE=Error
CREATEINTERNALDBWIZARD_DIALOG_PASSWD_MESSAGE=Failed to verify the password!
CREATEINTERNALDBWIZARD_DIALOG_BLANKFIELD_TITLE=Error
CREATEINTERNALDBWIZARD_DIALOG_BLANKFIELD_MESSAGE=All textfields must contain data; they may not be left blank!
CREATEINTERNALDBWIZARD_DIALOG_UNMATCHEDPASSWD_TITLE=Error
CREATEINTERNALDBWIZARD_DIALOG_UNMATCHEDPASSWD_MESSAGE=The password does not match the confirmed password
CREATEINTERNALDBWIZARD_DIALOG_SSLERROR_TITLE=Error
CREATEINTERNALDBWIZARD_DIALOG_SSLERROR_MESSAGE=Need to enable SSL if SSL client authentication is selected
CREATEINTERNALDBWIZARD_DIALOG_NOTSAMEPASSWD_TITLE=Error
CREATEINTERNALDBWIZARD_DIALOG_NOTSAMEPASSWD_MESSAGE=The two passwords you entered do not match
CREATEINTERNALDBWIZARD_DIALOG_BLANKPASSWD_TITLE=Error
CREATEINTERNALDBWIZARD_DIALOG_BLANKPASSWD_MESSAGE=The password fields cannot be blank.
CREATEINTERNALDBWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INTERNALDBINFOWIZARD_TITLE=Installation Wizard
INTERNALDBINFOWIZARD_BORDER_INTERNALDBINFOWIZARD_LABEL=Logon to the Certificate Server Internal Database
INTERNALDBINFOWIZARD_TEXT_HEADING_LABEL=Enter the password for the directory manager DN:
INTERNALDBINFOWIZARD_LABEL_ADMIN_LABEL=Directory manager DN:
INTERNALDBINFOWIZARD_LABEL_PWD_LABEL=Password:
INTERNALDBINFOWIZARD_DIALOG_NUMBERFORMAT_TITLE=Error
INTERNALDBINFOWIZARD_DIALOG_PASSWD_TITLE=Error
INTERNALDBINFOWIZARD_DIALOG_PASSWD_MESSAGE=Failed to verify the password!
INTERNALDBINFOWIZARD_DIALOG_BLANKFIELD_TITLE=Error
INTERNALDBINFOWIZARD_DIALOG_BLANKFIELD_MESSAGE=All textfields must contain data; they may not be left blank!
INTERNALDBINFOWIZARD_DIALOG_SSLERROR_TITLE=Error
INTERNALDBINFOWIZARD_DIALOG_SSLERROR_MESSAGE=Need to enable SSL if SSL client authentication is selected
INTERNALDBINFOWIZARD_DIALOG_BLANKPASSWD_TITLE=Error
INTERNALDBINFOWIZARD_DIALOG_BLANKPASSWD_MESSAGE=The password fields cannot be blank.
CATOKENLOGONWIZARD_TITLE=Installation Wizard
CATOKENLOGONWIZARD_BORDER_CATOKENLOGONWIZARD_LABEL=Logon Token
CATOKENLOGONWIZARD_TEXT_HEADING_LABEL=Logon to the token where the Certificate Manager CA Signing Certificate will reside:
CATOKENLOGONWIZARD_TEXT_INIT_LABEL=Initialize the token where the Certificate Manager CA Signing Certificate will reside:
CATOKENLOGONWIZARD_LABEL_TOKEN_LABEL=Token:
CATOKENLOGONWIZARD_LABEL_PWD_LABEL=Password:
CATOKENLOGONWIZARD_LABEL_PWDAGAIN_LABEL=Password Again:
CATOKENLOGONWIZARD_DIALOG_BLANKPASSWD_MESSAGE=The password field cannot be blank.
CATOKENLOGONWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
RATOKENLOGONWIZARD_TITLE=Installation Wizard
RATOKENLOGONWIZARD_BORDER_RATOKENLOGONWIZARD_LABEL=Logon Token
RATOKENLOGONWIZARD_TEXT_HEADING_LABEL=Logon to the token where the Registration Manager Signing Certificate will reside:
RATOKENLOGONWIZARD_TEXT_INIT_LABEL=Initialize the token where the Registration Manager Signing Certificate will reside:
RATOKENLOGONWIZARD_LABEL_TOKEN_LABEL=Token:
RATOKENLOGONWIZARD_LABEL_PWD_LABEL=Password:
RATOKENLOGONWIZARD_LABEL_PWDAGAIN_LABEL=Password Again:
RATOKENLOGONWIZARD_DIALOG_BLANKPASSWD_MESSAGE=The password field cannot be blank.
RATOKENLOGONWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
KRATOKENLOGONWIZARD_TITLE=Installation Wizard
KRATOKENLOGONWIZARD_BORDER_KRATOKENLOGONWIZARD_LABEL=Logon Token
KRATOKENLOGONWIZARD_TEXT_HEADING_LABEL=Logon to the token where the Data Recovery Manager Transport Certificate will reside:
KRATOKENLOGONWIZARD_TEXT_INIT_LABEL=Initialize the token where the Data Recovery Manager Transport Certificate will reside:
KRATOKENLOGONWIZARD_LABEL_TOKEN_LABEL=Token:
KRATOKENLOGONWIZARD_LABEL_PWD_LABEL=Password:
KRATOKENLOGONWIZARD_LABEL_PWDAGAIN_LABEL=Password Again:
KRATOKENLOGONWIZARD_DIALOG_BLANKPASSWD_MESSAGE=The password field cannot be blank.
KRATOKENLOGONWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
SSLTOKENLOGONWIZARD_TITLE=Installation Wizard
SSLTOKENLOGONWIZARD_BORDER_SSLTOKENLOGONWIZARD_LABEL=Logon Token
SSLTOKENLOGONWIZARD_TEXT_HEADING_LABEL=Logon to the token where the server SSL Certificate will reside:
SSLTOKENLOGONWIZARD_TEXT_INIT_LABEL=Initialize the token where the server SSL Certificate will reside:
SSLTOKENLOGONWIZARD_LABEL_TOKEN_LABEL=Token:
SSLTOKENLOGONWIZARD_LABEL_PWD_LABEL=Password:
SSLTOKENLOGONWIZARD_LABEL_PWDAGAIN_LABEL=Password Again:
SSLTOKENLOGONWIZARD_DIALOG_BLANKPASSWD_MESSAGE=The password field cannot be blank.
SSLTOKENLOGONWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INTERNALTOKENLOGONWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INTERNALTOKENLOGONWIZARD_TITLE=Installation Wizard
INTERNALTOKENLOGONWIZARD_BORDER_INTERNALTOKENLOGONWIZARD_LABEL=Logon Token
INTERNALTOKENLOGONWIZARD_TEXT_HEADING_LABEL=Logon to the internal token:
INTERNALTOKENLOGONWIZARD_TEXT_INIT_LABEL=Initialize the internal cryptographic token:
INTERNALTOKENLOGONWIZARD_LABEL_TOKEN_LABEL=Token:
INTERNALTOKENLOGONWIZARD_LABEL_PWD_LABEL=Password:
INTERNALTOKENLOGONWIZARD_LABEL_PWDAGAIN_LABEL=Password Again:
INTERNALTOKENLOGONWIZARD_DIALOG_NOTSAMEPASSWD_TITLE=Error
INTERNALTOKENLOGONWIZARD_DIALOG_NOTSAMEPASSWD_MESSAGE=The two passwords you entered do not match
INTERNALTOKENLOGONWIZARD_DIALOG_BLANKPASSWD_MESSAGE=The password field cannot be blank.
DBENROLLWIZARD_TITLE=Installation Wizard
DBENROLLWIZARD_BORDER_DBENROLLWIZARD_LABEL=Setup Directory-Based Enrollment
DBENROLLWIZARD_TEXT_HEADING_LABEL=The LDAP directory is used to authenticate the end-entity for certificate enrollment.
DBENROLLWIZARD_CHECKBOX_ENABLE_LABEL=Enable directory-based enrollment
DBENROLLWIZARD_BORDER_DESTINATION_LABEL=Destination
DBENROLLWIZARD_LABEL_HOST_LABEL=Host name:
DBENROLLWIZARD_LABEL_PORT_LABEL=Port number:
DBENROLLWIZARD_CHECKBOX_SECUREPORT_LABEL=Use SSL communication
DBENROLLWIZARD_LABEL_BASEDN_LABEL=Base DN:
DBENROLLWIZARD_LABEL_VERSION_LABEL=LDAP version
DBENROLLWIZARD_COMBOBOX_VERSION_VALUE_0=2
DBENROLLWIZARD_COMBOBOX_VERSION_VALUE_1=3
LDAPPUBLISHINGWIZARD_TITLE=Installation Wizard
LDAPPUBLISHINGWIZARD_BORDER_DESTINATION_LABEL=Destination
LDAPPUBLISHINGWIZARD_BORDER_LDAPPUBLISHINGWIZARD_LABEL=Setup LDAP Certificate Publishing
LDAPPUBLISHINGWIZARD_TEXT_HEADING_LABEL=The issued Certificate will be automatically published to a specified LDAP server by Certificate Server.
LDAPPUBLISHINGWIZARD_LABEL_HOST_LABEL=Host name:
LDAPPUBLISHINGWIZARD_LABEL_PORT_LABEL=Port number:
LDAPPUBLISHINGWIZARD_CHECKBOX_SECUREPORT_LABEL=Use SSL communication
LDAPPUBLISHINGWIZARD_LABEL_BASEDN_LABEL=Base DN:
LDAPPUBLISHINGWIZARD_LABEL_BINDAS_LABEL=Directory manager DN:
LDAPPUBLISHINGWIZARD_LABEL_VERSION_LABEL=LDAP version:
LDAPPUBLISHINGWIZARD_COMBOBOX_VERSION_VALUE_0=2
LDAPPUBLISHINGWIZARD_COMBOBOX_VERSION_VALUE_1=3
LDAPPUBLISHINGWIZARD_LABEL_AUTHTYPE_LABEL=Authentication:
LDAPPUBLISHINGWIZARD_COMBOBOX_AUTHTYPE_VALUE_0=Basic authentication
LDAPPUBLISHINGWIZARD_COMBOBOX_AUTHTYPE_VALUE_1=SSL client authentication
LDAPPUBLISHINGWIZARD_LABEL_CERTLIST_LABEL=Client Certificate:
LDAPPUBLISHINGWIZARD_CHECKBOX_ENABLE_LABEL=Enable LDAP publishing
ADMININSTALLWIZARD_TITLE=Installation Wizard
ADMININSTALLWIZARD_BORDER_ADMININSTALLWIZARD_LABEL=Administrator
ADMININSTALLWIZARD_TEXT_HEADING_LABEL=The administrator is the privileged user who can access the CS console window. Specify the user ID, full name, and password for the CS administrator:
ADMININSTALLWIZARD_LABEL_ADMINID_LABEL=Administrator ID:
ADMININSTALLWIZARD_LABEL_FULLNAME_LABEL=Full name:
ADMININSTALLWIZARD_LABEL_PASSWORD_LABEL=Password:
ADMININSTALLWIZARD_LABEL_PASSWORDAGAIN_LABEL=Password (again):
ADMININSTALLWIZARD_LABEL_DUMMY_LABEL=
ADMININSTALLWIZARD_CHECKBOX_ENABLE_LABEL=Allow multiple roles for users
ADMININSTALLWIZARD_DIALOG_NOTSAMEPASSWD_TITLE=Error
ADMININSTALLWIZARD_DIALOG_NOTSAMEPASSWD_MESSAGE=The two passwords you entered do not match
ADMININSTALLWIZARD_DIALOG_BLANKADMINID_TITLE=Error
ADMININSTALLWIZARD_DIALOG_BLANKADMINID_MESSAGE=The administrator ID cannot be blank
ADMININSTALLWIZARD_DIALOG_BLANKADMINNAME_TITLE=Error
ADMININSTALLWIZARD_DIALOG_BLANKADMINNAME_MESSAGE=The administrator full name cannot be blank
ADMININSTALLWIZARD_DIALOG_BLANKPASSWD_TITLE=Error
ADMININSTALLWIZARD_DIALOG_BLANKPASSWD_MESSAGE=The password field cannot be blank
ADMININSTALLWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
LOGONALLTOKENSWIZARD_TITLE=Installation Wizard
LOGONALLTOKENSWIZARD_BORDER_LOGONALLTOKENSWIZARD_LABEL=Logon Tokens
LOGONALLTOKENSWIZARD_TEXT_HEADING_LABEL=Logon to the following tokens:
LOGONALLTOKENSWIZARD_DIALOG_CANNOTBEBLANK_MESSAGE=Password field cannot be blank.
CLONECAKEYCERTWIZARD_TITLE=Installation Wizard
CLONECAKEYCERTWIZARD_BORDER_CLONECAKEYCERTWIZARD_LABEL=Clone Key and Certificate Materials for CA Subsystem
CLONECAKEYCERTWIZARD_TEXT_HEADING_LABEL=Select one of the following certificates as the cloned CA signing certificate for this instance:
CLONECAKEYCERTWIZARD_TEXT_HEADING1_LABEL=Select one of the following certificates as the cloned OCSP signing certificate for this instance:
CLONECAKEYCERTWIZARD_TEXT_HEADING2_LABEL=Select one of the following certificates as the cloned SSL server certificate for this instance:
CLONECAKEYCERTWIZARD_LABEL_CANICKNAME_LABEL=CA Signing Certificate's Nickname:
CLONECAKEYCERTWIZARD_LABEL_OCSPNICKNAME_LABEL=OCSP Signing Certificate's Nickname:
CLONECAKEYCERTWIZARD_LABEL_SSLNICKNAME_LABEL=SSL Server Certificate's Nickname:
CLONECAKEYCERTWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
CLONEOCSPKEYCERTWIZARD_TITLE=Installation Wizard
CLONEOCSPKEYCERTWIZARD_BORDER_CLONEOCSPKEYCERTWIZARD_LABEL=Clone Key and Certificate Materials for OCSP Subsystem
CLONEOCSPKEYCERTWIZARD_TEXT_HEADING1_LABEL=Select one of the following certificates as the cloned OCSP signing certificate for this instance:
CLONEOCSPKEYCERTWIZARD_TEXT_HEADING2_LABEL=Select one of the following certificates as the cloned SSL server certificate for this instance:
CLONEOCSPKEYCERTWIZARD_LABEL_OCSPNICKNAME_LABEL=OCSP Signing Certificate's Nickname:
CLONEOCSPKEYCERTWIZARD_LABEL_SSLNICKNAME_LABEL=SSL Server Certificate's Nickname:
CLONEOCSPKEYCERTWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
CLONERAKEYCERTWIZARD_TITLE=Installation Wizard
CLONERAKEYCERTWIZARD_BORDER_CLONERAKEYCERTWIZARD_LABEL=Clone Key and Certificate Materials for RA Subsystem
CLONERAKEYCERTWIZARD_TEXT_HEADING_LABEL=Select one of the following certificates as the cloned RA signing certificate for this instance:
CLONERAKEYCERTWIZARD_TEXT_HEADING1_LABEL=Select one of the following certificates as the cloned SSL server certificate for this instance:
CLONERAKEYCERTWIZARD_LABEL_RANICKNAME_LABEL=RA Signing Certificate's Nickname:
CLONERAKEYCERTWIZARD_LABEL_SSLNICKNAME_LABEL=SSL Server Certificate's Nickname:
CLONERAKEYCERTWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
CLONEKRAKEYCERTWIZARD_TITLE=Installation Wizard
CLONEKRAKEYCERTWIZARD_BORDER_CLONEKRAKEYCERTWIZARD_LABEL=Clone Key and Certificate Materials for DRM Subsystem
CLONEKRAKEYCERTWIZARD_TEXT_HEADING_LABEL=Select one of the following certificates as the cloned DRM Transport certificate for this instance:
CLONEKRAKEYCERTWIZARD_TEXT_HEADING1_LABEL=Select one of the following certificates as the cloned DRM Storage certificate for this instance:
CLONEKRAKEYCERTWIZARD_TEXT_HEADING2_LABEL=Select one of the following certificates as the cloned SSL server certificate for this instance:
CLONEKRAKEYCERTWIZARD_LABEL_KRANICKNAME_LABEL=DRM Transport  Certificate's Nickname:
CLONEKRAKEYCERTWIZARD_LABEL_STORAGENICKNAME_LABEL=DRM Storage Certificate's Nickname:
CLONEKRAKEYCERTWIZARD_LABEL_SSLNICKNAME_LABEL=SSL Server Certificate's Nickname:
CLONEKRAKEYCERTWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
CLONETKSKEYCERTWIZARD_TITLE=Installation Wizard
CLONETKSKEYCERTWIZARD_BORDER_CLONETKSKEYCERTWIZARD_LABEL=Clone Key and Certificate Materials for TKS Subsystem
CLONETKSKEYCERTWIZARD_TEXT_HEADING_LABEL=Select one of the following certificates as the cloned SSL server certificate for this instance:
CLONETKSKEYCERTWIZARD_LABEL_SSLNICKNAME_LABEL=SSL Server Certificate's Nickname:
CLONETKSKEYCERTWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLCAEXISTKEYWIZARD_TITLE=Installation Wizard
INSTALLCAEXISTKEYWIZARD_BORDER_INSTALLCAEXISTKEYWIZARD_LABEL=Clone key and certificate materials
INSTALLCAEXISTKEYWIZARD_TEXT_REUSE_LABEL=Do you want to use the existing Certificate Manager's key and certificate in the database?
INSTALLCAEXISTKEYWIZARD_RADIOBUTTON_YES_LABEL=Yes
INSTALLCAEXISTKEYWIZARD_RADIOBUTTON_NO_LABEL=No
INSTALLCAEXISTKEYWIZARD_TEXT_INFO_LABEL=Specify information about the instance where your key and certificate materials were copied from:
INSTALLCAEXISTKEYWIZARD_LABEL_INSTANCENAME_LABEL=Instance name:
INSTALLCAEXISTKEYWIZARD_LABEL_TOKENNAME_LABEL=Token name:
INSTALLCAEXISTKEYWIZARD_LABEL_PASSWORD_LABEL=Token password:
INSTALLCAEXISTKEYWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLRAEXISTKEYWIZARD_TITLE=Installation Wizard
INSTALLRAEXISTKEYWIZARD_BORDER_INSTALLRAEXISTKEYWIZARD_LABEL=Clone key and certificate materials
INSTALLRAEXISTKEYWIZARD_TEXT_REUSE_LABEL=Do you want to use the existing Registration Manager's key and certificate in the database?
INSTALLRAEXISTKEYWIZARD_RADIOBUTTON_YES_LABEL=Yes
INSTALLRAEXISTKEYWIZARD_RADIOBUTTON_NO_LABEL=No
INSTALLRAEXISTKEYWIZARD_TEXT_INFO_LABEL=Specify information about the instance where your key and certificate materials were copied from:
INSTALLRAEXISTKEYWIZARD_LABEL_INSTANCENAME_LABEL=Instance name:
INSTALLRAEXISTKEYWIZARD_LABEL_TOKENNAME_LABEL=Token name:
INSTALLRAEXISTKEYWIZARD_LABEL_PASSWORD_LABEL=Token password:
INSTALLRAEXISTKEYWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLKRAEXISTKEYWIZARD_TITLE=Installation Wizard
INSTALLKRAEXISTKEYWIZARD_BORDER_INSTALLKRAEXISTKEYWIZARD_LABEL=Clone key and certificate materials
INSTALLKRAEXISTKEYWIZARD_TEXT_REUSE_LABEL=Do you want to use the existing Data Recovery Manager's key and certificate in the database?
INSTALLKRAEXISTKEYWIZARD_RADIOBUTTON_YES_LABEL=Yes
INSTALLKRAEXISTKEYWIZARD_RADIOBUTTON_NO_LABEL=No
INSTALLKRAEXISTKEYWIZARD_TEXT_INFO_LABEL=Specify information about the instance where your key and certificate materials were copied from:
INSTALLKRAEXISTKEYWIZARD_LABEL_INSTANCENAME_LABEL=Instance name:
INSTALLKRAEXISTKEYWIZARD_LABEL_TOKENNAME_LABEL=Token name:
INSTALLKRAEXISTKEYWIZARD_LABEL_PASSWORD_LABEL=Token password:
INSTALLKRAEXISTKEYWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
INSTALLSSLEXISTKEYWIZARD_TITLE=Installation Wizard
INSTALLSSLEXISTKEYWIZARD_BORDER_INSTALLSSLEXISTKEYWIZARD_LABEL=Clone key and certificate materials
INSTALLSSLEXISTKEYWIZARD_TEXT_REUSE_LABEL=Do you want to use the existing SSL Server key and certificate in the database?
INSTALLSSLEXISTKEYWIZARD_RADIOBUTTON_YES_LABEL=Yes
INSTALLSSLEXISTKEYWIZARD_RADIOBUTTON_NO_LABEL=No
INSTALLSSLEXISTKEYWIZARD_TEXT_INFO_LABEL=Specify information about the instance where your key and certificate materials were copied from:
INSTALLSSLEXISTKEYWIZARD_LABEL_INSTANCENAME_LABEL=Instance name:
INSTALLSSLEXISTKEYWIZARD_LABEL_TOKENNAME_LABEL=Token name:
INSTALLSSLEXISTKEYWIZARD_LABEL_PASSWORD_LABEL=Token password:
INSTALLSSLEXISTKEYWIZARD_TEXT_CLONESAMEMACHINE_LABEL=Cloning is performed on:
INSTALLSSLEXISTKEYWIZARD_RADIOBUTTON_SAMEMACHINE_LABEL=Same machine
INSTALLSSLEXISTKEYWIZARD_RADIOBUTTON_DIFFERENTMACHINE_LABEL=Different machine
INSTALLSSLEXISTKEYWIZARD_ERRORMSG=The back-end server may be down, click\nnext to retry the operation. If it\nstill does not work, then restart the\nwizard.
SMTPWIZARD_TITLE=Installation Wizard
SMTPWIZARD_BORDER_SMTPWIZARD_LABEL=SMTP
SMTPWIZARD_LABEL_HEADING_LABEL=Please specify SMTP information:
SMTPWIZARD_LABEL_SERVERNAME_LABEL=Host name:
SMTPWIZARD_LABEL_PORT_LABEL=Port number:
WMNSELECTION_TITLE=Scheme Setup Wizard
WMNSELECTION_BORDER_WMNSELECTION_LABEL=Change Recovery Key Scheme
WMNSELECTION_BORDER_NEWSCHEME_LABEL=New Scheme
WMNSELECTION_BORDER_OLDSCHEME_LABEL=Current Scheme
WMNSELECTION_TEXT_DESC_LABEL=Welcome to the Recovery Key Scheme Wizard. This wizard will take you through the steps of reconfiguring the recovery key scheme.
WMNSELECTION_LABEL_M_LABEL=Number of recovery agents required:
WMNSELECTION_LABEL_M_TTIP=Minimum number of recovery agents required to perform the key recovery operation
WMNSELECTION_LABEL_N_LABEL=Total number of recovery agents:
WMNSELECTION_LABEL_N_TTIP=Total number of recovery agents authorized to perform the key recovery operation
WMNSELECTION_DIALOG_CANNOTBEBLANK_MESSAGE=Fields cannot be blank!
WMNSELECTION_DIALOG_LARGER_MESSAGE=The number of required recovery agents is greater than that of available recovery agents!
WMNSELECTION_DIALOG_NOTINTEGER_MESSAGE=Fields must be integers!
WMNSELECTION_DIALOG_NONZERO_MESSAGE=Fields must be nonzero numbers!
WMNOLDAGENT_TITLE=Scheme Setup Wizard
WMNOLDAGENT_BORDER_WMNOLDAGENT_LABEL=Existing Recovery Agent Passwords
WMNOLDAGENT_LABEL_DESC_LABEL=Enter current recovery agent UIDs and passwords
WMNOLDAGENT_DIALOG_CANNOTBEBLANK_MESSAGE=Fields cannot be blank!
WMNNEWAGENT_TITLE=Scheme Setup Wizard
WMNNEWAGENT_BORDER_WMNNEWAGENT_LABEL=New Recovery Agent Passwords
WMNNEWAGENT_LABEL_DESC_LABEL=Enter new recovery agent UIDs and passwords
WMNNEWAGENT_DIALOG_CANNOTBEBLANK_MESSAGE=Fields cannot be blank!
WMNNEWAGENT_DIALOG_PASSWORDERROR_MESSAGE=one or more passwords specified in password and confirm fields do not match!
WMNNEWAGENT_DIALOG_DUPLICATEERROR_MESSAGE=Not allowed for duplicate user ids!
WMNRESULTPAGE_TITLE=Scheme Setup Wizard
WMNRESULTPAGE_BORDER_WMNRESULTPAGE_LABEL=Result
WMNRESULTPAGE_LABEL_DESC_LABEL=Congratulations. You have successfully modified the MN scheme.
RULEORDERDIALOG_TITLE=Reorder Rule Rules
RULEORDERDIALOG_BUTTON_HELP_LABEL=Help
RULEORDERDIALOG_BUTTON_HELP_TTIP=Online Help
RULEORDERDIALOG_BUTTON_OK_LABEL=OK
RULEORDERDIALOG_BUTTON_OK_TTIP=Save and close this window
RULEORDERDIALOG_BUTTON_CANCEL_LABEL=Cancel
RULEORDERDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
RULEORDERDIALOG_BUTTON_UP_LABEL=Up
RULEORDERDIALOG_BUTTON_UP_TTIP=Move this rule up
RULEORDERDIALOG_BUTTON_DOWN_LABEL=Down
RULEORDERDIALOG_BUTTON_DOWN_TTIP=Move this rule down
RULESELECTIONDIALOG_TITLE=Select Rule Plugin Implementation
RULESELECTIONDIALOG_BUTTON_HELP_LABEL=Help
RULESELECTIONDIALOG_BUTTON_HELP_TTIP=Online Help
RULESELECTIONDIALOG_BUTTON_OK_LABEL=Next
RULESELECTIONDIALOG_BUTTON_OK_TTIP=Move to next step
RULESELECTIONDIALOG_BUTTON_CANCEL_LABEL=Cancel
RULESELECTIONDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
OCSPSTORESELECTIONDIALOG_TITLE=Select Revocation Info Store Implementation
OCSPSTORESELECTIONDIALOG_BUTTON_HELP_LABEL=Help
OCSPSTORESELECTIONDIALOG_BUTTON_HELP_TTIP=Online Help
OCSPSTORESELECTIONDIALOG_BUTTON_OK_LABEL=Next
OCSPSTORESELECTIONDIALOG_BUTTON_OK_TTIP=Move to next step
OCSPSTORESELECTIONDIALOG_BUTTON_CANCEL_LABEL=Cancel
OCSPSTORESELECTIONDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
CRLEXTSELECTIONDIALOG_TITLE=Select CRL extension Implementation
CRLEXTSELECTIONDIALOG_BUTTON_HELP_LABEL=Help
CRLEXTSELECTIONDIALOG_BUTTON_HELP_TTIP=Online Help
CRLEXTSELECTIONDIALOG_BUTTON_OK_LABEL=Next
CRLEXTSELECTIONDIALOG_BUTTON_OK_TTIP=Move to next step
CRLEXTSELECTIONDIALOG_BUTTON_CANCEL_LABEL=Cancel
CRLEXTSELECTIONDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
MAPPERORDERDIALOG_TITLE=Reorder Mapper Rules
MAPPERORDERDIALOG_BUTTON_HELP_LABEL=Help
MAPPERORDERDIALOG_BUTTON_HELP_TTIP=Online Help
MAPPERORDERDIALOG_BUTTON_OK_LABEL=OK
MAPPERORDERDIALOG_BUTTON_OK_TTIP=Save and close this window
MAPPERORDERDIALOG_BUTTON_CANCEL_LABEL=Cancel
MAPPERORDERDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
MAPPERORDERDIALOG_BUTTON_UP_LABEL=Up
MAPPERORDERDIALOG_BUTTON_UP_TTIP=Move this mapper up
MAPPERORDERDIALOG_BUTTON_DOWN_LABEL=Down
MAPPERORDERDIALOG_BUTTON_DOWN_TTIP=Move this mapper down
MAPPERSELECTIONDIALOG_TITLE=Select Mapper Plugin Implementation
MAPPERSELECTIONDIALOG_BUTTON_HELP_LABEL=Help
MAPPERSELECTIONDIALOG_BUTTON_HELP_TTIP=Online Help
MAPPERSELECTIONDIALOG_BUTTON_OK_LABEL=Next
MAPPERSELECTIONDIALOG_BUTTON_OK_TTIP=Move to next step
MAPPERSELECTIONDIALOG_BUTTON_CANCEL_LABEL=Cancel
MAPPERSELECTIONDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
PUBLISHERORDERDIALOG_TITLE=Reorder Publisher Rules
PUBLISHERORDERDIALOG_BUTTON_HELP_LABEL=Help
PUBLISHERORDERDIALOG_BUTTON_HELP_TTIP=Online Help
PUBLISHERORDERDIALOG_BUTTON_OK_LABEL=OK
PUBLISHERORDERDIALOG_BUTTON_OK_TTIP=Save and close this window
PUBLISHERORDERDIALOG_BUTTON_CANCEL_LABEL=Cancel
PUBLISHERORDERDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
PUBLISHERORDERDIALOG_BUTTON_UP_LABEL=Up
PUBLISHERORDERDIALOG_BUTTON_UP_TTIP=Move this publisher up
PUBLISHERORDERDIALOG_BUTTON_DOWN_LABEL=Down
PUBLISHERORDERDIALOG_BUTTON_DOWN_TTIP=Move this publisher down
PUBLISHERSELECTIONDIALOG_TITLE=Select Publisher Plugin Implementation
PUBLISHERSELECTIONDIALOG_BUTTON_HELP_LABEL=Help
PUBLISHERSELECTIONDIALOG_BUTTON_HELP_TTIP=Online Help
PUBLISHERSELECTIONDIALOG_BUTTON_OK_LABEL=Next
PUBLISHERSELECTIONDIALOG_BUTTON_OK_TTIP=Move to next step
PUBLISHERSELECTIONDIALOG_BUTTON_CANCEL_LABEL=Cancel
PUBLISHERSELECTIONDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
POLICYORDERDIALOG_TITLE=Reorder Policy Rules
POLICYORDERDIALOG_BUTTON_HELP_LABEL=Help
POLICYORDERDIALOG_BUTTON_HELP_TTIP=Online Help
POLICYORDERDIALOG_BUTTON_OK_LABEL=OK
POLICYORDERDIALOG_BUTTON_OK_TTIP=Save and close this window
POLICYORDERDIALOG_BUTTON_CANCEL_LABEL=Cancel
POLICYORDERDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
POLICYORDERDIALOG_BUTTON_UP_LABEL=Up
POLICYORDERDIALOG_BUTTON_UP_TTIP=Move this rule up
POLICYORDERDIALOG_BUTTON_DOWN_LABEL=Down
POLICYORDERDIALOG_BUTTON_DOWN_TTIP=Move this rule down
POLICYSELECTIONDIALOG_TITLE=Select Policy Plugin Implementation
POLICYSELECTIONDIALOG_BUTTON_HELP_LABEL=Help
POLICYSELECTIONDIALOG_BUTTON_HELP_TTIP=Online Help
POLICYSELECTIONDIALOG_BUTTON_OK_LABEL=Next
POLICYSELECTIONDIALOG_BUTTON_OK_TTIP=Move to next step
POLICYSELECTIONDIALOG_BUTTON_CANCEL_LABEL=Cancel
POLICYSELECTIONDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
PROFILESELECTIONDIALOG_TITLE=Select Certificate Profile Plugin Implementation
PROFILESELECTIONDIALOG_BUTTON_HELP_LABEL=Help
PROFILESELECTIONDIALOG_BUTTON_HELP_TTIP=Online Help
PROFILESELECTIONDIALOG_BUTTON_OK_LABEL=Next
PROFILESELECTIONDIALOG_BUTTON_OK_TTIP=Move to next step
PROFILESELECTIONDIALOG_BUTTON_CANCEL_LABEL=Cancel
PROFILESELECTIONDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
SERVLETSELECTIONDIALOG_TITLE=Select Servlet Plugin Implementation
SERVLETSELECTIONDIALOG_BUTTON_HELP_LABEL=Help
SERVLETSELECTIONDIALOG_BUTTON_HELP_TTIP=Online Help
SERVLETSELECTIONDIALOG_BUTTON_OK_LABEL=Next
SERVLETSELECTIONDIALOG_BUTTON_OK_TTIP=Move to next step
SERVLETSELECTIONDIALOG_BUTTON_CANCEL_LABEL=Cancel
SERVLETSELECTIONDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
SERVLETCONFIGDIALOG_TITLE=Configure Servlet Parameters
SERVLETCONFIGDIALOG_BUTTON_HELP_LABEL=Help
SERVLETCONFIGDIALOG_BUTTON_HELP_TTIP=Online Help
SERVLETCONFIGDIALOG_BUTTON_OK_LABEL=OK
SERVLETCONFIGDIALOG_BUTTON_OK_TTIP=Save and close this window
SERVLETCONFIGDIALOG_BUTTON_CANCEL_LABEL=Cancel
SERVLETCONFIGDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
SERVLETCONFIGDIALOG_LABEL_SERVLETNAME_LABEL=Servlet ID:
SERVLETCONFIGDIALOG_LABEL_SERVLETNAME_TTIP=Unique identifier for this servlet. No space allowed.
SERVLETCONFIGDIALOG_LABEL_SERVLETURI_LABEL=Servlet URI:
SERVLETCONFIGDIALOG_LABEL_SERVLETURI_TTIP=Unique URI for this servlet. No space allowed.
SERVLETCONFIGDIALOG_LABEL_IMPLNAME_LABEL=Servlet Plugin ID:
SERVLETCONFIGDIALOG_LABEL_IMPLNAME_TTIP=Servlet plugin implementation unique ID
SERVLETCONFIGDIALOG_DIALOG_NOSERVLETNAME_MESSAGE=Servlet ID can not be blank!
OCSPSTORECONFIGDIALOG_TITLE=Revocation Info Store Editor
OCSPSTORECONFIGDIALOG_BUTTON_HELP_LABEL=Help
OCSPSTORECONFIGDIALOG_BUTTON_HELP_TTIP=Online Help
OCSPSTORECONFIGDIALOG_BUTTON_OK_LABEL=OK
OCSPSTORECONFIGDIALOG_BUTTON_OK_TTIP=Save and close this window
OCSPSTORECONFIGDIALOG_BUTTON_CANCEL_LABEL=Cancel
OCSPSTORECONFIGDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
OCSPSTORECONFIGDIALOG_LABEL_RULENAME_LABEL=Revocation Info Store ID:
OCSPSTORECONFIGDIALOG_LABEL_RULENAME_TTIP=Unique identifier for this store. No space allowed.
OCSPSTORECONFIGDIALOG_LABEL_IMPLNAME_LABEL=Store Type:
OCSPSTORECONFIGDIALOG_LABEL_IMPLNAME_LABEL=Store Plugin ID:
OCSPSTORECONFIGDIALOG_LABEL_IMPLNAME_TTIP=Store implementation unique ID
OCSPSTORETCONFIGDIALOG_DIALOG_NORULENAME_MESSAGE=Store ID can not be blank!
CRLEXTCONFIGDIALOG_TITLE=CRL Extension Editor
CRLEXTCONFIGDIALOG_BUTTON_HELP_LABEL=Help
CRLEXTCONFIGDIALOG_BUTTON_HELP_TTIP=Online Help
CRLEXTCONFIGDIALOG_BUTTON_OK_LABEL=OK
CRLEXTCONFIGDIALOG_BUTTON_OK_TTIP=Save and close this window
CRLEXTCONFIGDIALOG_BUTTON_CANCEL_LABEL=Cancel
CRLEXTCONFIGDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
CRLEXTCONFIGDIALOG_LABEL_RULENAME_LABEL=CRL Extension ID:
CRLEXTCONFIGDIALOG_LABEL_RULENAME_TTIP=Unique identifier for this CRL extension. No space allowed.
CRLEXTCONFIGDIALOG_LABEL_IMPLNAME_LABEL=CRL Extension Type:
CRLEXTCONFIGDIALOG_LABEL_IMPLNAME_LABEL=CRL Extension Plugin ID:
CRLEXTCONFIGDIALOG_LABEL_IMPLNAME_TTIP=CRL Extension implementation unique ID
CRLEXTCONFIGDIALOG_DIALOG_NORULENAME_MESSAGE=CRL Extension ID can not be blank!
RULECONFIGDIALOG_TITLE=Rule Editor
RULECONFIGDIALOG_BUTTON_HELP_LABEL=Help
RULECONFIGDIALOG_BUTTON_HELP_TTIP=Online Help
RULECONFIGDIALOG_BUTTON_OK_LABEL=OK
RULECONFIGDIALOG_BUTTON_OK_TTIP=Save and close this window
RULECONFIGDIALOG_BUTTON_CANCEL_LABEL=Cancel
RULECONFIGDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
RULECONFIGDIALOG_LABEL_RULENAME_LABEL=Rule ID:
RULECONFIGDIALOG_LABEL_RULENAME_TTIP=Unique identifier for this rule. No space allowed.
RULECONFIGDIALOG_LABEL_IMPLNAME_LABEL=Rule Plugin ID:
RULECONFIGDIALOG_LABEL_IMPLNAME_TTIP=Rule plugin implementation unique ID
RULECONFIGDIALOG_DIALOG_NORULENAME_MESSAGE=Rule ID can not be blank!
MAPPERCONFIGDIALOG_TITLE=Mapper Editor
MAPPERCONFIGDIALOG_BUTTON_HELP_LABEL=Help
MAPPERCONFIGDIALOG_BUTTON_HELP_TTIP=Online Help
MAPPERCONFIGDIALOG_BUTTON_OK_LABEL=OK
MAPPERCONFIGDIALOG_BUTTON_OK_TTIP=Save and close this window
MAPPERCONFIGDIALOG_BUTTON_CANCEL_LABEL=Cancel
MAPPERCONFIGDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
MAPPERCONFIGDIALOG_LABEL_RULENAME_LABEL=Mapper ID:
MAPPERCONFIGDIALOG_LABEL_RULENAME_TTIP=Unique identifier for this mapper. No space allowed.
MAPPERCONFIGDIALOG_LABEL_IMPLNAME_LABEL=Mapper Plugin ID:
MAPPERCONFIGDIALOG_LABEL_IMPLNAME_TTIP=Mapper plugin implementation unique ID
MAPPERCONFIGDIALOG_DIALOG_NORULENAME_MESSAGE=Mapper ID can not be blank!
PUBLISHERCONFIGDIALOG_TITLE=Publisher Editor
PUBLISHERCONFIGDIALOG_BUTTON_HELP_LABEL=Help
PUBLISHERCONFIGDIALOG_BUTTON_HELP_TTIP=Online Help
PUBLISHERCONFIGDIALOG_BUTTON_OK_LABEL=OK
PUBLISHERCONFIGDIALOG_BUTTON_OK_TTIP=Save and close this window
PUBLISHERCONFIGDIALOG_BUTTON_CANCEL_LABEL=Cancel
PUBLISHERCONFIGDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
PUBLISHERCONFIGDIALOG_LABEL_RULENAME_LABEL=Publisher ID:
PUBLISHERCONFIGDIALOG_LABEL_RULENAME_TTIP=Unique identifier for this publisher. No space allowed.
PUBLISHERCONFIGDIALOG_LABEL_IMPLNAME_LABEL=Publisher Plugin ID:
PUBLISHERCONFIGDIALOG_LABEL_IMPLNAME_TTIP=Publisher plugin implementation unique ID
PUBLISHERCONFIGDIALOG_DIALOG_NORULENAME_MESSAGE=Publisher ID can not be blank!
INSTANCECONFIGDIALOG_DIALOG_NOINSTANCENAME_MESSAGE=Instance ID can not be blank!
POLICYCONFIGDIALOG_TITLE=Policy Rule Editor
POLICYCONFIGDIALOG_BUTTON_HELP_LABEL=Help
POLICYCONFIGDIALOG_BUTTON_HELP_TTIP=Online Help
POLICYCONFIGDIALOG_BUTTON_OK_LABEL=OK
POLICYCONFIGDIALOG_BUTTON_OK_TTIP=Save and close this window
POLICYCONFIGDIALOG_BUTTON_CANCEL_LABEL=Cancel
POLICYCONFIGDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
POLICYCONFIGDIALOG_LABEL_RULENAME_LABEL=Policy Rule ID:
POLICYCONFIGDIALOG_LABEL_RULENAME_TTIP=Unique identifier for this policy rule. No space allowed.
POLICYCONFIGDIALOG_LABEL_IMPLNAME_LABEL=Policy Plugin ID:
POLICYCONFIGDIALOG_LABEL_IMPLNAME_TTIP=Policy plugin implementation unique ID
POLICYCONFIGDIALOG_DIALOG_NORULENAME_MESSAGE=Policy Rule ID can not be blank!
SETMAX_TITLE=Set Max Login Attempts
SETMAX_LABEL_NUMBER_LABEL=Max Number:
MAXATTEMP_TITLE=Number of Login Attempts
MAXATTEMP_BUTTON_SETMAX_LABEL=Set Max
MAXATTEMP_BUTTON_SETMAX_TTIP=Set the user's max number of attempts
MAXATTEMP_BUTTON_RESET_LABEL=Reset
MAXATTEMP_BUTTON_RESET_TTIP=Reset the user's number of attempts to zero
LOG_COLUMN_CURRENTNUMBER_LABEL=Current Number of Attempts
MAXATTEMP_BUTTON_REFRESH_LABEL=Refresh
MAXATTEMP_BUTTON_REFRESH_TTIP=Refresh user's max number of attempts
MAXATTEMP_BUTTON_HELP_LABEL=Help
MAXATTEMP_BUTTON_HELP_TTIP=Online Help
MAXATTEMP_DIALOG_RESET_MESSAGE=Do you want to reset the "current number of attempts" to zero?
LOG_COLUMN_USERNAME_LABEL=User Name
MAXATTEMP_DIALOG_SERVERERROR_MESSAGE=Server Error
MAXATTEMP_DIALOG_SERVERERROR_TITLE=Error
MAXATTEMP_DIALOG_DELETE_TITLE=Warning
PROFILECONFIGDIALOG_TITLE=Certificate Profile Instance Editor
PROFILECONFIGDIALOG_BUTTON_HELP_LABEL=Help
PROFILECONFIGDIALOG_BUTTON_HELP_TTIP=Online Help
PROFILECONFIGDIALOG_BUTTON_OK_LABEL=OK
PROFILECONFIGDIALOG_BUTTON_OK_TTIP=Save and close this window
PROFILECONFIGDIALOG_BUTTON_CANCEL_LABEL=Cancel
PROFILECONFIGDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
PROFILECONFIGDIALOG_LABEL_RULENAME_LABEL=* Certificate Profile Instance ID:
PROFILECONFIGDIALOG_LABEL_RULENAME_TTIP=Unique identifier for this policy rule. No space allowed.
PROFILECONFIGDIALOG_LABEL_IMPLNAME_LABEL=Certificate Profile Plugin ID:
PROFILECONFIGDIALOG_LABEL_IMPLNAME_TTIP=Certificate Profile plugin implementation unique ID
PROFILECONFIGDIALOG_LABEL_NAMENAME_LABEL=Certificate Profile Name:
PROFILECONFIGDIALOG_LABEL_NAMENAME_TTIP=Certificate Profile name
PROFILECONFIGDIALOG_LABEL_DESCNAME_LABEL=Certificate Profile Description:
PROFILECONFIGDIALOG_LABEL_DESCNAME_TTIP=Certificate Profile description
PROFILECONFIGDIALOG_LABEL_AUTHNAME_LABEL=Certificate Profile Authentication:
PROFILECONFIGDIALOG_LABEL_AUTHNAME_TTIP=Authentication
PROFILECONFIGDIALOG_LABEL_VISIBLENAME_LABEL=End User Certificate Profile:
PROFILECONFIGDIALOG_LABEL_VISIBLENAME_TTIP=Visible
PROFILECONFIGDIALOG_LABEL_CONFIGNAME_LABEL=Certificate Profile Configuration File Path:
PROFILECONFIGDIALOG_LABEL_CONFIGNAME_TTIP=Certificate Profile configuration file path
PROFILECONFIGDIALOG_DIALOG_NORULENAME_MESSAGE=Certificate Profile Instance ID can not be blank!
PROFILEEDITDIALOG_TITLE=Certificate Profile Rule Editor
PROFILEEDITDIALOG_POLICIES_TAB=Policies
PROFILEEDITDIALOG_INPUTS_TAB=Inputs
PROFILEEDITDIALOG_OUTPUTS_TAB=Outputs
PROFILEEDITDIALOG_AUTHS_TAB=Auths
PROFILEEDITDIALOG_BUTTON_ADD_LABEL=Add
PROFILEEDITDIALOG_BUTTON_DELETE_LABEL=Delete
PROFILEEDITDIALOG_BUTTON_EDIT_LABEL=Edit
PROFILEEDITDIALOG_BUTTON_HELP_LABEL=Help
PROFILEEDITDIALOG_BUTTON_HELP_TTIP=Online Help
PROFILEEDITDIALOG_BUTTON_OK_LABEL=OK
PROFILEEDITDIALOG_BUTTON_OK_TTIP=Save and close this window
PROFILEEDITDIALOG_BUTTON_CANCEL_LABEL=Cancel
PROFILEEDITDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
PROFILEEDITDIALOG_LABEL_RULENAME_LABEL=Certificate Profile Instance ID:
PROFILEEDITDIALOG_LABEL_RULENAME_TTIP=Unique identifier for this policy rule. No space allowed.
PROFILEEDITDIALOG_LABEL_IMPLNAME_LABEL=Certificate Profile Plugin ID:
PROFILEEDITDIALOG_LABEL_IMPLNAME_TTIP=Certificate Profile plugin implementation unique ID
PROFILEEDITDIALOG_LABEL_NAMENAME_LABEL=Certificate Profile Name:
PROFILEEDITDIALOG_LABEL_NAMENAME_TTIP=Certificate Profile name
PROFILEEDITDIALOG_LABEL_DESCNAME_LABEL=Certificate Profile Description:
PROFILEEDITDIALOG_LABEL_IDNAME_LABEL=Certificate Profile Policy ID:
PROFILEEDITDIALOG_LABEL_AUTHNAME_LABEL=Certificate Profile Authentication:
PROFILEEDITDIALOG_LABEL_VISIBLENAME_LABEL=End User Certificate Profile:
PROFILEEDITDIALOG_LABEL_CONFIGNAME_LABEL=Certificate Profile Configuration File Path:
PROFILEEDITDIALOG_LABEL_CONFIGNAME_TTIP=Certificate Profile configuration file path
PROFILEEDITDIALOG_DIALOG_NORULENAME_MESSAGE=Certificate Profile Instance ID can not be blank!
PROFILEEDITDIALOG_DIALOG_NOPOLICY_MESSAGE=No policy gets selected.
PROFILEEDITDIALOG_DIALOG_DELETE_MESSAGE=Do you want to delete this policy?
PROFILEEDITDIALOG_DIALOG_NOINPUT_MESSAGE=No input gets selected.
PROFILEEDITDIALOG_DIALOG_DELETE_TITLE=Warning
PROFILEEDITDIALOG_DIALOG_DELETE_MESSAGE=Are you sure you want to delete this?
PROFILENEWDIALOG_TITLE=New Certificate Profile Editor
PROFILENEWDIALOG_BUTTON_ADD_LABEL=Add
PROFILENEWDIALOG_BUTTON_ADD_TTIP=Add Policy
PROFILENEWDIALOG_BUTTON_DELETE_LABEL=Delete
PROFILENEWDIALOG_BUTTON_DELETE_TTIP=Delete Policy
PROFILENEWDIALOG_BUTTON_EDIT_LABEL=Edit
PROFILENEWDIALOG_BUTTON_EDIT_TTIP=Edit Certificate Profile
PROFILENEWDIALOG_BUTTON_HELP_LABEL=Help
PROFILENEWDIALOG_BUTTON_HELP_TTIP=Online Help
PROFILENEWDIALOG_BUTTON_OK_LABEL=OK
PROFILENEWDIALOG_BUTTON_OK_TTIP=Save and close this window
PROFILENEWDIALOG_BUTTON_CANCEL_LABEL=Cancel
PROFILENEWDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
PROFILENEWDIALOG_LABEL_RULENAME_LABEL=Certificate Profile Instance ID:
PROFILENEWDIALOG_LABEL_RULENAME_TTIP=Unique identifier for this policy rule. No space allowed.
PROFILENEWDIALOG_LABEL_IMPLNAME_LABEL=Certificate Profile Plugin ID:
PROFILENEWDIALOG_LABEL_IMPLNAME_TTIP=Certificate Profile plugin implementation unique ID
PROFILENEWDIALOG_LABEL_NAMENAME_LABEL=Certificate Profile Name:
PROFILENEWDIALOG_LABEL_NAMENAME_TTIP=Certificate Profile name
PROFILENEWDIALOG_LABEL_DESCNAME_LABEL=Policy Set ID:
PROFILENEWDIALOG_LABEL_DESCNAME_TTIP=Policy Set ID
PROFILENEWDIALOG_LABEL_IDNAME_LABEL=Policy ID:
PROFILENEWDIALOG_LABEL_IDNAME_TTIP=Policy ID
PROFILENEWDIALOG_LABEL_CONFIGNAME_LABEL=Certificate Profile Configuration File Path:
PROFILENEWDIALOG_LABEL_CONFIGNAME_TTIP=Certificate Profile configuration file path
PROFILENEWDIALOG_DIALOG_NORULENAME_MESSAGE=Certificate Profile Instance ID can not be blank!
PROFILENEWDIALOG_DIALOG_BLANKPOLICYID_MESSAGE=Policy ID must not be empty
PROFILENEWDIALOG_DIALOG_BLANKPOLICYSET_MESSAGE=Policy set ID must not be empty
PROFILEREGISTRYNEWDIALOG_TITLE=New Certificate Profile Editor
PROFILEREGISTRYNEWDIALOG_BUTTON_ADD_LABEL=Add
PROFILEREGISTRYNEWDIALOG_BUTTON_ADD_TTIP=Add Policy
PROFILEREGISTRYNEWDIALOG_BUTTON_DELETE_LABEL=Delete
PROFILEREGISTRYNEWDIALOG_BUTTON_DELETE_TTIP=Delete Policy
PROFILEREGISTRYNEWDIALOG_BUTTON_EDIT_LABEL=Edit
PROFILEREGISTRYNEWDIALOG_BUTTON_EDIT_TTIP=Edit Certificate Profile
PROFILEREGISTRYNEWDIALOG_BUTTON_HELP_LABEL=Help
PROFILEREGISTRYNEWDIALOG_BUTTON_HELP_TTIP=Online Help
PROFILEREGISTRYNEWDIALOG_BUTTON_OK_LABEL=OK
PROFILEREGISTRYNEWDIALOG_BUTTON_OK_TTIP=Save and close this window
PROFILEREGISTRYNEWDIALOG_BUTTON_CANCEL_LABEL=Cancel
PROFILEREGISTRYNEWDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
PROFILEREGISTRYNEWDIALOG_LABEL_RULENAME_LABEL=Certificate Profile Instance ID:
PROFILEREGISTRYNEWDIALOG_LABEL_RULENAME_TTIP=Unique identifier for this policy rule. No space allowed.
PROFILEREGISTRYNEWDIALOG_LABEL_IMPLNAME_LABEL=Certificate Profile Plugin ID:
PROFILEREGISTRYNEWDIALOG_LABEL_IMPLNAME_TTIP=Certificate Profile plugin implementation unique ID
PROFILEREGISTRYNEWDIALOG_LABEL_NAMENAME_LABEL=Certificate Profile Name:
PROFILEREGISTRYNEWDIALOG_LABEL_NAMENAME_TTIP=Certificate Profile name
PROFILEREGISTRYNEWDIALOG_LABEL_DESCNAME_LABEL=ID:
PROFILEREGISTRYNEWDIALOG_LABEL_DESCNAME_TTIP=Policy ID
PROFILEREGISTRYNEWDIALOG_LABEL_CONFIGNAME_LABEL=Certificate Profile Configuration File Path:
PROFILEREGISTRYNEWDIALOG_LABEL_CONFIGNAME_TTIP=Certificate Profile configuration file path
PROFILEREGISTRYNEWDIALOG_DIALOG_NORULENAME_MESSAGE=Certificate Profile Instance ID can not be blank!
PROFILEREGISTRYNEWDIALOG_DIALOG_BLANKPOLICYID_MESSAGE=ID must not be empty
PROFILEPOLICYSELDIALOG_TITLE=Certificate Profile Policy Editor
PROFILEPOLICYSELDIALOG_BUTTON_ADD_LABEL=Add
PROFILEPOLICYSELDIALOG_BUTTON_ADD_TTIP=Add Policy
PROFILEPOLICYSELDIALOG_BUTTON_DELETE_LABEL=Delete
PROFILEPOLICYSELDIALOG_BUTTON_DELETE_TTIP=Delete Policy
PROFILEPOLICYSELDIALOG_BUTTON_EDIT_LABEL=Edit
PROFILEPOLICYSELDIALOG_BUTTON_EDIT_TTIP=Edit Certificate Profile
PROFILEPOLICYSELDIALOG_BUTTON_HELP_LABEL=Help
PROFILEPOLICYSELDIALOG_BUTTON_HELP_TTIP=Online Help
PROFILEPOLICYSELDIALOG_BUTTON_OK_LABEL=OK
PROFILEPOLICYSELDIALOG_BUTTON_OK_TTIP=Save and close this window
PROFILEPOLICYSELDIALOG_BUTTON_CANCEL_LABEL=Cancel
PROFILEPOLICYSELDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
PROFILEPOLICYSELDIALOG_LABEL_RULENAME_LABEL=Certificate Profile Instance ID:
PROFILEPOLICYSELDIALOG_LABEL_RULENAME_TTIP=Unique identifier for this policy rule. No space allowed.
PROFILEPOLICYSELDIALOG_LABEL_IMPLNAME_LABEL=Certificate Profile Plugin ID:
PROFILEPOLICYSELDIALOG_LABEL_IMPLNAME_TTIP=Certificate Profile plugin implementation unique ID
PROFILEPOLICYSELDIALOG_LABEL_NAMENAME_LABEL=Certificate Profile Name:
PROFILEPOLICYSELDIALOG_LABEL_NAMENAME_TTIP=Certificate Profile name
PROFILEPOLICYSELDIALOG_LABEL_DESCNAME_LABEL=Certificate Profile Description:
PROFILEPOLICYSELDIALOG_LABEL_DESCNAME_TTIP=Certificate Profile description
PROFILEPOLICYSELDIALOG_LABEL_CONFIGNAME_LABEL=Certificate Profile Configuration File Path:
PROFILEPOLICYSELDIALOG_LABEL_CONFIGNAME_TTIP=Certificate Profile configuration file path
PROFILEPOLICYSELDIALOG_DIALOG_NORULENAME_MESSAGE=Certificate Profile Instance ID can not be blank!
PROFILEPOLICYSELDIALOG_LABEL_CONSTRAINTNAME_LABEL=Constraint
PROFILEPOLICYSELDIALOG_LABEL_CONSTRAINTNAME_TTIP=Constraint
PROFILEPOLICYSELDIALOG_LABEL_DEFAULTNAME_LABEL=Default
PROFILEPOLICYSELDIALOG_LABEL_DEFAULTNAME_TTIP=Default
PROFILEINPUTSELDIALOG_TITLE=Certificate Profile Input Editor
PROFILEINPUTSELDIALOG_BUTTON_OK_LABEL=OK
PROFILEINPUTSELDIALOG_BUTTON_CANCEL_LABEL=Cancel
PROFILEINPUTSELDIALOG_BUTTON_HELP_LABEL=Help
PROFILEINPUTSELDIALOG_LABEL_SELECT_LABEL=Select one of the following inputs:
PROFILEOUTPUTSELDIALOG_TITLE=Certificate Profile Output Editor
PROFILEOUTPUTSELDIALOG_BUTTON_OK_LABEL=OK
PROFILEOUTPUTSELDIALOG_BUTTON_CANCEL_LABEL=Cancel
PROFILEOUTPUTSELDIALOG_BUTTON_HELP_LABEL=Help
PROFILEOUTPUTSELDIALOG_LABEL_SELECT_LABEL=Select one of the following outputs:
AUTHIMPL_TITLE=Authentication Plugin Registration
AUTHIMPL_BUTTON_REFRESH_LABEL=Refresh
AUTHIMPL_BUTTON_REFRESH_TTIP=Refresh authentication plugin information
AUTHIMPL_BUTTON_ADD_LABEL=Register
AUTHIMPL_BUTTON_ADD_TTIP=Add new plugin implementation
AUTHIMPL_BUTTON_DELETE_LABEL=Delete
AUTHIMPL_BUTTON_DELETE_TTIP=Delete selected plugin
AUTHIMPL_BUTTON_VIEW_LABEL=View
AUTHIMPL_BUTTON_VIEW_TTIP=View authentication plugin details
AUTHIMPL_BUTTON_HELP_LABEL=Help
AUTHIMPL_BUTTON_HELP_TTIP=Online Help
AUTHIMPL_DIALOG_SERVERERROR_MESSAGE=Server Error
AUTHIMPL_DIALOG_SERVERERROR_TITLE=Error
AUTHIMPL_DIALOG_DELETE_MESSAGE=Do you want to delete this authentication plugin?
AUTHIMPL_DIALOG_DELETE_TITLE=Warning
AUTHREGISTERDIALOG_TITLE=Register Authentication Plugin Implementation
AUTHREGISTERDIALOG_BUTTON_OK_LABEL=OK
AUTHREGISTERDIALOG_BUTTON_OK_TTIP=Register this implementation
AUTHREGISTERDIALOG_BUTTON_CANCEL_LABEL=Cancel
AUTHREGISTERDIALOG_BUTTON_CANCEL_TTIP=close this window
AUTHREGISTERDIALOG_LABEL_NAME_LABEL=Plugin name:
AUTHREGISTERDIALOG_LABEL_NAME_TTIP=Unique implementation name
AUTHREGISTERDIALOG_LABEL_CLASS_LABEL=Class name:
AUTHREGISTERDIALOG_LABEL_CLASS_TTIP=Full java class name
AUTHRULE_TITLE=Authentication Instance
AUTHRULE_BUTTON_REFRESH_LABEL=Refresh
AUTHRULE_BUTTON_REFRESH_TTIP=Refresh Authentication instance information
AUTHRULE_BUTTON_EDIT_LABEL=Edit/View
AUTHRULE_BUTTON_EDIT_TTIP=Modify or view authentication instance configuration
AUTHRULE_BUTTON_ADD_LABEL=Add
AUTHRULE_BUTTON_ADD_TTIP=Add new authentication instance
AUTHRULE_BUTTON_DELETE_LABEL=Delete
AUTHRULE_BUTTON_DELETE_TTIP=Delete selected authentication instance
AUTHRULE_BUTTON_HELP_LABEL=Help
AUTHRULE_BUTTON_HELP_TTIP=Online Help
AUTHRULE_DIALOG_SERVERERROR_MESSAGE=Server Error
AUTHRULE_DIALOG_SERVERERROR_TITLE=Error
AUTHRULE_DIALOG_DELETE_MESSAGE=Do you want to delete this instance?
AUTHRULE_DIALOG_DELETE_TITLE=Warning
AUTHRULE_LABEL_ENABLED_LABEL=Enabled
AUTHRULE_LABEL_DISABLED_LABEL=Disabled
AUTHCONFIGDIALOG_TITLE=Authentication Instance Editor
AUTHCONFIGDIALOG_BUTTON_HELP_LABEL=Help
AUTHCONFIGDIALOG_BUTTON_HELP_TTIP=Online Help
AUTHCONFIGDIALOG_BUTTON_OK_LABEL=OK
AUTHCONFIGDIALOG_BUTTON_OK_TTIP=Save and close this window
AUTHCONFIGDIALOG_BUTTON_CANCEL_LABEL=Cancel
AUTHCONFIGDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
AUTHCONFIGDIALOG_LABEL_RULENAME_LABEL=Authentication Instance ID:
AUTHCONFIGDIALOG_LABEL_RULENAME_TTIP=Unique identifier for this instance. No space allowed.
AUTHCONFIGDIALOG_LABEL_IMPLNAME_LABEL=Authentication Plugin ID:
AUTHCONFIGDIALOG_LABEL_IMPLNAME_TTIP=Authentication plugin implementation unique ID
AUTHCONFIGDIALOG_DIALOG_NORULENAME_MESSAGE=Authentication instance ID can not be blank!
AUTHVIEWDIALOG_TITLE=View Authentication Instance Parameters
AUTHVIEWDIALOG_BUTTON_HELP_LABEL=Help
AUTHVIEWDIALOG_BUTTON_HELP_TTIP=Online Help
AUTHVIEWDIALOG_BUTTON_OK_LABEL=OK
AUTHVIEWDIALOG_BUTTON_OK_TTIP=Save and close this window
AUTHVIEWDIALOG_BUTTON_CANCEL_LABEL=Cancel
AUTHVIEWDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
AUTHVIEWDIALOG_LABEL_RULENAME_LABEL=Authentication Instance ID:
AUTHVIEWDIALOG_LABEL_RULENAME_TTIP=Unique identifier for this instance. No space allowed.
AUTHVIEWDIALOG_LABEL_IMPLNAME_LABEL=Authentication Plugin ID:
AUTHVIEWDIALOG_LABEL_IMPLNAME_TTIP=Authentication plugin implementation unique ID
AUTHVIEWDIALOG_DIALOG_NORULENAME_MESSAGE=Authentication instance ID can not be blank!
AUTHSELECTIONDIALOG_TITLE=Select Authentication Plugin Implementation
AUTHSELECTIONDIALOG_BUTTON_HELP_LABEL=Help
AUTHSELECTIONDIALOG_BUTTON_HELP_TTIP=Online Help
AUTHSELECTIONDIALOG_BUTTON_OK_LABEL=Next
AUTHSELECTIONDIALOG_BUTTON_OK_TTIP=Move to next step
AUTHSELECTIONDIALOG_BUTTON_CANCEL_LABEL=Cancel
AUTHSELECTIONDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
SSL2CIPHERPREF_TITLE=SSL 2.0 ciphers
SSL2CIPHERPREF_RC440MD5=RC4 with 40-bit encryption and MD5 message authentication
SSL2CIPHERPREF_RC240MD5=RC2 with 40-bit encryption and MD5 message authentication
SSL2CIPHERPREF_DES56MD5=DES with 56-bit encryption and MD5 message authentication
SSL2CIPHERPREF_RC4128MD5=RC4 with 128-bit encryption and MD5 message authentication
SSL2CIPHERPREF_RC2128MD5=RC2 with 128-bit encryption and MD5 message authentication
SSL2CIPHERPREF_TRIPLEDES168MD5=Triple DES with 168-bit encryption and MD5 message authentication
SSL3CIPHERPREF_TITLE=SSL 3.0 ciphers
SSL3CIPHERPREF_RC440MD5=RC4 with 40-bit encryption and MD5 message authentication
SSL3CIPHERPREF_RC240MD5=RC2 with 40-bit encryption and MD5 message authentication
SSL3CIPHERPREF_DES56SHA=DES with 56-bit encryption and SHA message authentication
SSL3CIPHERPREF_RC4128MD5=RC4 with 128-bit encryption and MD5 message authentication
SSL3CIPHERPREF_TRIPLEDES168SHA=Triple DES with 168-bit encryption and SHA message authentication
SSL3CIPHERPREF_FIPSDES56SHA=(FIPS)DES with 56-bit encryption and SHA message authentication
SSL3CIPHERPREF_FIPSTRIPLEDES168SHA=(FIPS)Triple DES with 168-bit encryption and SHA message authentication
SSL3CIPHERPREF_FORT80SHA=Fortezza with 80-bit encryption and SHA message authentication
SSL3CIPHERPREF_RC4128FORTSHA=RC4 with 128-bit encryption and Fortezza/SHA message authentication
SSL3CIPHERPREF_NOENCRYPTIONFORSHA=No encryption, only Fortezza and SHA message authentication
SSL3CIPHERPREF_NOENCRYPTION=No encryption, only MD5 message authentication
ENCRYPTION_TITLE=Encryption
ENCRYPTION_LABEL_SELECT_LABEL=Certificate Type:
ENCRYPTION_LABEL_SELECT_TTIP=Select certificate functionality to configure
ENCRYPTION_LABEL_TOKEN_LABEL=Token:
ENCRYPTION_LABEL_TOKEN_TTIP=Crypto device to be used
ENCRYPTION_LABEL_CERTIFICATE_LABEL=Certificate:
ENCRYPTION_LABEL_CERTIFICATE_TTIP=Certificate to be used
ENCRYPTION_BUTTON_WIZARD_LABEL=Certificate Setup Wizard
ENCRYPTION_BUTTON_WIZARD_TTIP=Setup or install certificates
ENCRYPTION_BUTTON_CIPHERPREF_LABEL=SSL Cipher Preferences
ENCRYPTION_BUTTON_CIPHERPREF_TTIP=Setup SSL cipher preferences
ENCRYPTION_BUTTON_SETUP_LABEL=Manage Certificate
ENCRYPTION_BORDER_CERT_LABEL=Certificate Settings
ENCRYPTION_BORDER_MAPTO_LABEL=Map To:
ENCRYPTION_COMBOBOX_SELECT_VALUE_SERVER=SSL Server Certificate
ENCRYPTION_COMBOBOX_SELECT_VALUE_ADMIN=Admin SSL Server Certificate
ENCRYPTION_COMBOBOX_SELECT_VALUE_AGENT=Agent SSL Server Certificate
ENCRYPTION_COMBOBOX_SELECT_VALUE_EE=End-entity SSL Server Certificate
ENCRYPTION_COMBOBOX_SELECT_VALUE_CA=Certificate Manager CA Signing Certificate
ENCRYPTION_COMBOBOX_SELECT_VALUE_RA=Registration Manager Signing Certificate
ENCRYPTION_COMBOBOX_SELECT_VALUE_POA=KRA Proof-of-Archival Certificate
ENCRYPTION_COMBOBOX_SELECT_VALUE_TRANS=Data Recovery Manager Transport Certificate
ENCRYPTION_SERVER_CERTS=SERVER
ENCRYPTION_ca_CERTS=CA
ENCRYPTION_ra_CERTS=RA
ENCRYPTION_kra_CERTS=KRA
ENCRYPTION_LABEL_WARNING_LABEL=Before you make this change, make sure your CA signing certificate\nis mapped to the correct certificate. The operation has not been performed,\nyou need to click save again
NOTIFYREQCOMPLETE_TITLE=Certificate Issued
NOTIFYREQCOMPLETE_BORDER_EMAILINFO_LABEL=Email Information Settings
NOTIFYREQCOMPLETE_DIALOG_BLANKFIELD_TITLE=Error
NOTIFYREQCOMPLETE_DIALOG_BLANKFIELD_MESSAGE=All textfields must contain data; they may not be left blank!
NOTIFYREQCOMPLETE_CHECKBOX_ENABLE_LABEL=Enable Certificate Issued notification
NOTIFYREQCOMPLETE_LABEL_FORMNAME_LABEL=Content template path:
NOTIFYREQCOMPLETE_LABEL_SUBJECT_LABEL=Subject:
NOTIFYREQCOMPLETE_LABEL_SENDER_LABEL=Sender\'s E-mail Address:
NOTIFYREVCOMPLETE_TITLE=Certificate Revoked
NOTIFYREVCOMPLETE_BORDER_EMAILINFO_LABEL=Email Information Settings
NOTIFYREVCOMPLETE_DIALOG_BLANKFIELD_TITLE=Error
NOTIFYREVCOMPLETE_DIALOG_BLANKFIELD_MESSAGE=All textfields must contain data; they may not be left blank!
NOTIFYREVCOMPLETE_CHECKBOX_ENABLE_LABEL=Enable Certificate Revoked notification
NOTIFYREVCOMPLETE_LABEL_FORMNAME_LABEL=Content template path:
NOTIFYREVCOMPLETE_LABEL_SUBJECT_LABEL=Subject:
NOTIFYREVCOMPLETE_LABEL_SENDER_LABEL=Sender\'s E-mail Address:
NOTIFYREQINQ_TITLE=Request In Queue
NOTIFYREQINQ_BORDER_EMAILINFO_LABEL=Email Information Settings
NOTIFYREQINQ_CHECKBOX_ENABLE_LABEL=Enable Request In Queue notification
NOTIFYREQINQ_LABEL_FORMNAME_LABEL=Content Template path:
NOTIFYREQINQ_LABEL_SUBJECT_LABEL=Subject:
NOTIFYREQINQ_LABEL_SENDER_LABEL=Sender\'s E-Mail Address:
NOTIFYREQINQ_LABEL_RECEIVER_LABEL=Recipient\'s E-Mail Address:
NOTIFYREQINQ_DIALOG_BLANKFIELD_TITLE=Error
NOTIFYREQINQ_DIALOG_BLANKFIELD_MESSAGE=All textfields must contain data; they may not be left blank!
JOBSGENERAL_TITLE=General Settings
JOBSGENERAL_BORDER_FREQUENCY_LABEL=Frequency Setting
JOBSGENERAL_CHECKBOX_ENABLE_LABEL=Enable Jobs Scheduler
JOBSGENERAL_LABEL_FREQUENCY_LABEL=Check Frequency
JOBSGENERAL_LABEL_MINUTES_LABEL=minutes
JOBSGENERAL_DIALOG_BLANKFIELD_TITLE=Error
JOBSGENERAL_DIALOG_BLANKFIELD_MESSAGE=All textfields must contain data; they may not be left blank!
JOBSGENERAL_DIALOG_NEEDINTEGER_TITLE=Error
JOBSGENERAL_DIALOG_NEEDINTEGER_MESSAGE=Frequency must be a positive integer
JOBSIMPL_TITLE=Job Plugin Registration
JOBSIMPL_BUTTON_REFRESH_LABEL=Refresh
JOBSIMPL_BUTTON_REFRESH_TTIP=Refresh job plugin information
JOBSIMPL_BUTTON_ADD_LABEL=Register
JOBSIMPL_BUTTON_ADD_TTIP=Add new plugin implementation
JOBSIMPL_BUTTON_DELETE_LABEL=Delete
JOBSIMPL_BUTTON_DELETE_TTIP=Delete selected plugin
JOBSIMPL_BUTTON_VIEW_LABEL=View
JOBSIMPL_BUTTON_VIEW_TTIP=View job plugin details
JOBSIMPL_BUTTON_HELP_LABEL=Help
JOBSIMPL_BUTTON_HELP_TTIP=Online Help
JOBSIMPL_DIALOG_SERVERERROR_MESSAGE=Server Error
JOBSIMPL_DIALOG_SERVERERROR_TITLE=Error
JOBSIMPL_DIALOG_DELETE_MESSAGE=Do you want to delete this job plugin?
JOBSIMPL_DIALOG_DELETE_TITLE=Warning
JOBSREGISTERDIALOG_TITLE=Register Job Plugin Implementation
JOBSREGISTERDIALOG_BUTTON_OK_LABEL=OK
JOBSREGISTERDIALOG_BUTTON_OK_TTIP=Register this implementation
JOBSREGISTERDIALOG_BUTTON_CANCEL_LABEL=Cancel
JOBSREGISTERDIALOG_BUTTON_CANCEL_TTIP=close this window
JOBSREGISTERDIALOG_LABEL_NAME_LABEL=Plugin name:
JOBSREGISTERDIALOG_LABEL_NAME_TTIP=Unique implementation name
JOBSREGISTERDIALOG_LABEL_CLASS_LABEL=Class name:
JOBSREGISTERDIALOG_LABEL_CLASS_TTIP=Full java class name
JOBSRULE_TITLE=Job Instance
JOBSRULE_BUTTON_REFRESH_LABEL=Refresh
JOBSRULE_BUTTON_REFRESH_TTIP=Refresh Job instance information
JOBSRULE_BUTTON_EDIT_LABEL=Edit/View
JOBSRULE_BUTTON_EDIT_TTIP=Modify or view job instance configuration
JOBSRULE_BUTTON_ADD_LABEL=Add
JOBSRULE_BUTTON_ADD_TTIP=Add new job instance
JOBSRULE_BUTTON_DELETE_LABEL=Delete
JOBSRULE_BUTTON_DELETE_TTIP=Delete selected job instance
JOBSRULE_BUTTON_HELP_LABEL=Help
JOBSRULE_BUTTON_HELP_TTIP=Online Help
JOBSRULE_DIALOG_SERVERERROR_MESSAGE=Server Error
JOBSRULE_DIALOG_SERVERERROR_TITLE=Error
JOBSRULE_DIALOG_DELETE_MESSAGE=Do you want to delete this instance?
JOBSRULE_DIALOG_DELETE_TITLE=Warning
JOBSRULE_LABEL_ENABLED_LABEL=Enabled
JOBSRULE_LABEL_DISABLED_LABEL=Disabled
JOBSCONFIGDIALOG_TITLE=Job Instance Editor
JOBSCONFIGDIALOG_BUTTON_HELP_LABEL=Help
JOBSCONFIGDIALOG_BUTTON_HELP_TTIP=Online Help
JOBSCONFIGDIALOG_BUTTON_OK_LABEL=OK
JOBSCONFIGDIALOG_BUTTON_OK_TTIP=Save and close this window
JOBSCONFIGDIALOG_BUTTON_CANCEL_LABEL=Cancel
JOBSCONFIGDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
JOBSCONFIGDIALOG_LABEL_RULENAME_LABEL=Job Instance ID:
JOBSCONFIGDIALOG_LABEL_RULENAME_TTIP=Unique identifier for this instance. No space allowed.
JOBSCONFIGDIALOG_LABEL_IMPLNAME_LABEL=Job Plugin ID:
JOBSCONFIGDIALOG_LABEL_IMPLNAME_TTIP=Job plugin implementation unique ID
JOBSCONFIGDIALOG_DIALOG_NORULENAME_MESSAGE=Job instance ID can not be blank!
JOBSVIEWDIALOG_TITLE=View Job Instance Parameters
JOBSVIEWDIALOG_BUTTON_HELP_LABEL=Help
JOBSVIEWDIALOG_BUTTON_HELP_TTIP=Online Help
JOBSVIEWDIALOG_BUTTON_OK_LABEL=OK
JOBSVIEWDIALOG_BUTTON_OK_TTIP=Save and close this window
JOBSVIEWDIALOG_BUTTON_CANCEL_LABEL=Cancel
JOBSVIEWDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
JOBSVIEWDIALOG_LABEL_RULENAME_LABEL=Job Instance ID:
JOBSVIEWDIALOG_LABEL_RULENAME_TTIP=Unique identifier for this instance. No space allowed.
JOBSVIEWDIALOG_LABEL_IMPLNAME_LABEL=Job Plugin ID:
JOBSVIEWDIALOG_LABEL_IMPLNAME_TTIP=Job plugin implementation unique ID
JOBSVIEWDIALOG_DIALOG_NORULENAME_MESSAGE=Job instance ID can not be blank!
JOBSSELECTIONDIALOG_TITLE=Select Job Plugin Implementation
JOBSSELECTIONDIALOG_BUTTON_HELP_LABEL=Help
JOBSSELECTIONDIALOG_BUTTON_HELP_TTIP=Online Help
JOBSSELECTIONDIALOG_BUTTON_OK_LABEL=Next
JOBSSELECTIONDIALOG_BUTTON_OK_TTIP=Move to next step
JOBSSELECTIONDIALOG_BUTTON_CANCEL_LABEL=Cancel
JOBSSELECTIONDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
SERVER_UNREACHABLE=The server is unreachable
SERVERCONNECTION_NO_CLIENT_CERT=No client certificate is found
SERVERCONNECTION_SERVER_CERT_DENIED=Peer's certificate is not trusted
SERVERCONNECTION_SERVER_CERT_IMPORTED_FAILED=Failed to import server certificate
SERVERCONNECTION_DIFFERENT_PWD=Password and password (again) are not the same
SERVERCONNECTION_TOKEN_INIT_FAILED=Failed to initialize the internal key storage token
LOGRULE_TITLE=Log Event Listener Management
LOGRULE_BUTTON_ORDER_LABEL=Reorder
LOGRULE_BUTTON_ORDER_TTIP=Change publisher ordering
LOGRULE_BUTTON_REFRESH_LABEL=Refresh
LOGRULE_BUTTON_REFRESH_TTIP=Refresh log event listener information
LOGRULE_BUTTON_EDIT_LABEL=Edit/View
LOGRULE_BUTTON_EDIT_TTIP=Modify log event listener configuration
LOGRULE_BUTTON_ADD_LABEL=Add
LOGRULE_BUTTON_ADD_TTIP=Add new log event listener
LOGRULE_BUTTON_DELETE_LABEL=Delete
LOGRULE_BUTTON_DELETE_TTIP=Delete selected log event listener
LOGRULE_BUTTON_HELP_LABEL=Help
LOGRULE_BUTTON_HELP_TTIP=Online Help
LOGRULE_DIALOG_SERVERERROR_MESSAGE=Server Error
LOGRULE_DIALOG_SERVERERROR_TITLE=Error
LOGRULE_DIALOG_DELETE_MESSAGE=Do you want to delete this log event listener?
LOGRULE_DIALOG_DELETE_TITLE=Warning
LOGRULE_LABEL_ENABLED_LABEL=Enabled
LOGRULE_LABEL_DISABLED_LABEL=Disabled
CMSRESOURCEOBJECT_LOG_TITLE=Log
CACERTS_TITLE=CA Certificates
CACERTS_BUTTON_REFRESH_LABEL=Refresh
CACERTS_BUTTON_ADD_LABEL=Add
CACERTS_BUTTON_DELETE_LABEL=Delete
CACERTS_BUTTON_VIEW_LABEL=View
CACERTS_BUTTON_EDIT_LABEL=Edit
CACERTS_BUTTON_HELP_LABEL=Help
CACERTS_DIALOG_SERVERERROR_MESSAGE=Server Error
CACERTS_DIALOG_SERVERERROR_TITLE=Error
CACERTS_DIALOG_DELETE_MESSAGE=Do you want to delete this certificate?
CACERTS_DIALOG_DELETE_TITLE=Warning
CACERTS_DIALOG_TRUST_MESSAGE=This certificate chain is {0}, are you sure you want to {1} it?
CACERTS_DIALOG_TRUST_TITLE=Warning
USERCERTS_TITLE=Local Certificates
USERCERTS_BUTTON_REFRESH_LABEL=Refresh
USERCERTS_BUTTON_ADD_LABEL=Add/Renew
USERCERTS_BUTTON_DELETE_LABEL=Delete
USERCERTS_BUTTON_VIEW_LABEL=View
USERCERTS_BUTTON_HELP_LABEL=Help
USERCERTS_DIALOG_SERVERERROR_MESSAGE=Server Error
USERCERTS_DIALOG_SERVERERROR_TITLE=Error
USERCERTS_DIALOG_DELETE_MESSAGE=Do you want to delete this certificate?
USERCERTS_DIALOG_DELETE_TITLE=Warning
TKSKEYS_TITLE=TKS Keys
TKSKEYS_BUTTON_REFRESH_LABEL=Refresh
TKSKEYS_BUTTON_ADD_LABEL=Create Master Key
TKSKEYS_BUTTON_DELETE_LABEL=Delete
TKSKEYS_BUTTON_VIEW_LABEL=View
TKSKEYS_BUTTON_HELP_LABEL=Help
TKSKEYS_DIALOG_SERVERERROR_MESSAGE=Server Error
TKSKEYS_DIALOG_SERVERERROR_TITLE=Error
TKSKEYS_DIALOG_DELETE_MESSAGE=Do you want to delete this certificate?
TKSKEYS_DIALOG_DELETE_TITLE=Warning
GENERALLOG_TITLE=Debugging
GENERALLOG_BORDER_DEBUG_LABEL=Debug Log Settings
GENERALLOG_CHECKBOX_ENABLE_LABEL=Enable Debug Log
GENERALLOG_CHECKBOX_ENABLE_TTIP=Check to enable
GENERALLOG_LABEL_LEVEL_LABEL=Log Level:
GENERALLOG_LABEL_LEVEL_TTIP=Specify Log Level
GENERALLOG_LABEL_SHOWCALLER_LABEL=Show Caller:
GENERALLOG_LABEL_SHOWCALLER_TTIP=Enable Show Caller
GENERALLOG_DIALOG_BLANKFIELD_MESSAGE=Level cannot be blank
GENERALLOG_DIALOG_BLANKFIELD_TITLE=Error
GENERALLOG_DIALOG_NUMBERFORMAT_MESSAGE=Level must be a positive integer
GENERALLOG_DIALOG_NUMBERFORMAT_TITLE=Error
GENERALLOG_DIALOG_LEVELRANGE_MESSAGE=Level must a positive integer
GENERALLOG_DIALOG_LEVELFIELD_TITLE=Error
LOGIMPL_TITLE=Log Event Listener Plugin Registration
LOGIMPL_BUTTON_REFRESH_LABEL=Refresh
LOGIMPL_BUTTON_REFRESH_TTIP=Refresh log event listener plugin information
LOGIMPL_BUTTON_ADD_LABEL=Register
LOGIMPL_BUTTON_ADD_TTIP=Add new plugin implementation
LOGIMPL_BUTTON_DELETE_LABEL=Delete
LOGIMPL_BUTTON_DELETE_TTIP=Delete selected plugin
LOGIMPL_BUTTON_VIEW_LABEL=View
LOGIMPL_BUTTON_VIEW_TTIP=View log event listener plugin details
LOGIMPL_BUTTON_HELP_LABEL=Help
LOGIMPL_BUTTON_HELP_TTIP=Online Help
LOGIMPL_DIALOG_SERVERERROR_MESSAGE=Server Error
LOGIMPL_DIALOG_SERVERERROR_TITLE=Error
LOGIMPL_DIALOG_DELETE_MESSAGE=Do you want to delete this log event listener plugin?
LOGIMPL_DIALOG_DELETE_TITLE=Warning
LOGREGISTERDIALOG_TITLE=Register Log Event Listener Plugin Implementation
LOGREGISTERDIALOG_BUTTON_OK_LABEL=OK
LOGREGISTERDIALOG_BUTTON_OK_TTIP=Register this implementation
LOGREGISTERDIALOG_BUTTON_CANCEL_LABEL=Cancel
LOGREGISTERDIALOG_BUTTON_CANCEL_TTIP=close this window
LOGREGISTERDIALOG_LABEL_NAME_LABEL=Plugin name:
LOGREGISTERDIALOG_LABEL_NAME_TTIP=Unique implementation name
LOGREGISTERDIALOG_LABEL_CLASS_LABEL=Class name:
LOGREGISTERDIALOG_LABEL_CLASS_TTIP=Full java class name
KEYCREATEDIALOG_TITLE=Create Master Key
KEYCREATEDIALOG_BUTTON_OK_LABEL=OK
KEYCREATEDIALOG_BUTTON_OK_TTIP=Register this implementation
KEYCREATEDIALOG_BUTTON_CANCEL_LABEL=Cancel
KEYCREATEDIALOG_BUTTON_CANCEL_TTIP=close this window
KEYCREATEDIALOG_LABEL_NAME_LABEL=Key name:
KEYCREATEDIALOG_LABEL_NAME_TTIP=Unique implementation name
KEYCREATEDIALOG_LABEL_CLASS_LABEL=Class name:
KEYCREATEDIALOG_LABEL_CLASS_TTIP=Full java class name
LOGORDERDIALOG_TITLE=Reorder Log Event Listeners
LOGORDERDIALOG_BUTTON_HELP_LABEL=Help
LOGORDERDIALOG_BUTTON_HELP_TTIP=Online Help
LOGORDERDIALOG_BUTTON_OK_LABEL=OK
LOGORDERDIALOG_BUTTON_OK_TTIP=Save and close this window
LOGORDERDIALOG_BUTTON_CANCEL_LABEL=Cancel
LOGORDERDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
LOGORDERDIALOG_BUTTON_UP_LABEL=Up
LOGORDERDIALOG_BUTTON_UP_TTIP=Move this log event listener up
LOGORDERDIALOG_BUTTON_DOWN_LABEL=Down
LOGORDERDIALOG_BUTTON_DOWN_TTIP=Move this log event listener down
LOGSELECTIONDIALOG_TITLE=Select Log Event Listener Plugin Implementation
LOGSELECTIONDIALOG_BUTTON_HELP_LABEL=Help
LOGSELECTIONDIALOG_BUTTON_HELP_TTIP=Online Help
LOGSELECTIONDIALOG_BUTTON_OK_LABEL=Next
LOGSELECTIONDIALOG_BUTTON_OK_TTIP=Move to next step
LOGSELECTIONDIALOG_BUTTON_CANCEL_LABEL=Cancel
LOGSELECTIONDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
LOGCONFIGDIALOG_TITLE=Log Event Listener Editor
LOGCONFIGDIALOG_BUTTON_HELP_LABEL=Help
LOGCONFIGDIALOG_BUTTON_HELP_TTIP=Online Help
LOGCONFIGDIALOG_BUTTON_OK_LABEL=OK
LOGCONFIGDIALOG_BUTTON_OK_TTIP=Save and close this window
LOGCONFIGDIALOG_BUTTON_CANCEL_LABEL=Cancel
LOGCONFIGDIALOG_BUTTON_CANCEL_TTIP=cancel changes and close this window
LOGCONFIGDIALOG_LABEL_RULENAME_LABEL=Log Event Listener ID:
LOGCONFIGDIALOG_LABEL_RULENAME_TTIP=Unique identifier for this log event listener. No space allowed.
LOGCONFIGDIALOG_LABEL_IMPLNAME_LABEL=Log Event Listener Plugin ID:
LOGCONFIGDIALOG_LABEL_IMPLNAME_TTIP=Log Event Listener plugin implementation unique ID
LOGCONFIGDIALOG_DIALOG_NORULENAME_MESSAGE=Log Event Listener ID can not be blank!