cryptui: Show subject, issuer, and validity period for a cert in the properties 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_SUBJECT_HEADING "Issued to: "
27     IDS_ISSUER_HEADING "Issued by: "
28     IDS_VALID_FROM "Valid from "
29     IDS_VALID_TO " to "
30 }
31
32 IDD_GENERAL DIALOG DISCARDABLE 0, 0, 255, 236
33 CAPTION "General"
34 STYLE WS_VISIBLE
35 FONT 8, "MS Shell Dlg"
36 BEGIN
37   CONTROL "", IDC_STATIC, "Static", WS_BORDER|SS_WHITERECT, 6,10,241,200
38   CONTROL "", IDC_CERTIFICATE_ICON,"RichEdit20W",
39     ES_READONLY|WS_DISABLED,8,11,26,26
40   CONTROL "", IDC_CERTIFICATE_INFO,"RichEdit20W",
41     ES_READONLY|WS_DISABLED,34,11,212,26
42   CONTROL "", IDC_STATIC, "Static", SS_BLACKFRAME, 16,37,222,1
43   CONTROL "", IDC_CERTIFICATE_STATUS,"RichEdit20W",
44     ES_READONLY|ES_MULTILINE|WS_DISABLED,8,38,238,78
45   CONTROL "", IDC_STATIC, "Static", SS_BLACKFRAME, 16,116,222,1
46   CONTROL "", IDC_CERTIFICATE_NAMES,"RichEdit20W",
47     ES_READONLY|ES_MULTILINE|WS_DISABLED,8,117,238,91
48   PUSHBUTTON "&Install Certificate...", IDC_ADDTOSTORE,103,216,70,14
49   PUSHBUTTON "Issuer &Statement", IDC_ISSUERSTATEMENT,177,216,70,14
50 END