cryptui: Make sure a store is selected when the user click OK in the select store...
[wine/hacks.git] / dlls / cryptui / cryptui_En.rc
blob7ad889e84fc4238dcd3e836772e9efd0fdc536bb
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  */
21 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
23 STRINGTABLE DISCARDABLE
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_PURPOSE_SERVER_AUTH "Ensures the identify of a remote computer"
67     IDS_PURPOSE_CLIENT_AUTH "Proves your identity to a remote computer"
68     IDS_PURPOSE_CODE_SIGNING "Ensures software came from software publisher\nProtects software from alteration after publication"
69     IDS_PURPOSE_EMAIL_PROTECTION "Protects e-mail messges"
70     IDS_PURPOSE_IPSEC "Allows secure communication over the Internet"
71     IDS_PURPOSE_TIMESTAMP_SIGNING "Allows data to be signed with the current time"
72     IDS_PURPOSE_CTL_USAGE_SIGNING "Allows you to digitally sign a certificate trust list"
73     IDS_PURPOSE_EFS "Allows data on disk to be encrypted"
74     IDS_PURPOSE_EFS_RECOVERY "File Recovery"
75     IDS_PURPOSE_WHQL "Windows Hardware Driver Verification"
76     IDS_PURPOSE_NT5 "Windows System Component Verification"
77     IDS_PURPOSE_OEM_WHQL "OEM Windows System Component Verification"
78     IDS_PURPOSE_EMBEDDED_NT "Embedded Windows System Component Verification"
79     IDS_PURPOSE_ROOT_LIST_SIGNER "Root List Signer"
80     IDS_PURPOSE_QUALIFIED_SUBORDINATION "Qualified Subordination"
81     IDS_PURPOSE_KEY_RECOVERY "Key Recovery"
82     IDS_PURPOSE_DOCUMENT_SIGNING "Document Signing"
83     IDS_PURPOSE_LIFETIME_SIGNING "Lifetime Signing"
84     IDS_PURPOSE_DRM "Digital Rights"
85     IDS_PURPOSE_LICENSES "Key Pack Licenses"
86     IDS_PURPOSE_LICENSE_SERVER "License Server Verification"
87     IDS_PURPOSE_ENROLLMENT_AGENT "Certificate Request Agent"
88     IDS_PURPOSE_SMARTCARD_LOGON "Smart Card Logon"
89     IDS_PURPOSE_CA_EXCHANGE "Private Key Archival"
90     IDS_PURPOSE_KEY_RECOVERY_AGENT "Key Recovery Agent"
91     IDS_PURPOSE_DS_EMAIL_REPLICATION "Directory Service Email Replication"
94 IDD_GENERAL DIALOG DISCARDABLE 0, 0, 255, 236
95 CAPTION "General"
96 STYLE WS_VISIBLE
97 FONT 8, "MS Shell Dlg"
98 BEGIN
99   CONTROL "", IDC_STATIC, "Static", WS_BORDER|SS_WHITERECT, 6,10,241,200
100   CONTROL "", IDC_CERTIFICATE_ICON,"RichEdit20W",
101     ES_READONLY|WS_DISABLED,8,11,26,26
102   CONTROL "", IDC_CERTIFICATE_INFO,"RichEdit20W",
103     ES_READONLY|WS_DISABLED,34,11,212,26
104   CONTROL "", IDC_STATIC, "Static", SS_BLACKFRAME, 16,37,222,1
105   CONTROL "", IDC_CERTIFICATE_STATUS,"RichEdit20W",
106     ES_READONLY|ES_MULTILINE|WS_DISABLED,8,38,238,78
107   CONTROL "", IDC_STATIC, "Static", SS_BLACKFRAME, 16,116,222,1
108   CONTROL "", IDC_CERTIFICATE_NAMES,"RichEdit20W",
109     ES_READONLY|ES_MULTILINE|WS_DISABLED,8,117,238,91
110   PUSHBUTTON "&Install Certificate...", IDC_ADDTOSTORE,103,216,70,14
111   PUSHBUTTON "Issuer &Statement", IDC_ISSUERSTATEMENT,177,216,70,14
114 IDD_DETAIL DIALOG DISCARDABLE 0, 0, 255, 236
115 CAPTION "Details"
116 STYLE WS_VISIBLE
117 FONT 8, "MS Shell Dlg"
118 BEGIN
119   LTEXT "&Show:", stc1, 6,12,40,14
120   COMBOBOX IDC_DETAIL_SELECT, 28,10,100,14,
121     CBS_DROPDOWNLIST|WS_BORDER|WS_VSCROLL|WS_TABSTOP
122   CONTROL "", IDC_DETAIL_LIST, "SysListView32",
123     LVS_REPORT|LVS_SINGLESEL|WS_CHILD|WS_VISIBLE|WS_TABSTOP|WS_BORDER,
124     6,28,241,100
125   CONTROL "", IDC_DETAIL_VALUE, "RichEdit20W",
126     ES_READONLY|ES_MULTILINE|WS_TABSTOP, 6,136,241,70
127   PUSHBUTTON "&Edit Properties...", IDC_EDITPROPERTIES,103,216,70,14
128   PUSHBUTTON "&Copy to File...", IDC_EXPORT,177,216,70,14
131 IDD_HIERARCHY DIALOG DISCARDABLE 0, 0, 255, 236
132 CAPTION "Certification Path"
133 STYLE WS_VISIBLE
134 FONT 8, "MS Shell Dlg"
135 BEGIN
136   GROUPBOX "Certification &path", grp1,6,10,245,165, BS_GROUPBOX
137   CONTROL "",IDC_CERTPATH, "SysTreeView32", TVS_HASLINES|WS_BORDER,
138     13,22,231,130
139   PUSHBUTTON "&View Certificate", IDC_VIEWCERTIFICATE,175,156,70,14
140   LTEXT "Certificate &status:", IDC_CERTIFICATESTATUS,6,183,70,14
141   CONTROL "", IDC_CERTIFICATESTATUSTEXT,"RichEdit20W",
142     WS_BORDER|ES_READONLY|ES_MULTILINE|WS_DISABLED,6,195,245,36
145 IDD_USERNOTICE DIALOG DISCARDABLE 0, 0, 255, 256
146 CAPTION "Disclaimer"
147 STYLE WS_VISIBLE
148 FONT 8, "MS Shell Dlg"
149 BEGIN
150   CONTROL "", IDC_USERNOTICE,"RichEdit20W",
151     WS_BORDER|ES_READONLY|ES_MULTILINE|WS_DISABLED,6,10,241,200
152   PUSHBUTTON "Close", IDOK,103,216,70,14
153   PUSHBUTTON "More &Info", IDC_CPS,177,216,70,14
156 IDD_CERT_PROPERTIES_GENERAL DIALOG DISCARDABLE 0, 0, 255, 236
157 CAPTION "General"
158 STYLE WS_VISIBLE
159 FONT 8, "MS Shell Dlg"
160 BEGIN
161   LTEXT "&Friendly name:", stc1, 6,14,60,14
162   EDITTEXT IDC_FRIENDLY_NAME, 60,12,191,14, ES_AUTOHSCROLL|WS_TABSTOP
163   LTEXT "&Description:", stc2, 6,32,60,14
164   EDITTEXT IDC_DESCRIPTION, 60,30,191,14, ES_AUTOVSCROLL|ES_MULTILINE|WS_TABSTOP|WS_VSCROLL
165   GROUPBOX "Certificate purposes", grp1,6,48,245,165, BS_GROUPBOX
166   AUTORADIOBUTTON "&Enable all purposes for this certificate",
167     IDC_ENABLE_ALL_PURPOSES, 12,58,180,14, BS_AUTORADIOBUTTON|WS_TABSTOP
168   AUTORADIOBUTTON "D&isable all purposes for this certificate",
169     IDC_DISABLE_ALL_PURPOSES, 12,70,180,14, BS_AUTORADIOBUTTON
170   AUTORADIOBUTTON "Enable &only the following purposes for this certificate:",
171     IDC_ENABLE_SELECTED_PURPOSES, 12,82,180,14, BS_AUTORADIOBUTTON
172   CONTROL "", IDC_CERTIFICATE_USAGES,"SysListView32",
173     LVS_REPORT|LVS_NOCOLUMNHEADER|LVS_SINGLESEL|WS_CHILD|WS_VISIBLE|WS_TABSTOP|WS_BORDER,
174     24,100,220,90
175   PUSHBUTTON "Add &Purpose...", IDC_ADD_PURPOSE,184,194,60,14
178 IDD_ADD_CERT_PURPOSE DIALOG DISCARDABLE 0,0,200,68
179 CAPTION "Add Purpose"
180 FONT 8, "MS Shell Dlg"
181 BEGIN
182   LTEXT "Add the object identifier (OID) for the certificate purpose you wish to add:",
183     stc1, 6,6,190,28
184   EDITTEXT IDC_NEW_PURPOSE, 6,28,190,14, ES_AUTOVSCROLL|ES_MULTILINE|WS_TABSTOP|WS_VSCROLL
185   PUSHBUTTON "OK", IDOK, 33,48,60,14
186   PUSHBUTTON "Cancel", IDCANCEL, 100,48,60,14
189 IDD_SELECT_STORE DIALOG DISCARDABLE 0,0,200,136
190 CAPTION "Select Certificate Store"
191 FONT 8, "MS Shell Dlg"
192 BEGIN
193   LTEXT "Select the certificate store you want to use:", IDC_STORE_TEXT, 6,6,190,28
194   CONTROL "",IDC_STORE_LIST, "SysTreeView32", TVS_HASLINES|WS_BORDER|WS_TABSTOP,
195     6,28,188,70
196   CHECKBOX "&Show physical stores", IDC_SHOW_PHYSICAL_STORES, 6,102,90,14,
197     BS_AUTOCHECKBOX|WS_TABSTOP
198   PUSHBUTTON "OK", IDOK, 90,118,50,14, BS_DEFPUSHBUTTON
199   PUSHBUTTON "Cancel", IDCANCEL, 144,118,50,14