merged tag ooo/OOO330_m14
[LibreOffice.git] / xmlsecurity / source / dialogs / digitalsignaturesdialog.src
blob87d2de5201036d34a01b26bfe5b5d38002824360
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
28 #include "dialogs.hrc"
29 #include "helpids.hrc"
30 #include "digitalsignaturesdialog.hrc"
32 ModalDialog RID_XMLSECDLG_DIGSIG
34     HelpId = HID_XMLSEC_DLG_DIGSIG;
35     Size = MAP_APPFONT( 234, 191 );
36     OutputSize = TRUE;
37     Closeable = TRUE;
38     Moveable = TRUE;
39     SVLook = TRUE;
41     Text [ en-US ] = "Digital Signatures";
43     FixedText FT_HINT_DOC
44     {
45         Pos = MAP_APPFONT( 6, 3 );
46         Size = MAP_APPFONT( 222, 8 );
47         Hide = TRUE;
48         Text [ en-US ] = "The following have signed the document content:";
49     };
50     FixedText FT_HINT_BASIC
51     {
52         Pos = MAP_APPFONT( 6, 3 );
53         Size = MAP_APPFONT( 222, 8 );
54         Hide = TRUE;
55         Text [ en-US ] = "The following have signed the document macro:";
56     };
57     FixedText FT_HINT_PACK
58     {
59         Pos = MAP_APPFONT( 6, 3 );
60         Size = MAP_APPFONT( 222, 8 );
61         Hide = TRUE;
62         Text [ en-US ] = "The following have signed this package:";
63     };
64     Control LB_SIGNATURES
65     {
66         HelpId = HID_XMLSEC_CTRL_SIGNATURESDLG;
67         Pos = MAP_APPFONT( 6, 14 );
68         Size = MAP_APPFONT( 222, 109 );
69         SVLook = TRUE;
70         Border = TRUE;
71     };
72     String STR_HEADERBAR
73     {
74         Text [ en-US ] = "\tSigned by\tDigital ID issued by\tDate";
75     };
76     String STR_VALID_SIGNATURE
77     {
78         Text [ en-US ] = "Valid signature";
79     };
80     String STR_NO_INFO_TO_VERIFY
81     {
82         Text [ en-US ] = "Certificate could not be validated";
83     };
84     String STR_INVALID_SIGNATURE
85     {
86         Text [ en-US ] = "The signatures in this document are invalid";
87     };
89     FixedImage IMG_STATE_VALID
90     {
91         Pos = MAP_APPFONT( 6, 127 );
92         Size = MAP_APPFONT( 33, 22 );
93         Fixed = Image
94         {
95             ImageBitmap = Bitmap { File = "signet_11x16.png"; };
96             MaskColor = STD_MASKCOLOR;
97         };
98     };
99     FixedText FI_STATE_VALID
100     {
101         Pos = MAP_APPFONT( 6, 127 );
102         Size = MAP_APPFONT( 222, 8 );
103         Hide = TRUE;
104         Text [ en-US ] = "The signatures in this document are valid";
105     };
106     FixedText FI_STATE_OLDSIGNATURE
107     {
108         Pos = MAP_APPFONT( 6, 127 );
109         Size = MAP_APPFONT( 222, 8 );
110         Hide = TRUE;
111         Text [ en-US ] = "Not all parts of the document are signed";
112     };
113     FixedImage IMG_STATE_BROKEN
114     {
115         Pos = MAP_APPFONT( 6, 127 );
116         Size = MAP_APPFONT( 33, 22 );
117         Fixed = Image
118         {
119             ImageBitmap = Bitmap { File = "caution_11x16.png"; };
120             MaskColor = STD_MASKCOLOR;
121         };
122     };
123     FixedText FI_STATE_BROKEN
124     {
125         Pos = MAP_APPFONT( 6, 127 );
126         Size = MAP_APPFONT( 222, 8 );
127         Hide = TRUE;
128         Text [ en-US ] = "The signatures in this document are invalid";
129     };
130     FixedImage IMG_STATE_NOTVALIDATED
131     {
132         Pos = MAP_APPFONT( 6, 127 );
133         Size = MAP_APPFONT( 33, 22 );
134         Fixed = Image
135         {
136             ImageBitmap = Bitmap { File = "notcertificate_16.png"; };
137             MaskColor = STD_MASKCOLOR;
138         };
139     };
140     FixedText FI_STATE_NOTVALIDATED
141     {
142         Pos = MAP_APPFONT( 6, 127 );
143         Size = MAP_APPFONT( 222, 8 );
144         Hide = TRUE;
145     };
146     PushButton BTN_VIEWCERT
147     {
148         Pos = MAP_APPFONT( 6, 142 );
149         Size = MAP_APPFONT( 70, 14 );
150         Text [ en-US ] = "View Certificate...";
151     };
152     PushButton BTN_ADDCERT
153     {
154         Pos = MAP_APPFONT( 82, 142 );
155         Size = MAP_APPFONT( 70, 14 );
156         Text [ en-US ] = "Sign Document...";
157     };
158     PushButton BTN_REMOVECERT
159     {
160         Pos = MAP_APPFONT( 158, 142 );
161         Size = MAP_APPFONT( 70, 14 );
162         Text [ en-US ] = "Remove";
163     };
164     FixedLine FL_BOTTOM_SEP
165     {
166         Pos = MAP_APPFONT( 0, 160 );
167         Size = MAP_APPFONT( 234, 8 );
168     };
169     OKButton BTN_OK
170     {
171         DefButton = TRUE;
172         Pos = MAP_APPFONT( 178, 171 );
173         Size = MAP_APPFONT( 50, 14 );
174         Text [ en-US ] = "Close";
175     };
176     HelpButton BTN_HELP
177     {
178         Pos = MAP_APPFONT( 6, 171 );
179         Size = MAP_APPFONT( 50, 14 );
180     };
181     Image IMG_STATE_VALID_HC
182     {
183         ImageBitmap = Bitmap { File = "signet_11x16_h.png"; };
184         MaskColor = STD_MASKCOLOR;
185     };
186     Image IMG_STATE_BROKEN_HC
187     {
188         ImageBitmap = Bitmap { File = "caution_11x16_h.png"; };
189         MaskColor = STD_MASKCOLOR;
190     };
191     Image IMG_STATE_NOTVALIDATED_HC
192     {
193         ImageBitmap = Bitmap { File = "notcertificate_16_h.png"; };
194         MaskColor = STD_MASKCOLOR;
195     };
199 ErrorBox RID_XMLSECDLG_OLD_ODF_FORMAT
201     Buttons = WB_OK ;
202     DefButton = WB_DEF_OK ;
203     Message [ en-US ] =
204         "This document contains signatures in ODF 1.1 (OpenOffice.org 2.x) format. "
205         "Signing documents in %PRODUCTNAME %PRODUCTVERSION requires ODF 1.2 format version. "
206         "Thus no signatures can be added or removed to this document.\n\n"
207         "Save document in ODF 1.2 format and add all desired signatures again.";
211 QueryBox MSG_XMLSECDLG_QUERY_REMOVEDOCSIGNBEFORESIGN
213     Buttons = WB_YES_NO ;
214     DefButton = WB_DEF_NO ;
215     Message [ en-US ] = "Adding or removing a macro signature will remove all document signatures.\n"
216         "Do you really want to continue?";