mmmailbody.ui 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  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="GtkDialog" id="MailBodyDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="mmmailbody|MailBodyDialog">Email Message</property>
  9. <property name="type_hint">dialog</property>
  10. <child internal-child="vbox">
  11. <object class="GtkBox" id="dialog-vbox1">
  12. <property name="can_focus">False</property>
  13. <property name="orientation">vertical</property>
  14. <property name="spacing">2</property>
  15. <child internal-child="action_area">
  16. <object class="GtkButtonBox" id="dialog-action_area1">
  17. <property name="can_focus">False</property>
  18. <property name="layout_style">end</property>
  19. <child>
  20. <object class="GtkButton" id="ok">
  21. <property name="label">gtk-ok</property>
  22. <property name="visible">True</property>
  23. <property name="can_focus">True</property>
  24. <property name="receives_default">True</property>
  25. <property name="use_stock">True</property>
  26. </object>
  27. <packing>
  28. <property name="expand">False</property>
  29. <property name="fill">True</property>
  30. <property name="position">0</property>
  31. </packing>
  32. </child>
  33. <child>
  34. <object class="GtkButton" id="cancel">
  35. <property name="label">gtk-cancel</property>
  36. <property name="visible">True</property>
  37. <property name="can_focus">True</property>
  38. <property name="receives_default">True</property>
  39. <property name="use_stock">True</property>
  40. </object>
  41. <packing>
  42. <property name="expand">False</property>
  43. <property name="fill">True</property>
  44. <property name="position">1</property>
  45. </packing>
  46. </child>
  47. <child>
  48. <object class="GtkButton" id="help">
  49. <property name="label">gtk-help</property>
  50. <property name="visible">True</property>
  51. <property name="can_focus">True</property>
  52. <property name="receives_default">True</property>
  53. <property name="use_stock">True</property>
  54. </object>
  55. <packing>
  56. <property name="expand">False</property>
  57. <property name="fill">True</property>
  58. <property name="position">2</property>
  59. </packing>
  60. </child>
  61. </object>
  62. <packing>
  63. <property name="expand">False</property>
  64. <property name="fill">True</property>
  65. <property name="pack_type">end</property>
  66. <property name="position">0</property>
  67. </packing>
  68. </child>
  69. <child>
  70. <!-- n-columns=1 n-rows=1 -->
  71. <object class="GtkGrid" id="grid1">
  72. <property name="visible">True</property>
  73. <property name="can_focus">False</property>
  74. <property name="hexpand">True</property>
  75. <property name="vexpand">True</property>
  76. <property name="row_spacing">12</property>
  77. <child>
  78. <!-- n-columns=1 n-rows=1 -->
  79. <object class="GtkGrid" id="grid2">
  80. <property name="visible">True</property>
  81. <property name="can_focus">False</property>
  82. <property name="hexpand">True</property>
  83. <property name="vexpand">True</property>
  84. <property name="row_spacing">6</property>
  85. <child>
  86. <object class="GtkLabel" id="bodyft">
  87. <property name="visible">True</property>
  88. <property name="can_focus">False</property>
  89. <property name="label" translatable="yes" context="mmmailbody|bodyft">Write your message here</property>
  90. <property name="use_underline">True</property>
  91. <property name="mnemonic_widget">bodymle</property>
  92. <property name="xalign">0</property>
  93. </object>
  94. <packing>
  95. <property name="left_attach">0</property>
  96. <property name="top_attach">0</property>
  97. </packing>
  98. </child>
  99. <child>
  100. <object class="GtkScrolledWindow">
  101. <property name="visible">True</property>
  102. <property name="can_focus">True</property>
  103. <property name="hexpand">True</property>
  104. <property name="vexpand">True</property>
  105. <property name="hscrollbar_policy">always</property>
  106. <property name="vscrollbar_policy">always</property>
  107. <property name="shadow_type">in</property>
  108. <child>
  109. <object class="GtkTextView" id="bodymle">
  110. <property name="visible">True</property>
  111. <property name="can_focus">True</property>
  112. <property name="hexpand">True</property>
  113. <property name="vexpand">True</property>
  114. <property name="accepts_tab">False</property>
  115. <child internal-child="accessible">
  116. <object class="AtkObject" id="bodymle-atkobject">
  117. <property name="AtkObject::accessible-description" translatable="yes" context="mmmailbody|extended_tip|bodymle">Enter the main text of the email.</property>
  118. </object>
  119. </child>
  120. </object>
  121. </child>
  122. </object>
  123. <packing>
  124. <property name="left_attach">0</property>
  125. <property name="top_attach">1</property>
  126. </packing>
  127. </child>
  128. </object>
  129. <packing>
  130. <property name="left_attach">0</property>
  131. <property name="top_attach">1</property>
  132. </packing>
  133. </child>
  134. <child>
  135. <!-- n-columns=1 n-rows=1 -->
  136. <object class="GtkGrid" id="grid4">
  137. <property name="visible">True</property>
  138. <property name="can_focus">False</property>
  139. <property name="hexpand">True</property>
  140. <property name="row_spacing">6</property>
  141. <child>
  142. <object class="GtkCheckButton" id="greeting">
  143. <property name="label" translatable="yes" context="mmmailbody|greeting">This email should contain a salutation</property>
  144. <property name="visible">True</property>
  145. <property name="can_focus">True</property>
  146. <property name="receives_default">False</property>
  147. <property name="use_underline">True</property>
  148. <property name="xalign">0</property>
  149. <property name="draw_indicator">True</property>
  150. <child internal-child="accessible">
  151. <object class="AtkObject" id="greeting-atkobject">
  152. <property name="AtkObject::accessible-description" translatable="yes" context="mmmailbody|extended_tip|greeting">Adds a salutation to the email.</property>
  153. </object>
  154. </child>
  155. </object>
  156. <packing>
  157. <property name="left_attach">0</property>
  158. <property name="top_attach">0</property>
  159. </packing>
  160. </child>
  161. <child>
  162. <object class="GtkAlignment" id="alignment2">
  163. <property name="visible">True</property>
  164. <property name="can_focus">False</property>
  165. <property name="hexpand">True</property>
  166. <property name="left_padding">12</property>
  167. <child>
  168. <!-- n-columns=1 n-rows=1 -->
  169. <object class="GtkGrid" id="grid5">
  170. <property name="visible">True</property>
  171. <property name="can_focus">False</property>
  172. <property name="hexpand">True</property>
  173. <property name="row_spacing">6</property>
  174. <child>
  175. <object class="GtkLabel" id="generalft">
  176. <property name="visible">True</property>
  177. <property name="can_focus">False</property>
  178. <property name="label" translatable="yes" context="mmmailbody|generalft">General salutation</property>
  179. <property name="use_underline">True</property>
  180. <property name="mnemonic_widget">general</property>
  181. <property name="xalign">0</property>
  182. </object>
  183. <packing>
  184. <property name="left_attach">0</property>
  185. <property name="top_attach">1</property>
  186. </packing>
  187. </child>
  188. <child>
  189. <object class="GtkComboBoxText" id="general">
  190. <property name="visible">True</property>
  191. <property name="can_focus">False</property>
  192. <property name="halign">start</property>
  193. <property name="has_entry">True</property>
  194. <child internal-child="entry">
  195. <object class="GtkEntry" id="comboboxtext-entry1">
  196. <property name="can_focus">True</property>
  197. <property name="truncate-multiline">True</property>
  198. <property name="activates_default">True</property>
  199. </object>
  200. </child>
  201. <child internal-child="accessible">
  202. <object class="AtkObject" id="general-atkobject">
  203. <property name="AtkObject::accessible-description" translatable="yes" context="mmmailbody|extended_tip|general">Select the default greeting to use if a personalized salutation cannot be created.</property>
  204. </object>
  205. </child>
  206. </object>
  207. <packing>
  208. <property name="left_attach">0</property>
  209. <property name="top_attach">2</property>
  210. </packing>
  211. </child>
  212. <child>
  213. <!-- n-columns=1 n-rows=1 -->
  214. <object class="GtkGrid" id="grid6">
  215. <property name="visible">True</property>
  216. <property name="can_focus">False</property>
  217. <property name="hexpand">True</property>
  218. <property name="row_spacing">6</property>
  219. <child>
  220. <object class="GtkAlignment" id="alignment3">
  221. <property name="visible">True</property>
  222. <property name="can_focus">False</property>
  223. <property name="hexpand">True</property>
  224. <property name="left_padding">12</property>
  225. <child>
  226. <!-- n-columns=1 n-rows=1 -->
  227. <object class="GtkGrid" id="grid8">
  228. <property name="visible">True</property>
  229. <property name="can_focus">False</property>
  230. <property name="hexpand">True</property>
  231. <property name="row_spacing">6</property>
  232. <property name="column_spacing">12</property>
  233. <property name="row_homogeneous">True</property>
  234. <child>
  235. <object class="GtkLabel" id="femalefi">
  236. <property name="visible">True</property>
  237. <property name="can_focus">False</property>
  238. <property name="label" translatable="yes" context="mmmailbody|femalefi">Address list field indicating a female recipient</property>
  239. <property name="xalign">0</property>
  240. </object>
  241. <packing>
  242. <property name="left_attach">0</property>
  243. <property name="top_attach">2</property>
  244. <property name="width">3</property>
  245. </packing>
  246. </child>
  247. <child>
  248. <object class="GtkLabel" id="femaleft">
  249. <property name="visible">True</property>
  250. <property name="can_focus">False</property>
  251. <property name="label" translatable="yes" context="mmmailbody|femaleft">_Female</property>
  252. <property name="use_underline">True</property>
  253. <property name="mnemonic_widget">female</property>
  254. <property name="xalign">0</property>
  255. </object>
  256. <packing>
  257. <property name="left_attach">0</property>
  258. <property name="top_attach">0</property>
  259. </packing>
  260. </child>
  261. <child>
  262. <object class="GtkLabel" id="maleft">
  263. <property name="visible">True</property>
  264. <property name="can_focus">False</property>
  265. <property name="label" translatable="yes" context="mmmailbody|maleft">_Male</property>
  266. <property name="use_underline">True</property>
  267. <property name="mnemonic_widget">male</property>
  268. <property name="xalign">0</property>
  269. </object>
  270. <packing>
  271. <property name="left_attach">0</property>
  272. <property name="top_attach">1</property>
  273. </packing>
  274. </child>
  275. <child>
  276. <object class="GtkLabel" id="femalecolft">
  277. <property name="visible">True</property>
  278. <property name="can_focus">False</property>
  279. <property name="label" translatable="yes" context="mmmailbody|femalecolft">Field name</property>
  280. <property name="use_underline">True</property>
  281. <property name="xalign">0</property>
  282. </object>
  283. <packing>
  284. <property name="left_attach">0</property>
  285. <property name="top_attach">3</property>
  286. </packing>
  287. </child>
  288. <child>
  289. <object class="GtkLabel" id="femalefieldft">
  290. <property name="visible">True</property>
  291. <property name="can_focus">False</property>
  292. <property name="label" translatable="yes" context="mmmailbody|femalefieldft">Field value</property>
  293. <property name="use_underline">True</property>
  294. <property name="xalign">0</property>
  295. </object>
  296. <packing>
  297. <property name="left_attach">0</property>
  298. <property name="top_attach">4</property>
  299. </packing>
  300. </child>
  301. <child>
  302. <object class="GtkButton" id="newfemale">
  303. <property name="label" translatable="yes" context="mmmailbody|newfemale">_New...</property>
  304. <property name="visible">True</property>
  305. <property name="can_focus">True</property>
  306. <property name="receives_default">True</property>
  307. <property name="valign">center</property>
  308. <property name="use_underline">True</property>
  309. <child internal-child="accessible">
  310. <object class="AtkObject" id="newfemale-atkobject">
  311. <property name="AtkObject::accessible-description" translatable="yes" context="mmmailbody|extended_tip|newfemale">Opens the Custom Salutation dialog for a female recipient.</property>
  312. </object>
  313. </child>
  314. </object>
  315. <packing>
  316. <property name="left_attach">2</property>
  317. <property name="top_attach">0</property>
  318. </packing>
  319. </child>
  320. <child>
  321. <object class="GtkButton" id="newmale">
  322. <property name="label" translatable="yes" context="mmmailbody|newmale">N_ew...</property>
  323. <property name="visible">True</property>
  324. <property name="can_focus">True</property>
  325. <property name="receives_default">True</property>
  326. <property name="valign">center</property>
  327. <property name="use_underline">True</property>
  328. <child internal-child="accessible">
  329. <object class="AtkObject" id="newmale-atkobject">
  330. <property name="AtkObject::accessible-description" translatable="yes" context="mmmailbody|extended_tip|newmale">Opens the Custom Salutation dialog for a male recipient.</property>
  331. </object>
  332. </child>
  333. </object>
  334. <packing>
  335. <property name="left_attach">2</property>
  336. <property name="top_attach">1</property>
  337. </packing>
  338. </child>
  339. <child>
  340. <object class="GtkComboBoxText" id="female">
  341. <property name="visible">True</property>
  342. <property name="can_focus">False</property>
  343. <property name="valign">center</property>
  344. <property name="hexpand">True</property>
  345. <child internal-child="accessible">
  346. <object class="AtkObject" id="female-atkobject">
  347. <property name="AtkObject::accessible-description" translatable="yes" context="mmmailbody|extended_tip|female">Select the personalized greeting for a female recipient.</property>
  348. </object>
  349. </child>
  350. </object>
  351. <packing>
  352. <property name="left_attach">1</property>
  353. <property name="top_attach">0</property>
  354. </packing>
  355. </child>
  356. <child>
  357. <object class="GtkComboBoxText" id="male">
  358. <property name="visible">True</property>
  359. <property name="can_focus">False</property>
  360. <property name="valign">center</property>
  361. <property name="hexpand">True</property>
  362. <child internal-child="accessible">
  363. <object class="AtkObject" id="male-atkobject">
  364. <property name="AtkObject::accessible-description" translatable="yes" context="mmmailbody|extended_tip|male">Select the personalized greeting for a male recipient.</property>
  365. </object>
  366. </child>
  367. </object>
  368. <packing>
  369. <property name="left_attach">1</property>
  370. <property name="top_attach">1</property>
  371. </packing>
  372. </child>
  373. <child>
  374. <object class="GtkComboBoxText" id="femalecol">
  375. <property name="visible">True</property>
  376. <property name="can_focus">False</property>
  377. <property name="valign">center</property>
  378. <property name="hexpand">True</property>
  379. <child internal-child="accessible">
  380. <object class="AtkObject" id="femalecol-atkobject">
  381. <property name="AtkObject::accessible-description" translatable="yes" context="mmmailbody|extended_tip|femalecol">Select the field name of the address database field that contains the gender information.</property>
  382. </object>
  383. </child>
  384. </object>
  385. <packing>
  386. <property name="left_attach">1</property>
  387. <property name="top_attach">3</property>
  388. </packing>
  389. </child>
  390. <child>
  391. <object class="GtkComboBoxText" id="femalefield">
  392. <property name="visible">True</property>
  393. <property name="can_focus">False</property>
  394. <property name="valign">center</property>
  395. <property name="hexpand">True</property>
  396. <property name="has_entry">True</property>
  397. <child internal-child="entry">
  398. <object class="GtkEntry" id="comboboxtext-entry2">
  399. <property name="can_focus">True</property>
  400. <property name="truncate-multiline">True</property>
  401. <property name="activates_default">True</property>
  402. </object>
  403. </child>
  404. <child internal-child="accessible">
  405. <object class="AtkObject" id="femalefield-atkobject">
  406. <property name="AtkObject::accessible-description" translatable="yes" context="mmmailbody|extended_tip|femalefield">Select the field value that indicates the gender of the recipient.</property>
  407. </object>
  408. </child>
  409. </object>
  410. <packing>
  411. <property name="left_attach">1</property>
  412. <property name="top_attach">4</property>
  413. </packing>
  414. </child>
  415. <child>
  416. <placeholder/>
  417. </child>
  418. <child>
  419. <placeholder/>
  420. </child>
  421. </object>
  422. </child>
  423. </object>
  424. <packing>
  425. <property name="left_attach">0</property>
  426. <property name="top_attach">1</property>
  427. </packing>
  428. </child>
  429. <child>
  430. <object class="GtkCheckButton" id="personalized">
  431. <property name="label" translatable="yes" context="mmmailbody|personalized">Insert personalized salutation</property>
  432. <property name="visible">True</property>
  433. <property name="can_focus">True</property>
  434. <property name="receives_default">False</property>
  435. <property name="use_underline">True</property>
  436. <property name="xalign">0</property>
  437. <property name="draw_indicator">True</property>
  438. <child internal-child="accessible">
  439. <object class="AtkObject" id="personalized-atkobject">
  440. <property name="AtkObject::accessible-description" translatable="yes" context="mmmailbody|extended_tip|personalized">Adds a personalized salutation. To use the default salutation, clear this check box.</property>
  441. </object>
  442. </child>
  443. </object>
  444. <packing>
  445. <property name="left_attach">0</property>
  446. <property name="top_attach">0</property>
  447. </packing>
  448. </child>
  449. </object>
  450. <packing>
  451. <property name="left_attach">0</property>
  452. <property name="top_attach">0</property>
  453. </packing>
  454. </child>
  455. </object>
  456. </child>
  457. </object>
  458. <packing>
  459. <property name="left_attach">0</property>
  460. <property name="top_attach">1</property>
  461. </packing>
  462. </child>
  463. </object>
  464. <packing>
  465. <property name="left_attach">0</property>
  466. <property name="top_attach">0</property>
  467. </packing>
  468. </child>
  469. </object>
  470. <packing>
  471. <property name="expand">False</property>
  472. <property name="fill">True</property>
  473. <property name="position">1</property>
  474. </packing>
  475. </child>
  476. </object>
  477. </child>
  478. <action-widgets>
  479. <action-widget response="-5">ok</action-widget>
  480. <action-widget response="-6">cancel</action-widget>
  481. <action-widget response="-11">help</action-widget>
  482. </action-widgets>
  483. <child type="titlebar">
  484. <placeholder/>
  485. </child>
  486. <child internal-child="accessible">
  487. <object class="AtkObject" id="MailBodyDialog-atkobject">
  488. <property name="AtkObject::accessible-description" translatable="yes" context="mmmailbody|extended_tip|MailBodyDialog">Type the message and the salutation for files that you send as email attachments.</property>
  489. </object>
  490. </child>
  491. </object>
  492. <object class="GtkSizeGroup" id="sizegroup2">
  493. <widgets>
  494. <widget name="femaleft"/>
  495. <widget name="maleft"/>
  496. <widget name="femalecolft"/>
  497. <widget name="femalefieldft"/>
  498. </widgets>
  499. </object>
  500. </interface>