footnotepage.ui 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sw">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkAdjustment" id="adjustment1">
  6. <property name="lower">1</property>
  7. <property name="upper">9999</property>
  8. <property name="value">1</property>
  9. <property name="step_increment">1</property>
  10. <property name="page_increment">10</property>
  11. </object>
  12. <!-- n-columns=1 n-rows=1 -->
  13. <object class="GtkGrid" id="FootnotePage">
  14. <property name="visible">True</property>
  15. <property name="can_focus">False</property>
  16. <property name="border_width">6</property>
  17. <property name="row_spacing">12</property>
  18. <property name="column_spacing">24</property>
  19. <child>
  20. <object class="GtkFrame" id="frame1">
  21. <property name="visible">True</property>
  22. <property name="can_focus">False</property>
  23. <property name="label_xalign">0</property>
  24. <property name="shadow_type">none</property>
  25. <child>
  26. <object class="GtkAlignment" id="alignment1">
  27. <property name="visible">True</property>
  28. <property name="can_focus">False</property>
  29. <property name="top_padding">6</property>
  30. <property name="left_padding">12</property>
  31. <child>
  32. <!-- n-columns=1 n-rows=1 -->
  33. <object class="GtkGrid" id="grid1">
  34. <property name="visible">True</property>
  35. <property name="can_focus">False</property>
  36. <property name="row_spacing">6</property>
  37. <property name="column_spacing">12</property>
  38. <child>
  39. <object class="GtkLabel" id="label6">
  40. <property name="visible">True</property>
  41. <property name="can_focus">False</property>
  42. <property name="label" translatable="yes" context="footnotepage|label6">Numbering</property>
  43. <property name="xalign">0</property>
  44. </object>
  45. <packing>
  46. <property name="left_attach">0</property>
  47. <property name="top_attach">0</property>
  48. </packing>
  49. </child>
  50. <child>
  51. <object class="GtkLabel" id="label7">
  52. <property name="visible">True</property>
  53. <property name="can_focus">False</property>
  54. <property name="label" translatable="yes" context="footnotepage|label7">Counting</property>
  55. <property name="xalign">0</property>
  56. </object>
  57. <packing>
  58. <property name="left_attach">0</property>
  59. <property name="top_attach">1</property>
  60. </packing>
  61. </child>
  62. <child>
  63. <object class="GtkLabel" id="label8">
  64. <property name="visible">True</property>
  65. <property name="can_focus">False</property>
  66. <property name="label" translatable="yes" context="footnotepage|label8">Before</property>
  67. <property name="xalign">0</property>
  68. </object>
  69. <packing>
  70. <property name="left_attach">0</property>
  71. <property name="top_attach">2</property>
  72. </packing>
  73. </child>
  74. <child>
  75. <object class="GtkLabel" id="pos">
  76. <property name="visible">True</property>
  77. <property name="can_focus">False</property>
  78. <property name="label" translatable="yes" context="footnotepage|pos">Position</property>
  79. <property name="xalign">0</property>
  80. </object>
  81. <packing>
  82. <property name="left_attach">0</property>
  83. <property name="top_attach">5</property>
  84. </packing>
  85. </child>
  86. <child>
  87. <object class="GtkLabel" id="offset">
  88. <property name="visible">True</property>
  89. <property name="can_focus">False</property>
  90. <property name="label" translatable="yes" context="footnotepage|offset">Start at</property>
  91. <property name="xalign">0</property>
  92. </object>
  93. <packing>
  94. <property name="left_attach">0</property>
  95. <property name="top_attach">4</property>
  96. </packing>
  97. </child>
  98. <child>
  99. <object class="GtkLabel" id="label11">
  100. <property name="visible">True</property>
  101. <property name="can_focus">False</property>
  102. <property name="label" translatable="yes" context="footnotepage|label11">After</property>
  103. <property name="xalign">0</property>
  104. </object>
  105. <packing>
  106. <property name="left_attach">0</property>
  107. <property name="top_attach">3</property>
  108. </packing>
  109. </child>
  110. <child>
  111. <object class="GtkRadioButton" id="pospagecb">
  112. <property name="label" translatable="yes" context="footnotepage|pospagecb">End of page</property>
  113. <property name="visible">True</property>
  114. <property name="can_focus">True</property>
  115. <property name="receives_default">False</property>
  116. <property name="use_underline">True</property>
  117. <property name="xalign">0</property>
  118. <property name="draw_indicator">True</property>
  119. <property name="group">posdoccb</property>
  120. <accessibility>
  121. <relation type="member-of" target="pos"/>
  122. </accessibility>
  123. <child internal-child="accessible">
  124. <object class="AtkObject" id="pospagecb-atkobject">
  125. <property name="AtkObject::accessible-description" translatable="yes" context="footnotepage|extended_tip|pospagecb">Displays footnotes at the bottom of the page.</property>
  126. </object>
  127. </child>
  128. </object>
  129. <packing>
  130. <property name="left_attach">1</property>
  131. <property name="top_attach">5</property>
  132. </packing>
  133. </child>
  134. <child>
  135. <object class="GtkRadioButton" id="posdoccb">
  136. <property name="label" translatable="yes" context="footnotepage|posdoccb">End of document</property>
  137. <property name="visible">True</property>
  138. <property name="can_focus">True</property>
  139. <property name="receives_default">False</property>
  140. <property name="use_underline">True</property>
  141. <property name="xalign">0</property>
  142. <property name="draw_indicator">True</property>
  143. <property name="group">pospagecb</property>
  144. <accessibility>
  145. <relation type="member-of" target="pos"/>
  146. </accessibility>
  147. <child internal-child="accessible">
  148. <object class="AtkObject" id="posdoccb-atkobject">
  149. <property name="AtkObject::accessible-description" translatable="yes" context="footnotepage|extended_tip|posdoccb">Displays footnotes at the end of the document as endnotes.</property>
  150. </object>
  151. </child>
  152. </object>
  153. <packing>
  154. <property name="left_attach">1</property>
  155. <property name="top_attach">6</property>
  156. </packing>
  157. </child>
  158. <child>
  159. <object class="GtkSpinButton" id="offsetnf">
  160. <property name="visible">True</property>
  161. <property name="can_focus">True</property>
  162. <property name="activates_default">True</property>
  163. <property name="adjustment">adjustment1</property>
  164. <property name="truncate-multiline">True</property>
  165. <child internal-child="accessible">
  166. <object class="AtkObject" id="offsetnf-atkobject">
  167. <property name="AtkObject::accessible-description" translatable="yes" context="footnotepage|extended_tip|offsetnf">Enter the number for the first footnote in the document. This option is only available if you selected "Per Document" in the Counting box.</property>
  168. </object>
  169. </child>
  170. </object>
  171. <packing>
  172. <property name="left_attach">1</property>
  173. <property name="top_attach">1</property>
  174. </packing>
  175. </child>
  176. <child>
  177. <object class="GtkComboBoxText" id="countinglb">
  178. <property name="visible">True</property>
  179. <property name="can_focus">False</property>
  180. <items>
  181. <item translatable="yes" context="footnotepage|liststore1">Per page</item>
  182. <item translatable="yes" context="footnotepage|liststore1">Per chapter</item>
  183. <item translatable="yes" context="footnotepage|liststore1">Per document</item>
  184. </items>
  185. <child internal-child="accessible">
  186. <object class="AtkObject" id="countinglb-atkobject">
  187. <property name="AtkObject::accessible-description" translatable="yes" context="footnotepage|extended_tip|countinglb">Select the numbering option for the footnotes.</property>
  188. </object>
  189. </child>
  190. </object>
  191. <packing>
  192. <property name="left_attach">1</property>
  193. <property name="top_attach">4</property>
  194. </packing>
  195. </child>
  196. <child>
  197. <object class="GtkEntry" id="prefix">
  198. <property name="visible">True</property>
  199. <property name="can_focus">True</property>
  200. <property name="activates_default">True</property>
  201. <property name="truncate-multiline">True</property>
  202. <child internal-child="accessible">
  203. <object class="AtkObject" id="prefix-atkobject">
  204. <property name="AtkObject::accessible-description" translatable="yes" context="footnotepage|extended_tip|prefix">Enter the text that you want to display in front of the footnote number in the note text.</property>
  205. </object>
  206. </child>
  207. </object>
  208. <packing>
  209. <property name="left_attach">1</property>
  210. <property name="top_attach">2</property>
  211. </packing>
  212. </child>
  213. <child>
  214. <object class="GtkEntry" id="suffix">
  215. <property name="visible">True</property>
  216. <property name="can_focus">True</property>
  217. <property name="activates_default">True</property>
  218. <property name="truncate-multiline">True</property>
  219. <child internal-child="accessible">
  220. <object class="AtkObject" id="suffix-atkobject">
  221. <property name="AtkObject::accessible-description" translatable="yes" context="footnotepage|extended_tip|suffix">Enter the text that you want to display after the footnote number in the note text.</property>
  222. </object>
  223. </child>
  224. </object>
  225. <packing>
  226. <property name="left_attach">1</property>
  227. <property name="top_attach">3</property>
  228. </packing>
  229. </child>
  230. <child>
  231. <object class="GtkComboBoxText" id="numberinglb">
  232. <property name="visible">True</property>
  233. <property name="can_focus">False</property>
  234. <child internal-child="accessible">
  235. <object class="AtkObject" id="numberinglb-atkobject">
  236. <property name="AtkObject::accessible-description" translatable="yes" context="footnotepage|extended_tip|numberinglb">Select the numbering style that you want to use.</property>
  237. </object>
  238. </child>
  239. </object>
  240. <packing>
  241. <property name="left_attach">1</property>
  242. <property name="top_attach">0</property>
  243. </packing>
  244. </child>
  245. <child>
  246. <placeholder/>
  247. </child>
  248. </object>
  249. </child>
  250. </object>
  251. </child>
  252. <child type="label">
  253. <object class="GtkLabel" id="label3">
  254. <property name="visible">True</property>
  255. <property name="can_focus">False</property>
  256. <property name="label" translatable="yes" context="footnotepage|label3">Autonumbering</property>
  257. <attributes>
  258. <attribute name="weight" value="bold"/>
  259. </attributes>
  260. </object>
  261. </child>
  262. </object>
  263. <packing>
  264. <property name="left_attach">0</property>
  265. <property name="top_attach">0</property>
  266. <property name="height">2</property>
  267. </packing>
  268. </child>
  269. <child>
  270. <object class="GtkFrame" id="frame3">
  271. <property name="visible">True</property>
  272. <property name="can_focus">False</property>
  273. <property name="label_xalign">0</property>
  274. <property name="shadow_type">none</property>
  275. <child>
  276. <object class="GtkAlignment" id="alignment3">
  277. <property name="visible">True</property>
  278. <property name="can_focus">False</property>
  279. <property name="top_padding">6</property>
  280. <property name="left_padding">12</property>
  281. <child>
  282. <!-- n-columns=1 n-rows=1 -->
  283. <object class="GtkGrid" id="grid5">
  284. <property name="visible">True</property>
  285. <property name="can_focus">False</property>
  286. <property name="hexpand">True</property>
  287. <property name="row_spacing">6</property>
  288. <property name="column_spacing">12</property>
  289. <child>
  290. <object class="GtkLabel" id="label17">
  291. <property name="visible">True</property>
  292. <property name="can_focus">False</property>
  293. <property name="label" translatable="yes" context="footnotepage|label17">End of footnote</property>
  294. <property name="xalign">0</property>
  295. </object>
  296. <packing>
  297. <property name="left_attach">0</property>
  298. <property name="top_attach">0</property>
  299. </packing>
  300. </child>
  301. <child>
  302. <object class="GtkLabel" id="label18">
  303. <property name="visible">True</property>
  304. <property name="can_focus">False</property>
  305. <property name="label" translatable="yes" context="footnotepage|label18">Start of next page</property>
  306. <property name="xalign">0</property>
  307. </object>
  308. <packing>
  309. <property name="left_attach">0</property>
  310. <property name="top_attach">1</property>
  311. </packing>
  312. </child>
  313. <child>
  314. <object class="GtkEntry" id="contfromed">
  315. <property name="visible">True</property>
  316. <property name="can_focus">True</property>
  317. <property name="hexpand">True</property>
  318. <property name="max_length">30</property>
  319. <property name="activates_default">True</property>
  320. <property name="truncate-multiline">True</property>
  321. <child internal-child="accessible">
  322. <object class="AtkObject" id="contfromed-atkobject">
  323. <property name="AtkObject::accessible-description" translatable="yes" context="footnotepage|extended_tip|contfromed">Enter the text that you want to display on the page where the footnotes are continued, for example, "Continued from Page ". %PRODUCTNAME Writer automatically inserts the number of the previous page.</property>
  324. </object>
  325. </child>
  326. </object>
  327. <packing>
  328. <property name="left_attach">1</property>
  329. <property name="top_attach">1</property>
  330. </packing>
  331. </child>
  332. <child>
  333. <object class="GtkEntry" id="conted">
  334. <property name="visible">True</property>
  335. <property name="can_focus">True</property>
  336. <property name="hexpand">True</property>
  337. <property name="max_length">30</property>
  338. <property name="activates_default">True</property>
  339. <property name="truncate-multiline">True</property>
  340. <child internal-child="accessible">
  341. <object class="AtkObject" id="conted-atkobject">
  342. <property name="AtkObject::accessible-description" translatable="yes" context="footnotepage|extended_tip|conted">Enter the text that you want to display when the footnotes are continued on the next page, for example, "Continued on Page ". %PRODUCTNAME Writer automatically inserts the number of the following page.</property>
  343. </object>
  344. </child>
  345. </object>
  346. <packing>
  347. <property name="left_attach">1</property>
  348. <property name="top_attach">0</property>
  349. </packing>
  350. </child>
  351. </object>
  352. </child>
  353. </object>
  354. </child>
  355. <child type="label">
  356. <object class="GtkLabel" id="label5">
  357. <property name="visible">True</property>
  358. <property name="can_focus">False</property>
  359. <property name="label" translatable="yes" context="footnotepage|label5">Continuation Notice</property>
  360. <attributes>
  361. <attribute name="weight" value="bold"/>
  362. </attributes>
  363. </object>
  364. </child>
  365. </object>
  366. <packing>
  367. <property name="left_attach">1</property>
  368. <property name="top_attach">1</property>
  369. </packing>
  370. </child>
  371. <child>
  372. <object class="GtkFrame" id="frame4">
  373. <property name="visible">True</property>
  374. <property name="can_focus">False</property>
  375. <property name="label_xalign">0</property>
  376. <property name="shadow_type">none</property>
  377. <child>
  378. <object class="GtkAlignment" id="alignment4">
  379. <property name="visible">True</property>
  380. <property name="can_focus">False</property>
  381. <property name="top_padding">6</property>
  382. <property name="left_padding">12</property>
  383. <child>
  384. <!-- n-columns=1 n-rows=1 -->
  385. <object class="GtkGrid" id="grid3">
  386. <property name="visible">True</property>
  387. <property name="can_focus">False</property>
  388. <property name="row_spacing">6</property>
  389. <property name="column_spacing">12</property>
  390. <child>
  391. <object class="GtkLabel" id="label4">
  392. <property name="visible">True</property>
  393. <property name="can_focus">False</property>
  394. <property name="label" translatable="yes" context="footnotepage|label4">Paragraph</property>
  395. <property name="xalign">0</property>
  396. </object>
  397. <packing>
  398. <property name="left_attach">0</property>
  399. <property name="top_attach">0</property>
  400. </packing>
  401. </child>
  402. <child>
  403. <object class="GtkLabel" id="pagestyleft">
  404. <property name="visible">True</property>
  405. <property name="can_focus">False</property>
  406. <property name="label" translatable="yes" context="footnotepage|pagestyleft">Page</property>
  407. <property name="xalign">0</property>
  408. </object>
  409. <packing>
  410. <property name="left_attach">0</property>
  411. <property name="top_attach">1</property>
  412. </packing>
  413. </child>
  414. <child>
  415. <object class="GtkComboBoxText" id="parastylelb">
  416. <property name="visible">True</property>
  417. <property name="can_focus">False</property>
  418. <property name="hexpand">True</property>
  419. <child internal-child="accessible">
  420. <object class="AtkObject" id="parastylelb-atkobject">
  421. <property name="AtkObject::accessible-description" translatable="yes" context="footnotepage|extended_tip|parastylelb">Select the paragraph style for the footnote text. Only special styles can be selected.</property>
  422. </object>
  423. </child>
  424. </object>
  425. <packing>
  426. <property name="left_attach">1</property>
  427. <property name="top_attach">0</property>
  428. </packing>
  429. </child>
  430. <child>
  431. <object class="GtkComboBoxText" id="pagestylelb">
  432. <property name="visible">True</property>
  433. <property name="can_focus">False</property>
  434. <property name="hexpand">True</property>
  435. <child internal-child="accessible">
  436. <object class="AtkObject" id="pagestylelb-atkobject">
  437. <property name="AtkObject::accessible-description" translatable="yes" context="footnotepage|extended_tip|pagestylelb">Select the page style that you want to use for footnotes.</property>
  438. </object>
  439. </child>
  440. </object>
  441. <packing>
  442. <property name="left_attach">1</property>
  443. <property name="top_attach">1</property>
  444. </packing>
  445. </child>
  446. <child>
  447. <object class="GtkComboBoxText" id="charanchorstylelb">
  448. <property name="visible">True</property>
  449. <property name="can_focus">False</property>
  450. <property name="hexpand">True</property>
  451. <child internal-child="accessible">
  452. <object class="AtkObject" id="charanchorstylelb-atkobject">
  453. <property name="AtkObject::accessible-description" translatable="yes" context="footnotepage|extended_tip|charanchorstylelb">Select the character style that you want to use for footnote anchors in the text area of your document.</property>
  454. </object>
  455. </child>
  456. </object>
  457. <packing>
  458. <property name="left_attach">1</property>
  459. <property name="top_attach">2</property>
  460. </packing>
  461. </child>
  462. <child>
  463. <object class="GtkComboBoxText" id="charstylelb">
  464. <property name="visible">True</property>
  465. <property name="can_focus">False</property>
  466. <property name="hexpand">True</property>
  467. <child internal-child="accessible">
  468. <object class="AtkObject" id="charstylelb-atkobject">
  469. <property name="AtkObject::accessible-description" translatable="yes" context="footnotepage|extended_tip|charstylelb">Select the character style that you want to use for the footnote numbers in the footnote area.</property>
  470. </object>
  471. </child>
  472. </object>
  473. <packing>
  474. <property name="left_attach">1</property>
  475. <property name="top_attach">3</property>
  476. </packing>
  477. </child>
  478. <child>
  479. <object class="GtkLabel" id="label15">
  480. <property name="visible">True</property>
  481. <property name="can_focus">False</property>
  482. <property name="label" translatable="yes" context="footnotepage|label15">Text area</property>
  483. <property name="xalign">0</property>
  484. </object>
  485. <packing>
  486. <property name="left_attach">0</property>
  487. <property name="top_attach">2</property>
  488. </packing>
  489. </child>
  490. <child>
  491. <object class="GtkLabel" id="label16">
  492. <property name="visible">True</property>
  493. <property name="can_focus">False</property>
  494. <property name="label" translatable="yes" context="footnotepage|label16">Footnote area</property>
  495. <property name="xalign">0</property>
  496. </object>
  497. <packing>
  498. <property name="left_attach">0</property>
  499. <property name="top_attach">3</property>
  500. </packing>
  501. </child>
  502. </object>
  503. </child>
  504. </object>
  505. </child>
  506. <child type="label">
  507. <object class="GtkLabel" id="label12">
  508. <property name="visible">True</property>
  509. <property name="can_focus">False</property>
  510. <property name="label" translatable="yes" context="footnotepage|label12">Styles</property>
  511. <attributes>
  512. <attribute name="weight" value="bold"/>
  513. </attributes>
  514. </object>
  515. </child>
  516. </object>
  517. <packing>
  518. <property name="left_attach">1</property>
  519. <property name="top_attach">0</property>
  520. </packing>
  521. </child>
  522. <child internal-child="accessible">
  523. <object class="AtkObject" id="FootnotePage-atkobject">
  524. <property name="AtkObject::accessible-description" translatable="yes" context="footnotepage|extended_tip|FootnotePage">Specifies the formatting for footnotes.</property>
  525. </object>
  526. </child>
  527. </object>
  528. <object class="GtkSizeGroup" id="sizegroupLabel">
  529. <widgets>
  530. <widget name="label17"/>
  531. <widget name="label18"/>
  532. <widget name="label4"/>
  533. <widget name="pagestyleft"/>
  534. <widget name="label15"/>
  535. <widget name="label16"/>
  536. </widgets>
  537. </object>
  538. </interface>