Bump version to 6.0-36
[LibreOffice.git] / xmlsecurity / uiconfig / ui / securitylevelpage.ui
blob32260fec6225b6111fd0dc0a1872c0f4613d7677
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.18.3 -->
3 <interface domain="xsc">
4 <requires lib="gtk+" version="3.0"/>
5 <object class="GtkGrid" id="SecurityLevelPage">
6 <property name="visible">True</property>
7 <property name="can_focus">False</property>
8 <property name="border_width">6</property>
9 <property name="row_spacing">6</property>
10 <property name="column_spacing">12</property>
11 <property name="row_homogeneous">True</property>
12 <child>
13 <object class="GtkRadioButton" id="low:wrap">
14 <property name="label" translatable="yes" context="securitylevelpage|low">_Low (not recommended).
15 All macros will be executed without confirmation.
16 Use this setting only if you are certain that all documents that will be opened are safe.</property>
17 <property name="visible">True</property>
18 <property name="can_focus">True</property>
19 <property name="receives_default">False</property>
20 <property name="use_underline">True</property>
21 <property name="xalign">0</property>
22 <property name="draw_indicator">True</property>
23 <property name="group">vhigh:wrap</property>
24 </object>
25 <packing>
26 <property name="left_attach">1</property>
27 <property name="top_attach">3</property>
28 </packing>
29 </child>
30 <child>
31 <object class="GtkRadioButton" id="med:wrap">
32 <property name="label" translatable="yes" context="securitylevelpage|med">_Medium.
33 Confirmation required before executing macros from untrusted sources.</property>
34 <property name="visible">True</property>
35 <property name="can_focus">True</property>
36 <property name="receives_default">False</property>
37 <property name="use_underline">True</property>
38 <property name="xalign">0</property>
39 <property name="draw_indicator">True</property>
40 <property name="group">low:wrap</property>
41 </object>
42 <packing>
43 <property name="left_attach">1</property>
44 <property name="top_attach">2</property>
45 </packing>
46 </child>
47 <child>
48 <object class="GtkRadioButton" id="high:wrap">
49 <property name="label" translatable="yes" context="securitylevelpage|high">H_igh.
50 Only signed macros from trusted sources are allowed to run.
51 Unsigned macros are disabled.</property>
52 <property name="visible">True</property>
53 <property name="can_focus">True</property>
54 <property name="receives_default">False</property>
55 <property name="use_underline">True</property>
56 <property name="xalign">0</property>
57 <property name="active">True</property>
58 <property name="draw_indicator">True</property>
59 <property name="group">med:wrap</property>
60 </object>
61 <packing>
62 <property name="left_attach">1</property>
63 <property name="top_attach">1</property>
64 </packing>
65 </child>
66 <child>
67 <object class="GtkRadioButton" id="vhigh:wrap">
68 <property name="label" translatable="yes" context="securitylevelpage|vhigh">_Very high.
69 Only macros from trusted file locations are allowed to run.
70 All other macros, regardless whether signed or not, are disabled.</property>
71 <property name="visible">True</property>
72 <property name="can_focus">True</property>
73 <property name="receives_default">False</property>
74 <property name="use_underline">True</property>
75 <property name="xalign">0</property>
76 <property name="draw_indicator">True</property>
77 <property name="group">high:wrap</property>
78 </object>
79 <packing>
80 <property name="left_attach">1</property>
81 <property name="top_attach">0</property>
82 </packing>
83 </child>
84 <child>
85 <object class="GtkImage" id="vhighimg">
86 <property name="can_focus">False</property>
87 <property name="no_show_all">True</property>
88 <property name="halign">center</property>
89 <property name="valign">center</property>
90 <property name="pixbuf">res/lock.png</property>
91 </object>
92 <packing>
93 <property name="left_attach">0</property>
94 <property name="top_attach">0</property>
95 </packing>
96 </child>
97 <child>
98 <object class="GtkImage" id="highimg">
99 <property name="can_focus">False</property>
100 <property name="no_show_all">True</property>
101 <property name="halign">center</property>
102 <property name="valign">center</property>
103 <property name="pixbuf">res/lock.png</property>
104 </object>
105 <packing>
106 <property name="left_attach">0</property>
107 <property name="top_attach">1</property>
108 </packing>
109 </child>
110 <child>
111 <object class="GtkImage" id="medimg">
112 <property name="can_focus">False</property>
113 <property name="no_show_all">True</property>
114 <property name="halign">center</property>
115 <property name="valign">center</property>
116 <property name="pixbuf">res/lock.png</property>
117 </object>
118 <packing>
119 <property name="left_attach">0</property>
120 <property name="top_attach">2</property>
121 </packing>
122 </child>
123 <child>
124 <object class="GtkImage" id="lowimg">
125 <property name="can_focus">False</property>
126 <property name="no_show_all">True</property>
127 <property name="halign">center</property>
128 <property name="valign">center</property>
129 <property name="pixbuf">res/lock.png</property>
130 </object>
131 <packing>
132 <property name="left_attach">0</property>
133 <property name="top_attach">3</property>
134 </packing>
135 </child>
136 </object>
137 </interface>