Get the style color and number just once
[LibreOffice.git] / xmlsecurity / uiconfig / ui / digitalsignaturesdialog.ui
blob483605961f2c9734c8c0c0ff83a052ebeee54051
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
3 <interface domain="xsc">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkTreeStore" id="liststore3">
6 <columns>
7 <!-- column-name image -->
8 <column type="GdkPixbuf"/>
9 <!-- column-name text -->
10 <column type="gchararray"/>
11 <!-- column-name text2 -->
12 <column type="gchararray"/>
13 <!-- column-name text3 -->
14 <column type="gchararray"/>
15 <!-- column-name text4 -->
16 <column type="gchararray"/>
17 <!-- column-name text5 -->
18 <column type="gchararray"/>
19 <!-- column-name id -->
20 <column type="gchararray"/>
21 </columns>
22 </object>
23 <object class="GtkDialog" id="DigitalSignaturesDialog">
24 <property name="can-focus">False</property>
25 <property name="border-width">6</property>
26 <property name="title" translatable="yes" context="digitalsignaturesdialog|DigitalSignaturesDialog">Digital Signatures</property>
27 <property name="modal">True</property>
28 <property name="type-hint">dialog</property>
29 <child internal-child="vbox">
30 <object class="GtkBox" id="dialog-vbox1">
31 <property name="can-focus">False</property>
32 <property name="orientation">vertical</property>
33 <property name="spacing">12</property>
34 <child internal-child="action_area">
35 <object class="GtkButtonBox" id="dialog-action_area1">
36 <property name="can-focus">False</property>
37 <property name="layout-style">end</property>
38 <child>
39 <object class="GtkButton" id="help">
40 <property name="label" translatable="yes" context="stock">_Help</property>
41 <property name="visible">True</property>
42 <property name="can-focus">True</property>
43 <property name="receives-default">True</property>
44 <property name="use-underline">True</property>
45 </object>
46 <packing>
47 <property name="expand">False</property>
48 <property name="fill">True</property>
49 <property name="position">0</property>
50 <property name="secondary">True</property>
51 </packing>
52 </child>
53 <child>
54 <object class="GtkButton" id="close">
55 <property name="label" translatable="yes" context="stock">_Close</property>
56 <property name="visible">True</property>
57 <property name="can-focus">True</property>
58 <property name="can-default">True</property>
59 <property name="has-default">True</property>
60 <property name="receives-default">True</property>
61 <property name="use-underline">True</property>
62 </object>
63 <packing>
64 <property name="expand">False</property>
65 <property name="fill">True</property>
66 <property name="position">1</property>
67 </packing>
68 </child>
69 </object>
70 <packing>
71 <property name="expand">False</property>
72 <property name="fill">True</property>
73 <property name="pack-type">end</property>
74 <property name="position">0</property>
75 </packing>
76 </child>
77 <child>
78 <object class="GtkBox" id="box1">
79 <property name="visible">True</property>
80 <property name="can-focus">False</property>
81 <property name="hexpand">True</property>
82 <property name="vexpand">True</property>
83 <property name="orientation">vertical</property>
84 <property name="spacing">6</property>
85 <child>
86 <object class="GtkLabel" id="dochint">
87 <property name="can-focus">False</property>
88 <property name="no-show-all">True</property>
89 <property name="label" translatable="yes" context="digitalsignaturesdialog|dochint">The following have signed the document content: </property>
90 <property name="xalign">0</property>
91 </object>
92 <packing>
93 <property name="expand">False</property>
94 <property name="fill">True</property>
95 <property name="position">0</property>
96 </packing>
97 </child>
98 <child>
99 <object class="GtkScrolledWindow">
100 <property name="visible">True</property>
101 <property name="can-focus">True</property>
102 <property name="hexpand">True</property>
103 <property name="vexpand">True</property>
104 <property name="shadow-type">in</property>
105 <child>
106 <object class="GtkTreeView" id="signatures">
107 <property name="visible">True</property>
108 <property name="can-focus">True</property>
109 <property name="receives-default">True</property>
110 <property name="hexpand">True</property>
111 <property name="vexpand">True</property>
112 <property name="model">liststore3</property>
113 <property name="search-column">0</property>
114 <property name="show-expanders">False</property>
115 <child internal-child="selection">
116 <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
117 </child>
118 <child>
119 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
120 <property name="resizable">True</property>
121 <property name="spacing">6</property>
122 <child>
123 <object class="GtkCellRendererPixbuf" id="cellrenderertext0"/>
124 <attributes>
125 <attribute name="pixbuf">0</attribute>
126 </attributes>
127 </child>
128 </object>
129 </child>
130 <child>
131 <object class="GtkTreeViewColumn" id="treeviewcolumn3">
132 <property name="resizable">True</property>
133 <property name="spacing">6</property>
134 <property name="title" translatable="yes" context="digitalsignaturesdialog|signed">Signed by </property>
135 <child>
136 <object class="GtkCellRendererText" id="cellrenderer1"/>
137 <attributes>
138 <attribute name="text">1</attribute>
139 </attributes>
140 </child>
141 </object>
142 </child>
143 <child>
144 <object class="GtkTreeViewColumn" id="treeviewcolumn4">
145 <property name="resizable">True</property>
146 <property name="spacing">6</property>
147 <property name="title" translatable="yes" context="digitalsignaturesdialog|issued">Digital ID issued by </property>
148 <child>
149 <object class="GtkCellRendererText" id="cellrenderer2"/>
150 <attributes>
151 <attribute name="text">2</attribute>
152 </attributes>
153 </child>
154 </object>
155 </child>
156 <child>
157 <object class="GtkTreeViewColumn" id="treeviewcolumn5">
158 <property name="resizable">True</property>
159 <property name="spacing">6</property>
160 <property name="title" translatable="yes" context="digitalsignaturesdialog|date">Date</property>
161 <child>
162 <object class="GtkCellRendererText" id="cellrenderer3"/>
163 <attributes>
164 <attribute name="text">3</attribute>
165 </attributes>
166 </child>
167 </object>
168 </child>
169 <child>
170 <object class="GtkTreeViewColumn" id="treeviewcolumn6">
171 <property name="resizable">True</property>
172 <property name="spacing">6</property>
173 <property name="title" translatable="yes" context="digitalsignaturesdialog|description">Description</property>
174 <child>
175 <object class="GtkCellRendererText" id="cellrenderer4"/>
176 <attributes>
177 <attribute name="text">4</attribute>
178 </attributes>
179 </child>
180 </object>
181 </child>
182 <child>
183 <object class="GtkTreeViewColumn" id="treeviewcolumn7">
184 <property name="resizable">True</property>
185 <property name="spacing">6</property>
186 <property name="title" translatable="yes" context="digitalsignaturesdialog|type">Signature type</property>
187 <child>
188 <object class="GtkCellRendererText" id="cellrenderer5"/>
189 <attributes>
190 <attribute name="text">5</attribute>
191 </attributes>
192 </child>
193 </object>
194 </child>
195 <child internal-child="accessible">
196 <object class="AtkObject" id="signatures-atkobject">
197 <property name="AtkObject::accessible-description" translatable="yes" context="digitalsignaturesdialog|extended_tip|signatures">Lists the digital signatures for the current document.</property>
198 </object>
199 </child>
200 </object>
201 </child>
202 </object>
203 <packing>
204 <property name="expand">True</property>
205 <property name="fill">True</property>
206 <property name="position">1</property>
207 </packing>
208 </child>
209 <child>
210 <object class="GtkButtonBox" id="buttonbox1">
211 <property name="visible">True</property>
212 <property name="can-focus">False</property>
213 <property name="spacing">12</property>
214 <property name="homogeneous">True</property>
215 <property name="layout-style">end</property>
216 <child>
217 <object class="GtkButton" id="view">
218 <property name="label" translatable="yes" context="digitalsignaturesdialog|view">View Certificate...</property>
219 <property name="visible">True</property>
220 <property name="can-focus">True</property>
221 <property name="receives-default">True</property>
222 <child internal-child="accessible">
223 <object class="AtkObject" id="view-atkobject">
224 <property name="AtkObject::accessible-description" translatable="yes" context="digitalsignaturesdialog|extended_tip|view">Opens the View Certificate dialog.</property>
225 </object>
226 </child>
227 </object>
228 <packing>
229 <property name="expand">True</property>
230 <property name="fill">True</property>
231 <property name="position">0</property>
232 </packing>
233 </child>
234 <child>
235 <object class="GtkButton" id="sign">
236 <property name="label" translatable="yes" context="digitalsignaturesdialog|sign">Sign Document...</property>
237 <property name="visible">True</property>
238 <property name="can-focus">True</property>
239 <property name="can-default">True</property>
240 <property name="receives-default">True</property>
241 <child internal-child="accessible">
242 <object class="AtkObject" id="sign-atkobject">
243 <property name="AtkObject::accessible-description" translatable="yes" context="digitalsignaturesdialog|extended_tip|sign">Opens the Select Certificate dialog.</property>
244 </object>
245 </child>
246 </object>
247 <packing>
248 <property name="expand">True</property>
249 <property name="fill">True</property>
250 <property name="position">1</property>
251 </packing>
252 </child>
253 <child>
254 <object class="GtkButton" id="remove">
255 <property name="label" translatable="yes" context="digitalsignaturesdialog|remove">Remove</property>
256 <property name="visible">True</property>
257 <property name="can-focus">True</property>
258 <property name="receives-default">True</property>
259 <child internal-child="accessible">
260 <object class="AtkObject" id="remove-atkobject">
261 <property name="AtkObject::accessible-description" translatable="yes" context="digitalsignaturesdialog|extended_tip|remove">Removes the selected signature from the list. Removes all subsequent signatures as well, in case of PDF.</property>
262 </object>
263 </child>
264 </object>
265 <packing>
266 <property name="expand">True</property>
267 <property name="fill">True</property>
268 <property name="position">2</property>
269 </packing>
270 </child>
271 <child>
272 <object class="GtkButton" id="start_certmanager">
273 <property name="label" translatable="yes" context="digitalsignaturesdialog|start_certmanager">GPG Certificate Manager</property>
274 <property name="visible">True</property>
275 <property name="can-focus">True</property>
276 <property name="receives-default">True</property>
277 </object>
278 <packing>
279 <property name="expand">True</property>
280 <property name="fill">True</property>
281 <property name="position">3</property>
282 </packing>
283 </child>
284 </object>
285 <packing>
286 <property name="expand">False</property>
287 <property name="fill">True</property>
288 <property name="position">2</property>
289 </packing>
290 </child>
291 <child>
292 <!-- n-columns=5 n-rows=1 -->
293 <object class="GtkGrid" id="grid1">
294 <property name="visible">True</property>
295 <property name="can-focus">False</property>
296 <property name="hexpand">True</property>
297 <property name="column-spacing">12</property>
298 <child>
299 <object class="GtkLabel" id="signed">
300 <property name="can-focus">False</property>
301 <property name="no-show-all">True</property>
302 <property name="hexpand">True</property>
303 </object>
304 <packing>
305 <property name="left-attach">0</property>
306 <property name="top-attach">0</property>
307 </packing>
308 </child>
309 <child>
310 <object class="GtkLabel" id="issued">
311 <property name="can-focus">False</property>
312 <property name="no-show-all">True</property>
313 <property name="hexpand">True</property>
314 </object>
315 <packing>
316 <property name="left-attach">1</property>
317 <property name="top-attach">0</property>
318 </packing>
319 </child>
320 <child>
321 <object class="GtkLabel" id="date">
322 <property name="can-focus">False</property>
323 <property name="no-show-all">True</property>
324 <property name="hexpand">True</property>
325 </object>
326 <packing>
327 <property name="left-attach">2</property>
328 <property name="top-attach">0</property>
329 </packing>
330 </child>
331 <child>
332 <object class="GtkLabel" id="description">
333 <property name="can-focus">False</property>
334 <property name="no-show-all">True</property>
335 </object>
336 <packing>
337 <property name="left-attach">3</property>
338 <property name="top-attach">0</property>
339 </packing>
340 </child>
341 <child>
342 <object class="GtkLabel" id="type">
343 <property name="can-focus">False</property>
344 <property name="no-show-all">True</property>
345 </object>
346 <packing>
347 <property name="left-attach">4</property>
348 <property name="top-attach">0</property>
349 </packing>
350 </child>
351 </object>
352 <packing>
353 <property name="expand">False</property>
354 <property name="fill">True</property>
355 <property name="position">3</property>
356 </packing>
357 </child>
358 <child>
359 <object class="GtkLabel" id="macrohint">
360 <property name="can-focus">False</property>
361 <property name="no-show-all">True</property>
362 <property name="label" translatable="yes" context="digitalsignaturesdialog|macrohint">The following have signed the document macro:</property>
363 <property name="xalign">0</property>
364 </object>
365 <packing>
366 <property name="expand">False</property>
367 <property name="fill">True</property>
368 <property name="position">4</property>
369 </packing>
370 </child>
371 <child>
372 <placeholder/>
373 </child>
374 <child>
375 <!-- n-columns=2 n-rows=4 -->
376 <object class="GtkGrid" id="grid2">
377 <property name="visible">True</property>
378 <property name="can-focus">False</property>
379 <property name="column-spacing">12</property>
380 <child>
381 <object class="GtkLabel" id="validft">
382 <property name="can-focus">False</property>
383 <property name="no-show-all">True</property>
384 <property name="hexpand">True</property>
385 <property name="label" translatable="yes" context="digitalsignaturesdialog|validft">The signatures in this document are valid</property>
386 <property name="xalign">0</property>
387 </object>
388 <packing>
389 <property name="left-attach">1</property>
390 <property name="top-attach">0</property>
391 </packing>
392 </child>
393 <child>
394 <object class="GtkImage" id="validimg">
395 <property name="can-focus">False</property>
396 <property name="no-show-all">True</property>
397 <property name="icon-name">xmlsecurity/res/signet_11x16.png</property>
398 </object>
399 <packing>
400 <property name="left-attach">0</property>
401 <property name="top-attach">0</property>
402 </packing>
403 </child>
404 <child>
405 <object class="GtkLabel" id="invalidft">
406 <property name="can-focus">False</property>
407 <property name="no-show-all">True</property>
408 <property name="hexpand">True</property>
409 <property name="label" translatable="yes" context="digitalsignaturesdialog|invalidft">The signatures in this document are invalid</property>
410 <property name="xalign">0</property>
411 </object>
412 <packing>
413 <property name="left-attach">1</property>
414 <property name="top-attach">2</property>
415 </packing>
416 </child>
417 <child>
418 <object class="GtkLabel" id="oldsignatureft">
419 <property name="can-focus">False</property>
420 <property name="no-show-all">True</property>
421 <property name="hexpand">True</property>
422 <property name="label" translatable="yes" context="digitalsignaturesdialog|oldsignatureft">At least one signature has problems: the document is only partially signed.</property>
423 <property name="xalign">0</property>
424 </object>
425 <packing>
426 <property name="left-attach">1</property>
427 <property name="top-attach">1</property>
428 </packing>
429 </child>
430 <child>
431 <object class="GtkLabel" id="notvalidatedft">
432 <property name="can-focus">False</property>
433 <property name="no-show-all">True</property>
434 <property name="hexpand">True</property>
435 <property name="label" translatable="yes" context="digitalsignaturesdialog|notvalidatedft">At least one signature has problems: the certificate could not be validated.</property>
436 <property name="xalign">0</property>
437 </object>
438 <packing>
439 <property name="left-attach">1</property>
440 <property name="top-attach">3</property>
441 </packing>
442 </child>
443 <child>
444 <object class="GtkImage" id="invalidimg">
445 <property name="can-focus">False</property>
446 <property name="no-show-all">True</property>
447 <property name="icon-name">svx/res/caution_11x16.png</property>
448 </object>
449 <packing>
450 <property name="left-attach">0</property>
451 <property name="top-attach">2</property>
452 </packing>
453 </child>
454 <child>
455 <object class="GtkImage" id="oldsignatureimg">
456 <property name="can-focus">False</property>
457 <property name="no-show-all">True</property>
458 <property name="icon-name">svx/res/caution_11x16.png</property>
459 </object>
460 <packing>
461 <property name="left-attach">0</property>
462 <property name="top-attach">1</property>
463 </packing>
464 </child>
465 <child>
466 <object class="GtkImage" id="notvalidatedimg">
467 <property name="can-focus">False</property>
468 <property name="no-show-all">True</property>
469 <property name="icon-name">xmlsecurity/res/notcertificate_16.png</property>
470 </object>
471 <packing>
472 <property name="left-attach">0</property>
473 <property name="top-attach">3</property>
474 </packing>
475 </child>
476 </object>
477 <packing>
478 <property name="expand">False</property>
479 <property name="fill">True</property>
480 <property name="position">6</property>
481 </packing>
482 </child>
483 <child>
484 <placeholder/>
485 </child>
486 </object>
487 <packing>
488 <property name="expand">True</property>
489 <property name="fill">True</property>
490 <property name="position">1</property>
491 </packing>
492 </child>
493 </object>
494 </child>
495 <action-widgets>
496 <action-widget response="-11">help</action-widget>
497 <action-widget response="-7">close</action-widget>
498 </action-widgets>
499 <child internal-child="accessible">
500 <object class="AtkObject" id="DigitalSignaturesDialog-atkobject">
501 <property name="AtkObject::accessible-description" translatable="yes" context="digitalsignaturesdialog|extended_tip|DigitalSignaturesDialog">Adds and removes digital signatures to and from your document. You can also use the dialog to view certificates.</property>
502 </object>
503 </child>
504 </object>
505 </interface>