helpmanual.ui 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="sfx">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkMessageDialog" id="onlinehelpmanual">
  6. <property name="can_focus">False</property>
  7. <property name="title" translatable="yes" context="helpmanual|onlinehelpmanual">%PRODUCTNAME Help Not Installed</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="text" translatable="yes" context="helpmanual|onlinehelpmanual">The %PRODUCTNAME built-in help for current UI language ($UILOCALE) is not installed on your computer.</property>
  13. <property name="secondary_text" translatable="yes" context="helpmanual|onlinehelpmanual">You may either install it from our website or your system’s repositories, or read an online version.</property>
  14. <child internal-child="vbox">
  15. <object class="GtkBox" id="internal_box">
  16. <property name="can_focus">False</property>
  17. <property name="orientation">vertical</property>
  18. <child internal-child="action_area">
  19. <object class="GtkButtonBox" id="btnbox">
  20. <property name="can_focus">False</property>
  21. <child>
  22. <object class="GtkButton" id="website">
  23. <property name="label" translatable="yes" context="helpmanual|website">Read Help Online</property>
  24. <property name="visible">True</property>
  25. <property name="can_focus">True</property>
  26. <property name="receives_default">False</property>
  27. <property name="use_underline">True</property>
  28. </object>
  29. <packing>
  30. <property name="expand">True</property>
  31. <property name="fill">True</property>
  32. <property name="position">0</property>
  33. </packing>
  34. </child>
  35. <child>
  36. <object class="GtkButton" id="cancel">
  37. <property name="label">gtk-cancel</property>
  38. <property name="visible">True</property>
  39. <property name="can_focus">True</property>
  40. <property name="can_default">True</property>
  41. <property name="has_default">True</property>
  42. <property name="receives_default">True</property>
  43. <property name="use_stock">True</property>
  44. </object>
  45. <packing>
  46. <property name="expand">True</property>
  47. <property name="fill">True</property>
  48. <property name="position">1</property>
  49. </packing>
  50. </child>
  51. </object>
  52. <packing>
  53. <property name="expand">False</property>
  54. <property name="fill">False</property>
  55. <property name="position">0</property>
  56. </packing>
  57. </child>
  58. <child>
  59. <object class="GtkCheckButton" id="hidedialog">
  60. <property name="label" translatable="yes" context="helpmanual|hidedialog">Do not show this dialog again</property>
  61. <property name="visible">True</property>
  62. <property name="can_focus">True</property>
  63. <property name="receives_default">False</property>
  64. <property name="xalign">0</property>
  65. <property name="draw_indicator">True</property>
  66. </object>
  67. <packing>
  68. <property name="expand">False</property>
  69. <property name="fill">True</property>
  70. <property name="position">2</property>
  71. </packing>
  72. </child>
  73. </object>
  74. </child>
  75. <action-widgets>
  76. <action-widget response="-5">website</action-widget>
  77. <action-widget response="-6">cancel</action-widget>
  78. </action-widgets>
  79. </object>
  80. </interface>