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