installforalldialog.ui 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.16.1 -->
  3. <interface domain="dkt">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkMessageDialog" id="InstallForAllDialog">
  6. <property name="can_focus">False</property>
  7. <property name="resizable">False</property>
  8. <property name="modal">True</property>
  9. <property name="type_hint">dialog</property>
  10. <property name="skip_taskbar_hint">True</property>
  11. <property name="message_type">question</property>
  12. <property name="text" translatable="yes" context="installforalldialog|InstallForAllDialog">For whom do you want to install the extension?</property>
  13. <property name="secondary_text" translatable="yes" context="installforalldialog|InstallForAllDialog">Make sure that no further users are working with the same %PRODUCTNAME, when installing an extension for all users in a multi user environment.</property>
  14. <child internal-child="vbox">
  15. <object class="GtkBox" id="messagedialog-vbox">
  16. <property name="can_focus">False</property>
  17. <property name="orientation">vertical</property>
  18. <property name="spacing">24</property>
  19. <child internal-child="action_area">
  20. <object class="GtkButtonBox" id="messagedialog-action_area">
  21. <property name="can_focus">False</property>
  22. <child>
  23. <object class="GtkButton" id="no">
  24. <property name="label" translatable="yes" context="installforalldialog|no">_For all users</property>
  25. <property name="visible">True</property>
  26. <property name="can_focus">True</property>
  27. <property name="receives_default">True</property>
  28. <property name="use_underline">True</property>
  29. </object>
  30. <packing>
  31. <property name="expand">False</property>
  32. <property name="fill">True</property>
  33. <property name="position">0</property>
  34. </packing>
  35. </child>
  36. <child>
  37. <object class="GtkButton" id="yes">
  38. <property name="label" translatable="yes" context="installforalldialog|yes">_Only for me</property>
  39. <property name="visible">True</property>
  40. <property name="can_focus">True</property>
  41. <property name="can_default">True</property>
  42. <property name="has_default">True</property>
  43. <property name="receives_default">True</property>
  44. <property name="use_underline">True</property>
  45. </object>
  46. <packing>
  47. <property name="expand">False</property>
  48. <property name="fill">True</property>
  49. <property name="position">1</property>
  50. </packing>
  51. </child>
  52. <child>
  53. <object class="GtkButton" id="cancel">
  54. <property name="label">gtk-cancel</property>
  55. <property name="visible">True</property>
  56. <property name="can_focus">True</property>
  57. <property name="receives_default">True</property>
  58. <property name="use_stock">True</property>
  59. </object>
  60. <packing>
  61. <property name="expand">False</property>
  62. <property name="fill">True</property>
  63. <property name="position">2</property>
  64. </packing>
  65. </child>
  66. </object>
  67. <packing>
  68. <property name="expand">False</property>
  69. <property name="fill">True</property>
  70. <property name="pack_type">end</property>
  71. <property name="position">0</property>
  72. </packing>
  73. </child>
  74. </object>
  75. </child>
  76. <action-widgets>
  77. <action-widget response="-9">no</action-widget>
  78. <action-widget response="-8">yes</action-widget>
  79. <action-widget response="-6">cancel</action-widget>
  80. </action-widgets>
  81. </object>
  82. </interface>