bump product version to 5.0.4.1
[LibreOffice.git] / sfx2 / uiconfig / ui / documentpropertiesdialog.ui
blob88cf755fa0ad64bd13a42187c90115a4bb54398c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.18.3 -->
3 <interface>
4 <requires lib="gtk+" version="3.0"/>
5 <object class="GtkDialog" id="DocumentPropertiesDialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">6</property>
8 <property name="title" translatable="yes">Properties of </property>
9 <property name="resizable">False</property>
10 <property name="type_hint">dialog</property>
11 <child internal-child="vbox">
12 <object class="GtkBox" id="dialog-vbox1">
13 <property name="can_focus">False</property>
14 <property name="orientation">vertical</property>
15 <property name="spacing">12</property>
16 <child internal-child="action_area">
17 <object class="GtkButtonBox" id="dialog-action_area1">
18 <property name="can_focus">False</property>
19 <property name="layout_style">end</property>
20 <child>
21 <object class="GtkButton" id="ok">
22 <property name="label">gtk-ok</property>
23 <property name="visible">True</property>
24 <property name="can_focus">True</property>
25 <property name="can_default">True</property>
26 <property name="has_default">True</property>
27 <property name="receives_default">True</property>
28 <property name="use_stock">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="cancel">
38 <property name="label">gtk-cancel</property>
39 <property name="visible">True</property>
40 <property name="can_focus">True</property>
41 <property name="receives_default">True</property>
42 <property name="use_stock">True</property>
43 </object>
44 <packing>
45 <property name="expand">False</property>
46 <property name="fill">True</property>
47 <property name="position">1</property>
48 </packing>
49 </child>
50 <child>
51 <object class="GtkButton" id="help">
52 <property name="label">gtk-help</property>
53 <property name="visible">True</property>
54 <property name="can_focus">True</property>
55 <property name="receives_default">True</property>
56 <property name="use_stock">True</property>
57 </object>
58 <packing>
59 <property name="expand">False</property>
60 <property name="fill">True</property>
61 <property name="position">2</property>
62 <property name="secondary">True</property>
63 </packing>
64 </child>
65 <child>
66 <object class="GtkButton" id="reset">
67 <property name="label">gtk-revert-to-saved</property>
68 <property name="visible">True</property>
69 <property name="can_focus">True</property>
70 <property name="receives_default">True</property>
71 <property name="use_stock">True</property>
72 </object>
73 <packing>
74 <property name="expand">False</property>
75 <property name="fill">True</property>
76 <property name="position">3</property>
77 </packing>
78 </child>
79 </object>
80 <packing>
81 <property name="expand">False</property>
82 <property name="fill">True</property>
83 <property name="pack_type">end</property>
84 <property name="position">0</property>
85 </packing>
86 </child>
87 <child>
88 <object class="GtkNotebook" id="tabcontrol">
89 <property name="visible">True</property>
90 <property name="can_focus">True</property>
91 <child>
92 <placeholder/>
93 </child>
94 <child type="tab">
95 <object class="GtkLabel" id="general">
96 <property name="visible">True</property>
97 <property name="can_focus">False</property>
98 <property name="label" translatable="yes">General </property>
99 </object>
100 <packing>
101 <property name="tab_fill">False</property>
102 </packing>
103 </child>
104 <child>
105 <placeholder/>
106 </child>
107 <child type="tab">
108 <object class="GtkLabel" id="description">
109 <property name="visible">True</property>
110 <property name="can_focus">False</property>
111 <property name="label" translatable="yes">Description</property>
112 </object>
113 <packing>
114 <property name="position">1</property>
115 <property name="tab_fill">False</property>
116 </packing>
117 </child>
118 <child>
119 <placeholder/>
120 </child>
121 <child type="tab">
122 <object class="GtkLabel" id="customprops">
123 <property name="visible">True</property>
124 <property name="can_focus">False</property>
125 <property name="label" translatable="yes">Custom Properties</property>
126 </object>
127 <packing>
128 <property name="position">2</property>
129 <property name="tab_fill">False</property>
130 </packing>
131 </child>
132 <child>
133 <placeholder/>
134 </child>
135 <child type="tab">
136 <object class="GtkLabel" id="cmisprops">
137 <property name="visible">True</property>
138 <property name="can_focus">False</property>
139 <property name="label" translatable="yes">CMIS Properties</property>
140 </object>
141 <packing>
142 <property name="position">3</property>
143 <property name="tab_fill">False</property>
144 </packing>
145 </child>
146 <child>
147 <placeholder/>
148 </child>
149 <child type="tab">
150 <object class="GtkLabel" id="security">
151 <property name="visible">True</property>
152 <property name="can_focus">False</property>
153 <property name="label" translatable="yes">Security</property>
154 </object>
155 <packing>
156 <property name="position">4</property>
157 <property name="tab_fill">False</property>
158 </packing>
159 </child>
160 </object>
161 <packing>
162 <property name="expand">True</property>
163 <property name="fill">True</property>
164 <property name="position">1</property>
165 </packing>
166 </child>
167 </object>
168 </child>
169 <action-widgets>
170 <action-widget response="0">ok</action-widget>
171 <action-widget response="0">cancel</action-widget>
172 <action-widget response="0">help</action-widget>
173 <action-widget response="0">reset</action-widget>
174 </action-widgets>
175 </object>
176 </interface>