Newer
Older
# English (United States) translations for Wine
#
msgid ""
msgstr ""
"Project-Id-Version: Wine\n"
"Report-Msgid-Bugs-To: http://bugs.winehq.org\n"
"POT-Creation-Date: N/A\n"
"PO-Revision-Date: N/A\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: English (United States)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
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
#: crypt32.rc:27
msgid "Authority Key Identifier"
msgstr "Authority Key Identifier"
#: crypt32.rc:28
msgid "Key Attributes"
msgstr "Key Attributes"
#: crypt32.rc:29
msgid "Key Usage Restriction"
msgstr "Key Usage Restriction"
#: crypt32.rc:30
msgid "Subject Alternative Name"
msgstr "Subject Alternative Name"
#: crypt32.rc:31
msgid "Issuer Alternative Name"
msgstr "Issuer Alternative Name"
#: crypt32.rc:32
msgid "Basic Constraints"
msgstr "Basic Constraints"
#: crypt32.rc:33
msgid "Key Usage"
msgstr "Key Usage"
#: crypt32.rc:34
msgid "Certificate Policies"
msgstr "Certificate Policies"
#: crypt32.rc:35
msgid "Subject Key Identifier"
msgstr "Subject Key Identifier"
#: crypt32.rc:36
msgid "CRL Reason Code"
msgstr "CRL Reason Code"
#: crypt32.rc:37
msgid "CRL Distribution Points"
msgstr "CRL Distribution Points"
#: crypt32.rc:38
msgid "Enhanced Key Usage"
msgstr "Enhanced Key Usage"
#: crypt32.rc:39
msgid "Authority Information Access"
msgstr "Authority Information Access"
#: crypt32.rc:40
msgid "Certificate Extensions"
msgstr "Certificate Extensions"
#: crypt32.rc:41
msgid "Next Update Location"
msgstr "Next Update Location"
#: crypt32.rc:42
msgid "Yes or No Trust"
msgstr "Yes or No Trust"
#: crypt32.rc:43
msgid "Email Address"
msgstr "Email Address"
#: crypt32.rc:44
msgid "Unstructured Name"
msgstr "Unstructured Name"
#: crypt32.rc:45
msgid "Content Type"
msgstr "Content Type"
#: crypt32.rc:46
msgid "Message Digest"
msgstr "Message Digest"
#: crypt32.rc:47
msgid "Signing Time"
msgstr "Signing Time"
#: crypt32.rc:48
msgid "Counter Sign"
msgstr "Counter Sign"
#: crypt32.rc:49
msgid "Challenge Password"
msgstr "Challenge Password"
#: crypt32.rc:50
msgid "Unstructured Address"
msgstr "Unstructured Address"
#: crypt32.rc:51
msgid "SMIME Capabilities"
msgstr "SMIME Capabilities"
#: crypt32.rc:52
msgid "Prefer Signed Data"
msgstr "Prefer Signed Data"
#: crypt32.rc:53 cryptdlg.rc:31
msgid "CPS"
msgstr "CPS"
#: crypt32.rc:54 cryptdlg.rc:32
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
msgid "User Notice"
msgstr "User Notice"
#: crypt32.rc:55
msgid "On-line Certificate Status Protocol"
msgstr "On-line Certificate Status Protocol"
#: crypt32.rc:56
msgid "Certification Authority Issuer"
msgstr "Certification Authority Issuer"
#: crypt32.rc:57
msgid "Certification Template Name"
msgstr "Certification Template Name"
#: crypt32.rc:58
msgid "Certificate Type"
msgstr "Certificate Type"
#: crypt32.rc:59
msgid "Certificate Manifold"
msgstr "Certificate Manifold"
#: crypt32.rc:60
msgid "Netscape Cert Type"
msgstr "Netscape Cert Type"
#: crypt32.rc:61
msgid "Netscape Base URL"
msgstr "Netscape Base URL"
#: crypt32.rc:62
msgid "Netscape Revocation URL"
msgstr "Netscape Revocation URL"
#: crypt32.rc:63
msgid "Netscape CA Revocation URL"
msgstr "Netscape CA Revocation URL"
#: crypt32.rc:64
msgid "Netscape Cert Renewal URL"
msgstr "Netscape Cert Renewal URL"
#: crypt32.rc:65
msgid "Netscape CA Policy URL"
msgstr "Netscape CA Policy URL"
#: crypt32.rc:66
msgid "Netscape SSL ServerName"
msgstr "Netscape SSL ServerName"
#: crypt32.rc:67
msgid "Netscape Comment"
msgstr "Netscape Comment"
#: crypt32.rc:68
msgid "SpcSpAgencyInfo"
msgstr "SpcSpAgencyInfo"
#: crypt32.rc:69
msgid "SpcFinancialCriteria"
msgstr "SpcFinancialCriteria"
#: crypt32.rc:70
msgid "SpcMinimalCriteria"
msgstr "SpcMinimalCriteria"
#: crypt32.rc:71
msgid "Country/Region"
msgstr "Country/Region"
#: crypt32.rc:72
msgid "Organization"
msgstr "Organization"
#: crypt32.rc:73
msgid "Organizational Unit"
msgstr "Organizational Unit"
#: crypt32.rc:74
msgid "Common Name"
msgstr "Common Name"
#: crypt32.rc:75
msgid "Locality"
msgstr "Locality"
#: crypt32.rc:76
msgid "State or Province"
msgstr "State or Province"
#: crypt32.rc:77
msgid "Title"
msgstr "Title"
#: crypt32.rc:78
msgid "Given Name"
msgstr "Given Name"
#: crypt32.rc:79
msgid "Initials"
msgstr "Initials"
#: crypt32.rc:80
msgid "Sur Name"
msgstr "Sur Name"
#: crypt32.rc:81
msgid "Domain Component"
msgstr "Domain Component"
#: crypt32.rc:82
msgid "Street Address"
msgstr "Street Address"
#: crypt32.rc:83
msgid "Serial Number"
msgstr "Serial Number"
#: crypt32.rc:84
msgid "CA Version"
msgstr "CA Version"
#: crypt32.rc:85
msgid "Cross CA Version"
msgstr "Cross CA Version"
#: crypt32.rc:86
msgid "Serialized Signature Serial Number"
msgstr "Serialized Signature Serial Number"
#: crypt32.rc:87
msgid "Principal Name"
msgstr "Principal Name"
#: crypt32.rc:88
msgid "Windows Product Update"
msgstr "Windows Product Update"
#: crypt32.rc:89
msgid "Enrollment Name Value Pair"
msgstr "Enrollment Name Value Pair"
#: crypt32.rc:90
msgid "OS Version"
msgstr "OS Version"
#: crypt32.rc:91
msgid "Enrollment CSP"
msgstr "Enrollment CSP"
#: crypt32.rc:92
msgid "CRL Number"
msgstr "CRL Number"
#: crypt32.rc:93
msgid "Delta CRL Indicator"
msgstr "Delta CRL Indicator"
#: crypt32.rc:94
msgid "Issuing Distribution Point"
msgstr "Issuing Distribution Point"
#: crypt32.rc:95
msgid "Freshest CRL"
msgstr "Freshest CRL"
#: crypt32.rc:96
msgid "Name Constraints"
msgstr "Name Constraints"
#: crypt32.rc:97
msgid "Policy Mappings"
msgstr "Policy Mappings"
#: crypt32.rc:98
msgid "Policy Constraints"
msgstr "Policy Constraints"
#: crypt32.rc:99
msgid "Cross-Certificate Distribution Points"
msgstr "Cross-Certificate Distribution Points"
#: crypt32.rc:100
msgid "Application Policies"
msgstr "Application Policies"
#: crypt32.rc:101
msgid "Application Policy Mappings"
msgstr "Application Policy Mappings"
#: crypt32.rc:102
msgid "Application Policy Constraints"
msgstr "Application Policy Constraints"
#: crypt32.rc:103
msgid "CMC Data"
msgstr "CMC Data"
#: crypt32.rc:104
msgid "CMC Response"
msgstr "CMC Response"
#: crypt32.rc:105
msgid "Unsigned CMC Request"
msgstr "Unsigned CMC Request"
#: crypt32.rc:106
msgid "CMC Status Info"
msgstr "CMC Status Info"
#: crypt32.rc:107
msgid "CMC Extensions"
msgstr "CMC Extensions"
#: crypt32.rc:108
msgid "CMC Attributes"
msgstr "CMC Attributes"
#: crypt32.rc:109
msgid "PKCS 7 Data"
msgstr "PKCS 7 Data"
#: crypt32.rc:110
msgid "PKCS 7 Signed"
msgstr "PKCS 7 Signed"
#: crypt32.rc:111
msgid "PKCS 7 Enveloped"
msgstr "PKCS 7 Enveloped"
#: crypt32.rc:112
msgid "PKCS 7 Signed Enveloped"
msgstr "PKCS 7 Signed Enveloped"
#: crypt32.rc:113
msgid "PKCS 7 Digested"
msgstr "PKCS 7 Digested"
#: crypt32.rc:114
msgid "PKCS 7 Encrypted"
msgstr "PKCS 7 Encrypted"
#: crypt32.rc:115
msgid "Previous CA Certificate Hash"
msgstr "Previous CA Certificate Hash"
#: crypt32.rc:116
msgid "Virtual Base CRL Number"
msgstr "Virtual Base CRL Number"
#: crypt32.rc:117
msgid "Next CRL Publish"
msgstr "Next CRL Publish"
#: crypt32.rc:118
msgid "CA Encryption Certificate"
msgstr "CA Encryption Certificate"
#: crypt32.rc:119
msgid "Key Recovery Agent"
msgstr "Key Recovery Agent"
#: crypt32.rc:120
msgid "Certificate Template Information"
msgstr "Certificate Template Information"
#: crypt32.rc:121
msgid "Enterprise Root OID"
msgstr "Enterprise Root OID"
#: crypt32.rc:122
msgid "Dummy Signer"
msgstr "Dummy Signer"
#: crypt32.rc:123
msgid "Encrypted Private Key"
msgstr "Encrypted Private Key"
#: crypt32.rc:124
msgid "Published CRL Locations"
msgstr "Published CRL Locations"
#: crypt32.rc:125
msgid "Enforce Certificate Chain Policy"
msgstr "Enforce Certificate Chain Policy"
#: crypt32.rc:126
msgid "Transaction Id"
msgstr "Transaction Id"
#: crypt32.rc:127
msgid "Sender Nonce"
msgstr "Sender Nonce"
#: crypt32.rc:128
msgid "Recipient Nonce"
msgstr "Recipient Nonce"
#: crypt32.rc:129
msgid "Reg Info"
msgstr "Reg Info"
#: crypt32.rc:130
msgid "Get Certificate"
msgstr "Get Certificate"
#: crypt32.rc:131
msgid "Get CRL"
msgstr "Get CRL"
#: crypt32.rc:132
msgid "Revoke Request"
msgstr "Revoke Request"
#: crypt32.rc:133
msgid "Query Pending"
msgstr "Query Pending"
#: crypt32.rc:134
msgid "Certificate Trust List"
msgstr "Certificate Trust List"
#: crypt32.rc:135
msgid "Archived Key Certificate Hash"
msgstr "Archived Key Certificate Hash"
#: crypt32.rc:136
msgid "Private Key Usage Period"
msgstr "Private Key Usage Period"
#: crypt32.rc:137
msgid "Client Information"
msgstr "Client Information"
#: crypt32.rc:138
msgid "Server Authentication"
msgstr "Server Authentication"
#: crypt32.rc:139
msgid "Client Authentication"
msgstr "Client Authentication"
#: crypt32.rc:140
msgid "Code Signing"
msgstr "Code Signing"
#: crypt32.rc:141
msgid "Secure Email"
msgstr "Secure Email"
#: crypt32.rc:142
msgid "Time Stamping"
msgstr "Time Stamping"
#: crypt32.rc:143
msgid "Microsoft Trust List Signing"
msgstr "Microsoft Trust List Signing"
#: crypt32.rc:144
msgid "Microsoft Time Stamping"
msgstr "Microsoft Time Stamping"
#: crypt32.rc:145
msgid "IP security end system"
msgstr "IP security end system"
#: crypt32.rc:146
msgid "IP security tunnel termination"
msgstr "IP security tunnel termination"
#: crypt32.rc:147
msgid "IP security user"
msgstr "IP security user"
#: crypt32.rc:148
msgid "Encrypting File System"
msgstr "Encrypting File System"
#: crypt32.rc:149
msgid "Windows Hardware Driver Verification"
msgstr "Windows Hardware Driver Verification"
#: crypt32.rc:150
msgid "Windows System Component Verification"
msgstr "Windows System Component Verification"
#: crypt32.rc:151
msgid "OEM Windows System Component Verification"
msgstr "OEM Windows System Component Verification"
#: crypt32.rc:152
msgid "Embedded Windows System Component Verification"
msgstr "Embedded Windows System Component Verification"
#: crypt32.rc:153
msgid "Key Pack Licenses"
msgstr "Key Pack Licenses"
#: crypt32.rc:154
msgid "License Server Verification"
msgstr "License Server Verification"
#: crypt32.rc:155
msgid "Smart Card Logon"
msgstr "Smart Card Logon"
#: crypt32.rc:156
msgid "Digital Rights"
msgstr "Digital Rights"
#: crypt32.rc:157
msgid "Qualified Subordination"
msgstr "Qualified Subordination"
#: crypt32.rc:158
msgid "Key Recovery"
msgstr "Key Recovery"
#: crypt32.rc:159
msgid "Document Signing"
msgstr "Document Signing"
#: crypt32.rc:160
msgid "IP security IKE intermediate"
msgstr "IP security IKE intermediate"
#: crypt32.rc:161
msgid "File Recovery"
msgstr "File Recovery"
#: crypt32.rc:162
msgid "Root List Signer"
msgstr "Root List Signer"
#: crypt32.rc:163
msgid "All application policies"
msgstr "All application policies"
#: crypt32.rc:164
msgid "Directory Service Email Replication"
msgstr "Directory Service Email Replication"
#: crypt32.rc:165
msgid "Certificate Request Agent"
msgstr "Certificate Request Agent"
#: crypt32.rc:166
msgid "Lifetime Signing"
msgstr "Lifetime Signing"
#: crypt32.rc:167
msgid "All issuance policies"
msgstr "All issuance policies"
#: crypt32.rc:172
msgid "Trusted Root Certification Authorities"
msgstr "Trusted Root Certification Authorities"
#: crypt32.rc:173
msgid "Personal"
msgstr "Personal"
#: crypt32.rc:174
msgid "Intermediate Certification Authorities"
msgstr "Intermediate Certification Authorities"
#: crypt32.rc:175
msgid "Other People"
msgstr "Other People"
#: crypt32.rc:176
msgid "Trusted Publishers"
msgstr "Trusted Publishers"
#: crypt32.rc:177
msgid "Untrusted Certificates"
msgstr "Untrusted Certificates"
#: crypt32.rc:182
msgid "KeyID="
msgstr "KeyID="
#: crypt32.rc:183
msgid "Certificate Issuer"
msgstr "Certificate Issuer"
#: crypt32.rc:184
msgid "Certificate Serial Number="
msgstr "Certificate Serial Number="
#: crypt32.rc:185
msgid "Other Name="
msgstr "Other Name="
#: crypt32.rc:186
msgid "Email Address="
msgstr "Email Address="
#: crypt32.rc:187
msgid "DNS Name="
msgstr "DNS Name="
#: crypt32.rc:188
msgid "Directory Address"
msgstr "Directory Address"
#: crypt32.rc:189
msgid "URL="
msgstr "URL="
#: crypt32.rc:190
msgid "IP Address="
msgstr "IP Address="
#: crypt32.rc:191
msgid "Mask="
msgstr "Mask="
#: crypt32.rc:192
msgid "Registered ID="
msgstr "Registered ID="
#: crypt32.rc:193
msgid "Unknown Key Usage"
msgstr "Unknown Key Usage"
#: crypt32.rc:194
msgid "Subject Type="
msgstr "Subject Type="
#: crypt32.rc:195
msgid "CA"
msgstr "CA"
#: crypt32.rc:196
msgid "End Entity"
msgstr "End Entity"
#: crypt32.rc:197
msgid "Path Length Constraint="
msgstr "Path Length Constraint="
#: crypt32.rc:198 progman.rc:83
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
msgid "None"
msgstr "None"
#: crypt32.rc:199
msgid "Information Not Available"
msgstr "Information Not Available"
#: crypt32.rc:200
msgid "Authority Info Access"
msgstr "Authority Info Access"
#: crypt32.rc:201
msgid "Access Method="
msgstr "Access Method="
#: crypt32.rc:202
msgid "OCSP"
msgstr "OCSP"
#: crypt32.rc:203
msgid "CA Issuers"
msgstr "CA Issuers"
#: crypt32.rc:204
msgid "Unknown Access Method"
msgstr "Unknown Access Method"
#: crypt32.rc:205
msgid "Alternative Name"
msgstr "Alternative Name"
#: crypt32.rc:206
msgid "CRL Distribution Point"
msgstr "CRL Distribution Point"
#: crypt32.rc:207
msgid "Distribution Point Name"
msgstr "Distribution Point Name"
#: crypt32.rc:208
msgid "Full Name"
msgstr "Full Name"
#: crypt32.rc:209
msgid "RDN Name"
msgstr "RDN Name"
#: crypt32.rc:210
msgid "CRL Reason="
msgstr "CRL Reason="
#: crypt32.rc:211
msgid "CRL Issuer"
msgstr "CRL Issuer"
#: crypt32.rc:212
msgid "Key Compromise"
msgstr "Key Compromise"
#: crypt32.rc:213
msgid "CA Compromise"
msgstr "CA Compromise"
#: crypt32.rc:214
msgid "Affiliation Changed"
msgstr "Affiliation Changed"
#: crypt32.rc:215
msgid "Superseded"
msgstr "Superseded"
#: crypt32.rc:216
msgid "Operation Ceased"
msgstr "Operation Ceased"
#: crypt32.rc:217
msgid "Certificate Hold"
msgstr "Certificate Hold"
#: crypt32.rc:218
msgid "Financial Information="
msgstr "Financial Information="
#: crypt32.rc:219
msgid "Available"
msgstr "Available"
#: crypt32.rc:220
msgid "Not Available"
msgstr "Not Available"
#: crypt32.rc:221
msgid "Meets Criteria="
msgstr "Meets Criteria="
#: crypt32.rc:222 oleaut32.rc:29 ipconfig.rc:44
msgid "Yes"
msgstr "Yes"
#: crypt32.rc:223 oleaut32.rc:30 ipconfig.rc:45
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
msgid "No"
msgstr "No"
#: crypt32.rc:224
msgid "Digital Signature"
msgstr "Digital Signature"
#: crypt32.rc:225
msgid "Non-Repudiation"
msgstr "Non-Repudiation"
#: crypt32.rc:226
msgid "Key Encipherment"
msgstr "Key Encipherment"
#: crypt32.rc:227
msgid "Data Encipherment"
msgstr "Data Encipherment"
#: crypt32.rc:228
msgid "Key Agreement"
msgstr "Key Agreement"
#: crypt32.rc:229
msgid "Certificate Signing"
msgstr "Certificate Signing"
#: crypt32.rc:230
msgid "Off-line CRL Signing"
msgstr "Off-line CRL Signing"
#: crypt32.rc:231
msgid "CRL Signing"
msgstr "CRL Signing"
#: crypt32.rc:232
msgid "Encipher Only"
msgstr "Encipher Only"
#: crypt32.rc:233
msgid "Decipher Only"
msgstr "Decipher Only"
#: crypt32.rc:234
msgid "SSL Client Authentication"
msgstr "SSL Client Authentication"
#: crypt32.rc:235
msgid "SSL Server Authentication"
msgstr "SSL Server Authentication"
#: crypt32.rc:236
msgid "S/MIME"
msgstr "S/MIME"
#: crypt32.rc:237
msgid "Signature"
msgstr "Signature"
#: crypt32.rc:238
msgid "SSL CA"
msgstr "SSL CA"
#: crypt32.rc:239
msgid "S/MIME CA"
msgstr "S/MIME CA"
#: crypt32.rc:240
msgid "Signature CA"
msgstr "Signature CA"
#: cryptdlg.rc:27
msgid "Certificate Policy"
msgstr "Certificate Policy"
#: cryptdlg.rc:28
msgid "Policy Identifier: "
msgstr "Policy Identifier: "
#: cryptdlg.rc:29
msgid "Policy Qualifier Info"
#: cryptdlg.rc:30
msgid "Policy Qualifier Id="
#: cryptdlg.rc:33
msgid "Qualifier"
#: cryptdlg.rc:34
msgid "Notice Reference"
#: cryptdlg.rc:35
msgid "Organization="
msgstr "Organization="
#: cryptdlg.rc:36
msgid "Notice Number="
msgstr "Notice Number="
#: cryptdlg.rc:37
msgid "Notice Text="
#: devenum.rc:32
msgid "Default DirectSound"
msgstr "Default DirectSound"
#: devenum.rc:33
msgid "DirectSound: %s"
msgstr "DirectSound: %s"
#: devenum.rc:34
msgid "Default WaveOut Device"
msgstr "Default WaveOut Device"
#: devenum.rc:35
msgid "Default MidiOut Device"
msgstr "Default MidiOut Device"
#: hhctrl.rc:27 notepad.rc:58 progman.rc:53
msgid "&Contents"
msgstr "&Contents"
#: hhctrl.rc:28
msgid "I&ndex"
msgstr "I&ndex"
#: hhctrl.rc:29 notepad.rc:52
msgid "&Search"
msgstr "&Search"
#: hhctrl.rc:30
msgid "Favor&ites"
msgstr "Favor&ites"
#: hhctrl.rc:35
msgid "Show"
msgstr "Show"
#: hhctrl.rc:36
msgid "Hide"
msgstr "Hide"
#: hhctrl.rc:37 shdoclc.rc:170 shdoclc.rc:194
msgid "Stop"
msgstr "Stop"
#: hhctrl.rc:38
msgid "Refresh"
msgstr "Refresh"
#: hhctrl.rc:39
msgid "Back"
msgstr "Back"
#: hhctrl.rc:40
msgid "Home"
msgstr "Home"
#: hhctrl.rc:41
msgid "Sync"
msgstr "Sync"
#: hhctrl.rc:42 wordpad.rc:162
msgid "Print"
msgstr "Print"
#: hhctrl.rc:43 wordpad.rc:155
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
msgid "Options"
msgstr "Options"
#: hhctrl.rc:44
msgid "Forward"
msgstr "Forward"
#: hhctrl.rc:45
msgid "IDTB_NOTES"
msgstr "IDTB_NOTES"
#: hhctrl.rc:46
msgid "IDTB_BROWSE_FWD"
msgstr "IDTB_BROWSE_FWD"
#: hhctrl.rc:47
msgid "IDT_BROWSE_BACK"
msgstr "IDT_BROWSE_BACK"
#: hhctrl.rc:48
msgid "IDTB_CONTENTS"
msgstr "IDTB_CONTENTS"
#: hhctrl.rc:49
msgid "IDTB_INDEX"
msgstr "IDTB_INDEX"
#: hhctrl.rc:50
msgid "IDTB_SEARCH"
msgstr "IDTB_SEARCH"
#: hhctrl.rc:51
msgid "IDTB_HISTORY"
msgstr "IDTB_HISTORY"
#: hhctrl.rc:52
msgid "IDTB_FAVORITES"
msgstr "IDTB_FAVORITES"
#: hhctrl.rc:53
msgid "Jump1"
msgstr "Jump1"
#: hhctrl.rc:54
msgid "Jump2"
msgstr "Jump2"
#: hhctrl.rc:55
msgid "Customize"
msgstr "Customize"
#: hhctrl.rc:56
msgid "Zoom"
msgstr "Zoom"
#: hhctrl.rc:57
msgid "IDTB_TOC_NEXT"
msgstr "IDTB_TOC_NEXT"
#: hhctrl.rc:58