android: Update app-specific/MIME type icons
[LibreOffice.git] / cui / uiconfig / ui / editdictionarydialog.ui
blob6d4fe3493128dfaaa5ef5c48d28be43cc2d32f9b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.38.2 -->
3 <interface domain="cui">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkTreeStore" id="liststore1">
6 <columns>
7 <!-- column-name text -->
8 <column type="gchararray"/>
9 <!-- column-name id -->
10 <column type="gchararray"/>
11 </columns>
12 </object>
13 <object class="GtkTreeStore" id="liststore2">
14 <columns>
15 <!-- column-name text -->
16 <column type="gchararray"/>
17 <!-- column-name text2 -->
18 <column type="gchararray"/>
19 <!-- column-name id -->
20 <column type="gchararray"/>
21 </columns>
22 </object>
23 <object class="GtkDialog" id="EditDictionaryDialog">
24 <property name="can-focus">False</property>
25 <property name="border-width">6</property>
26 <property name="title" translatable="yes" context="editdictionarydialog|EditDictionaryDialog">Edit Custom Dictionary</property>
27 <property name="modal">True</property>
28 <property name="default-width">0</property>
29 <property name="default-height">0</property>
30 <property name="type-hint">dialog</property>
31 <child internal-child="vbox">
32 <object class="GtkBox" id="dialog-vbox1">
33 <property name="can-focus">False</property>
34 <property name="hexpand">True</property>
35 <property name="vexpand">True</property>
36 <property name="orientation">vertical</property>
37 <property name="spacing">12</property>
38 <child internal-child="action_area">
39 <object class="GtkButtonBox" id="dialog-action_area1">
40 <property name="can-focus">False</property>
41 <property name="layout-style">end</property>
42 <child>
43 <object class="GtkButton" id="help">
44 <property name="label" translatable="yes" context="stock">_Help</property>
45 <property name="visible">True</property>
46 <property name="can-focus">True</property>
47 <property name="can-default">True</property>
48 <property name="receives-default">True</property>
49 <property name="use-underline">True</property>
50 </object>
51 <packing>
52 <property name="expand">False</property>
53 <property name="fill">True</property>
54 <property name="position">0</property>
55 <property name="secondary">True</property>
56 </packing>
57 </child>
58 <child>
59 <object class="GtkButton" id="close">
60 <property name="label" translatable="yes" context="stock">_Close</property>
61 <property name="visible">True</property>
62 <property name="can-focus">True</property>
63 <property name="can-default">True</property>
64 <property name="has-default">True</property>
65 <property name="receives-default">True</property>
66 <property name="use-underline">True</property>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">True</property>
71 <property name="position">1</property>
72 </packing>
73 </child>
74 </object>
75 <packing>
76 <property name="expand">False</property>
77 <property name="fill">True</property>
78 <property name="pack-type">end</property>
79 <property name="position">0</property>
80 </packing>
81 </child>
82 <child>
83 <!-- n-columns=2 n-rows=2 -->
84 <object class="GtkGrid" id="grid1">
85 <property name="visible">True</property>
86 <property name="can-focus">False</property>
87 <property name="row-spacing">6</property>
88 <property name="column-spacing">12</property>
89 <child>
90 <object class="GtkComboBoxText" id="book">
91 <property name="visible">True</property>
92 <property name="can-focus">False</property>
93 <child internal-child="accessible">
94 <object class="AtkObject" id="book-atkobject">
95 <property name="AtkObject::accessible-description" translatable="yes" context="book">Specifies the book to be edited.</property>
96 </object>
97 </child>
98 </object>
99 <packing>
100 <property name="left-attach">1</property>
101 <property name="top-attach">0</property>
102 </packing>
103 </child>
104 <child>
105 <object class="GtkComboBoxText" id="lang">
106 <property name="visible">True</property>
107 <property name="can-focus">False</property>
108 <child internal-child="accessible">
109 <object class="AtkObject" id="lang-atkobject">
110 <property name="AtkObject::accessible-description" translatable="yes" context="lang">Assigns a new language to the current custom dictionary.</property>
111 </object>
112 </child>
113 </object>
114 <packing>
115 <property name="left-attach">1</property>
116 <property name="top-attach">1</property>
117 </packing>
118 </child>
119 <child>
120 <object class="GtkLabel" id="book_label">
121 <property name="visible">True</property>
122 <property name="can-focus">False</property>
123 <property name="label" translatable="yes" context="editdictionarydialog|book_label">_Book:</property>
124 <property name="use-underline">True</property>
125 <property name="mnemonic-widget">book</property>
126 <property name="xalign">0</property>
127 </object>
128 <packing>
129 <property name="left-attach">0</property>
130 <property name="top-attach">0</property>
131 </packing>
132 </child>
133 <child>
134 <object class="GtkLabel" id="lang_label">
135 <property name="visible">True</property>
136 <property name="can-focus">False</property>
137 <property name="label" translatable="yes" context="editdictionarydialog|lang_label">_Language:</property>
138 <property name="use-underline">True</property>
139 <property name="mnemonic-widget">lang</property>
140 </object>
141 <packing>
142 <property name="left-attach">0</property>
143 <property name="top-attach">1</property>
144 </packing>
145 </child>
146 </object>
147 <packing>
148 <property name="expand">False</property>
149 <property name="fill">True</property>
150 <property name="position">1</property>
151 </packing>
152 </child>
153 <child>
154 <object class="GtkBox" id="box2">
155 <property name="visible">True</property>
156 <property name="can-focus">False</property>
157 <property name="hexpand">True</property>
158 <property name="vexpand">True</property>
159 <property name="spacing">12</property>
160 <child>
161 <!-- n-columns=1 n-rows=3 -->
162 <object class="GtkGrid" id="grid2">
163 <property name="visible">True</property>
164 <property name="can-focus">False</property>
165 <property name="hexpand">True</property>
166 <property name="vexpand">True</property>
167 <property name="row-spacing">6</property>
168 <child>
169 <!-- n-columns=2 n-rows=2 -->
170 <object class="GtkGrid" id="grid3">
171 <property name="visible">True</property>
172 <property name="can-focus">False</property>
173 <property name="hexpand">True</property>
174 <property name="row-spacing">6</property>
175 <property name="column-spacing">12</property>
176 <child>
177 <object class="GtkEntry" id="replace">
178 <property name="visible">True</property>
179 <property name="can-focus">True</property>
180 <property name="hexpand">True</property>
181 <property name="activates-default">True</property>
182 <property name="truncate-multiline">True</property>
183 <child internal-child="accessible">
184 <object class="AtkObject" id="replace-atkobject">
185 <property name="AtkObject::accessible-description" translatable="yes" context="replace">This input field is only available if you are editing an exception dictionary or a language-dependent custom dictionary. In exception dictionaries, the field shows the alternative suggestion for the current word in the "Word" text box. In language-dependent custom dictionaries, the field contains a known root word, as a model of affixation of the new word or its usage in compound words. For example, in a German custom dictionary, the new word “Litschi” (lychee) with the model word “Gummi” (gum) will result recognition of “Litschis” (lychees), “Litschibaum” (lychee tree), “Litschifrucht” (lychee fruit) etc.</property>
186 </object>
187 </child>
188 </object>
189 <packing>
190 <property name="left-attach">1</property>
191 <property name="top-attach">1</property>
192 </packing>
193 </child>
194 <child>
195 <object class="GtkEntry" id="word">
196 <property name="visible">True</property>
197 <property name="can-focus">True</property>
198 <property name="hexpand">True</property>
199 <property name="activates-default">True</property>
200 <property name="truncate-multiline">True</property>
201 <child internal-child="accessible">
202 <object class="AtkObject" id="word-atkobject">
203 <property name="AtkObject::accessible-description" translatable="yes" context="word">You can type a new word for inclusion in the dictionary. In the list below you will see the contents of the current custom dictionary.</property>
204 </object>
205 </child>
206 </object>
207 <packing>
208 <property name="left-attach">0</property>
209 <property name="top-attach">1</property>
210 </packing>
211 </child>
212 <child>
213 <object class="GtkLabel" id="word_label">
214 <property name="visible">True</property>
215 <property name="can-focus">False</property>
216 <property name="label" translatable="yes" context="editdictionarydialog|word_label">_Word</property>
217 <property name="use-underline">True</property>
218 <property name="mnemonic-widget">word</property>
219 <property name="xalign">0</property>
220 </object>
221 <packing>
222 <property name="left-attach">0</property>
223 <property name="top-attach">0</property>
224 </packing>
225 </child>
226 <child>
227 <object class="GtkLabel" id="replace_label">
228 <property name="visible">True</property>
229 <property name="can-focus">False</property>
230 <property name="label" translatable="yes" context="editdictionarydialog|replace_label">_Replace By</property>
231 <property name="use-underline">True</property>
232 <property name="mnemonic-widget">replace</property>
233 <property name="xalign">0</property>
234 </object>
235 <packing>
236 <property name="left-attach">1</property>
237 <property name="top-attach">0</property>
238 </packing>
239 </child>
240 </object>
241 <packing>
242 <property name="left-attach">0</property>
243 <property name="top-attach">0</property>
244 </packing>
245 </child>
246 <child>
247 <object class="GtkScrolledWindow">
248 <property name="visible">True</property>
249 <property name="can-focus">True</property>
250 <property name="hexpand">True</property>
251 <property name="vexpand">True</property>
252 <property name="shadow-type">in</property>
253 <child>
254 <object class="GtkTreeView" id="replaces">
255 <property name="visible">True</property>
256 <property name="can-focus">True</property>
257 <property name="receives-default">True</property>
258 <property name="hexpand">True</property>
259 <property name="vexpand">True</property>
260 <property name="model">liststore2</property>
261 <property name="headers-visible">False</property>
262 <property name="search-column">0</property>
263 <property name="show-expanders">False</property>
264 <child internal-child="selection">
265 <object class="GtkTreeSelection" id="versions-selection2"/>
266 </child>
267 <child>
268 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
269 <property name="resizable">True</property>
270 <property name="spacing">6</property>
271 <child>
272 <object class="GtkCellRendererText" id="cellrenderer1"/>
273 <attributes>
274 <attribute name="text">0</attribute>
275 </attributes>
276 </child>
277 </object>
278 </child>
279 <child>
280 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
281 <property name="resizable">True</property>
282 <property name="spacing">6</property>
283 <child>
284 <object class="GtkCellRendererText" id="cellrenderer2"/>
285 <attributes>
286 <attribute name="text">1</attribute>
287 </attributes>
288 </child>
289 </object>
290 </child>
291 </object>
292 </child>
293 </object>
294 <packing>
295 <property name="left-attach">0</property>
296 <property name="top-attach">1</property>
297 </packing>
298 </child>
299 <child>
300 <object class="GtkScrolledWindow">
301 <property name="visible">True</property>
302 <property name="can-focus">True</property>
303 <property name="hexpand">True</property>
304 <property name="vexpand">True</property>
305 <property name="shadow-type">in</property>
306 <child>
307 <object class="GtkTreeView" id="words">
308 <property name="visible">True</property>
309 <property name="can-focus">True</property>
310 <property name="receives-default">True</property>
311 <property name="hexpand">True</property>
312 <property name="vexpand">True</property>
313 <property name="model">liststore1</property>
314 <property name="headers-visible">False</property>
315 <property name="search-column">0</property>
316 <property name="show-expanders">False</property>
317 <child internal-child="selection">
318 <object class="GtkTreeSelection"/>
319 </child>
320 <child>
321 <object class="GtkTreeViewColumn" id="treeviewcolumn3">
322 <property name="resizable">True</property>
323 <property name="spacing">6</property>
324 <child>
325 <object class="GtkCellRendererText" id="cellrenderer3"/>
326 <attributes>
327 <attribute name="text">0</attribute>
328 </attributes>
329 </child>
330 </object>
331 </child>
332 </object>
333 </child>
334 </object>
335 <packing>
336 <property name="left-attach">0</property>
337 <property name="top-attach">2</property>
338 </packing>
339 </child>
340 </object>
341 <packing>
342 <property name="expand">False</property>
343 <property name="fill">True</property>
344 <property name="position">0</property>
345 </packing>
346 </child>
347 <child>
348 <object class="GtkButtonBox" id="buttonbox1">
349 <property name="visible">True</property>
350 <property name="can-focus">False</property>
351 <property name="margin-top">25</property>
352 <property name="orientation">vertical</property>
353 <property name="spacing">6</property>
354 <property name="layout-style">start</property>
355 <child>
356 <object class="GtkButton" id="newreplace">
357 <property name="label" translatable="yes" context="editdictionarydialog|newreplace">_New</property>
358 <property name="visible">True</property>
359 <property name="can-focus">True</property>
360 <property name="receives-default">True</property>
361 <property name="use-underline">True</property>
362 <child internal-child="accessible">
363 <object class="AtkObject" id="newreplace-atkobject">
364 <property name="AtkObject::accessible-description" translatable="yes" context="newreplace">Adds the word in the Word text field to your current custom dictionary. The word in the Suggestion field is also added when working with exception dictionaries.</property>
365 </object>
366 </child>
367 </object>
368 <packing>
369 <property name="expand">False</property>
370 <property name="fill">True</property>
371 <property name="position">0</property>
372 </packing>
373 </child>
374 <child>
375 <object class="GtkButton" id="delete">
376 <property name="label" translatable="yes" context="editdictionarydialog|delete">_Delete</property>
377 <property name="visible">True</property>
378 <property name="can-focus">True</property>
379 <property name="receives-default">True</property>
380 <property name="use-underline">True</property>
381 <child internal-child="accessible">
382 <object class="AtkObject" id="delete-atkobject">
383 <property name="AtkObject::accessible-description" translatable="yes" context="delete">Removes the marked word from the current custom dictionary.</property>
384 </object>
385 </child>
386 </object>
387 <packing>
388 <property name="expand">False</property>
389 <property name="fill">True</property>
390 <property name="position">1</property>
391 </packing>
392 </child>
393 </object>
394 <packing>
395 <property name="expand">False</property>
396 <property name="fill">True</property>
397 <property name="position">1</property>
398 </packing>
399 </child>
400 </object>
401 <packing>
402 <property name="expand">False</property>
403 <property name="fill">True</property>
404 <property name="position">2</property>
405 </packing>
406 </child>
407 </object>
408 </child>
409 <action-widgets>
410 <action-widget response="-11">help</action-widget>
411 <action-widget response="-7">close</action-widget>
412 </action-widgets>
413 <child internal-child="accessible">
414 <object class="AtkObject" id="EditDictionaryDialog-atkobject">
415 <property name="AtkObject::accessible-description" translatable="yes" context="EditDictionaryDialog">In the Edit Custom Dictionary dialog you have the option to enter new terms or edit existing entries.</property>
416 </object>
417 </child>
418 </object>
419 </interface>