android: Update app-specific/MIME type icons
[LibreOffice.git] / cui / uiconfig / ui / hangulhanjaconversiondialog.ui
blob07dc8eea39ef0716896787da23b46615d8fb90a8
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="liststore2">
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="GtkDialog" id="HangulHanjaConversionDialog">
14 <property name="can-focus">False</property>
15 <property name="border-width">6</property>
16 <property name="title" translatable="yes" context="hangulhanjaconversiondialog|HangulHanjaConversionDialog">Hangul/Hanja Conversion</property>
17 <property name="modal">True</property>
18 <property name="default-width">0</property>
19 <property name="default-height">0</property>
20 <property name="type-hint">normal</property>
21 <child internal-child="vbox">
22 <object class="GtkBox" id="dialog-vbox1">
23 <property name="can-focus">False</property>
24 <property name="orientation">vertical</property>
25 <property name="spacing">2</property>
26 <child internal-child="action_area">
27 <object class="GtkButtonBox" id="dialog-action_area1">
28 <property name="can-focus">False</property>
29 <property name="layout-style">end</property>
30 <child>
31 <object class="GtkButton" id="ok">
32 <property name="label" translatable="yes" context="stock">_OK</property>
33 <property name="visible">True</property>
34 <property name="can-focus">True</property>
35 <property name="can-default">True</property>
36 <property name="has-default">True</property>
37 <property name="receives-default">True</property>
38 <property name="use-underline">True</property>
39 </object>
40 <packing>
41 <property name="expand">False</property>
42 <property name="fill">True</property>
43 <property name="position">0</property>
44 </packing>
45 </child>
46 <child>
47 <object class="GtkButton" id="cancel">
48 <property name="label" translatable="yes" context="stock">_Cancel</property>
49 <property name="visible">True</property>
50 <property name="can-focus">True</property>
51 <property name="receives-default">True</property>
52 <property name="use-underline">True</property>
53 </object>
54 <packing>
55 <property name="expand">False</property>
56 <property name="fill">True</property>
57 <property name="position">1</property>
58 </packing>
59 </child>
60 <child>
61 <object class="GtkButton" id="help">
62 <property name="label" translatable="yes" context="stock">_Help</property>
63 <property name="visible">True</property>
64 <property name="can-focus">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">2</property>
72 <property name="secondary">True</property>
73 </packing>
74 </child>
75 </object>
76 <packing>
77 <property name="expand">False</property>
78 <property name="fill">True</property>
79 <property name="pack-type">end</property>
80 <property name="position">0</property>
81 </packing>
82 </child>
83 <child>
84 <object class="GtkBox" id="box1">
85 <property name="visible">True</property>
86 <property name="can-focus">False</property>
87 <property name="margin-start">6</property>
88 <property name="margin-end">6</property>
89 <property name="margin-top">6</property>
90 <property name="margin-bottom">6</property>
91 <property name="spacing">12</property>
92 <child>
93 <!-- n-columns=2 n-rows=5 -->
94 <object class="GtkGrid">
95 <property name="visible">True</property>
96 <property name="can-focus">False</property>
97 <property name="row-spacing">12</property>
98 <property name="column-spacing">6</property>
99 <child>
100 <object class="GtkLabel" id="label1">
101 <property name="visible">True</property>
102 <property name="can-focus">False</property>
103 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|label1">Original</property>
104 <property name="use-underline">True</property>
105 <property name="mnemonic-widget">originalword</property>
106 <property name="xalign">0</property>
107 </object>
108 <packing>
109 <property name="left-attach">0</property>
110 <property name="top-attach">0</property>
111 </packing>
112 </child>
113 <child>
114 <object class="GtkLabel" id="originalword">
115 <property name="visible">True</property>
116 <property name="can-focus">False</property>
117 <property name="xalign">0</property>
118 <child internal-child="accessible">
119 <object class="AtkObject" id="originalword-atkobject">
120 <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|originalword">Displays the current selection.</property>
121 </object>
122 </child>
123 </object>
124 <packing>
125 <property name="left-attach">1</property>
126 <property name="top-attach">0</property>
127 </packing>
128 </child>
129 <child>
130 <object class="GtkLabel" id="label3">
131 <property name="visible">True</property>
132 <property name="can-focus">False</property>
133 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|label3">Word</property>
134 <property name="use-underline">True</property>
135 <property name="mnemonic-widget">wordinput</property>
136 <property name="xalign">0</property>
137 </object>
138 <packing>
139 <property name="left-attach">0</property>
140 <property name="top-attach">1</property>
141 </packing>
142 </child>
143 <child>
144 <object class="GtkBox" id="box5">
145 <property name="visible">True</property>
146 <property name="can-focus">False</property>
147 <property name="spacing">6</property>
148 <child>
149 <object class="GtkEntry" id="wordinput">
150 <property name="visible">True</property>
151 <property name="can-focus">True</property>
152 <property name="activates-default">True</property>
153 <property name="truncate-multiline">True</property>
154 <child internal-child="accessible">
155 <object class="AtkObject" id="wordinput-atkobject">
156 <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|wordinput">Displays the first replacement suggestion from the dictionary.</property>
157 </object>
158 </child>
159 </object>
160 <packing>
161 <property name="expand">True</property>
162 <property name="fill">True</property>
163 <property name="position">1</property>
164 </packing>
165 </child>
166 <child>
167 <object class="GtkButton" id="find">
168 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|find">_Find</property>
169 <property name="visible">True</property>
170 <property name="can-focus">True</property>
171 <property name="receives-default">True</property>
172 <property name="use-underline">True</property>
173 <child internal-child="accessible">
174 <object class="AtkObject" id="find-atkobject">
175 <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|find">Finds your Hangul input in the dictionary and replaces it with the corresponding Hanja.</property>
176 </object>
177 </child>
178 </object>
179 <packing>
180 <property name="expand">False</property>
181 <property name="fill">True</property>
182 <property name="position">2</property>
183 </packing>
184 </child>
185 </object>
186 <packing>
187 <property name="left-attach">1</property>
188 <property name="top-attach">1</property>
189 </packing>
190 </child>
191 <child>
192 <object class="GtkLabel" id="label4">
193 <property name="visible">True</property>
194 <property name="can-focus">False</property>
195 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|label4">Suggestions</property>
196 <property name="use-underline">True</property>
197 <property name="xalign">0</property>
198 </object>
199 <packing>
200 <property name="left-attach">0</property>
201 <property name="top-attach">2</property>
202 </packing>
203 </child>
204 <child>
205 <object class="GtkBox" id="box6">
206 <property name="visible">True</property>
207 <property name="can-focus">False</property>
208 <property name="spacing">6</property>
209 <child>
210 <object class="GtkScrolledWindow" id="scrollwin">
211 <property name="visible">True</property>
212 <property name="can-focus">True</property>
213 <property name="hexpand">True</property>
214 <property name="vexpand">True</property>
215 <property name="hscrollbar-policy">never</property>
216 <property name="shadow-type">in</property>
217 <child>
218 <object class="GtkViewport">
219 <property name="visible">True</property>
220 <property name="can-focus">False</property>
221 <property name="hexpand">True</property>
222 <property name="vexpand">True</property>
223 <child>
224 <object class="GtkDrawingArea" id="valueset">
225 <property name="visible">True</property>
226 <property name="can-focus">False</property>
227 <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
228 <property name="hexpand">True</property>
229 <property name="vexpand">True</property>
230 </object>
231 </child>
232 </object>
233 </child>
234 </object>
235 <packing>
236 <property name="expand">False</property>
237 <property name="fill">True</property>
238 <property name="position">1</property>
239 </packing>
240 </child>
241 <child>
242 <object class="GtkScrolledWindow">
243 <property name="visible">True</property>
244 <property name="can-focus">True</property>
245 <property name="hexpand">True</property>
246 <property name="shadow-type">in</property>
247 <child>
248 <object class="GtkTreeView" id="listbox">
249 <property name="visible">True</property>
250 <property name="can-focus">True</property>
251 <property name="hexpand">True</property>
252 <property name="model">liststore2</property>
253 <property name="search-column">0</property>
254 <child internal-child="selection">
255 <object class="GtkTreeSelection"/>
256 </child>
257 <child>
258 <object class="GtkTreeViewColumn" id="treeviewcolumn5">
259 <property name="resizable">True</property>
260 <property name="spacing">6</property>
261 <child>
262 <object class="GtkCellRendererText" id="cellrenderer4"/>
263 <attributes>
264 <attribute name="text">0</attribute>
265 </attributes>
266 </child>
267 </object>
268 </child>
269 </object>
270 </child>
271 </object>
272 <packing>
273 <property name="expand">False</property>
274 <property name="fill">True</property>
275 <property name="position">2</property>
276 </packing>
277 </child>
278 </object>
279 <packing>
280 <property name="left-attach">1</property>
281 <property name="top-attach">2</property>
282 </packing>
283 </child>
284 <child>
285 <object class="GtkLabel" id="label5">
286 <property name="visible">True</property>
287 <property name="can-focus">False</property>
288 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|label5">Format</property>
289 <property name="use-underline">True</property>
290 <property name="xalign">0</property>
291 </object>
292 <packing>
293 <property name="left-attach">0</property>
294 <property name="top-attach">3</property>
295 </packing>
296 </child>
297 <child>
298 <!-- n-columns=3 n-rows=2 -->
299 <object class="GtkGrid" id="grid1">
300 <property name="visible">True</property>
301 <property name="can-focus">False</property>
302 <property name="row-spacing">12</property>
303 <property name="column-spacing">12</property>
304 <child>
305 <object class="GtkRadioButton" id="simpleconversion">
306 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|simpleconversion">_Hangul/Hanja</property>
307 <property name="visible">True</property>
308 <property name="can-focus">True</property>
309 <property name="receives-default">False</property>
310 <property name="use-underline">True</property>
311 <property name="active">True</property>
312 <property name="draw-indicator">True</property>
313 <child internal-child="accessible">
314 <object class="AtkObject" id="simpleconversion-atkobject">
315 <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|simpleconversion">The original characters are replaced by the suggested characters.</property>
316 </object>
317 </child>
318 </object>
319 <packing>
320 <property name="left-attach">0</property>
321 <property name="top-attach">0</property>
322 </packing>
323 </child>
324 <child>
325 <object class="GtkRadioButton" id="hangulbracket">
326 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hangulbracket">Hanja (Han_gul)</property>
327 <property name="visible">True</property>
328 <property name="can-focus">True</property>
329 <property name="receives-default">False</property>
330 <property name="use-underline">True</property>
331 <property name="draw-indicator">True</property>
332 <property name="group">simpleconversion</property>
333 <child internal-child="accessible">
334 <object class="AtkObject" id="hangulbracket-atkobject">
335 <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|hangulbracket">The Hangul part will be displayed in brackets after the Hanja part.</property>
336 </object>
337 </child>
338 </object>
339 <packing>
340 <property name="left-attach">1</property>
341 <property name="top-attach">0</property>
342 </packing>
343 </child>
344 <child>
345 <object class="GtkRadioButton" id="hanjabracket">
346 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hanjabracket">Hang_ul (Hanja)</property>
347 <property name="visible">True</property>
348 <property name="can-focus">True</property>
349 <property name="receives-default">False</property>
350 <property name="use-underline">True</property>
351 <property name="draw-indicator">True</property>
352 <property name="group">simpleconversion</property>
353 <child internal-child="accessible">
354 <object class="AtkObject" id="hanjabracket-atkobject">
355 <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|hanjabracket">The Hanja part will be displayed in brackets after the Hangul part.</property>
356 </object>
357 </child>
358 </object>
359 <packing>
360 <property name="left-attach">2</property>
361 <property name="top-attach">0</property>
362 </packing>
363 </child>
364 <child>
365 <!-- n-columns=2 n-rows=2 -->
366 <object class="GtkGrid">
367 <property name="visible">True</property>
368 <property name="can-focus">False</property>
369 <property name="row-spacing">12</property>
370 <property name="column-spacing">12</property>
371 <child>
372 <!-- n-columns=1 n-rows=2 -->
373 <object class="GtkGrid">
374 <property name="visible">True</property>
375 <property name="can-focus">False</property>
376 <property name="halign">center</property>
377 <property name="valign">center</property>
378 <property name="hexpand">True</property>
379 <child>
380 <object class="GtkImage" id="hanja_above_img">
381 <property name="visible">True</property>
382 <property name="can-focus">False</property>
383 <property name="halign">center</property>
384 <property name="valign">end</property>
385 </object>
386 <packing>
387 <property name="left-attach">0</property>
388 <property name="top-attach">0</property>
389 </packing>
390 </child>
391 <child>
392 <object class="GtkRadioButton" id="hanja_above">
393 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hanja_above">Hanja above</property>
394 <property name="visible">True</property>
395 <property name="can-focus">True</property>
396 <property name="receives-default">False</property>
397 <property name="use-underline">True</property>
398 <property name="draw-indicator">True</property>
399 <property name="group">simpleconversion</property>
400 <child internal-child="accessible">
401 <object class="AtkObject" id="hanja_above-atkobject">
402 <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|hanja_above">The Hangul part will be displayed as ruby text above the Hanja part.</property>
403 </object>
404 </child>
405 </object>
406 <packing>
407 <property name="left-attach">0</property>
408 <property name="top-attach">1</property>
409 </packing>
410 </child>
411 </object>
412 <packing>
413 <property name="left-attach">0</property>
414 <property name="top-attach">0</property>
415 </packing>
416 </child>
417 <child>
418 <!-- n-columns=1 n-rows=2 -->
419 <object class="GtkGrid">
420 <property name="visible">True</property>
421 <property name="can-focus">False</property>
422 <property name="halign">center</property>
423 <property name="valign">center</property>
424 <property name="hexpand">True</property>
425 <child>
426 <object class="GtkImage" id="hanja_below_img">
427 <property name="visible">True</property>
428 <property name="can-focus">False</property>
429 <property name="halign">center</property>
430 <property name="valign">end</property>
431 </object>
432 <packing>
433 <property name="left-attach">0</property>
434 <property name="top-attach">0</property>
435 </packing>
436 </child>
437 <child>
438 <object class="GtkRadioButton" id="hanja_below">
439 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hanja_below">Hanja below</property>
440 <property name="visible">True</property>
441 <property name="can-focus">True</property>
442 <property name="receives-default">False</property>
443 <property name="use-underline">True</property>
444 <property name="draw-indicator">True</property>
445 <property name="group">simpleconversion</property>
446 <child internal-child="accessible">
447 <object class="AtkObject" id="hanja_below-atkobject">
448 <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|hanja_below">The Hangul part will be displayed as ruby text below the Hanja part.</property>
449 </object>
450 </child>
451 </object>
452 <packing>
453 <property name="left-attach">0</property>
454 <property name="top-attach">1</property>
455 </packing>
456 </child>
457 </object>
458 <packing>
459 <property name="left-attach">1</property>
460 <property name="top-attach">0</property>
461 </packing>
462 </child>
463 <child>
464 <!-- n-columns=1 n-rows=2 -->
465 <object class="GtkGrid">
466 <property name="visible">True</property>
467 <property name="can-focus">False</property>
468 <property name="halign">center</property>
469 <property name="valign">center</property>
470 <property name="hexpand">True</property>
471 <child>
472 <object class="GtkImage" id="hangul_above_img">
473 <property name="visible">True</property>
474 <property name="can-focus">False</property>
475 <property name="halign">center</property>
476 <property name="valign">end</property>
477 </object>
478 <packing>
479 <property name="left-attach">0</property>
480 <property name="top-attach">0</property>
481 </packing>
482 </child>
483 <child>
484 <object class="GtkRadioButton" id="hangul_above">
485 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hangul_above">Hangul above</property>
486 <property name="visible">True</property>
487 <property name="can-focus">True</property>
488 <property name="receives-default">False</property>
489 <property name="use-underline">True</property>
490 <property name="draw-indicator">True</property>
491 <property name="group">simpleconversion</property>
492 <child internal-child="accessible">
493 <object class="AtkObject" id="hangul_above-atkobject">
494 <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|hangul_above">The Hanja part will be displayed as ruby text above the Hangul part.</property>
495 </object>
496 </child>
497 </object>
498 <packing>
499 <property name="left-attach">0</property>
500 <property name="top-attach">1</property>
501 </packing>
502 </child>
503 </object>
504 <packing>
505 <property name="left-attach">0</property>
506 <property name="top-attach">1</property>
507 </packing>
508 </child>
509 <child>
510 <!-- n-columns=1 n-rows=2 -->
511 <object class="GtkGrid">
512 <property name="visible">True</property>
513 <property name="can-focus">False</property>
514 <property name="halign">center</property>
515 <property name="valign">center</property>
516 <property name="hexpand">True</property>
517 <child>
518 <object class="GtkImage" id="hangul_below_img">
519 <property name="visible">True</property>
520 <property name="can-focus">False</property>
521 <property name="halign">center</property>
522 <property name="valign">end</property>
523 </object>
524 <packing>
525 <property name="left-attach">0</property>
526 <property name="top-attach">0</property>
527 </packing>
528 </child>
529 <child>
530 <object class="GtkRadioButton" id="hangul_below">
531 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hangul_below">Hangul below</property>
532 <property name="visible">True</property>
533 <property name="can-focus">True</property>
534 <property name="receives-default">False</property>
535 <property name="use-underline">True</property>
536 <property name="draw-indicator">True</property>
537 <property name="group">simpleconversion</property>
538 <child internal-child="accessible">
539 <object class="AtkObject" id="hangul_below-atkobject">
540 <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|hangul_below">The Hanja part will be displayed as ruby text below the Hangul part.</property>
541 </object>
542 </child>
543 </object>
544 <packing>
545 <property name="left-attach">0</property>
546 <property name="top-attach">1</property>
547 </packing>
548 </child>
549 </object>
550 <packing>
551 <property name="left-attach">1</property>
552 <property name="top-attach">1</property>
553 </packing>
554 </child>
555 </object>
556 <packing>
557 <property name="left-attach">0</property>
558 <property name="top-attach">1</property>
559 <property name="width">3</property>
560 </packing>
561 </child>
562 </object>
563 <packing>
564 <property name="left-attach">1</property>
565 <property name="top-attach">3</property>
566 </packing>
567 </child>
568 <child>
569 <object class="GtkLabel" id="label6">
570 <property name="visible">True</property>
571 <property name="can-focus">False</property>
572 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|label6">Conversion</property>
573 <property name="use-underline">True</property>
574 <property name="xalign">0</property>
575 </object>
576 <packing>
577 <property name="left-attach">0</property>
578 <property name="top-attach">4</property>
579 </packing>
580 </child>
581 <child>
582 <object class="GtkBox" id="box8">
583 <property name="visible">True</property>
584 <property name="can-focus">False</property>
585 <property name="vexpand">True</property>
586 <property name="spacing">6</property>
587 <child>
588 <object class="GtkCheckButton" id="hangulonly">
589 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hangulonly">Hangul _only</property>
590 <property name="visible">True</property>
591 <property name="can-focus">True</property>
592 <property name="receives-default">False</property>
593 <property name="use-underline">True</property>
594 <property name="draw-indicator">True</property>
595 <child internal-child="accessible">
596 <object class="AtkObject" id="hangulonly-atkobject">
597 <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|hangulonly">Check to convert only Hangul. Do not convert Hanja.</property>
598 </object>
599 </child>
600 </object>
601 <packing>
602 <property name="expand">False</property>
603 <property name="fill">True</property>
604 <property name="position">1</property>
605 </packing>
606 </child>
607 <child>
608 <object class="GtkCheckButton" id="hanjaonly">
609 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hanjaonly">Hanja onl_y</property>
610 <property name="visible">True</property>
611 <property name="can-focus">True</property>
612 <property name="receives-default">False</property>
613 <property name="use-underline">True</property>
614 <property name="draw-indicator">True</property>
615 <child internal-child="accessible">
616 <object class="AtkObject" id="hanjaonly-atkobject">
617 <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|hanjaonly">Check to convert only Hanja. Do not convert Hangul.</property>
618 </object>
619 </child>
620 </object>
621 <packing>
622 <property name="expand">False</property>
623 <property name="fill">True</property>
624 <property name="position">2</property>
625 </packing>
626 </child>
627 </object>
628 <packing>
629 <property name="left-attach">1</property>
630 <property name="top-attach">4</property>
631 </packing>
632 </child>
633 </object>
634 <packing>
635 <property name="expand">False</property>
636 <property name="fill">True</property>
637 <property name="position">0</property>
638 </packing>
639 </child>
640 <child>
641 <object class="GtkBox" id="box2">
642 <property name="visible">True</property>
643 <property name="can-focus">False</property>
644 <property name="valign">start</property>
645 <property name="orientation">vertical</property>
646 <property name="spacing">6</property>
647 <property name="homogeneous">True</property>
648 <child>
649 <object class="GtkButton" id="ignore">
650 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|ignore">_Ignore</property>
651 <property name="visible">True</property>
652 <property name="can-focus">True</property>
653 <property name="receives-default">True</property>
654 <property name="hexpand">True</property>
655 <property name="vexpand">True</property>
656 <property name="use-underline">True</property>
657 <child internal-child="accessible">
658 <object class="AtkObject" id="ignore-atkobject">
659 <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|ignore">No changes will be made to the current selection. The next word or character will be selected for conversion.</property>
660 </object>
661 </child>
662 </object>
663 <packing>
664 <property name="expand">True</property>
665 <property name="fill">True</property>
666 <property name="position">0</property>
667 </packing>
668 </child>
669 <child>
670 <object class="GtkButton" id="ignoreall">
671 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|ignoreall">Always I_gnore</property>
672 <property name="visible">True</property>
673 <property name="can-focus">True</property>
674 <property name="receives-default">True</property>
675 <property name="use-underline">True</property>
676 <child internal-child="accessible">
677 <object class="AtkObject" id="ignoreall-atkobject">
678 <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|ignoreall">No changes will be made to the current selection, and every time the same selection is detected it will be skipped automatically.</property>
679 </object>
680 </child>
681 </object>
682 <packing>
683 <property name="expand">True</property>
684 <property name="fill">True</property>
685 <property name="position">1</property>
686 </packing>
687 </child>
688 <child>
689 <object class="GtkButton" id="replace">
690 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|replace">_Replace</property>
691 <property name="visible">True</property>
692 <property name="can-focus">True</property>
693 <property name="receives-default">True</property>
694 <property name="use-underline">True</property>
695 <child internal-child="accessible">
696 <object class="AtkObject" id="replace-atkobject">
697 <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|replace">Replaces the selection with the suggested characters or word according to the format options.</property>
698 </object>
699 </child>
700 </object>
701 <packing>
702 <property name="expand">True</property>
703 <property name="fill">True</property>
704 <property name="position">2</property>
705 </packing>
706 </child>
707 <child>
708 <object class="GtkButton" id="replaceall">
709 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|replaceall">Always R_eplace</property>
710 <property name="visible">True</property>
711 <property name="can-focus">True</property>
712 <property name="receives-default">True</property>
713 <property name="use-underline">True</property>
714 <child internal-child="accessible">
715 <object class="AtkObject" id="replaceall-atkobject">
716 <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|replaceall">Replaces the selection with the suggested characters or word according to the format options. Every time the same selection is detected it will be replaced automatically.</property>
717 </object>
718 </child>
719 </object>
720 <packing>
721 <property name="expand">True</property>
722 <property name="fill">True</property>
723 <property name="position">3</property>
724 </packing>
725 </child>
726 <child>
727 <object class="GtkCheckButton" id="replacebychar">
728 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|replacebychar">Replace b_y character</property>
729 <property name="visible">True</property>
730 <property name="can-focus">True</property>
731 <property name="receives-default">False</property>
732 <property name="use-underline">True</property>
733 <property name="draw-indicator">True</property>
734 <child internal-child="accessible">
735 <object class="AtkObject" id="replacebychar-atkobject">
736 <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|replacebychar">Check to move character-by-character through the selected text. If not checked, full words are replaced.</property>
737 </object>
738 </child>
739 </object>
740 <packing>
741 <property name="expand">False</property>
742 <property name="fill">False</property>
743 <property name="position">5</property>
744 </packing>
745 </child>
746 <child>
747 <object class="GtkButton" id="options">
748 <property name="label" translatable="yes" context="hangulhanjaconversiondialog|options">Options...</property>
749 <property name="visible">True</property>
750 <property name="can-focus">True</property>
751 <property name="receives-default">True</property>
752 <child internal-child="accessible">
753 <object class="AtkObject" id="options-atkobject">
754 <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|options">Opens the Hangul/Hanja Options dialog.</property>
755 </object>
756 </child>
757 </object>
758 <packing>
759 <property name="expand">False</property>
760 <property name="fill">True</property>
761 <property name="position">6</property>
762 </packing>
763 </child>
764 </object>
765 <packing>
766 <property name="expand">True</property>
767 <property name="fill">True</property>
768 <property name="position">1</property>
769 </packing>
770 </child>
771 </object>
772 <packing>
773 <property name="expand">False</property>
774 <property name="fill">True</property>
775 <property name="position">1</property>
776 </packing>
777 </child>
778 </object>
779 </child>
780 <action-widgets>
781 <action-widget response="-5">ok</action-widget>
782 <action-widget response="-6">cancel</action-widget>
783 <action-widget response="-11">help</action-widget>
784 </action-widgets>
785 <child internal-child="accessible">
786 <object class="AtkObject" id="HangulHanjaConversionDialog-atkobject">
787 <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|HangulHanjaConversionDialog">Converts the selected Korean text from Hangul to Hanja or from Hanja to Hangul.</property>
788 </object>
789 </child>
790 </object>
791 </interface>