linkwarndialog.ui 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.20.2 -->
  3. <interface domain="svx">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkMessageDialog" id="LinkWarnDialog">
  6. <property name="can_focus">False</property>
  7. <property name="title" translatable="yes" context="linkwarndialog|LinkWarnDialog">Confirm Linked Graphic</property>
  8. <property name="resizable">False</property>
  9. <property name="modal">True</property>
  10. <property name="type_hint">dialog</property>
  11. <property name="skip_taskbar_hint">True</property>
  12. <property name="message_type">question</property>
  13. <property name="text" translatable="yes" context="linkwarndialog|LinkWarnDialog">The file %FILENAME will not be stored along with your document, but only referenced as a link.</property>
  14. <property name="secondary_text" translatable="yes" context="linkwarndialog|LinkWarnDialog">This is dangerous if you move and/or rename the files. Do you want to embed the graphic instead?</property>
  15. <child internal-child="vbox">
  16. <object class="GtkBox" id="messagedialog-vbox">
  17. <property name="can_focus">False</property>
  18. <property name="orientation">vertical</property>
  19. <property name="spacing">12</property>
  20. <child internal-child="action_area">
  21. <object class="GtkButtonBox" id="messagedialog-action_area">
  22. <property name="can_focus">False</property>
  23. <child>
  24. <object class="GtkButton" id="ok">
  25. <property name="label" translatable="yes" context="linkwarndialog|ok">_Keep Link</property>
  26. <property name="visible">True</property>
  27. <property name="can_focus">True</property>
  28. <property name="can_default">True</property>
  29. <property name="receives_default">True</property>
  30. <property name="use_underline">True</property>
  31. </object>
  32. <packing>
  33. <property name="expand">False</property>
  34. <property name="fill">True</property>
  35. <property name="position">0</property>
  36. <property name="non_homogeneous">True</property>
  37. </packing>
  38. </child>
  39. <child>
  40. <object class="GtkButton" id="cancel">
  41. <property name="label" translatable="yes" context="linkwarndialog|cancel">_Embed Graphic</property>
  42. <property name="visible">True</property>
  43. <property name="can_focus">True</property>
  44. <property name="can_default">True</property>
  45. <property name="has_default">True</property>
  46. <property name="receives_default">True</property>
  47. <property name="use_underline">True</property>
  48. </object>
  49. <packing>
  50. <property name="expand">False</property>
  51. <property name="fill">True</property>
  52. <property name="position">1</property>
  53. <property name="non_homogeneous">True</property>
  54. </packing>
  55. </child>
  56. </object>
  57. <packing>
  58. <property name="expand">False</property>
  59. <property name="fill">True</property>
  60. <property name="pack_type">end</property>
  61. <property name="position">0</property>
  62. </packing>
  63. </child>
  64. <child>
  65. <object class="GtkCheckButton" id="ask">
  66. <property name="label" translatable="yes" context="linkwarndialog|ask">_Ask when linking a graphic</property>
  67. <property name="visible">True</property>
  68. <property name="can_focus">True</property>
  69. <property name="receives_default">False</property>
  70. <property name="use_underline">True</property>
  71. <property name="xalign">0</property>
  72. <property name="draw_indicator">True</property>
  73. </object>
  74. <packing>
  75. <property name="expand">False</property>
  76. <property name="fill">True</property>
  77. <property name="position">2</property>
  78. </packing>
  79. </child>
  80. </object>
  81. </child>
  82. <action-widgets>
  83. <action-widget response="-5">ok</action-widget>
  84. <action-widget response="-6">cancel</action-widget>
  85. </action-widgets>
  86. </object>
  87. </interface>