optjsearchpage.ui 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  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="GtkBox" id="OptJSearchPage">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. <property name="hexpand">True</property>
  9. <property name="vexpand">True</property>
  10. <property name="border_width">6</property>
  11. <property name="orientation">vertical</property>
  12. <property name="spacing">12</property>
  13. <child>
  14. <object class="GtkFrame" id="frame1">
  15. <property name="visible">True</property>
  16. <property name="can_focus">False</property>
  17. <property name="label_xalign">0</property>
  18. <property name="shadow_type">none</property>
  19. <child>
  20. <object class="GtkAlignment" id="alignment1">
  21. <property name="visible">True</property>
  22. <property name="can_focus">False</property>
  23. <property name="top_padding">6</property>
  24. <property name="left_padding">12</property>
  25. <child>
  26. <!-- n-columns=1 n-rows=1 -->
  27. <object class="GtkGrid" id="grid3">
  28. <property name="visible">True</property>
  29. <property name="can_focus">False</property>
  30. <property name="row_spacing">6</property>
  31. <property name="column_spacing">12</property>
  32. <property name="column_homogeneous">True</property>
  33. <child>
  34. <object class="GtkCheckButton" id="matchcase">
  35. <property name="label" translatable="yes" context="optjsearchpage|matchcase">_uppercase/lowercase</property>
  36. <property name="visible">True</property>
  37. <property name="can_focus">True</property>
  38. <property name="receives_default">False</property>
  39. <property name="use_underline">True</property>
  40. <property name="xalign">0</property>
  41. <property name="draw_indicator">True</property>
  42. <child internal-child="accessible">
  43. <object class="AtkObject" id="matchcase-atkobject">
  44. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|matchcase">Specifies the options to be treated as equal in a search.</property>
  45. </object>
  46. </child>
  47. </object>
  48. <packing>
  49. <property name="left_attach">0</property>
  50. <property name="top_attach">0</property>
  51. </packing>
  52. </child>
  53. <child>
  54. <object class="GtkCheckButton" id="matchfullhalfwidth">
  55. <property name="label" translatable="yes" context="optjsearchpage|matchfullhalfwidth">_full-width/half-width forms</property>
  56. <property name="visible">True</property>
  57. <property name="can_focus">True</property>
  58. <property name="receives_default">False</property>
  59. <property name="use_underline">True</property>
  60. <property name="xalign">0</property>
  61. <property name="draw_indicator">True</property>
  62. <child internal-child="accessible">
  63. <object class="AtkObject" id="matchfullhalfwidth-atkobject">
  64. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|matchfullhalfwidth">Specifies the options to be treated as equal in a search.</property>
  65. </object>
  66. </child>
  67. </object>
  68. <packing>
  69. <property name="left_attach">0</property>
  70. <property name="top_attach">1</property>
  71. </packing>
  72. </child>
  73. <child>
  74. <object class="GtkCheckButton" id="matchhiraganakatakana">
  75. <property name="label" translatable="yes" context="optjsearchpage|matchhiraganakatakana">_hiragana/katakana</property>
  76. <property name="visible">True</property>
  77. <property name="can_focus">True</property>
  78. <property name="receives_default">False</property>
  79. <property name="use_underline">True</property>
  80. <property name="xalign">0</property>
  81. <property name="draw_indicator">True</property>
  82. <child internal-child="accessible">
  83. <object class="AtkObject" id="matchhiraganakatakana-atkobject">
  84. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|matchhiraganakatakana">Specifies the options to be treated as equal in a search.</property>
  85. </object>
  86. </child>
  87. </object>
  88. <packing>
  89. <property name="left_attach">0</property>
  90. <property name="top_attach">2</property>
  91. </packing>
  92. </child>
  93. <child>
  94. <object class="GtkCheckButton" id="matchcontractions">
  95. <property name="label" translatable="yes" context="optjsearchpage|matchcontractions">_contractions (yo-on, sokuon)</property>
  96. <property name="visible">True</property>
  97. <property name="can_focus">True</property>
  98. <property name="receives_default">False</property>
  99. <property name="use_underline">True</property>
  100. <property name="xalign">0</property>
  101. <property name="draw_indicator">True</property>
  102. <child internal-child="accessible">
  103. <object class="AtkObject" id="matchcontractions-atkobject">
  104. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|matchcontractions">Specifies the options to be treated as equal in a search.</property>
  105. </object>
  106. </child>
  107. </object>
  108. <packing>
  109. <property name="left_attach">0</property>
  110. <property name="top_attach">3</property>
  111. </packing>
  112. </child>
  113. <child>
  114. <object class="GtkCheckButton" id="matchminusdashchoon">
  115. <property name="label" translatable="yes" context="optjsearchpage|matchminusdashchoon">_minus/dash/cho-on</property>
  116. <property name="visible">True</property>
  117. <property name="can_focus">True</property>
  118. <property name="receives_default">False</property>
  119. <property name="use_underline">True</property>
  120. <property name="xalign">0</property>
  121. <property name="draw_indicator">True</property>
  122. <child internal-child="accessible">
  123. <object class="AtkObject" id="matchminusdashchoon-atkobject">
  124. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|matchminusdashchoon">Specifies the options to be treated as equal in a search.</property>
  125. </object>
  126. </child>
  127. </object>
  128. <packing>
  129. <property name="left_attach">0</property>
  130. <property name="top_attach">4</property>
  131. </packing>
  132. </child>
  133. <child>
  134. <object class="GtkCheckButton" id="matchrepeatcharmarks">
  135. <property name="label" translatable="yes" context="optjsearchpage|matchrepeatcharmarks">'re_peat character' marks</property>
  136. <property name="visible">True</property>
  137. <property name="can_focus">True</property>
  138. <property name="receives_default">False</property>
  139. <property name="use_underline">True</property>
  140. <property name="xalign">0</property>
  141. <property name="draw_indicator">True</property>
  142. <child internal-child="accessible">
  143. <object class="AtkObject" id="matchrepeatcharmarks-atkobject">
  144. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|matchrepeatcharmarks">Specifies the options to be treated as equal in a search.</property>
  145. </object>
  146. </child>
  147. </object>
  148. <packing>
  149. <property name="left_attach">0</property>
  150. <property name="top_attach">5</property>
  151. </packing>
  152. </child>
  153. <child>
  154. <object class="GtkCheckButton" id="matchvariantformkanji">
  155. <property name="label" translatable="yes" context="optjsearchpage|matchvariantformkanji">_variant-form kanji (itaiji)</property>
  156. <property name="visible">True</property>
  157. <property name="can_focus">True</property>
  158. <property name="receives_default">False</property>
  159. <property name="use_underline">True</property>
  160. <property name="xalign">0</property>
  161. <property name="draw_indicator">True</property>
  162. <child internal-child="accessible">
  163. <object class="AtkObject" id="matchvariantformkanji-atkobject">
  164. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|matchvariantformkanji">Specifies the options to be treated as equal in a search.</property>
  165. </object>
  166. </child>
  167. </object>
  168. <packing>
  169. <property name="left_attach">0</property>
  170. <property name="top_attach">6</property>
  171. </packing>
  172. </child>
  173. <child>
  174. <object class="GtkCheckButton" id="matcholdkanaforms">
  175. <property name="label" translatable="yes" context="optjsearchpage|matcholdkanaforms">_old Kana forms</property>
  176. <property name="visible">True</property>
  177. <property name="can_focus">True</property>
  178. <property name="receives_default">False</property>
  179. <property name="use_underline">True</property>
  180. <property name="xalign">0</property>
  181. <property name="draw_indicator">True</property>
  182. <child internal-child="accessible">
  183. <object class="AtkObject" id="matcholdkanaforms-atkobject">
  184. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|matcholdkanaforms">Specifies the options to be treated as equal in a search.</property>
  185. </object>
  186. </child>
  187. </object>
  188. <packing>
  189. <property name="left_attach">0</property>
  190. <property name="top_attach">7</property>
  191. </packing>
  192. </child>
  193. <child>
  194. <object class="GtkCheckButton" id="matchdiziduzu">
  195. <property name="label" translatable="yes" context="optjsearchpage|matchdiziduzu">_di/zi, du/zu</property>
  196. <property name="visible">True</property>
  197. <property name="can_focus">True</property>
  198. <property name="receives_default">False</property>
  199. <property name="use_underline">True</property>
  200. <property name="xalign">0</property>
  201. <property name="draw_indicator">True</property>
  202. <child internal-child="accessible">
  203. <object class="AtkObject" id="matchdiziduzu-atkobject">
  204. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|matchdiziduzu">Specifies the options to be treated as equal in a search.</property>
  205. </object>
  206. </child>
  207. </object>
  208. <packing>
  209. <property name="left_attach">1</property>
  210. <property name="top_attach">0</property>
  211. </packing>
  212. </child>
  213. <child>
  214. <object class="GtkCheckButton" id="matchbavahafa">
  215. <property name="label" translatable="yes" context="optjsearchpage|matchbavahafa">_ba/va, ha/fa</property>
  216. <property name="visible">True</property>
  217. <property name="can_focus">True</property>
  218. <property name="receives_default">False</property>
  219. <property name="use_underline">True</property>
  220. <property name="xalign">0</property>
  221. <property name="draw_indicator">True</property>
  222. <child internal-child="accessible">
  223. <object class="AtkObject" id="matchbavahafa-atkobject">
  224. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|matchbavahafa">Specifies the options to be treated as equal in a search.</property>
  225. </object>
  226. </child>
  227. </object>
  228. <packing>
  229. <property name="left_attach">1</property>
  230. <property name="top_attach">1</property>
  231. </packing>
  232. </child>
  233. <child>
  234. <object class="GtkCheckButton" id="matchtsithichidhizi">
  235. <property name="label" translatable="yes" context="optjsearchpage|matchtsithichidhizi">_tsi/thi/chi, dhi/zi</property>
  236. <property name="visible">True</property>
  237. <property name="can_focus">True</property>
  238. <property name="receives_default">False</property>
  239. <property name="use_underline">True</property>
  240. <property name="xalign">0</property>
  241. <property name="draw_indicator">True</property>
  242. <child internal-child="accessible">
  243. <object class="AtkObject" id="matchtsithichidhizi-atkobject">
  244. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|matchtsithichidhizi">Specifies the options to be treated as equal in a search.</property>
  245. </object>
  246. </child>
  247. </object>
  248. <packing>
  249. <property name="left_attach">1</property>
  250. <property name="top_attach">2</property>
  251. </packing>
  252. </child>
  253. <child>
  254. <object class="GtkCheckButton" id="matchhyuiyubyuvyu">
  255. <property name="label" translatable="yes" context="optjsearchpage|matchhyuiyubyuvyu">h_yu/fyu, byu/vyu</property>
  256. <property name="visible">True</property>
  257. <property name="can_focus">True</property>
  258. <property name="receives_default">False</property>
  259. <property name="use_underline">True</property>
  260. <property name="xalign">0</property>
  261. <property name="draw_indicator">True</property>
  262. <child internal-child="accessible">
  263. <object class="AtkObject" id="matchhyuiyubyuvyu-atkobject">
  264. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|matchhyuiyubyuvyu">Specifies the options to be treated as equal in a search.</property>
  265. </object>
  266. </child>
  267. </object>
  268. <packing>
  269. <property name="left_attach">1</property>
  270. <property name="top_attach">3</property>
  271. </packing>
  272. </child>
  273. <child>
  274. <object class="GtkCheckButton" id="matchseshezeje">
  275. <property name="label" translatable="yes" context="optjsearchpage|matchseshezeje">_se/she, ze/je</property>
  276. <property name="visible">True</property>
  277. <property name="can_focus">True</property>
  278. <property name="receives_default">False</property>
  279. <property name="use_underline">True</property>
  280. <property name="xalign">0</property>
  281. <property name="draw_indicator">True</property>
  282. <child internal-child="accessible">
  283. <object class="AtkObject" id="matchseshezeje-atkobject">
  284. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|matchseshezeje">Specifies the options to be treated as equal in a search.</property>
  285. </object>
  286. </child>
  287. </object>
  288. <packing>
  289. <property name="left_attach">1</property>
  290. <property name="top_attach">4</property>
  291. </packing>
  292. </child>
  293. <child>
  294. <object class="GtkCheckButton" id="matchiaiya">
  295. <property name="label" translatable="yes" context="optjsearchpage|matchiaiya">_ia/iya (piano/piyano)</property>
  296. <property name="visible">True</property>
  297. <property name="can_focus">True</property>
  298. <property name="receives_default">False</property>
  299. <property name="use_underline">True</property>
  300. <property name="xalign">0</property>
  301. <property name="draw_indicator">True</property>
  302. <child internal-child="accessible">
  303. <object class="AtkObject" id="matchiaiya-atkobject">
  304. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|matchiaiya">Specifies the options to be treated as equal in a search.</property>
  305. </object>
  306. </child>
  307. </object>
  308. <packing>
  309. <property name="left_attach">1</property>
  310. <property name="top_attach">5</property>
  311. </packing>
  312. </child>
  313. <child>
  314. <object class="GtkCheckButton" id="matchkiku">
  315. <property name="label" translatable="yes" context="optjsearchpage|matchkiku">_ki/ku (tekisuto/tekusuto)</property>
  316. <property name="visible">True</property>
  317. <property name="can_focus">True</property>
  318. <property name="receives_default">False</property>
  319. <property name="use_underline">True</property>
  320. <property name="xalign">0</property>
  321. <property name="draw_indicator">True</property>
  322. <child internal-child="accessible">
  323. <object class="AtkObject" id="matchkiku-atkobject">
  324. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|matchkiku">Specifies the options to be treated as equal in a search.</property>
  325. </object>
  326. </child>
  327. </object>
  328. <packing>
  329. <property name="left_attach">1</property>
  330. <property name="top_attach">6</property>
  331. </packing>
  332. </child>
  333. <child>
  334. <object class="GtkCheckButton" id="matchprolongedsoundmark">
  335. <property name="label" translatable="yes" context="optjsearchpage|matchprolongedsoundmark">Prolon_ged vowels (ka-/kaa)</property>
  336. <property name="visible">True</property>
  337. <property name="can_focus">True</property>
  338. <property name="receives_default">False</property>
  339. <property name="use_underline">True</property>
  340. <property name="xalign">0</property>
  341. <property name="draw_indicator">True</property>
  342. <child internal-child="accessible">
  343. <object class="AtkObject" id="matchprolongedsoundmark-atkobject">
  344. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|matchprolongedsoundmark">Specifies the options to be treated as equal in a search.</property>
  345. </object>
  346. </child>
  347. </object>
  348. <packing>
  349. <property name="left_attach">1</property>
  350. <property name="top_attach">7</property>
  351. </packing>
  352. </child>
  353. </object>
  354. </child>
  355. </object>
  356. </child>
  357. <child type="label">
  358. <object class="GtkLabel" id="label1">
  359. <property name="visible">True</property>
  360. <property name="can_focus">False</property>
  361. <property name="label" translatable="yes" context="optjsearchpage|label1">Treat as Equal</property>
  362. <attributes>
  363. <attribute name="weight" value="bold"/>
  364. </attributes>
  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="GtkFrame" id="frame2">
  376. <property name="visible">True</property>
  377. <property name="can_focus">False</property>
  378. <property name="label_xalign">0</property>
  379. <property name="shadow_type">none</property>
  380. <child>
  381. <object class="GtkAlignment" id="alignment2">
  382. <property name="visible">True</property>
  383. <property name="can_focus">False</property>
  384. <property name="top_padding">6</property>
  385. <property name="left_padding">12</property>
  386. <child>
  387. <!-- n-columns=1 n-rows=1 -->
  388. <object class="GtkGrid" id="grid2">
  389. <property name="visible">True</property>
  390. <property name="can_focus">False</property>
  391. <property name="row_spacing">6</property>
  392. <property name="column_spacing">12</property>
  393. <property name="column_homogeneous">True</property>
  394. <child>
  395. <object class="GtkCheckButton" id="ignorepunctuation">
  396. <property name="label" translatable="yes" context="optjsearchpage|ignorepunctuation">Pu_nctuation characters</property>
  397. <property name="visible">True</property>
  398. <property name="can_focus">True</property>
  399. <property name="receives_default">False</property>
  400. <property name="use_underline">True</property>
  401. <property name="xalign">0</property>
  402. <property name="draw_indicator">True</property>
  403. <child internal-child="accessible">
  404. <object class="AtkObject" id="ignorepunctuation-atkobject">
  405. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|ignorepunctuation">Specifies the characters to be ignored.</property>
  406. </object>
  407. </child>
  408. </object>
  409. <packing>
  410. <property name="left_attach">0</property>
  411. <property name="top_attach">0</property>
  412. </packing>
  413. </child>
  414. <child>
  415. <object class="GtkCheckButton" id="ignorewhitespace">
  416. <property name="label" translatable="yes" context="optjsearchpage|ignorewhitespace">_Whitespace characters</property>
  417. <property name="visible">True</property>
  418. <property name="can_focus">True</property>
  419. <property name="receives_default">False</property>
  420. <property name="use_underline">True</property>
  421. <property name="xalign">0</property>
  422. <property name="draw_indicator">True</property>
  423. <child internal-child="accessible">
  424. <object class="AtkObject" id="ignorewhitespace-atkobject">
  425. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|ignorewhitespace">Specifies the characters to be ignored.</property>
  426. </object>
  427. </child>
  428. </object>
  429. <packing>
  430. <property name="left_attach">0</property>
  431. <property name="top_attach">1</property>
  432. </packing>
  433. </child>
  434. <child>
  435. <object class="GtkCheckButton" id="ignoremiddledot">
  436. <property name="label" translatable="yes" context="optjsearchpage|ignoremiddledot">Midd_le dots</property>
  437. <property name="visible">True</property>
  438. <property name="can_focus">True</property>
  439. <property name="receives_default">False</property>
  440. <property name="use_underline">True</property>
  441. <property name="xalign">0</property>
  442. <property name="draw_indicator">True</property>
  443. <child internal-child="accessible">
  444. <object class="AtkObject" id="ignoremiddledot-atkobject">
  445. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|ignoremiddledot">Specifies the characters to be ignored.</property>
  446. </object>
  447. </child>
  448. </object>
  449. <packing>
  450. <property name="left_attach">1</property>
  451. <property name="top_attach">0</property>
  452. </packing>
  453. </child>
  454. <child>
  455. <placeholder/>
  456. </child>
  457. </object>
  458. </child>
  459. </object>
  460. </child>
  461. <child type="label">
  462. <object class="GtkLabel" id="label2">
  463. <property name="visible">True</property>
  464. <property name="can_focus">False</property>
  465. <property name="label" translatable="yes" context="optjsearchpage|label2">Ignore</property>
  466. <attributes>
  467. <attribute name="weight" value="bold"/>
  468. </attributes>
  469. </object>
  470. </child>
  471. </object>
  472. <packing>
  473. <property name="expand">False</property>
  474. <property name="fill">True</property>
  475. <property name="position">1</property>
  476. </packing>
  477. </child>
  478. </object>
  479. </interface>