hangulhanjaoptdialog.ui 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  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 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. </columns>
  18. </object>
  19. <object class="GtkDialog" id="HangulHanjaOptDialog">
  20. <property name="can_focus">False</property>
  21. <property name="border_width">6</property>
  22. <property name="title" translatable="yes" context="hangulhanjaoptdialog|HangulHanjaOptDialog">Hangul/Hanja Options</property>
  23. <property name="modal">True</property>
  24. <property name="default_width">0</property>
  25. <property name="default_height">0</property>
  26. <property name="type_hint">dialog</property>
  27. <child internal-child="vbox">
  28. <object class="GtkBox" id="dialog-vbox1">
  29. <property name="can_focus">False</property>
  30. <property name="orientation">vertical</property>
  31. <property name="spacing">12</property>
  32. <child internal-child="action_area">
  33. <object class="GtkButtonBox" id="dialog-action_area1">
  34. <property name="can_focus">False</property>
  35. <property name="layout_style">end</property>
  36. <child>
  37. <object class="GtkButton" id="ok">
  38. <property name="label">gtk-ok</property>
  39. <property name="visible">True</property>
  40. <property name="can_focus">True</property>
  41. <property name="can_default">True</property>
  42. <property name="has_default">True</property>
  43. <property name="receives_default">True</property>
  44. <property name="use_stock">True</property>
  45. </object>
  46. <packing>
  47. <property name="expand">False</property>
  48. <property name="fill">True</property>
  49. <property name="position">0</property>
  50. </packing>
  51. </child>
  52. <child>
  53. <object class="GtkButton" id="cancel">
  54. <property name="label">gtk-cancel</property>
  55. <property name="visible">True</property>
  56. <property name="can_focus">True</property>
  57. <property name="receives_default">True</property>
  58. <property name="use_stock">True</property>
  59. </object>
  60. <packing>
  61. <property name="expand">False</property>
  62. <property name="fill">True</property>
  63. <property name="position">1</property>
  64. </packing>
  65. </child>
  66. <child>
  67. <object class="GtkButton" id="help">
  68. <property name="label">gtk-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_stock">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. <!-- n-columns=1 n-rows=1 -->
  91. <object class="GtkGrid" id="grid1">
  92. <property name="visible">True</property>
  93. <property name="can_focus">False</property>
  94. <property name="hexpand">True</property>
  95. <property name="vexpand">True</property>
  96. <property name="row_spacing">6</property>
  97. <child>
  98. <object class="GtkFrame" id="frame1">
  99. <property name="visible">True</property>
  100. <property name="can_focus">False</property>
  101. <property name="hexpand">True</property>
  102. <property name="vexpand">True</property>
  103. <property name="label_xalign">0</property>
  104. <property name="shadow_type">none</property>
  105. <child>
  106. <object class="GtkAlignment" id="alignment1">
  107. <property name="visible">True</property>
  108. <property name="can_focus">False</property>
  109. <property name="top_padding">6</property>
  110. <property name="left_padding">12</property>
  111. <child>
  112. <!-- n-columns=1 n-rows=1 -->
  113. <object class="GtkGrid" id="grid2">
  114. <property name="visible">True</property>
  115. <property name="can_focus">False</property>
  116. <property name="column_spacing">12</property>
  117. <child>
  118. <object class="GtkButtonBox" id="buttonbox1">
  119. <property name="visible">True</property>
  120. <property name="can_focus">False</property>
  121. <property name="orientation">vertical</property>
  122. <property name="spacing">6</property>
  123. <property name="layout_style">start</property>
  124. <child>
  125. <object class="GtkButton" id="new">
  126. <property name="label" translatable="yes" context="hangulhanjaoptdialog|new">New...</property>
  127. <property name="visible">True</property>
  128. <property name="can_focus">True</property>
  129. <property name="receives_default">True</property>
  130. <property name="use_underline">True</property>
  131. <child internal-child="accessible">
  132. <object class="AtkObject" id="new-atkobject">
  133. <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaoptdialog|extended_tip|new">Opens the New dictionary dialog box, where you can create a new dictionary.</property>
  134. </object>
  135. </child>
  136. </object>
  137. <packing>
  138. <property name="expand">False</property>
  139. <property name="fill">True</property>
  140. <property name="position">0</property>
  141. </packing>
  142. </child>
  143. <child>
  144. <object class="GtkButton" id="edit">
  145. <property name="label" translatable="yes" context="hangulhanjaoptdialog|edit">Edit...</property>
  146. <property name="visible">True</property>
  147. <property name="can_focus">True</property>
  148. <property name="receives_default">True</property>
  149. <child internal-child="accessible">
  150. <object class="AtkObject" id="edit-atkobject">
  151. <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaoptdialog|extended_tip|edit">Opens the Edit Custom Dictionary dialog where you can edit any user-defined dictionary.</property>
  152. </object>
  153. </child>
  154. </object>
  155. <packing>
  156. <property name="expand">False</property>
  157. <property name="fill">True</property>
  158. <property name="position">1</property>
  159. </packing>
  160. </child>
  161. <child>
  162. <object class="GtkButton" id="delete">
  163. <property name="label">gtk-delete</property>
  164. <property name="visible">True</property>
  165. <property name="can_focus">True</property>
  166. <property name="receives_default">True</property>
  167. <property name="use_stock">True</property>
  168. <child internal-child="accessible">
  169. <object class="AtkObject" id="delete-atkobject">
  170. <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaoptdialog|extended_tip|delete">Deletes the selected user-defined dictionary.</property>
  171. </object>
  172. </child>
  173. </object>
  174. <packing>
  175. <property name="expand">False</property>
  176. <property name="fill">True</property>
  177. <property name="position">2</property>
  178. </packing>
  179. </child>
  180. </object>
  181. <packing>
  182. <property name="left_attach">1</property>
  183. <property name="top_attach">0</property>
  184. </packing>
  185. </child>
  186. <child>
  187. <object class="GtkScrolledWindow">
  188. <property name="visible">True</property>
  189. <property name="can_focus">True</property>
  190. <property name="hexpand">True</property>
  191. <property name="vexpand">True</property>
  192. <property name="shadow_type">in</property>
  193. <child>
  194. <object class="GtkTreeView" id="dicts">
  195. <property name="visible">True</property>
  196. <property name="can_focus">True</property>
  197. <property name="receives_default">True</property>
  198. <property name="hexpand">True</property>
  199. <property name="vexpand">True</property>
  200. <property name="model">liststore2</property>
  201. <property name="headers_visible">False</property>
  202. <property name="search_column">1</property>
  203. <property name="show_expanders">False</property>
  204. <child internal-child="selection">
  205. <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
  206. </child>
  207. <child>
  208. <object class="GtkTreeViewColumn" id="treeviewcolumn4">
  209. <property name="resizable">True</property>
  210. <property name="spacing">6</property>
  211. <property name="alignment">0.5</property>
  212. <child>
  213. <object class="GtkCellRendererToggle" id="cellrenderer5"/>
  214. <attributes>
  215. <attribute name="visible">3</attribute>
  216. <attribute name="active">0</attribute>
  217. </attributes>
  218. </child>
  219. </object>
  220. </child>
  221. <child>
  222. <object class="GtkTreeViewColumn" id="treeviewcolumn5">
  223. <property name="resizable">True</property>
  224. <property name="spacing">6</property>
  225. <child>
  226. <object class="GtkCellRendererText" id="cellrenderer4"/>
  227. <attributes>
  228. <attribute name="text">1</attribute>
  229. </attributes>
  230. </child>
  231. </object>
  232. </child>
  233. <child internal-child="accessible">
  234. <object class="AtkObject" id="dicts-atkobject">
  235. <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaoptdialog|extended_tip|dicts">Lists all user-defined dictionaries. Select the check box next to the dictionary that you want to use. Clear the check box next to the dictionary that you do not want to use.</property>
  236. </object>
  237. </child>
  238. </object>
  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. </object>
  247. </child>
  248. </object>
  249. </child>
  250. <child type="label">
  251. <object class="GtkLabel" id="label1">
  252. <property name="visible">True</property>
  253. <property name="can_focus">False</property>
  254. <property name="label" translatable="yes" context="hangulhanjaoptdialog|label1">User-defined Dictionaries</property>
  255. <attributes>
  256. <attribute name="weight" value="bold"/>
  257. </attributes>
  258. </object>
  259. </child>
  260. </object>
  261. <packing>
  262. <property name="left_attach">0</property>
  263. <property name="top_attach">0</property>
  264. </packing>
  265. </child>
  266. <child>
  267. <object class="GtkFrame" id="frame2">
  268. <property name="visible">True</property>
  269. <property name="can_focus">False</property>
  270. <property name="label_xalign">0</property>
  271. <property name="shadow_type">none</property>
  272. <child>
  273. <object class="GtkAlignment" id="alignment2">
  274. <property name="visible">True</property>
  275. <property name="can_focus">False</property>
  276. <property name="top_padding">6</property>
  277. <property name="left_padding">12</property>
  278. <child>
  279. <!-- n-columns=1 n-rows=1 -->
  280. <object class="GtkGrid" id="grid3">
  281. <property name="visible">True</property>
  282. <property name="can_focus">False</property>
  283. <property name="row_spacing">6</property>
  284. <child>
  285. <object class="GtkCheckButton" id="ignorepost">
  286. <property name="label" translatable="yes" context="hangulhanjaoptdialog|ignorepost">Ignore post-positional word</property>
  287. <property name="visible">True</property>
  288. <property name="can_focus">True</property>
  289. <property name="receives_default">False</property>
  290. <property name="use_underline">True</property>
  291. <property name="xalign">0</property>
  292. <property name="draw_indicator">True</property>
  293. <child internal-child="accessible">
  294. <object class="AtkObject" id="ignorepost-atkobject">
  295. <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaoptdialog|extended_tip|ignorepost">Ignores positional characters at the end of Korean words when you search a dictionary.</property>
  296. </object>
  297. </child>
  298. </object>
  299. <packing>
  300. <property name="left_attach">0</property>
  301. <property name="top_attach">0</property>
  302. </packing>
  303. </child>
  304. <child>
  305. <object class="GtkCheckButton" id="showrecentfirst">
  306. <property name="label" translatable="yes" context="hangulhanjaoptdialog|showrecentfirst">Show recently used entries first</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="xalign">0</property>
  312. <property name="draw_indicator">True</property>
  313. <child internal-child="accessible">
  314. <object class="AtkObject" id="showrecentfirst-atkobject">
  315. <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaoptdialog|extended_tip|showrecentfirst">Shows the replacement suggestion that you selected the last time as the first entry on the list.</property>
  316. </object>
  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. <child>
  325. <object class="GtkCheckButton" id="autoreplaceunique">
  326. <property name="label" translatable="yes" context="hangulhanjaoptdialog|autoreplaceunique">Replace all unique entries automatically</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="xalign">0</property>
  332. <property name="draw_indicator">True</property>
  333. <child internal-child="accessible">
  334. <object class="AtkObject" id="autoreplaceunique-atkobject">
  335. <property name="AtkObject::accessible-description" translatable="yes" context="hangulhanjaoptdialog|extended_tip|autoreplaceunique">Automatically replaces words that only have one suggested word replacement.</property>
  336. </object>
  337. </child>
  338. </object>
  339. <packing>
  340. <property name="left_attach">0</property>
  341. <property name="top_attach">2</property>
  342. </packing>
  343. </child>
  344. </object>
  345. </child>
  346. </object>
  347. </child>
  348. <child type="label">
  349. <object class="GtkLabel" id="label2">
  350. <property name="visible">True</property>
  351. <property name="can_focus">False</property>
  352. <property name="label" translatable="yes" context="hangulhanjaoptdialog|label2">Options</property>
  353. <attributes>
  354. <attribute name="weight" value="bold"/>
  355. </attributes>
  356. </object>
  357. </child>
  358. </object>
  359. <packing>
  360. <property name="left_attach">0</property>
  361. <property name="top_attach">1</property>
  362. </packing>
  363. </child>
  364. </object>
  365. <packing>
  366. <property name="expand">False</property>
  367. <property name="fill">True</property>
  368. <property name="position">1</property>
  369. </packing>
  370. </child>
  371. </object>
  372. </child>
  373. <action-widgets>
  374. <action-widget response="-5">ok</action-widget>
  375. <action-widget response="-6">cancel</action-widget>
  376. <action-widget response="-11">help</action-widget>
  377. </action-widgets>
  378. <child type="titlebar">
  379. <placeholder/>
  380. </child>
  381. </object>
  382. </interface>