cryptui: Show selected certificate when requested in the certificate manager dialog.
[wine] / dlls / cryptui / cryptui_En.rc
1 /*
2  * cryptui dll resources
3  *
4  * Copyright 2008 Juan Lang
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  */
20
21 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
22
23 STRINGTABLE DISCARDABLE
24 {
25     IDS_CERTIFICATE "Certificate"
26     IDS_CERTIFICATEINFORMATION "Certificate Information"
27     IDS_CERT_INFO_BAD_SIG "This certificate has an invalid signature.  The certificate may have been altered or corrupted."
28     IDS_CERT_INFO_UNTRUSTED_CA "This root certificate is not trusted.  To trust it, add it to your system's trusted root certificate store."
29     IDS_CERT_INFO_UNTRUSTED_ROOT "This certificate could not be validated to a trusted root certificate."
30     IDS_CERT_INFO_PARTIAL_CHAIN "This certificate's issuer could not be found."
31     IDS_CERT_INFO_BAD_PURPOSES "All the intended purposes of this certificate could not be verified."
32     IDS_CERT_INFO_PURPOSES "This cerificate is intended for the following purposes:"
33     IDS_SUBJECT_HEADING "Issued to: "
34     IDS_ISSUER_HEADING "Issued by: "
35     IDS_VALID_FROM "Valid from "
36     IDS_VALID_TO " to "
37     IDS_CERTIFICATE_BAD_SIGNATURE "This certificate has an invalid signature."
38     IDS_CERTIFICATE_BAD_TIME "This certificate has expired or is not yet valid."
39     IDS_CERTIFICATE_BAD_TIMENEST "This certificate's validity period exceeds that of its issuer."
40     IDS_CERTIFICATE_REVOKED "This certificate was revoked by its issuer."
41     IDS_CERTIFICATE_VALID "This certificate is OK."
42     IDS_FIELD "Field"
43     IDS_VALUE "Value"
44     IDS_FIELDS_ALL "<All>"
45     IDS_FIELDS_V1 "Version 1 Fields Only"
46     IDS_FIELDS_EXTENSIONS "Extensions Only"
47     IDS_FIELDS_CRITICAL_EXTENSIONS "Critical Extensions Only"
48     IDS_FIELDS_PROPERTIES "Properties Only"
49     IDS_FIELD_VERSION "Version"
50     IDS_FIELD_SERIAL_NUMBER "Serial number"
51     IDS_FIELD_ISSUER "Issuer"
52     IDS_FIELD_VALID_FROM "Valid from"
53     IDS_FIELD_VALID_TO "Valid to"
54     IDS_FIELD_SUBJECT "Subject"
55     IDS_FIELD_PUBLIC_KEY "Public key"
56     IDS_FIELD_PUBLIC_KEY_FORMAT "%s (%d bits)"
57     IDS_PROP_HASH "SHA1 hash"
58     IDS_PROP_ENHKEY_USAGE "Enhanced key usage (property)"
59     IDS_PROP_FRIENDLY_NAME "Friendly name"
60     IDS_PROP_DESCRIPTION "Description"
61     IDS_CERTIFICATE_PROPERTIES "Certificate Properties"
62     IDS_CERTIFICATE_PURPOSE_ERROR "Please enter an OID in the form 1.2.3.4"
63     IDS_CERTIFICATE_PURPOSE_EXISTS "The OID you entered already exists."
64     IDS_SELECT_STORE_TITLE "Select Certificate Store"
65     IDS_SELECT_STORE "Please select a certificate store."
66     IDS_IMPORT_WIZARD "Certificate Import Wizard"
67     IDS_IMPORT_TYPE_MISMATCH "The file contains objects that do not match the given criteria.  Please select another file."
68     IDS_IMPORT_FILE_TITLE "File to Import"
69     IDS_IMPORT_FILE_SUBTITLE "Specify the file you want to import."
70     IDS_IMPORT_STORE_TITLE "Certificate Store"
71     IDS_IMPORT_STORE_SUBTITLE "Certificate stores are collections of certificates, certificate revocation lists, and certificate trust lists."
72     IDS_IMPORT_FILTER_CERT "X.509 Certificate (*.cer; *.crt)"
73     IDS_IMPORT_FILTER_PFX "Personal Information Exchange (*.pfx; *.p12)"
74     IDS_IMPORT_FILTER_CRL "Certificate Revocation List (*.crl)"
75     IDS_IMPORT_FILTER_CTL "Certificate Trust List (*.stl)"
76     IDS_IMPORT_FILTER_SERIALIZED_STORE "Microsoft Serialized Certificate Store (*.sst)"
77     IDS_IMPORT_FILTER_CMS "CMS/PKCS #7 Messages (*.spc; *.p7b)"
78     IDS_IMPORT_FILTER_ALL "All Files (*.*)"
79     IDS_IMPORT_EMPTY_FILE "Please select a file."
80     IDS_IMPORT_BAD_FORMAT "The file format is not recognized.  Please select another file."
81     IDS_IMPORT_OPEN_FAILED "Could not open "
82     IDS_IMPORT_DEST_DETERMINED "Determined by the program"
83     IDS_IMPORT_SELECT_STORE "Please select a store"
84     IDS_IMPORT_STORE_SELECTION "Certificate Store Selected"
85     IDS_IMPORT_DEST_AUTOMATIC "Automatically determined by the program"
86     IDS_IMPORT_FILE "File"
87     IDS_IMPORT_CONTENT "Content"
88     IDS_IMPORT_CONTENT_CERT "Certificate"
89     IDS_IMPORT_CONTENT_CRL "Certificate Revocation List"
90     IDS_IMPORT_CONTENT_CTL "Certificate Trust List"
91     IDS_IMPORT_CONTENT_CMS "CMS/PKCS #7 Message"
92     IDS_IMPORT_CONTENT_PFX "Personal Information Exchange"
93     IDS_IMPORT_CONTENT_STORE "Certificate Store"
94     IDS_IMPORT_SUCCEEDED "The import was successful."
95     IDS_IMPORT_FAILED "The import failed."
96     IDS_WIZARD_TITLE_FONT "Arial"
97     IDS_PURPOSE_ALL "<All>"
98     IDS_PURPOSE_ADVANCED "<Advanced Purposes>"
99     IDS_SUBJECT_COLUMN "Issued To"
100     IDS_ISSUER_COLUMN "Issued By"
101     IDS_EXPIRATION_COLUMN "Expiration Date"
102     IDS_FRIENDLY_NAME_COLUMN "Friendly Name"
103     IDS_PURPOSE_SERVER_AUTH "Ensures the identify of a remote computer"
104     IDS_PURPOSE_CLIENT_AUTH "Proves your identity to a remote computer"
105     IDS_PURPOSE_CODE_SIGNING "Ensures software came from software publisher\nProtects software from alteration after publication"
106     IDS_PURPOSE_EMAIL_PROTECTION "Protects e-mail messges"
107     IDS_PURPOSE_IPSEC "Allows secure communication over the Internet"
108     IDS_PURPOSE_TIMESTAMP_SIGNING "Allows data to be signed with the current time"
109     IDS_PURPOSE_CTL_USAGE_SIGNING "Allows you to digitally sign a certificate trust list"
110     IDS_PURPOSE_EFS "Allows data on disk to be encrypted"
111     IDS_PURPOSE_EFS_RECOVERY "File Recovery"
112     IDS_PURPOSE_WHQL "Windows Hardware Driver Verification"
113     IDS_PURPOSE_NT5 "Windows System Component Verification"
114     IDS_PURPOSE_OEM_WHQL "OEM Windows System Component Verification"
115     IDS_PURPOSE_EMBEDDED_NT "Embedded Windows System Component Verification"
116     IDS_PURPOSE_ROOT_LIST_SIGNER "Root List Signer"
117     IDS_PURPOSE_QUALIFIED_SUBORDINATION "Qualified Subordination"
118     IDS_PURPOSE_KEY_RECOVERY "Key Recovery"
119     IDS_PURPOSE_DOCUMENT_SIGNING "Document Signing"
120     IDS_PURPOSE_LIFETIME_SIGNING "Lifetime Signing"
121     IDS_PURPOSE_DRM "Digital Rights"
122     IDS_PURPOSE_LICENSES "Key Pack Licenses"
123     IDS_PURPOSE_LICENSE_SERVER "License Server Verification"
124     IDS_PURPOSE_ENROLLMENT_AGENT "Certificate Request Agent"
125     IDS_PURPOSE_SMARTCARD_LOGON "Smart Card Logon"
126     IDS_PURPOSE_CA_EXCHANGE "Private Key Archival"
127     IDS_PURPOSE_KEY_RECOVERY_AGENT "Key Recovery Agent"
128     IDS_PURPOSE_DS_EMAIL_REPLICATION "Directory Service Email Replication"
129 }
130
131 IDD_GENERAL DIALOG DISCARDABLE 0, 0, 255, 236
132 CAPTION "General"
133 STYLE WS_VISIBLE
134 FONT 8, "MS Shell Dlg"
135 BEGIN
136   CONTROL "", IDC_STATIC, "Static", WS_BORDER|SS_WHITERECT, 6,10,241,200
137   CONTROL "", IDC_CERTIFICATE_ICON,"RichEdit20W",
138     ES_READONLY|WS_DISABLED,8,11,26,26
139   CONTROL "", IDC_CERTIFICATE_INFO,"RichEdit20W",
140     ES_READONLY|WS_DISABLED,34,11,212,26
141   CONTROL "", IDC_STATIC, "Static", SS_BLACKFRAME, 16,37,222,1
142   CONTROL "", IDC_CERTIFICATE_STATUS,"RichEdit20W",
143     ES_READONLY|ES_MULTILINE|WS_DISABLED,8,38,238,78
144   CONTROL "", IDC_STATIC, "Static", SS_BLACKFRAME, 16,116,222,1
145   CONTROL "", IDC_CERTIFICATE_NAMES,"RichEdit20W",
146     ES_READONLY|ES_MULTILINE|WS_DISABLED,8,117,238,91
147   PUSHBUTTON "&Install Certificate...", IDC_ADDTOSTORE,103,216,70,14
148   PUSHBUTTON "Issuer &Statement", IDC_ISSUERSTATEMENT,177,216,70,14
149 END
150
151 IDD_DETAIL DIALOG DISCARDABLE 0, 0, 255, 236
152 CAPTION "Details"
153 STYLE WS_VISIBLE
154 FONT 8, "MS Shell Dlg"
155 BEGIN
156   LTEXT "&Show:", stc1, 6,12,40,14
157   COMBOBOX IDC_DETAIL_SELECT, 28,10,100,14,
158     CBS_DROPDOWNLIST|WS_BORDER|WS_VSCROLL|WS_TABSTOP
159   CONTROL "", IDC_DETAIL_LIST, "SysListView32",
160     LVS_REPORT|LVS_SINGLESEL|WS_CHILD|WS_VISIBLE|WS_TABSTOP|WS_BORDER,
161     6,28,241,100
162   CONTROL "", IDC_DETAIL_VALUE, "RichEdit20W",
163     ES_READONLY|ES_MULTILINE|WS_TABSTOP, 6,136,241,70
164   PUSHBUTTON "&Edit Properties...", IDC_EDITPROPERTIES,103,216,70,14
165   PUSHBUTTON "&Copy to File...", IDC_EXPORT,177,216,70,14
166 END
167
168 IDD_HIERARCHY DIALOG DISCARDABLE 0, 0, 255, 236
169 CAPTION "Certification Path"
170 STYLE WS_VISIBLE
171 FONT 8, "MS Shell Dlg"
172 BEGIN
173   GROUPBOX "Certification &path", grp1,6,10,245,165, BS_GROUPBOX
174   CONTROL "",IDC_CERTPATH, "SysTreeView32", TVS_HASLINES|WS_BORDER,
175     13,22,231,130
176   PUSHBUTTON "&View Certificate", IDC_VIEWCERTIFICATE,175,156,70,14
177   LTEXT "Certificate &status:", IDC_CERTIFICATESTATUS,6,183,70,14
178   CONTROL "", IDC_CERTIFICATESTATUSTEXT,"RichEdit20W",
179     WS_BORDER|ES_READONLY|ES_MULTILINE|WS_DISABLED,6,195,245,36
180 END
181
182 IDD_USERNOTICE DIALOG DISCARDABLE 0, 0, 255, 256
183 CAPTION "Disclaimer"
184 STYLE WS_VISIBLE
185 FONT 8, "MS Shell Dlg"
186 BEGIN
187   CONTROL "", IDC_USERNOTICE,"RichEdit20W",
188     WS_BORDER|ES_READONLY|ES_MULTILINE|WS_DISABLED,6,10,241,200
189   PUSHBUTTON "Close", IDOK,103,216,70,14
190   PUSHBUTTON "More &Info", IDC_CPS,177,216,70,14
191 END
192
193 IDD_CERT_PROPERTIES_GENERAL DIALOG DISCARDABLE 0, 0, 255, 236
194 CAPTION "General"
195 STYLE WS_VISIBLE
196 FONT 8, "MS Shell Dlg"
197 BEGIN
198   LTEXT "&Friendly name:", stc1, 6,14,60,14
199   EDITTEXT IDC_FRIENDLY_NAME, 60,12,191,14, ES_AUTOHSCROLL|WS_TABSTOP
200   LTEXT "&Description:", stc2, 6,32,60,14
201   EDITTEXT IDC_DESCRIPTION, 60,30,191,14, ES_AUTOVSCROLL|ES_MULTILINE|WS_TABSTOP|WS_VSCROLL
202   GROUPBOX "Certificate purposes", grp1,6,48,245,165, BS_GROUPBOX
203   AUTORADIOBUTTON "&Enable all purposes for this certificate",
204     IDC_ENABLE_ALL_PURPOSES, 12,58,180,14, BS_AUTORADIOBUTTON|WS_TABSTOP
205   AUTORADIOBUTTON "D&isable all purposes for this certificate",
206     IDC_DISABLE_ALL_PURPOSES, 12,70,180,14, BS_AUTORADIOBUTTON
207   AUTORADIOBUTTON "Enable &only the following purposes for this certificate:",
208     IDC_ENABLE_SELECTED_PURPOSES, 12,82,180,14, BS_AUTORADIOBUTTON
209   CONTROL "", IDC_CERTIFICATE_USAGES,"SysListView32",
210     LVS_REPORT|LVS_NOCOLUMNHEADER|LVS_SINGLESEL|WS_CHILD|WS_VISIBLE|WS_TABSTOP|WS_BORDER,
211     24,100,220,90
212   PUSHBUTTON "Add &Purpose...", IDC_ADD_PURPOSE,184,194,60,14
213 END
214
215 IDD_ADD_CERT_PURPOSE DIALOG DISCARDABLE 0,0,200,68
216 CAPTION "Add Purpose"
217 FONT 8, "MS Shell Dlg"
218 BEGIN
219   LTEXT "Add the object identifier (OID) for the certificate purpose you wish to add:",
220     stc1, 6,6,190,28
221   EDITTEXT IDC_NEW_PURPOSE, 6,28,190,14, ES_AUTOVSCROLL|ES_MULTILINE|WS_TABSTOP|WS_VSCROLL
222   PUSHBUTTON "OK", IDOK, 33,48,60,14
223   PUSHBUTTON "Cancel", IDCANCEL, 100,48,60,14
224 END
225
226 IDD_SELECT_STORE DIALOG DISCARDABLE 0,0,200,136
227 CAPTION "Select Certificate Store"
228 FONT 8, "MS Shell Dlg"
229 BEGIN
230   LTEXT "Select the certificate store you want to use:", IDC_STORE_TEXT, 6,6,190,28
231   CONTROL "",IDC_STORE_LIST, "SysTreeView32", TVS_HASLINES|WS_BORDER|WS_TABSTOP,
232     6,28,188,70
233   CHECKBOX "&Show physical stores", IDC_SHOW_PHYSICAL_STORES, 6,102,90,14,
234     BS_AUTOCHECKBOX|WS_TABSTOP
235   PUSHBUTTON "OK", IDOK, 90,118,50,14, BS_DEFPUSHBUTTON
236   PUSHBUTTON "Cancel", IDCANCEL, 144,118,50,14
237 END
238
239 IDD_IMPORT_WELCOME DIALOG DISCARDABLE 0,0,317,143
240 CAPTION "Certificate Import Wizard"
241 FONT 8, "MS Shell Dlg"
242 BEGIN
243   LTEXT "Welcome to the Certificate Import Wizard", IDC_IMPORT_TITLE,
244     115,1,195,40
245   LTEXT "This wizard helps you import certificates, certificate revocation lists, and certificate trust lists from a file to a certificate store.",
246     stc1, 115,33,195,16
247   LTEXT "A certificate can be used to identify you or the computer with which you are communicating.  It can also be used for authentication, and to sign messages.  Certificate stores are collections of certificates, certificate revocation lists, and certificate trust lists.",
248     stc2, 115,56,195,40
249   LTEXT "To continue, click Next.",
250     stc3, 115,103,195,8
251 END
252
253 IDD_IMPORT_FILE DIALOG DISCARDABLE 0,0,317,143
254 CAPTION "Certificate Import Wizard"
255 FONT 8, "MS Shell Dlg"
256 BEGIN
257   LTEXT "&File name:", stc1, 21,1,195,10
258   EDITTEXT IDC_IMPORT_FILENAME, 21,11,208,14, ES_AUTOHSCROLL|WS_TABSTOP
259   PUSHBUTTON "B&rowse...", IDC_IMPORT_BROWSE_FILE, 236,11,60,14
260   LTEXT "Note:  The following file formats may contain more than one certificate, certificate revocation list, or certificate trust list:", stc2, 21,26,265,16
261   LTEXT "Cryptographic Message Syntax Standard/PKCS #7 Messages (.p7b)",
262     stc3, 31,49,265,10
263   LTEXT "Personal Information Exchange/PKCS #12 (.pfx, .p12)",
264     stc3, 31,64,265,10
265   LTEXT "Microsoft Serialized Certificate Store (.sst)",
266     stc3, 31,79,265,10
267 END
268
269 IDD_IMPORT_STORE DIALOG DISCARDABLE 0,0,317,143
270 CAPTION "Certificate Import Wizard"
271 FONT 8, "MS Shell Dlg"
272 BEGIN
273   LTEXT "Wine can automatically select the certificate store, or you can specify a location for the certificates.", stc1, 21,1,195,20
274   AUTORADIOBUTTON "&Automatically select certificate store",
275     IDC_IMPORT_AUTO_STORE, 31,18,180,12, BS_AUTORADIOBUTTON|WS_TABSTOP
276   AUTORADIOBUTTON "&Place all certificates in the following store:",
277     IDC_IMPORT_SPECIFY_STORE, 31,30,180,12, BS_AUTORADIOBUTTON
278   EDITTEXT IDC_IMPORT_STORE, 44,49,185,14, ES_READONLY
279   PUSHBUTTON "B&rowse...", IDC_IMPORT_BROWSE_STORE, 236,49,60,14
280 END
281
282 IDD_IMPORT_FINISH DIALOG DISCARDABLE 0,0,317,143
283 CAPTION "Certificate Import Wizard"
284 FONT 8, "MS Shell Dlg"
285 BEGIN
286   LTEXT "Completing the Certificate Import Wizard", IDC_IMPORT_TITLE,
287     115,1,195,40
288   LTEXT "You have successfully completed the Certificate Import Wizard.",
289     stc1, 115,33,195,24
290   LTEXT "You have specified the following settings:",
291     stc2, 115,57,195,12
292   CONTROL "", IDC_IMPORT_SETTINGS, "SysListView32",
293     LVS_REPORT|LVS_NOCOLUMNHEADER|LVS_SINGLESEL|WS_CHILD|WS_VISIBLE|WS_TABSTOP|WS_BORDER,
294     115,67,174,100
295 END
296
297 IDD_CERT_MGR DIALOG DISCARDABLE 0,0,335,270
298 CAPTION "Certificates"
299 FONT 8, "MS Shell Dlg"
300 BEGIN
301   LTEXT "I&ntended purpose:", IDC_STATIC, 7,9,100,12
302   COMBOBOX IDC_MGR_PURPOSE_SELECTION, 83,7,245,14,
303     CBS_DROPDOWNLIST|WS_BORDER|WS_VSCROLL|WS_TABSTOP
304   CONTROL "", IDC_MGR_STORES, "SysTabControl32",
305     WS_CLIPSIBLINGS|WS_TABSTOP, 7,25,321,140
306   CONTROL "", IDC_MGR_CERTS, "SysListView32",
307     LVS_REPORT|WS_CHILD|WS_VISIBLE|WS_TABSTOP|WS_BORDER, 15,46,305,111
308   PUSHBUTTON "&Import...", IDC_MGR_IMPORT, 7,172,51,14
309   PUSHBUTTON "&Export...", IDC_MGR_EXPORT, 62,172,51,14, WS_DISABLED
310   PUSHBUTTON "&Remove", IDC_MGR_REMOVE, 117,172,51,14, WS_DISABLED
311   PUSHBUTTON "&Advanced...", IDC_MGR_ADVANCED, 277,172,51,14
312   GROUPBOX "Certificate intended purposes", grp1,7,194,321,47, BS_GROUPBOX
313   LTEXT "", IDC_MGR_PURPOSES, 13,208,252,30
314   PUSHBUTTON "&View...", IDC_MGR_VIEW, 269,218,51,14, WS_DISABLED
315   PUSHBUTTON "&Close", IDCANCEL, 277,249,51,14, BS_DEFPUSHBUTTON
316 END
317
318 IDD_CERT_MGR_ADVANCED DIALOG DISCARDABLE 0,0,248,176
319 CAPTION "Advanced Options"
320 FONT 8, "MS Shell Dlg"
321 BEGIN
322   GROUPBOX "Certificate purpose", grp1, 7,7,234,141, BS_GROUPBOX
323   LTEXT "Select one or more purposes to be listed when Advanced Purposes is selected.",
324     IDC_STATIC, 14,18,220,16
325   LTEXT "&Certificate purposes:", IDC_STATIC, 14,41,90,12, WS_TABSTOP
326   CONTROL "", IDC_CERTIFICATE_USAGES,"SysListView32",
327     LVS_REPORT|LVS_NOCOLUMNHEADER|LVS_SINGLESEL|WS_CHILD|WS_VISIBLE|WS_TABSTOP|WS_BORDER,
328     14,51,220,90
329   PUSHBUTTON "OK", IDOK, 132,155,51,14, BS_DEFPUSHBUTTON
330   PUSHBUTTON "Cancel", IDCANCEL, 190,155,51,14
331 END