Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / xmlsecurity / uiconfig / ui / securitylevelpage.ui
blob9c601b4943d99ed41d8613b14da854d8e33fd521
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="xsc">
4 <requires lib="gtk+" version="3.20"/>
5 <!-- n-columns=1 n-rows=1 -->
6 <object class="GtkGrid" id="SecurityLevelPage">
7 <property name="visible">True</property>
8 <property name="can_focus">False</property>
9 <property name="hexpand">True</property>
10 <property name="vexpand">True</property>
11 <property name="border_width">6</property>
12 <property name="orientation">vertical</property>
13 <property name="row_spacing">6</property>
14 <property name="column_spacing">12</property>
15 <property name="row_homogeneous">True</property>
16 <child>
17 <object class="GtkRadioButton" id="low">
18 <property name="label" translatable="yes" context="securitylevelpage|low">_Low (not recommended).
19 All macros will be executed without confirmation.
20 Use this setting only if you are certain that all documents that will be opened are safe.</property>
21 <property name="visible">True</property>
22 <property name="can_focus">True</property>
23 <property name="receives_default">False</property>
24 <property name="hexpand">True</property>
25 <property name="use_underline">True</property>
26 <property name="draw_indicator">True</property>
27 <property name="group">high</property>
28 <child internal-child="accessible">
29 <object class="AtkObject" id="low-atkobject">
30 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|low">A macro can be set to auto-start, and it can perform potentially damaging actions, as for example delete or rename files. This setting is not recommended when you open documents from other authors.</property>
31 </object>
32 </child>
33 </object>
34 <packing>
35 <property name="left_attach">1</property>
36 <property name="top_attach">3</property>
37 </packing>
38 </child>
39 <child>
40 <object class="GtkRadioButton" id="med">
41 <property name="label" translatable="yes" context="securitylevelpage|med">_Medium.
42 Confirmation required before executing macros from untrusted sources.</property>
43 <property name="visible">True</property>
44 <property name="can_focus">True</property>
45 <property name="receives_default">False</property>
46 <property name="hexpand">True</property>
47 <property name="use_underline">True</property>
48 <property name="draw_indicator">True</property>
49 <property name="group">high</property>
50 <child internal-child="accessible">
51 <object class="AtkObject" id="med-atkobject">
52 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|med">Trusted sources can be set on the Trusted Sources tab page. Signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run. All other macros require your confirmation.</property>
53 </object>
54 </child>
55 </object>
56 <packing>
57 <property name="left_attach">1</property>
58 <property name="top_attach">2</property>
59 </packing>
60 </child>
61 <child>
62 <object class="GtkRadioButton" id="high">
63 <property name="label" translatable="yes" context="securitylevelpage|high">H_igh.
64 Only signed macros from trusted sources are allowed to run.
65 Unsigned macros are disabled.</property>
66 <property name="visible">True</property>
67 <property name="can_focus">True</property>
68 <property name="receives_default">False</property>
69 <property name="hexpand">True</property>
70 <property name="use_underline">True</property>
71 <property name="active">True</property>
72 <property name="draw_indicator">True</property>
73 <child internal-child="accessible">
74 <object class="AtkObject" id="high-atkobject">
75 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|high">Trusted sources can be set on the Trusted Sources tab page. Only signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run.</property>
76 </object>
77 </child>
78 </object>
79 <packing>
80 <property name="left_attach">1</property>
81 <property name="top_attach">1</property>
82 </packing>
83 </child>
84 <child>
85 <object class="GtkRadioButton" id="vhigh">
86 <property name="label" translatable="yes" context="securitylevelpage|vhigh">_Very high.
87 Only macros from trusted file locations are allowed to run.
88 All other macros, regardless whether signed or not, are disabled.</property>
89 <property name="visible">True</property>
90 <property name="can_focus">True</property>
91 <property name="receives_default">False</property>
92 <property name="hexpand">True</property>
93 <property name="use_underline">True</property>
94 <property name="draw_indicator">True</property>
95 <property name="group">high</property>
96 <child internal-child="accessible">
97 <object class="AtkObject" id="vhigh-atkobject">
98 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|vhigh">Trusted file locations can be set on the Trusted Sources tab page. Any macro from a trusted file location is allowed to run.</property>
99 </object>
100 </child>
101 </object>
102 <packing>
103 <property name="left_attach">1</property>
104 <property name="top_attach">0</property>
105 </packing>
106 </child>
107 <child>
108 <object class="GtkImage" id="vhighimg">
109 <property name="can_focus">False</property>
110 <property name="no_show_all">True</property>
111 <property name="halign">center</property>
112 <property name="valign">center</property>
113 <property name="icon_name">res/lock.png</property>
114 </object>
115 <packing>
116 <property name="left_attach">0</property>
117 <property name="top_attach">0</property>
118 </packing>
119 </child>
120 <child>
121 <object class="GtkImage" id="highimg">
122 <property name="can_focus">False</property>
123 <property name="no_show_all">True</property>
124 <property name="halign">center</property>
125 <property name="valign">center</property>
126 <property name="icon_name">res/lock.png</property>
127 </object>
128 <packing>
129 <property name="left_attach">0</property>
130 <property name="top_attach">1</property>
131 </packing>
132 </child>
133 <child>
134 <object class="GtkImage" id="medimg">
135 <property name="can_focus">False</property>
136 <property name="no_show_all">True</property>
137 <property name="halign">center</property>
138 <property name="valign">center</property>
139 <property name="icon_name">res/lock.png</property>
140 </object>
141 <packing>
142 <property name="left_attach">0</property>
143 <property name="top_attach">2</property>
144 </packing>
145 </child>
146 <child>
147 <object class="GtkImage" id="lowimg">
148 <property name="can_focus">False</property>
149 <property name="no_show_all">True</property>
150 <property name="halign">center</property>
151 <property name="valign">center</property>
152 <property name="icon_name">res/lock.png</property>
153 </object>
154 <packing>
155 <property name="left_attach">0</property>
156 <property name="top_attach">3</property>
157 </packing>
158 </child>
159 </object>
160 </interface>