android: Update app-specific/MIME type icons
[LibreOffice.git] / cui / uiconfig / ui / editmodulesdialog.ui
blob16e232384b4edae571076b7b4a7e2400b6193660
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="cui">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkTreeStore" id="liststore1">
6 <columns>
7 <!-- column-name check1 -->
8 <column type="gboolean"/>
9 <!-- column-name text -->
10 <column type="gchararray"/>
11 <!-- column-name id -->
12 <column type="gchararray"/>
13 <!-- column-name checkvis1 -->
14 <column type="gboolean"/>
15 <!-- column-name checktri1 -->
16 <column type="gboolean"/>
17 <!-- column-name weight1 -->
18 <column type="gint"/>
19 </columns>
20 </object>
21 <object class="GtkListStore" id="liststore6">
22 <columns>
23 <!-- column-name text -->
24 <column type="gchararray"/>
25 <!-- column-name id -->
26 <column type="gchararray"/>
27 <!-- column-name image -->
28 <column type="GdkPixbuf"/>
29 </columns>
30 </object>
31 <object class="GtkDialog" id="EditModulesDialog">
32 <property name="can_focus">False</property>
33 <property name="border_width">6</property>
34 <property name="title" translatable="yes" context="editmodulesdialog|EditModulesDialog">Edit Modules</property>
35 <property name="modal">True</property>
36 <property name="default_width">0</property>
37 <property name="default_height">0</property>
38 <property name="type_hint">dialog</property>
39 <child internal-child="vbox">
40 <object class="GtkBox" id="dialog-vbox1">
41 <property name="can_focus">False</property>
42 <property name="hexpand">True</property>
43 <property name="vexpand">True</property>
44 <property name="orientation">vertical</property>
45 <property name="spacing">12</property>
46 <child internal-child="action_area">
47 <object class="GtkButtonBox" id="dialog-action_area1">
48 <property name="can_focus">False</property>
49 <property name="layout_style">end</property>
50 <child>
51 <object class="GtkButton" id="close">
52 <property name="label" translatable="yes" context="stock">_Close</property>
53 <property name="visible">True</property>
54 <property name="can_focus">True</property>
55 <property name="can_default">True</property>
56 <property name="has_default">True</property>
57 <property name="receives_default">True</property>
58 <property name="use-underline">True</property>
59 </object>
60 <packing>
61 <property name="expand">False</property>
62 <property name="fill">True</property>
63 <property name="position">0</property>
64 </packing>
65 </child>
66 <child>
67 <object class="GtkButton" id="help">
68 <property name="label" translatable="yes" context="stock">_Help</property>
69 <property name="visible">True</property>
70 <property name="can_focus">True</property>
71 <property name="receives_default">True</property>
72 <property name="use-underline">True</property>
73 </object>
74 <packing>
75 <property name="expand">False</property>
76 <property name="fill">True</property>
77 <property name="position">2</property>
78 <property name="secondary">True</property>
79 </packing>
80 </child>
81 </object>
82 <packing>
83 <property name="expand">False</property>
84 <property name="fill">True</property>
85 <property name="pack_type">end</property>
86 <property name="position">0</property>
87 </packing>
88 </child>
89 <child>
90 <object class="GtkFrame" id="frame1">
91 <property name="visible">True</property>
92 <property name="can_focus">False</property>
93 <property name="hexpand">True</property>
94 <property name="vexpand">True</property>
95 <property name="label_xalign">0</property>
96 <property name="shadow_type">none</property>
97 <child>
98 <!-- n-columns=1 n-rows=1 -->
99 <object class="GtkGrid" id="grid1">
100 <property name="visible">True</property>
101 <property name="can_focus">False</property>
102 <property name="row_spacing">12</property>
103 <property name="margin-start">12</property>
104 <property name="margin-top">6</property>
105 <property name="hexpand">True</property>
106 <property name="vexpand">True</property>
107 <child>
108 <object class="GtkLinkButton" id="moredictslink">
109 <property name="label" translatable="yes" context="editmodulesdialog|moredictslink">Get more dictionaries online...</property>
110 <property name="visible">True</property>
111 <property name="can_focus">True</property>
112 <property name="receives_default">True</property>
113 <property name="relief">none</property>
114 <property name="xalign">0</property>
115 <property name="uri">https://extensions.libreoffice.org/dictionaries/</property>
116 </object>
117 <packing>
118 <property name="left_attach">0</property>
119 <property name="top_attach">2</property>
120 </packing>
121 </child>
122 <child>
123 <object class="GtkBox" id="box1">
124 <property name="visible">True</property>
125 <property name="can_focus">False</property>
126 <property name="spacing">12</property>
127 <child>
128 <object class="GtkLabel" id="label2">
129 <property name="visible">True</property>
130 <property name="can_focus">False</property>
131 <property name="label" translatable="yes" context="editmodulesdialog|label2">Language:</property>
132 <property name="use_underline">True</property>
133 <property name="mnemonic_widget">language</property>
134 <property name="xalign">0</property>
135 </object>
136 <packing>
137 <property name="expand">False</property>
138 <property name="fill">True</property>
139 <property name="position">0</property>
140 </packing>
141 </child>
142 <child>
143 <object class="GtkComboBox" id="language">
144 <property name="visible">True</property>
145 <property name="can_focus">False</property>
146 <property name="model">liststore6</property>
147 <property name="entry_text_column">0</property>
148 <property name="id_column">1</property>
149 <child>
150 <object class="GtkCellRendererText" id="cellrenderertext9"/>
151 <attributes>
152 <attribute name="text">0</attribute>
153 </attributes>
154 </child>
155 <child>
156 <object class="GtkCellRendererPixbuf" id="cellrenderertext6"/>
157 <attributes>
158 <attribute name="pixbuf">2</attribute>
159 </attributes>
160 </child>
161 <child internal-child="accessible">
162 <object class="AtkObject" id="language-atkobject">
163 <property name="AtkObject::accessible-description" translatable="yes" context="language">Specifies the language of the module.</property>
164 </object>
165 </child>
166 </object>
167 <packing>
168 <property name="expand">False</property>
169 <property name="fill">True</property>
170 <property name="position">1</property>
171 </packing>
172 </child>
173 </object>
174 <packing>
175 <property name="left_attach">0</property>
176 <property name="top_attach">0</property>
177 </packing>
178 </child>
179 <child>
180 <!-- n-columns=1 n-rows=1 -->
181 <object class="GtkGrid" id="grid2">
182 <property name="visible">True</property>
183 <property name="can_focus">False</property>
184 <property name="hexpand">True</property>
185 <property name="vexpand">True</property>
186 <property name="column_spacing">12</property>
187 <child>
188 <object class="GtkButtonBox" id="buttonbox1">
189 <property name="visible">True</property>
190 <property name="can_focus">False</property>
191 <property name="orientation">vertical</property>
192 <property name="spacing">6</property>
193 <property name="layout_style">start</property>
194 <child>
195 <object class="GtkButton" id="up">
196 <property name="label" translatable="yes" context="editmodulesdialog|up">Move Up</property>
197 <property name="visible">True</property>
198 <property name="can_focus">True</property>
199 <property name="receives_default">True</property>
200 <property name="use_underline">True</property>
201 <child internal-child="accessible">
202 <object class="AtkObject" id="up-atkobject">
203 <property name="AtkObject::accessible-description" translatable="yes" context="up">Increases the priority of the module selected in the list box by one level.</property>
204 </object>
205 </child>
206 </object>
207 <packing>
208 <property name="expand">False</property>
209 <property name="fill">True</property>
210 <property name="position">0</property>
211 </packing>
212 </child>
213 <child>
214 <object class="GtkButton" id="down">
215 <property name="label" translatable="yes" context="editmodulesdialog|down">Move Down</property>
216 <property name="visible">True</property>
217 <property name="can_focus">True</property>
218 <property name="receives_default">True</property>
219 <property name="use_underline">True</property>
220 <child internal-child="accessible">
221 <object class="AtkObject" id="down-atkobject">
222 <property name="AtkObject::accessible-description" translatable="yes" context="down">Decreases the priority of the module selected in the list box by one level.</property>
223 </object>
224 </child>
225 </object>
226 <packing>
227 <property name="expand">False</property>
228 <property name="fill">True</property>
229 <property name="position">1</property>
230 </packing>
231 </child>
232 <child>
233 <object class="GtkButton" id="back">
234 <property name="label" translatable="yes" context="editmodulesdialog|back">_Reset</property>
235 <property name="visible">True</property>
236 <property name="can_focus">True</property>
237 <property name="receives_default">True</property>
238 <property name="use_underline">True</property>
239 <child internal-child="accessible">
240 <object class="AtkObject" id="back-atkobject">
241 <property name="AtkObject::accessible-description" translatable="yes" context="back">Click here to undo the current changes in the list box.</property>
242 </object>
243 </child>
244 </object>
245 <packing>
246 <property name="expand">False</property>
247 <property name="fill">True</property>
248 <property name="position">2</property>
249 </packing>
250 </child>
251 </object>
252 <packing>
253 <property name="left_attach">1</property>
254 <property name="top_attach">0</property>
255 </packing>
256 </child>
257 <child>
258 <object class="GtkScrolledWindow">
259 <property name="visible">True</property>
260 <property name="can_focus">True</property>
261 <property name="hexpand">True</property>
262 <property name="vexpand">True</property>
263 <property name="shadow_type">in</property>
264 <child>
265 <object class="GtkTreeView" id="lingudicts">
266 <property name="visible">True</property>
267 <property name="can_focus">True</property>
268 <property name="receives_default">True</property>
269 <property name="vexpand">True</property>
270 <property name="model">liststore1</property>
271 <property name="headers_visible">False</property>
272 <property name="search_column">0</property>
273 <property name="show_expanders">False</property>
274 <child internal-child="selection">
275 <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
276 </child>
277 <child>
278 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
279 <property name="resizable">True</property>
280 <property name="spacing">6</property>
281 <property name="alignment">0.50000000000000000000</property>
282 <child>
283 <object class="GtkCellRendererToggle" id="cellrenderer5"/>
284 <attributes>
285 <attribute name="visible">3</attribute>
286 <attribute name="active">0</attribute>
287 </attributes>
288 </child>
289 </object>
290 </child>
291 <child>
292 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
293 <property name="resizable">True</property>
294 <property name="spacing">6</property>
295 <property name="alignment">0.50000000000000000000</property>
296 <child>
297 <object class="GtkCellRendererText" id="cellrenderer4"/>
298 <attributes>
299 <attribute name="text">1</attribute>
300 <attribute name="weight">5</attribute>
301 </attributes>
302 </child>
303 </object>
304 </child>
305 <child internal-child="accessible">
306 <object class="AtkObject" id="lingudicts-atkobject">
307 <property name="AtkObject::accessible-description" translatable="yes" context="lingudicts">Specifies the language and the available spelling, hyphenation and Thesaurus sub-modules for the selected module.</property>
308 </object>
309 </child>
310 </object>
311 </child>
312 </object>
313 <packing>
314 <property name="left_attach">0</property>
315 <property name="top_attach">0</property>
316 </packing>
317 </child>
318 </object>
319 <packing>
320 <property name="left_attach">0</property>
321 <property name="top_attach">1</property>
322 </packing>
323 </child>
324 </object>
325 </child>
326 <child type="label">
327 <object class="GtkLabel" id="label1">
328 <property name="visible">True</property>
329 <property name="can_focus">False</property>
330 <property name="label" translatable="yes" context="editmodulesdialog|label1">Options</property>
331 <attributes>
332 <attribute name="weight" value="bold"/>
333 </attributes>
334 </object>
335 </child>
336 </object>
337 <packing>
338 <property name="expand">False</property>
339 <property name="fill">True</property>
340 <property name="position">1</property>
341 </packing>
342 </child>
343 </object>
344 </child>
345 <action-widgets>
346 <action-widget response="-7">close</action-widget>
347 <action-widget response="-11">help</action-widget>
348 </action-widgets>
349 <child type="titlebar">
350 <placeholder/>
351 </child>
352 </object>
353 </interface>