spellingdialog.ui 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667
  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="GtkMenu" id="addmenu">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. </object>
  9. <object class="GtkTreeStore" id="liststore1">
  10. <columns>
  11. <!-- column-name text -->
  12. <column type="gchararray"/>
  13. <!-- column-name id -->
  14. <column type="gchararray"/>
  15. </columns>
  16. </object>
  17. <object class="GtkListStore" id="liststore6">
  18. <columns>
  19. <!-- column-name text -->
  20. <column type="gchararray"/>
  21. <!-- column-name id -->
  22. <column type="gchararray"/>
  23. <!-- column-name image -->
  24. <column type="GdkPixbuf"/>
  25. </columns>
  26. </object>
  27. <object class="GtkDialog" id="SpellingDialog">
  28. <property name="can_focus">False</property>
  29. <property name="border_width">6</property>
  30. <property name="title" translatable="yes" context="spellingdialog|SpellingDialog">Spelling: $LANGUAGE ($LOCATION)</property>
  31. <property name="resizable">False</property>
  32. <property name="default_width">0</property>
  33. <property name="default_height">0</property>
  34. <property name="type_hint">dialog</property>
  35. <child internal-child="vbox">
  36. <object class="GtkBox" id="dialog-vbox1">
  37. <property name="can_focus">False</property>
  38. <property name="orientation">vertical</property>
  39. <property name="spacing">12</property>
  40. <child internal-child="action_area">
  41. <object class="GtkButtonBox" id="dialog-action_area1">
  42. <property name="can_focus">False</property>
  43. <property name="layout_style">end</property>
  44. <child>
  45. <object class="GtkButton" id="help">
  46. <property name="label">gtk-help</property>
  47. <property name="visible">True</property>
  48. <property name="can_focus">True</property>
  49. <property name="receives_default">True</property>
  50. <property name="use_stock">True</property>
  51. </object>
  52. <packing>
  53. <property name="expand">False</property>
  54. <property name="fill">True</property>
  55. <property name="position">0</property>
  56. <property name="secondary">True</property>
  57. </packing>
  58. </child>
  59. <child>
  60. <object class="GtkButton" id="options">
  61. <property name="label" translatable="yes" context="spellingdialog|options">_Options...</property>
  62. <property name="visible">True</property>
  63. <property name="can_focus">True</property>
  64. <property name="receives_default">True</property>
  65. <property name="use_underline">True</property>
  66. <child internal-child="accessible">
  67. <object class="AtkObject" id="options-atkobject">
  68. <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|options">Opens a dialog, where you can select the user-defined dictionaries, and set the rules for the spellchecking.</property>
  69. </object>
  70. </child>
  71. </object>
  72. <packing>
  73. <property name="expand">False</property>
  74. <property name="fill">True</property>
  75. <property name="position">1</property>
  76. </packing>
  77. </child>
  78. <child>
  79. <object class="GtkButton" id="undo">
  80. <property name="label">gtk-undo</property>
  81. <property name="visible">True</property>
  82. <property name="can_focus">True</property>
  83. <property name="receives_default">True</property>
  84. <property name="use_underline">True</property>
  85. <property name="use_stock">True</property>
  86. <child internal-child="accessible">
  87. <object class="AtkObject" id="undo-atkobject">
  88. <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|undo">Click to undo the last change in the current sentence. Click again to undo the previous change in the same sentence.</property>
  89. </object>
  90. </child>
  91. </object>
  92. <packing>
  93. <property name="expand">False</property>
  94. <property name="fill">True</property>
  95. <property name="position">2</property>
  96. </packing>
  97. </child>
  98. <child>
  99. <object class="GtkButton" id="close">
  100. <property name="label">gtk-close</property>
  101. <property name="visible">True</property>
  102. <property name="can_focus">True</property>
  103. <property name="can_default">True</property>
  104. <property name="has_default">True</property>
  105. <property name="receives_default">True</property>
  106. <property name="use_stock">True</property>
  107. </object>
  108. <packing>
  109. <property name="expand">False</property>
  110. <property name="fill">True</property>
  111. <property name="position">3</property>
  112. </packing>
  113. </child>
  114. </object>
  115. <packing>
  116. <property name="expand">False</property>
  117. <property name="fill">True</property>
  118. <property name="pack_type">end</property>
  119. <property name="position">0</property>
  120. </packing>
  121. </child>
  122. <child>
  123. <!-- n-columns=1 n-rows=1 -->
  124. <object class="GtkGrid" id="grid1">
  125. <property name="visible">True</property>
  126. <property name="can_focus">False</property>
  127. <property name="hexpand">True</property>
  128. <property name="vexpand">True</property>
  129. <property name="row_spacing">6</property>
  130. <property name="column_spacing">12</property>
  131. <child>
  132. <object class="GtkLabel" id="explain">
  133. <property name="can_focus">False</property>
  134. <property name="no_show_all">True</property>
  135. <property name="use_underline">True</property>
  136. <property name="wrap">True</property>
  137. <property name="xalign">0</property>
  138. </object>
  139. <packing>
  140. <property name="left_attach">0</property>
  141. <property name="top_attach">1</property>
  142. </packing>
  143. </child>
  144. <child>
  145. <object class="GtkLinkButton" id="explainlink">
  146. <property name="label" translatable="yes" context="spellingdialog|explainlink">More...</property>
  147. <property name="can_focus">True</property>
  148. <property name="receives_default">True</property>
  149. <property name="no_show_all">True</property>
  150. <property name="relief">none</property>
  151. </object>
  152. <packing>
  153. <property name="left_attach">1</property>
  154. <property name="top_attach">1</property>
  155. </packing>
  156. </child>
  157. <child>
  158. <object class="GtkScrolledWindow">
  159. <property name="visible">True</property>
  160. <property name="can_focus">True</property>
  161. <property name="border_width">0</property>
  162. <property name="shadow_type">in</property>
  163. <child>
  164. <object class="GtkViewport">
  165. <property name="visible">True</property>
  166. <property name="can_focus">False</property>
  167. <child>
  168. <object class="GtkDrawingArea" id="sentence">
  169. <property name="visible">True</property>
  170. <property name="can_focus">True</property>
  171. <property name="events">GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK</property>
  172. <child internal-child="accessible">
  173. <object class="AtkObject" id="sentence-atkobject">
  174. <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|sentence">Displays the sentence with the misspelled word highlighted. Edit the word or the sentence, or click one of the suggestions in the text box below.</property>
  175. </object>
  176. </child>
  177. </object>
  178. </child>
  179. </object>
  180. </child>
  181. </object>
  182. <packing>
  183. <property name="left_attach">0</property>
  184. <property name="top_attach">3</property>
  185. </packing>
  186. </child>
  187. <child>
  188. <object class="GtkLabel" id="suggestionsft">
  189. <property name="visible">True</property>
  190. <property name="can_focus">False</property>
  191. <property name="label" translatable="yes" context="spellingdialog|suggestionsft">_Suggestions</property>
  192. <property name="use_underline">True</property>
  193. <property name="mnemonic_widget">suggestionslb</property>
  194. <property name="xalign">0</property>
  195. </object>
  196. <packing>
  197. <property name="left_attach">0</property>
  198. <property name="top_attach">4</property>
  199. <property name="width">2</property>
  200. </packing>
  201. </child>
  202. <child>
  203. <object class="GtkScrolledWindow">
  204. <property name="visible">True</property>
  205. <property name="can_focus">True</property>
  206. <property name="hexpand">True</property>
  207. <property name="vexpand">True</property>
  208. <property name="shadow_type">in</property>
  209. <child>
  210. <object class="GtkTreeView" id="suggestionslb">
  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="model">liststore1</property>
  216. <property name="headers_visible">False</property>
  217. <property name="show_expanders">False</property>
  218. <child internal-child="selection">
  219. <object class="GtkTreeSelection" id="treeview-selection1"/>
  220. </child>
  221. <child>
  222. <object class="GtkTreeViewColumn" id="treeviewcolumn2">
  223. <property name="spacing">6</property>
  224. <child>
  225. <object class="GtkCellRendererText" id="cellrenderertext2"/>
  226. <attributes>
  227. <attribute name="text">0</attribute>
  228. </attributes>
  229. </child>
  230. </object>
  231. </child>
  232. <child internal-child="accessible">
  233. <object class="AtkObject" id="suggestionslb-atkobject">
  234. <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|suggestionslb">Lists suggested words to replace the misspelled word. Select the word that you want to use, and then click Correct or Correct All.</property>
  235. </object>
  236. </child>
  237. </object>
  238. </child>
  239. </object>
  240. <packing>
  241. <property name="left_attach">0</property>
  242. <property name="top_attach">5</property>
  243. </packing>
  244. </child>
  245. <child>
  246. <object class="GtkCheckButton" id="checkgrammar">
  247. <property name="label" translatable="yes" context="spellingdialog|checkgrammar">Chec_k grammar</property>
  248. <property name="visible">True</property>
  249. <property name="can_focus">True</property>
  250. <property name="receives_default">False</property>
  251. <property name="use_underline">True</property>
  252. <property name="xalign">0</property>
  253. <property name="draw_indicator">True</property>
  254. <child internal-child="accessible">
  255. <object class="AtkObject" id="checkgrammar-atkobject">
  256. <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|checkgrammar">Enable Check grammar to work first on all spelling errors, then on all grammar errors.</property>
  257. </object>
  258. </child>
  259. </object>
  260. <packing>
  261. <property name="left_attach">0</property>
  262. <property name="top_attach">6</property>
  263. <property name="width">2</property>
  264. </packing>
  265. </child>
  266. <child>
  267. <!-- n-columns=1 n-rows=1 -->
  268. <object class="GtkGrid">
  269. <property name="visible">True</property>
  270. <property name="can_focus">False</property>
  271. <property name="column_spacing">12</property>
  272. <child>
  273. <object class="GtkLabel" id="notindictft">
  274. <property name="visible">True</property>
  275. <property name="can_focus">False</property>
  276. <property name="hexpand">True</property>
  277. <property name="label" translatable="yes" context="spellingdialog|notindictft">_Not in dictionary</property>
  278. <property name="use_underline">True</property>
  279. <property name="mnemonic_widget">sentence</property>
  280. <property name="xalign">0</property>
  281. </object>
  282. <packing>
  283. <property name="left_attach">0</property>
  284. <property name="top_attach">0</property>
  285. </packing>
  286. </child>
  287. <child>
  288. <object class="GtkToolbar" id="toolbar">
  289. <property name="visible">True</property>
  290. <property name="can_focus">False</property>
  291. <property name="halign">end</property>
  292. <property name="toolbar_style">icons</property>
  293. <child>
  294. <object class="GtkToolButton" id="paste">
  295. <property name="visible">True</property>
  296. <property name="can_focus">False</property>
  297. <property name="label" translatable="yes" context="spellingdialog|paste">Paste</property>
  298. <property name="use_underline">True</property>
  299. <property name="stock_id">gtk-paste</property>
  300. </object>
  301. <packing>
  302. <property name="expand">False</property>
  303. <property name="homogeneous">True</property>
  304. </packing>
  305. </child>
  306. <child>
  307. <object class="GtkToolButton" id="insert">
  308. <property name="visible">True</property>
  309. <property name="can_focus">False</property>
  310. <property name="label" translatable="yes" context="spellingdialog|insert">Special Character</property>
  311. <property name="use_underline">True</property>
  312. <property name="icon_name">cmd/sc_insertsymbol.png</property>
  313. </object>
  314. <packing>
  315. <property name="expand">False</property>
  316. <property name="homogeneous">True</property>
  317. </packing>
  318. </child>
  319. </object>
  320. <packing>
  321. <property name="left_attach">1</property>
  322. <property name="top_attach">0</property>
  323. </packing>
  324. </child>
  325. </object>
  326. <packing>
  327. <property name="left_attach">0</property>
  328. <property name="top_attach">2</property>
  329. </packing>
  330. </child>
  331. <child>
  332. <!-- n-columns=1 n-rows=1 -->
  333. <object class="GtkGrid">
  334. <property name="visible">True</property>
  335. <property name="can_focus">False</property>
  336. <property name="column_spacing">12</property>
  337. <child>
  338. <object class="GtkLabel" id="languageft">
  339. <property name="visible">True</property>
  340. <property name="can_focus">False</property>
  341. <property name="hexpand">True</property>
  342. <property name="label" translatable="yes" context="spellingdialog|languageft">Text languag_e:</property>
  343. <property name="use_underline">True</property>
  344. <property name="mnemonic_widget">languagelb</property>
  345. <property name="xalign">0</property>
  346. </object>
  347. <packing>
  348. <property name="left_attach">0</property>
  349. <property name="top_attach">0</property>
  350. </packing>
  351. </child>
  352. <child>
  353. <object class="GtkComboBox" id="languagelb">
  354. <property name="visible">True</property>
  355. <property name="can_focus">False</property>
  356. <property name="halign">end</property>
  357. <property name="model">liststore6</property>
  358. <property name="entry_text_column">0</property>
  359. <property name="id_column">1</property>
  360. <child>
  361. <object class="GtkCellRendererText" id="cellrenderertext9"/>
  362. <attributes>
  363. <attribute name="text">0</attribute>
  364. </attributes>
  365. </child>
  366. <child>
  367. <object class="GtkCellRendererPixbuf" id="cellrenderertext6"/>
  368. <attributes>
  369. <attribute name="pixbuf">2</attribute>
  370. </attributes>
  371. </child>
  372. <child internal-child="accessible">
  373. <object class="AtkObject" id="languagelb-atkobject">
  374. <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|languagelb">Specifies the language to use to check the spelling.</property>
  375. </object>
  376. </child>
  377. </object>
  378. <packing>
  379. <property name="left_attach">1</property>
  380. <property name="top_attach">0</property>
  381. </packing>
  382. </child>
  383. </object>
  384. <packing>
  385. <property name="left_attach">0</property>
  386. <property name="top_attach">0</property>
  387. </packing>
  388. </child>
  389. <child>
  390. <!-- n-columns=1 n-rows=1 -->
  391. <object class="GtkGrid">
  392. <property name="can_focus">False</property>
  393. <property name="no_show_all">True</property>
  394. <property name="column_spacing">6</property>
  395. <child>
  396. <object class="GtkLabel" id="resumeft">
  397. <property name="can_focus">False</property>
  398. <property name="no_show_all">True</property>
  399. <property name="label" translatable="yes" context="spellingdialog|resumeft">Res_ume</property>
  400. <property name="use_underline">True</property>
  401. </object>
  402. <packing>
  403. <property name="left_attach">0</property>
  404. <property name="top_attach">0</property>
  405. </packing>
  406. </child>
  407. <child>
  408. <object class="GtkLabel" id="nosuggestionsft">
  409. <property name="can_focus">False</property>
  410. <property name="no_show_all">True</property>
  411. <property name="label" translatable="yes" context="spellingdialog|nosuggestionsft">(no suggestions)</property>
  412. <property name="use_underline">True</property>
  413. </object>
  414. <packing>
  415. <property name="left_attach">1</property>
  416. <property name="top_attach">0</property>
  417. </packing>
  418. </child>
  419. <child>
  420. <object class="GtkLabel" id="alttitleft">
  421. <property name="can_focus">False</property>
  422. <property name="no_show_all">True</property>
  423. <property name="label" translatable="yes" context="spellingdialog|alttitleft">Spelling: $LANGUAGE ($LOCATION)</property>
  424. <property name="use_underline">True</property>
  425. </object>
  426. <packing>
  427. <property name="left_attach">2</property>
  428. <property name="top_attach">0</property>
  429. </packing>
  430. </child>
  431. </object>
  432. <packing>
  433. <property name="left_attach">0</property>
  434. <property name="top_attach">7</property>
  435. <property name="width">2</property>
  436. </packing>
  437. </child>
  438. <child>
  439. <!-- n-columns=1 n-rows=1 -->
  440. <object class="GtkGrid">
  441. <property name="visible">True</property>
  442. <property name="can_focus">False</property>
  443. <property name="orientation">vertical</property>
  444. <property name="row_spacing">6</property>
  445. <child>
  446. <object class="GtkButton" id="change">
  447. <property name="label" translatable="yes" context="spellingdialog|change">Co_rrect</property>
  448. <property name="visible">True</property>
  449. <property name="can_focus">True</property>
  450. <property name="receives_default">True</property>
  451. <property name="valign">center</property>
  452. <property name="hexpand">True</property>
  453. <property name="use_underline">True</property>
  454. <child internal-child="accessible">
  455. <object class="AtkObject" id="change-atkobject">
  456. <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|change">Replaces the unknown word with the current suggestion. If you changed more than just the misspelled word, the entire sentence is replaced.</property>
  457. </object>
  458. </child>
  459. </object>
  460. <packing>
  461. <property name="left_attach">0</property>
  462. <property name="top_attach">0</property>
  463. </packing>
  464. </child>
  465. <child>
  466. <object class="GtkButton" id="changeall">
  467. <property name="label" translatable="yes" context="spellingdialog|changeall">Correct A_ll</property>
  468. <property name="visible">True</property>
  469. <property name="can_focus">True</property>
  470. <property name="receives_default">True</property>
  471. <property name="valign">center</property>
  472. <property name="hexpand">True</property>
  473. <property name="use_underline">True</property>
  474. <child internal-child="accessible">
  475. <object class="AtkObject" id="changeall-atkobject">
  476. <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|changeall">Replaces all occurrences of the unknown word with the current suggestion.</property>
  477. </object>
  478. </child>
  479. </object>
  480. <packing>
  481. <property name="left_attach">0</property>
  482. <property name="top_attach">1</property>
  483. </packing>
  484. </child>
  485. <child>
  486. <object class="GtkButton" id="autocorrect">
  487. <property name="label" translatable="yes" context="spellingdialog|autocorrect">Alwa_ys Correct</property>
  488. <property name="visible">True</property>
  489. <property name="can_focus">True</property>
  490. <property name="receives_default">True</property>
  491. <property name="valign">center</property>
  492. <property name="hexpand">True</property>
  493. <property name="use_underline">True</property>
  494. <child internal-child="accessible">
  495. <object class="AtkObject" id="autocorrect-atkobject">
  496. <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|autocorrect">Adds the current combination of the incorrect word and the replacement word to the AutoCorrect replacements table.</property>
  497. </object>
  498. </child>
  499. </object>
  500. <packing>
  501. <property name="left_attach">0</property>
  502. <property name="top_attach">2</property>
  503. </packing>
  504. </child>
  505. </object>
  506. <packing>
  507. <property name="left_attach">1</property>
  508. <property name="top_attach">5</property>
  509. </packing>
  510. </child>
  511. <child>
  512. <!-- n-columns=1 n-rows=1 -->
  513. <object class="GtkGrid">
  514. <property name="visible">True</property>
  515. <property name="can_focus">False</property>
  516. <property name="orientation">vertical</property>
  517. <property name="row_spacing">6</property>
  518. <child>
  519. <object class="GtkButton" id="ignore">
  520. <property name="label" translatable="yes" context="spellingdialog|ignore">_Ignore Once</property>
  521. <property name="visible">True</property>
  522. <property name="can_focus">True</property>
  523. <property name="receives_default">True</property>
  524. <property name="valign">center</property>
  525. <property name="hexpand">True</property>
  526. <property name="use_underline">True</property>
  527. <child internal-child="accessible">
  528. <object class="AtkObject" id="ignore-atkobject">
  529. <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|ignore">Skips the unknown word and continues with the spellcheck.</property>
  530. </object>
  531. </child>
  532. </object>
  533. <packing>
  534. <property name="left_attach">0</property>
  535. <property name="top_attach">0</property>
  536. </packing>
  537. </child>
  538. <child>
  539. <object class="GtkButton" id="ignoreall">
  540. <property name="label" translatable="yes" context="spellingdialog|ignoreall">I_gnore All</property>
  541. <property name="can_focus">True</property>
  542. <property name="receives_default">True</property>
  543. <property name="no_show_all">True</property>
  544. <property name="valign">center</property>
  545. <property name="hexpand">True</property>
  546. <property name="use_underline">True</property>
  547. <child internal-child="accessible">
  548. <object class="AtkObject" id="ignoreall-atkobject">
  549. <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|ignoreall">Skips all occurrences of the unknown word until the end of the current %PRODUCTNAME session and continues with the spellcheck.</property>
  550. </object>
  551. </child>
  552. </object>
  553. <packing>
  554. <property name="left_attach">0</property>
  555. <property name="top_attach">1</property>
  556. </packing>
  557. </child>
  558. <child>
  559. <object class="GtkButton" id="ignorerule">
  560. <property name="label" translatable="yes" context="spellingdialog|ignorerule">I_gnore Rule</property>
  561. <property name="can_focus">True</property>
  562. <property name="receives_default">True</property>
  563. <property name="no_show_all">True</property>
  564. <property name="valign">center</property>
  565. <property name="hexpand">True</property>
  566. <property name="use_underline">True</property>
  567. <child internal-child="accessible">
  568. <object class="AtkObject" id="ignorerule-atkobject">
  569. <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|ignorerule">While performing a grammar check, click Ignore Rule to ignore the rule that is currently flagged as a grammar error.</property>
  570. </object>
  571. </child>
  572. </object>
  573. <packing>
  574. <property name="left_attach">0</property>
  575. <property name="top_attach">2</property>
  576. </packing>
  577. </child>
  578. <child>
  579. <object class="GtkButton" id="add">
  580. <property name="label" translatable="yes" context="spellingdialog|add">_Add to Dictionary</property>
  581. <property name="visible">True</property>
  582. <property name="can_focus">True</property>
  583. <property name="receives_default">True</property>
  584. <property name="valign">center</property>
  585. <property name="hexpand">True</property>
  586. <property name="use_underline">True</property>
  587. </object>
  588. <packing>
  589. <property name="left_attach">0</property>
  590. <property name="top_attach">3</property>
  591. </packing>
  592. </child>
  593. <child>
  594. <object class="GtkMenuButton" id="addmb">
  595. <property name="label" translatable="yes" context="spellingdialog|addmb">_Add to Dictionary</property>
  596. <property name="can_focus">True</property>
  597. <property name="receives_default">True</property>
  598. <property name="no_show_all">True</property>
  599. <property name="valign">center</property>
  600. <property name="hexpand">True</property>
  601. <property name="use_underline">True</property>
  602. <property name="popup">addmenu</property>
  603. <property name="use_popover">False</property>
  604. <child>
  605. <placeholder/>
  606. </child>
  607. <child internal-child="accessible">
  608. <object class="AtkObject" id="addmb-atkobject">
  609. <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|addmb">Adds the unknown word to a user-defined dictionary.</property>
  610. </object>
  611. </child>
  612. </object>
  613. <packing>
  614. <property name="left_attach">0</property>
  615. <property name="top_attach">4</property>
  616. </packing>
  617. </child>
  618. </object>
  619. <packing>
  620. <property name="left_attach">1</property>
  621. <property name="top_attach">3</property>
  622. </packing>
  623. </child>
  624. <child>
  625. <placeholder/>
  626. </child>
  627. <child>
  628. <placeholder/>
  629. </child>
  630. </object>
  631. <packing>
  632. <property name="expand">True</property>
  633. <property name="fill">True</property>
  634. <property name="position">1</property>
  635. </packing>
  636. </child>
  637. </object>
  638. </child>
  639. <action-widgets>
  640. <action-widget response="-11">help</action-widget>
  641. <action-widget response="101">options</action-widget>
  642. <action-widget response="102">undo</action-widget>
  643. <action-widget response="-7">close</action-widget>
  644. </action-widgets>
  645. <child type="titlebar">
  646. <placeholder/>
  647. </child>
  648. <child internal-child="accessible">
  649. <object class="AtkObject" id="SpellingDialog-atkobject">
  650. <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|SpellingDialog">Checks the document or the current selection for spelling errors. If a grammar checking extension is installed, the dialog also checks for grammar errors.</property>
  651. </object>
  652. </child>
  653. </object>
  654. <object class="GtkSizeGroup">
  655. <widgets>
  656. <widget name="change"/>
  657. <widget name="changeall"/>
  658. <widget name="autocorrect"/>
  659. <widget name="ignore"/>
  660. <widget name="ignoreall"/>
  661. <widget name="ignorerule"/>
  662. <widget name="add"/>
  663. <widget name="addmb"/>
  664. </widgets>
  665. </object>
  666. </interface>