printoptionspage.ui 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579
  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="GtkBox" id="PrintOptionsPage">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. <property name="border_width">6</property>
  9. <property name="orientation">vertical</property>
  10. <property name="spacing">12</property>
  11. <child>
  12. <!-- n-columns=1 n-rows=1 -->
  13. <object class="GtkGrid" id="grid2">
  14. <property name="visible">True</property>
  15. <property name="can_focus">False</property>
  16. <property name="row_spacing">6</property>
  17. <property name="column_spacing">12</property>
  18. <child>
  19. <object class="GtkFrame" id="frame2">
  20. <property name="visible">True</property>
  21. <property name="can_focus">False</property>
  22. <property name="label_xalign">0</property>
  23. <property name="shadow_type">none</property>
  24. <child>
  25. <object class="GtkAlignment" id="alignment2">
  26. <property name="visible">True</property>
  27. <property name="can_focus">False</property>
  28. <property name="top_padding">6</property>
  29. <property name="left_padding">12</property>
  30. <child>
  31. <!-- n-columns=1 n-rows=1 -->
  32. <object class="GtkGrid" id="grid3">
  33. <property name="visible">True</property>
  34. <property name="can_focus">False</property>
  35. <property name="row_spacing">6</property>
  36. <child>
  37. <object class="GtkCheckButton" id="graphics">
  38. <property name="label" translatable="yes" context="printoptionspage|graphics">_Images and objects</property>
  39. <property name="visible">True</property>
  40. <property name="can_focus">True</property>
  41. <property name="receives_default">False</property>
  42. <property name="use_underline">True</property>
  43. <property name="xalign">0</property>
  44. <property name="draw_indicator">True</property>
  45. <child internal-child="accessible">
  46. <object class="AtkObject" id="graphics-atkobject">
  47. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|graphics">Specifies whether the graphics of your text document are printed.</property>
  48. </object>
  49. </child>
  50. </object>
  51. <packing>
  52. <property name="left_attach">0</property>
  53. <property name="top_attach">0</property>
  54. </packing>
  55. </child>
  56. <child>
  57. <object class="GtkCheckButton" id="formcontrols">
  58. <property name="label" translatable="yes" context="printoptionspage|formcontrols">Form control_s</property>
  59. <property name="visible">True</property>
  60. <property name="can_focus">True</property>
  61. <property name="receives_default">False</property>
  62. <property name="use_underline">True</property>
  63. <property name="xalign">0</property>
  64. <property name="draw_indicator">True</property>
  65. <child internal-child="accessible">
  66. <object class="AtkObject" id="formcontrols-atkobject">
  67. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|formcontrols">Specifies whether the form control fields of the text document are printed.</property>
  68. </object>
  69. </child>
  70. </object>
  71. <packing>
  72. <property name="left_attach">0</property>
  73. <property name="top_attach">1</property>
  74. </packing>
  75. </child>
  76. <child>
  77. <object class="GtkCheckButton" id="background">
  78. <property name="label" translatable="yes" context="printoptionspage|background">Page ba_ckground</property>
  79. <property name="visible">True</property>
  80. <property name="can_focus">True</property>
  81. <property name="receives_default">False</property>
  82. <property name="use_underline">True</property>
  83. <property name="xalign">0</property>
  84. <property name="draw_indicator">True</property>
  85. <child internal-child="accessible">
  86. <object class="AtkObject" id="background-atkobject">
  87. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|background">Specifies whether to include colors and objects that are inserted to the background of the page (Format - Page - Background) in the printed document.</property>
  88. </object>
  89. </child>
  90. </object>
  91. <packing>
  92. <property name="left_attach">0</property>
  93. <property name="top_attach">2</property>
  94. </packing>
  95. </child>
  96. <child>
  97. <object class="GtkCheckButton" id="inblack">
  98. <property name="label" translatable="yes" context="printoptionspage|inblack">Print text in blac_k</property>
  99. <property name="visible">True</property>
  100. <property name="can_focus">True</property>
  101. <property name="receives_default">False</property>
  102. <property name="use_underline">True</property>
  103. <property name="xalign">0</property>
  104. <property name="draw_indicator">True</property>
  105. <child internal-child="accessible">
  106. <object class="AtkObject" id="inblack-atkobject">
  107. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|inblack">Specifies whether to always print text in black.</property>
  108. </object>
  109. </child>
  110. </object>
  111. <packing>
  112. <property name="left_attach">0</property>
  113. <property name="top_attach">3</property>
  114. </packing>
  115. </child>
  116. <child>
  117. <object class="GtkCheckButton" id="hiddentext">
  118. <property name="label" translatable="yes" context="printoptionspage|hiddentext">Hidden te_xt</property>
  119. <property name="visible">True</property>
  120. <property name="can_focus">True</property>
  121. <property name="receives_default">False</property>
  122. <property name="use_underline">True</property>
  123. <property name="xalign">0</property>
  124. <property name="draw_indicator">True</property>
  125. <child internal-child="accessible">
  126. <object class="AtkObject" id="hiddentext-atkobject">
  127. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|hiddentext">Enable this option to print text that is marked as hidden.</property>
  128. </object>
  129. </child>
  130. </object>
  131. <packing>
  132. <property name="left_attach">0</property>
  133. <property name="top_attach">4</property>
  134. </packing>
  135. </child>
  136. <child>
  137. <object class="GtkCheckButton" id="textplaceholder">
  138. <property name="label" translatable="yes" context="printoptionspage|textplaceholder">Text _placeholder</property>
  139. <property name="visible">True</property>
  140. <property name="can_focus">True</property>
  141. <property name="receives_default">False</property>
  142. <property name="use_underline">True</property>
  143. <property name="xalign">0</property>
  144. <property name="draw_indicator">True</property>
  145. <child internal-child="accessible">
  146. <object class="AtkObject" id="textplaceholder-atkobject">
  147. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|textplaceholder">Enable this option to print text placeholders. Disable this option to leave the text placeholders blank in the printout.</property>
  148. </object>
  149. </child>
  150. </object>
  151. <packing>
  152. <property name="left_attach">0</property>
  153. <property name="top_attach">5</property>
  154. </packing>
  155. </child>
  156. </object>
  157. </child>
  158. </object>
  159. </child>
  160. <child type="label">
  161. <object class="GtkLabel" id="label2">
  162. <property name="visible">True</property>
  163. <property name="can_focus">False</property>
  164. <property name="label" translatable="yes" context="printoptionspage|label2">Contents</property>
  165. <attributes>
  166. <attribute name="weight" value="bold"/>
  167. </attributes>
  168. </object>
  169. </child>
  170. </object>
  171. <packing>
  172. <property name="left_attach">0</property>
  173. <property name="top_attach">0</property>
  174. </packing>
  175. </child>
  176. <child>
  177. <object class="GtkFrame" id="pagesframe">
  178. <property name="visible">True</property>
  179. <property name="can_focus">False</property>
  180. <property name="label_xalign">0</property>
  181. <property name="shadow_type">none</property>
  182. <child>
  183. <object class="GtkAlignment" id="alignment3">
  184. <property name="visible">True</property>
  185. <property name="can_focus">False</property>
  186. <property name="top_padding">6</property>
  187. <property name="left_padding">12</property>
  188. <child>
  189. <!-- n-columns=1 n-rows=1 -->
  190. <object class="GtkGrid" id="grid4">
  191. <property name="visible">True</property>
  192. <property name="can_focus">False</property>
  193. <property name="row_spacing">6</property>
  194. <child>
  195. <object class="GtkCheckButton" id="leftpages">
  196. <property name="label" translatable="yes" context="printoptionspage|leftpages">_Left pages</property>
  197. <property name="visible">True</property>
  198. <property name="can_focus">True</property>
  199. <property name="receives_default">False</property>
  200. <property name="use_underline">True</property>
  201. <property name="xalign">0</property>
  202. <property name="draw_indicator">True</property>
  203. <child internal-child="accessible">
  204. <object class="AtkObject" id="leftpages-atkobject">
  205. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|leftpages">Specifies whether to print all left (even numbered) pages of the document.</property>
  206. </object>
  207. </child>
  208. </object>
  209. <packing>
  210. <property name="left_attach">0</property>
  211. <property name="top_attach">0</property>
  212. </packing>
  213. </child>
  214. <child>
  215. <object class="GtkCheckButton" id="rightpages">
  216. <property name="label" translatable="yes" context="printoptionspage|rightpages">_Right pages</property>
  217. <property name="visible">True</property>
  218. <property name="can_focus">True</property>
  219. <property name="receives_default">False</property>
  220. <property name="use_underline">True</property>
  221. <property name="xalign">0</property>
  222. <property name="draw_indicator">True</property>
  223. <child internal-child="accessible">
  224. <object class="AtkObject" id="rightpages-atkobject">
  225. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|rightpages">Specifies whether to print all right (odd numbered) pages of the document.</property>
  226. </object>
  227. </child>
  228. </object>
  229. <packing>
  230. <property name="left_attach">0</property>
  231. <property name="top_attach">1</property>
  232. </packing>
  233. </child>
  234. <child>
  235. <object class="GtkCheckButton" id="brochure">
  236. <property name="label" translatable="yes" context="printoptionspage|brochure">Broch_ure</property>
  237. <property name="visible">True</property>
  238. <property name="can_focus">True</property>
  239. <property name="receives_default">False</property>
  240. <property name="use_underline">True</property>
  241. <property name="xalign">0</property>
  242. <property name="draw_indicator">True</property>
  243. <child internal-child="accessible">
  244. <object class="AtkObject" id="brochure-atkobject">
  245. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|brochure">Select the Brochure option to print your document in brochure format.</property>
  246. </object>
  247. </child>
  248. </object>
  249. <packing>
  250. <property name="left_attach">0</property>
  251. <property name="top_attach">2</property>
  252. </packing>
  253. </child>
  254. <child>
  255. <object class="GtkCheckButton" id="rtl">
  256. <property name="label" translatable="yes" context="printoptionspage|rtl">Right to Left</property>
  257. <property name="visible">True</property>
  258. <property name="can_focus">True</property>
  259. <property name="receives_default">False</property>
  260. <property name="margin_left">12</property>
  261. <property name="use_underline">True</property>
  262. <property name="xalign">0</property>
  263. <property name="draw_indicator">True</property>
  264. <child internal-child="accessible">
  265. <object class="AtkObject" id="rtl-atkobject">
  266. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|rtl">Check to print the pages of the brochure in the correct order for a right-to-left script.</property>
  267. </object>
  268. </child>
  269. </object>
  270. <packing>
  271. <property name="left_attach">0</property>
  272. <property name="top_attach">3</property>
  273. </packing>
  274. </child>
  275. </object>
  276. </child>
  277. </object>
  278. </child>
  279. <child type="label">
  280. <object class="GtkLabel" id="label10">
  281. <property name="visible">True</property>
  282. <property name="can_focus">False</property>
  283. <property name="label" translatable="yes" context="printoptionspage|label10">Pages</property>
  284. <attributes>
  285. <attribute name="weight" value="bold"/>
  286. </attributes>
  287. </object>
  288. </child>
  289. </object>
  290. <packing>
  291. <property name="left_attach">0</property>
  292. <property name="top_attach">1</property>
  293. </packing>
  294. </child>
  295. <child>
  296. <object class="GtkFrame" id="commentsframe">
  297. <property name="visible">True</property>
  298. <property name="can_focus">False</property>
  299. <property name="label_xalign">0</property>
  300. <property name="shadow_type">none</property>
  301. <child>
  302. <object class="GtkAlignment" id="alignment4">
  303. <property name="visible">True</property>
  304. <property name="can_focus">False</property>
  305. <property name="top_padding">6</property>
  306. <property name="left_padding">12</property>
  307. <child>
  308. <!-- n-columns=1 n-rows=1 -->
  309. <object class="GtkGrid" id="grid5">
  310. <property name="visible">True</property>
  311. <property name="can_focus">False</property>
  312. <property name="row_spacing">6</property>
  313. <child>
  314. <object class="GtkRadioButton" id="none">
  315. <property name="label" translatable="yes" context="printoptionspage|none">_None</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="active">True</property>
  322. <property name="draw_indicator">True</property>
  323. <child internal-child="accessible">
  324. <object class="AtkObject" id="none-atkobject">
  325. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|none">Specifies whether comments in your document are printed.</property>
  326. </object>
  327. </child>
  328. </object>
  329. <packing>
  330. <property name="left_attach">0</property>
  331. <property name="top_attach">0</property>
  332. </packing>
  333. </child>
  334. <child>
  335. <object class="GtkRadioButton" id="only">
  336. <property name="label" translatable="yes" context="printoptionspage|only">Comments _only</property>
  337. <property name="visible">True</property>
  338. <property name="can_focus">True</property>
  339. <property name="receives_default">False</property>
  340. <property name="use_underline">True</property>
  341. <property name="xalign">0</property>
  342. <property name="draw_indicator">True</property>
  343. <property name="group">none</property>
  344. <child internal-child="accessible">
  345. <object class="AtkObject" id="only-atkobject">
  346. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|only">Specifies whether comments in your document are printed.</property>
  347. </object>
  348. </child>
  349. </object>
  350. <packing>
  351. <property name="left_attach">0</property>
  352. <property name="top_attach">1</property>
  353. </packing>
  354. </child>
  355. <child>
  356. <object class="GtkRadioButton" id="end">
  357. <property name="label" translatable="yes" context="printoptionspage|end">End of docu_ment</property>
  358. <property name="visible">True</property>
  359. <property name="can_focus">True</property>
  360. <property name="receives_default">False</property>
  361. <property name="use_underline">True</property>
  362. <property name="xalign">0</property>
  363. <property name="draw_indicator">True</property>
  364. <property name="group">none</property>
  365. <child internal-child="accessible">
  366. <object class="AtkObject" id="end-atkobject">
  367. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|end">Specifies whether comments in your document are printed.</property>
  368. </object>
  369. </child>
  370. </object>
  371. <packing>
  372. <property name="left_attach">0</property>
  373. <property name="top_attach">2</property>
  374. </packing>
  375. </child>
  376. <child>
  377. <object class="GtkRadioButton" id="endpage">
  378. <property name="label" translatable="yes" context="printoptionspage|endpage">_End of page</property>
  379. <property name="visible">True</property>
  380. <property name="can_focus">True</property>
  381. <property name="receives_default">False</property>
  382. <property name="use_underline">True</property>
  383. <property name="xalign">0</property>
  384. <property name="draw_indicator">True</property>
  385. <property name="group">none</property>
  386. <child internal-child="accessible">
  387. <object class="AtkObject" id="endpage-atkobject">
  388. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|endpage">Specifies whether comments in your document are printed.</property>
  389. </object>
  390. </child>
  391. </object>
  392. <packing>
  393. <property name="left_attach">0</property>
  394. <property name="top_attach">3</property>
  395. </packing>
  396. </child>
  397. <child>
  398. <object class="GtkRadioButton" id="inmargins">
  399. <property name="label" translatable="yes" context="printoptionspage|inmargins">In margins</property>
  400. <property name="visible">True</property>
  401. <property name="can_focus">True</property>
  402. <property name="receives_default">False</property>
  403. <property name="use_underline">True</property>
  404. <property name="xalign">0</property>
  405. <property name="draw_indicator">True</property>
  406. <property name="group">none</property>
  407. <child internal-child="accessible">
  408. <object class="AtkObject" id="inmargins-atkobject">
  409. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|inmargins">Specifies whether comments in your document are printed.</property>
  410. </object>
  411. </child>
  412. </object>
  413. <packing>
  414. <property name="left_attach">0</property>
  415. <property name="top_attach">4</property>
  416. </packing>
  417. </child>
  418. </object>
  419. </child>
  420. </object>
  421. </child>
  422. <child type="label">
  423. <object class="GtkLabel" id="4">
  424. <property name="visible">True</property>
  425. <property name="can_focus">False</property>
  426. <property name="label" translatable="yes" context="printoptionspage|4">Comments</property>
  427. <attributes>
  428. <attribute name="weight" value="bold"/>
  429. </attributes>
  430. </object>
  431. </child>
  432. </object>
  433. <packing>
  434. <property name="left_attach">1</property>
  435. <property name="top_attach">0</property>
  436. </packing>
  437. </child>
  438. <child>
  439. <placeholder/>
  440. </child>
  441. </object>
  442. <packing>
  443. <property name="expand">False</property>
  444. <property name="fill">True</property>
  445. <property name="position">0</property>
  446. </packing>
  447. </child>
  448. <child>
  449. <object class="GtkFrame" id="frame1">
  450. <property name="visible">True</property>
  451. <property name="can_focus">False</property>
  452. <property name="label_xalign">0</property>
  453. <property name="shadow_type">none</property>
  454. <child>
  455. <object class="GtkAlignment" id="alignment1">
  456. <property name="visible">True</property>
  457. <property name="can_focus">False</property>
  458. <property name="top_padding">6</property>
  459. <property name="left_padding">12</property>
  460. <child>
  461. <!-- n-columns=1 n-rows=1 -->
  462. <object class="GtkGrid" id="grid6">
  463. <property name="visible">True</property>
  464. <property name="can_focus">False</property>
  465. <property name="row_spacing">6</property>
  466. <child>
  467. <!-- n-columns=1 n-rows=1 -->
  468. <object class="GtkGrid" id="grid7">
  469. <property name="visible">True</property>
  470. <property name="can_focus">False</property>
  471. <property name="column_spacing">12</property>
  472. <child>
  473. <object class="GtkLabel" id="label5">
  474. <property name="visible">True</property>
  475. <property name="can_focus">False</property>
  476. <property name="label" translatable="yes" context="printoptionspage|label5">_Fax:</property>
  477. <property name="use_underline">True</property>
  478. <property name="mnemonic_widget">fax</property>
  479. <child internal-child="accessible">
  480. <object class="AtkObject" id="label5-atkobject">
  481. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|label5">If you have installed fax software on your computer and wish to fax directly from the text document, select the desired fax machine.</property>
  482. </object>
  483. </child>
  484. </object>
  485. <packing>
  486. <property name="left_attach">0</property>
  487. <property name="top_attach">0</property>
  488. </packing>
  489. </child>
  490. <child>
  491. <object class="GtkComboBoxText" id="fax">
  492. <property name="visible">True</property>
  493. <property name="can_focus">False</property>
  494. <child internal-child="accessible">
  495. <object class="AtkObject" id="fax-atkobject">
  496. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|fax">If you have installed fax software on your computer and wish to fax directly from the text document, select the desired fax machine.</property>
  497. </object>
  498. </child>
  499. </object>
  500. <packing>
  501. <property name="left_attach">1</property>
  502. <property name="top_attach">0</property>
  503. </packing>
  504. </child>
  505. </object>
  506. <packing>
  507. <property name="left_attach">0</property>
  508. <property name="top_attach">2</property>
  509. </packing>
  510. </child>
  511. <child>
  512. <object class="GtkCheckButton" id="blankpages">
  513. <property name="label" translatable="yes" context="printoptionspage|blankpages">Print _automatically inserted blank pages</property>
  514. <property name="visible">True</property>
  515. <property name="can_focus">True</property>
  516. <property name="receives_default">False</property>
  517. <property name="use_underline">True</property>
  518. <property name="xalign">0</property>
  519. <property name="draw_indicator">True</property>
  520. <child internal-child="accessible">
  521. <object class="AtkObject" id="blankpages-atkobject">
  522. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|blankpages">If this option is enabled, automatically-inserted blank pages are being printed. This is best if you are printing double-sided. For example, in a book, a "chapter" paragraph style has been set to always start with an odd numbered page. If the previous chapter ends on an odd page, %PRODUCTNAME inserts an even numbered blank page. This option controls whether to print that even numbered page or not.</property>
  523. </object>
  524. </child>
  525. </object>
  526. <packing>
  527. <property name="left_attach">0</property>
  528. <property name="top_attach">0</property>
  529. </packing>
  530. </child>
  531. <child>
  532. <object class="GtkCheckButton" id="papertray">
  533. <property name="label" translatable="yes" context="printoptionspage|papertray">_Paper tray from printer settings</property>
  534. <property name="visible">True</property>
  535. <property name="can_focus">True</property>
  536. <property name="receives_default">False</property>
  537. <property name="use_underline">True</property>
  538. <property name="xalign">0</property>
  539. <property name="draw_indicator">True</property>
  540. <child internal-child="accessible">
  541. <object class="AtkObject" id="papertray-atkobject">
  542. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|papertray">For printers with multiple trays, the "Paper tray from printer settings" option specifies whether the paper tray used is specified by the system settings of the printer.</property>
  543. </object>
  544. </child>
  545. </object>
  546. <packing>
  547. <property name="left_attach">0</property>
  548. <property name="top_attach">1</property>
  549. </packing>
  550. </child>
  551. </object>
  552. </child>
  553. </object>
  554. </child>
  555. <child type="label">
  556. <object class="GtkLabel" id="label1">
  557. <property name="visible">True</property>
  558. <property name="can_focus">False</property>
  559. <property name="label" translatable="yes" context="printoptionspage|label1">Other</property>
  560. <attributes>
  561. <attribute name="weight" value="bold"/>
  562. </attributes>
  563. </object>
  564. </child>
  565. </object>
  566. <packing>
  567. <property name="expand">False</property>
  568. <property name="fill">True</property>
  569. <property name="position">1</property>
  570. </packing>
  571. </child>
  572. <child internal-child="accessible">
  573. <object class="AtkObject" id="PrintOptionsPage-atkobject">
  574. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|PrintOptionsPage">Specifies print settings within a text or HTML document.</property>
  575. </object>
  576. </child>
  577. </object>
  578. </interface>