cryptui: Show issuer statement in cert properties dialog.
[wine/wine64.git] / dlls / cryptui / cryptui_En.rc
blobd0ef8b17c01e708a3270347fd4cd40cc14882f53
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_PURPOSE_SERVER_AUTH "Ensures the identify of a remote computer"
38     IDS_PURPOSE_CLIENT_AUTH "Proves your identity to a remote computer"
39     IDS_PURPOSE_CODE_SIGNING "Ensures software came from software publisher\nProtects software from alteration after publication"
40     IDS_PURPOSE_EMAIL_PROTECTION "Protects e-mail messges"
41     IDS_PURPOSE_IPSEC "Allows secure communication over the Internet"
42     IDS_PURPOSE_TIMESTAMP_SIGNING "Allows data to be signed with the current time"
43     IDS_PURPOSE_CTL_USAGE_SIGNING "Allows you to digitally sign a certificate trust list"
44     IDS_PURPOSE_EFS "Allows data on disk to be encrypted"
45     IDS_PURPOSE_EFS_RECOVERY "File Recovery"
46     IDS_PURPOSE_WHQL "Windows Hardware Driver Verification"
47     IDS_PURPOSE_NT5 "Windows System Component Verification"
48     IDS_PURPOSE_OEM_WHQL "OEM Windows System Component Verification"
49     IDS_PURPOSE_EMBEDDED_NT "Embedded Windows System Component Verification"
50     IDS_PURPOSE_ROOT_LIST_SIGNER "Root List Signer"
51     IDS_PURPOSE_QUALIFIED_SUBORDINATION "Qualified Subordination"
52     IDS_PURPOSE_KEY_RECOVERY "Key Recovery"
53     IDS_PURPOSE_DOCUMENT_SIGNING "Document Signing"
54     IDS_PURPOSE_LIFETIME_SIGNING "Lifetime Signing"
55     IDS_PURPOSE_DRM "Digital Rights"
56     IDS_PURPOSE_LICENSES "Key Pack Licenses"
57     IDS_PURPOSE_LICENSE_SERVER "License Server Verification"
58     IDS_PURPOSE_ENROLLMENT_AGENT "Certificate Request Agent"
59     IDS_PURPOSE_SMARTCARD_LOGON "Smart Card Logon"
60     IDS_PURPOSE_CA_EXCHANGE "Private Key Archival"
61     IDS_PURPOSE_KEY_RECOVERY_AGENT "Key Recovery Agent"
62     IDS_PURPOSE_DS_EMAIL_REPLICATION "Directory Service Email Replication"
65 IDD_GENERAL DIALOG DISCARDABLE 0, 0, 255, 236
66 CAPTION "General"
67 STYLE WS_VISIBLE
68 FONT 8, "MS Shell Dlg"
69 BEGIN
70   CONTROL "", IDC_STATIC, "Static", WS_BORDER|SS_WHITERECT, 6,10,241,200
71   CONTROL "", IDC_CERTIFICATE_ICON,"RichEdit20W",
72     ES_READONLY|WS_DISABLED,8,11,26,26
73   CONTROL "", IDC_CERTIFICATE_INFO,"RichEdit20W",
74     ES_READONLY|WS_DISABLED,34,11,212,26
75   CONTROL "", IDC_STATIC, "Static", SS_BLACKFRAME, 16,37,222,1
76   CONTROL "", IDC_CERTIFICATE_STATUS,"RichEdit20W",
77     ES_READONLY|ES_MULTILINE|WS_DISABLED,8,38,238,78
78   CONTROL "", IDC_STATIC, "Static", SS_BLACKFRAME, 16,116,222,1
79   CONTROL "", IDC_CERTIFICATE_NAMES,"RichEdit20W",
80     ES_READONLY|ES_MULTILINE|WS_DISABLED,8,117,238,91
81   PUSHBUTTON "&Install Certificate...", IDC_ADDTOSTORE,103,216,70,14
82   PUSHBUTTON "Issuer &Statement", IDC_ISSUERSTATEMENT,177,216,70,14
83 END
85 IDD_USERNOTICE DIALOG DISCARDABLE 0, 0, 255, 256
86 CAPTION "Disclaimer"
87 STYLE WS_VISIBLE
88 FONT 8, "MS Shell Dlg"
89 BEGIN
90   CONTROL "", IDC_USERNOTICE,"RichEdit20W",
91     WS_BORDER|ES_READONLY|ES_MULTILINE|WS_DISABLED,6,10,241,200
92   PUSHBUTTON "Close", IDOK,103,216,70,14
93   PUSHBUTTON "More &Info", IDC_CPS,177,216,70,14
94 END