hangulhanjaconversiondialog.ui 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694
  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="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">gtk-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_stock">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">gtk-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_stock">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">gtk-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_stock">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_left">6</property>
  88. <property name="margin_right">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=1 n-rows=1 -->
  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=1 n-rows=1 -->
  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="hanja_above">
  306. <property name="visible">True</property>
  307. <property name="can_focus">True</property>
  308. <property name="receives_default">False</property>
  309. <property name="tooltip_text" translatable="yes" context="hangulhanjaconversiondialog|hanja_above">Hanja above</property>
  310. <property name="xalign">0</property>
  311. <property name="always_show_image">True</property>
  312. <property name="draw_indicator">True</property>
  313. <property name="group">simpleconversion</property>
  314. <child internal-child="accessible">
  315. <object class="AtkObject" id="hanja_above-atkobject">
  316. <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>
  317. </object>
  318. </child>
  319. </object>
  320. <packing>
  321. <property name="left_attach">0</property>
  322. <property name="top_attach">1</property>
  323. </packing>
  324. </child>
  325. <child>
  326. <object class="GtkRadioButton" id="hanja_below">
  327. <property name="visible">True</property>
  328. <property name="can_focus">True</property>
  329. <property name="receives_default">False</property>
  330. <property name="tooltip_text" translatable="yes" context="hangulhanjaconversiondialog|hanja_below">Hanja below</property>
  331. <property name="xalign">0</property>
  332. <property name="always_show_image">True</property>
  333. <property name="draw_indicator">True</property>
  334. <property name="group">simpleconversion</property>
  335. <child internal-child="accessible">
  336. <object class="AtkObject" id="hanja_below-atkobject">
  337. <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>
  338. </object>
  339. </child>
  340. </object>
  341. <packing>
  342. <property name="left_attach">1</property>
  343. <property name="top_attach">1</property>
  344. </packing>
  345. </child>
  346. <child>
  347. <object class="GtkRadioButton" id="hangul_above">
  348. <property name="visible">True</property>
  349. <property name="can_focus">True</property>
  350. <property name="receives_default">False</property>
  351. <property name="tooltip_text" translatable="yes" context="hangulhanjaconversiondialog|hangul_above">Hangul above</property>
  352. <property name="xalign">0</property>
  353. <property name="always_show_image">True</property>
  354. <property name="draw_indicator">True</property>
  355. <property name="group">simpleconversion</property>
  356. <child internal-child="accessible">
  357. <object class="AtkObject" id="hangul_above-atkobject">
  358. <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>
  359. </object>
  360. </child>
  361. </object>
  362. <packing>
  363. <property name="left_attach">0</property>
  364. <property name="top_attach">2</property>
  365. </packing>
  366. </child>
  367. <child>
  368. <object class="GtkRadioButton" id="hangul_below">
  369. <property name="visible">True</property>
  370. <property name="can_focus">True</property>
  371. <property name="receives_default">False</property>
  372. <property name="tooltip_text" translatable="yes" context="hangulhanjaconversiondialog|hangul_below">Hangul below</property>
  373. <property name="xalign">0</property>
  374. <property name="always_show_image">True</property>
  375. <property name="draw_indicator">True</property>
  376. <property name="group">simpleconversion</property>
  377. <child internal-child="accessible">
  378. <object class="AtkObject" id="hangul_below-atkobject">
  379. <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>
  380. </object>
  381. </child>
  382. </object>
  383. <packing>
  384. <property name="left_attach">1</property>
  385. <property name="top_attach">2</property>
  386. </packing>
  387. </child>
  388. <child>
  389. <object class="GtkRadioButton" id="simpleconversion">
  390. <property name="label" translatable="yes" context="hangulhanjaconversiondialog|simpleconversion">_Hangul/Hanja</property>
  391. <property name="visible">True</property>
  392. <property name="can_focus">True</property>
  393. <property name="receives_default">False</property>
  394. <property name="use_underline">True</property>
  395. <property name="xalign">0</property>
  396. <property name="active">True</property>
  397. <property name="draw_indicator">True</property>
  398. <property name="group">simpleconversion</property>
  399. <child internal-child="accessible">
  400. <object class="AtkObject" id="simpleconversion-atkobject">
  401. <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|simpleconversion">The original characters are replaced by the suggested characters.</property>
  402. </object>
  403. </child>
  404. </object>
  405. <packing>
  406. <property name="left_attach">0</property>
  407. <property name="top_attach">0</property>
  408. </packing>
  409. </child>
  410. <child>
  411. <object class="GtkRadioButton" id="hangulbracket">
  412. <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hangulbracket">Hanja (Han_gul)</property>
  413. <property name="visible">True</property>
  414. <property name="can_focus">True</property>
  415. <property name="receives_default">False</property>
  416. <property name="use_underline">True</property>
  417. <property name="xalign">0</property>
  418. <property name="draw_indicator">True</property>
  419. <property name="group">simpleconversion</property>
  420. <child internal-child="accessible">
  421. <object class="AtkObject" id="hangulbracket-atkobject">
  422. <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>
  423. </object>
  424. </child>
  425. </object>
  426. <packing>
  427. <property name="left_attach">1</property>
  428. <property name="top_attach">0</property>
  429. </packing>
  430. </child>
  431. <child>
  432. <object class="GtkRadioButton" id="hanjabracket">
  433. <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hanjabracket">Hang_ul (Hanja)</property>
  434. <property name="visible">True</property>
  435. <property name="can_focus">True</property>
  436. <property name="receives_default">False</property>
  437. <property name="use_underline">True</property>
  438. <property name="xalign">0</property>
  439. <property name="draw_indicator">True</property>
  440. <property name="group">simpleconversion</property>
  441. <child internal-child="accessible">
  442. <object class="AtkObject" id="hanjabracket-atkobject">
  443. <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>
  444. </object>
  445. </child>
  446. </object>
  447. <packing>
  448. <property name="left_attach">2</property>
  449. <property name="top_attach">0</property>
  450. </packing>
  451. </child>
  452. <child>
  453. <placeholder/>
  454. </child>
  455. <child>
  456. <placeholder/>
  457. </child>
  458. </object>
  459. <packing>
  460. <property name="left_attach">1</property>
  461. <property name="top_attach">3</property>
  462. </packing>
  463. </child>
  464. <child>
  465. <object class="GtkLabel" id="label6">
  466. <property name="visible">True</property>
  467. <property name="can_focus">False</property>
  468. <property name="label" translatable="yes" context="hangulhanjaconversiondialog|label6">Conversion</property>
  469. <property name="use_underline">True</property>
  470. <property name="xalign">0</property>
  471. </object>
  472. <packing>
  473. <property name="left_attach">0</property>
  474. <property name="top_attach">4</property>
  475. </packing>
  476. </child>
  477. <child>
  478. <object class="GtkBox" id="box8">
  479. <property name="visible">True</property>
  480. <property name="can_focus">False</property>
  481. <property name="vexpand">True</property>
  482. <property name="spacing">6</property>
  483. <child>
  484. <object class="GtkCheckButton" id="hangulonly">
  485. <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hangulonly">Hangul _only</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="xalign">0</property>
  491. <property name="draw_indicator">True</property>
  492. <child internal-child="accessible">
  493. <object class="AtkObject" id="hangulonly-atkobject">
  494. <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|hangulonly">Check to convert only Hangul. Do not convert Hanja.</property>
  495. </object>
  496. </child>
  497. </object>
  498. <packing>
  499. <property name="expand">False</property>
  500. <property name="fill">True</property>
  501. <property name="position">1</property>
  502. </packing>
  503. </child>
  504. <child>
  505. <object class="GtkCheckButton" id="hanjaonly">
  506. <property name="label" translatable="yes" context="hangulhanjaconversiondialog|hanjaonly">Hanja onl_y</property>
  507. <property name="visible">True</property>
  508. <property name="can_focus">True</property>
  509. <property name="receives_default">False</property>
  510. <property name="use_underline">True</property>
  511. <property name="xalign">0</property>
  512. <property name="draw_indicator">True</property>
  513. <child internal-child="accessible">
  514. <object class="AtkObject" id="hanjaonly-atkobject">
  515. <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|hanjaonly">Check to convert only Hanja. Do not convert Hangul.</property>
  516. </object>
  517. </child>
  518. </object>
  519. <packing>
  520. <property name="expand">False</property>
  521. <property name="fill">True</property>
  522. <property name="position">2</property>
  523. </packing>
  524. </child>
  525. </object>
  526. <packing>
  527. <property name="left_attach">1</property>
  528. <property name="top_attach">4</property>
  529. </packing>
  530. </child>
  531. </object>
  532. <packing>
  533. <property name="expand">False</property>
  534. <property name="fill">True</property>
  535. <property name="position">0</property>
  536. </packing>
  537. </child>
  538. <child>
  539. <object class="GtkBox" id="box2">
  540. <property name="visible">True</property>
  541. <property name="can_focus">False</property>
  542. <property name="valign">start</property>
  543. <property name="orientation">vertical</property>
  544. <property name="spacing">6</property>
  545. <property name="homogeneous">True</property>
  546. <child>
  547. <object class="GtkButton" id="ignore">
  548. <property name="label" translatable="yes" context="hangulhanjaconversiondialog|ignore">_Ignore</property>
  549. <property name="visible">True</property>
  550. <property name="can_focus">True</property>
  551. <property name="receives_default">True</property>
  552. <property name="hexpand">True</property>
  553. <property name="vexpand">True</property>
  554. <property name="use_underline">True</property>
  555. <child internal-child="accessible">
  556. <object class="AtkObject" id="ignore-atkobject">
  557. <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>
  558. </object>
  559. </child>
  560. </object>
  561. <packing>
  562. <property name="expand">True</property>
  563. <property name="fill">True</property>
  564. <property name="position">0</property>
  565. </packing>
  566. </child>
  567. <child>
  568. <object class="GtkButton" id="ignoreall">
  569. <property name="label" translatable="yes" context="hangulhanjaconversiondialog|ignoreall">Always I_gnore</property>
  570. <property name="visible">True</property>
  571. <property name="can_focus">True</property>
  572. <property name="receives_default">True</property>
  573. <property name="use_underline">True</property>
  574. <child internal-child="accessible">
  575. <object class="AtkObject" id="ignoreall-atkobject">
  576. <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>
  577. </object>
  578. </child>
  579. </object>
  580. <packing>
  581. <property name="expand">True</property>
  582. <property name="fill">True</property>
  583. <property name="position">1</property>
  584. </packing>
  585. </child>
  586. <child>
  587. <object class="GtkButton" id="replace">
  588. <property name="label" translatable="yes" context="hangulhanjaconversiondialog|replace">_Replace</property>
  589. <property name="visible">True</property>
  590. <property name="can_focus">True</property>
  591. <property name="receives_default">True</property>
  592. <property name="use_underline">True</property>
  593. <child internal-child="accessible">
  594. <object class="AtkObject" id="replace-atkobject">
  595. <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>
  596. </object>
  597. </child>
  598. </object>
  599. <packing>
  600. <property name="expand">True</property>
  601. <property name="fill">True</property>
  602. <property name="position">2</property>
  603. </packing>
  604. </child>
  605. <child>
  606. <object class="GtkButton" id="replaceall">
  607. <property name="label" translatable="yes" context="hangulhanjaconversiondialog|replaceall">Always R_eplace</property>
  608. <property name="visible">True</property>
  609. <property name="can_focus">True</property>
  610. <property name="receives_default">True</property>
  611. <property name="use_underline">True</property>
  612. <child internal-child="accessible">
  613. <object class="AtkObject" id="replaceall-atkobject">
  614. <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>
  615. </object>
  616. </child>
  617. </object>
  618. <packing>
  619. <property name="expand">True</property>
  620. <property name="fill">True</property>
  621. <property name="position">3</property>
  622. </packing>
  623. </child>
  624. <child>
  625. <object class="GtkCheckButton" id="replacebychar">
  626. <property name="label" translatable="yes" context="hangulhanjaconversiondialog|replacebychar">Replace b_y character</property>
  627. <property name="visible">True</property>
  628. <property name="can_focus">True</property>
  629. <property name="receives_default">False</property>
  630. <property name="use_underline">True</property>
  631. <property name="xalign">0</property>
  632. <property name="draw_indicator">True</property>
  633. <child internal-child="accessible">
  634. <object class="AtkObject" id="replacebychar-atkobject">
  635. <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>
  636. </object>
  637. </child>
  638. </object>
  639. <packing>
  640. <property name="expand">False</property>
  641. <property name="fill">False</property>
  642. <property name="position">5</property>
  643. </packing>
  644. </child>
  645. <child>
  646. <object class="GtkButton" id="options">
  647. <property name="label" translatable="yes" context="hangulhanjaconversiondialog|options">Options...</property>
  648. <property name="visible">True</property>
  649. <property name="can_focus">True</property>
  650. <property name="receives_default">True</property>
  651. <child internal-child="accessible">
  652. <object class="AtkObject" id="options-atkobject">
  653. <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaconversiondialog|extended_tip|options">Opens the Hangul/Hanja Options dialog.</property>
  654. </object>
  655. </child>
  656. </object>
  657. <packing>
  658. <property name="expand">False</property>
  659. <property name="fill">True</property>
  660. <property name="position">6</property>
  661. </packing>
  662. </child>
  663. </object>
  664. <packing>
  665. <property name="expand">True</property>
  666. <property name="fill">True</property>
  667. <property name="position">1</property>
  668. </packing>
  669. </child>
  670. </object>
  671. <packing>
  672. <property name="expand">False</property>
  673. <property name="fill">True</property>
  674. <property name="position">1</property>
  675. </packing>
  676. </child>
  677. </object>
  678. </child>
  679. <action-widgets>
  680. <action-widget response="-5">ok</action-widget>
  681. <action-widget response="-6">cancel</action-widget>
  682. <action-widget response="-11">help</action-widget>
  683. </action-widgets>
  684. <child type="titlebar">
  685. <placeholder/>
  686. </child>
  687. <child internal-child="accessible">
  688. <object class="AtkObject" id="HangulHanjaConversionDialog-atkobject">
  689. <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>
  690. </object>
  691. </child>
  692. </object>
  693. </interface>