nss: upgrade to release 3.73
[LibreOffice.git] / chart2 / uiconfig / ui / inserttitledlg.ui
blob997dfeb55885dc993420a955271411cc019ab52c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="chart">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkDialog" id="InsertTitleDialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">6</property>
8 <property name="title" translatable="yes" context="inserttitledlg|InsertTitleDialog">Titles</property>
9 <property name="modal">True</property>
10 <property name="default_width">0</property>
11 <property name="default_height">0</property>
12 <property name="type_hint">dialog</property>
13 <child internal-child="vbox">
14 <object class="GtkBox" id="dialog-vbox1">
15 <property name="can_focus">False</property>
16 <property name="orientation">vertical</property>
17 <property name="spacing">12</property>
18 <child internal-child="action_area">
19 <object class="GtkButtonBox" id="dialog-action_area1">
20 <property name="can_focus">False</property>
21 <property name="layout_style">end</property>
22 <child>
23 <object class="GtkButton" id="ok">
24 <property name="label">gtk-ok</property>
25 <property name="visible">True</property>
26 <property name="can_focus">True</property>
27 <property name="can_default">True</property>
28 <property name="has_default">True</property>
29 <property name="receives_default">True</property>
30 <property name="use_stock">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 </packing>
37 </child>
38 <child>
39 <object class="GtkButton" id="cancel">
40 <property name="label">gtk-cancel</property>
41 <property name="visible">True</property>
42 <property name="can_focus">True</property>
43 <property name="receives_default">True</property>
44 <property name="use_stock">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="help">
54 <property name="label">gtk-help</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 <property name="secondary">True</property>
65 </packing>
66 </child>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">True</property>
71 <property name="pack_type">end</property>
72 <property name="position">0</property>
73 </packing>
74 </child>
75 <child>
76 <object class="GtkBox" id="box1">
77 <property name="visible">True</property>
78 <property name="can_focus">False</property>
79 <property name="orientation">vertical</property>
80 <property name="spacing">12</property>
81 <child>
82 <!-- n-columns=1 n-rows=1 -->
83 <object class="GtkGrid" id="grid1">
84 <property name="visible">True</property>
85 <property name="can_focus">False</property>
86 <property name="row_spacing">6</property>
87 <property name="column_spacing">12</property>
88 <child>
89 <object class="GtkLabel" id="labelMainTitle">
90 <property name="visible">True</property>
91 <property name="can_focus">False</property>
92 <property name="label" translatable="yes" context="inserttitledlg|labelMainTitle">_Title</property>
93 <property name="use_underline">True</property>
94 <property name="mnemonic_widget">maintitle</property>
95 <property name="xalign">0</property>
96 </object>
97 <packing>
98 <property name="left_attach">0</property>
99 <property name="top_attach">0</property>
100 </packing>
101 </child>
102 <child>
103 <object class="GtkLabel" id="labelSubTitle">
104 <property name="visible">True</property>
105 <property name="can_focus">False</property>
106 <property name="label" translatable="yes" context="inserttitledlg|labelSubTitle">_Subtitle</property>
107 <property name="use_underline">True</property>
108 <property name="mnemonic_widget">subtitle</property>
109 <property name="xalign">0</property>
110 </object>
111 <packing>
112 <property name="left_attach">0</property>
113 <property name="top_attach">1</property>
114 </packing>
115 </child>
116 <child>
117 <object class="GtkEntry" id="maintitle">
118 <property name="visible">True</property>
119 <property name="can_focus">True</property>
120 <property name="hexpand">True</property>
121 <property name="activates_default">True</property>
122 <property name="truncate-multiline">True</property>
123 <child internal-child="accessible">
124 <object class="AtkObject" id="maintitle-atkobject">
125 <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|maintitle">Enter the desired title for the chart.</property>
126 </object>
127 </child>
128 </object>
129 <packing>
130 <property name="left_attach">1</property>
131 <property name="top_attach">0</property>
132 </packing>
133 </child>
134 <child>
135 <object class="GtkEntry" id="subtitle">
136 <property name="visible">True</property>
137 <property name="can_focus">True</property>
138 <property name="hexpand">True</property>
139 <property name="activates_default">True</property>
140 <property name="truncate-multiline">True</property>
141 <child internal-child="accessible">
142 <object class="AtkObject" id="subtitle-atkobject">
143 <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|subtitle">Enter the desired subtitle for the chart.</property>
144 </object>
145 </child>
146 </object>
147 <packing>
148 <property name="left_attach">1</property>
149 <property name="top_attach">1</property>
150 </packing>
151 </child>
152 </object>
153 <packing>
154 <property name="expand">False</property>
155 <property name="fill">True</property>
156 <property name="position">0</property>
157 </packing>
158 </child>
159 <child>
160 <object class="GtkFrame" id="frameAxes">
161 <property name="visible">True</property>
162 <property name="can_focus">False</property>
163 <property name="label_xalign">0</property>
164 <property name="shadow_type">none</property>
165 <child>
166 <object class="GtkAlignment" id="alignment1">
167 <property name="visible">True</property>
168 <property name="can_focus">False</property>
169 <property name="top_padding">6</property>
170 <property name="left_padding">12</property>
171 <child>
172 <!-- n-columns=1 n-rows=1 -->
173 <object class="GtkGrid" id="grid2">
174 <property name="visible">True</property>
175 <property name="can_focus">False</property>
176 <property name="row_spacing">6</property>
177 <property name="column_spacing">12</property>
178 <child>
179 <object class="GtkLabel" id="labelPrimaryXaxis">
180 <property name="visible">True</property>
181 <property name="can_focus">False</property>
182 <property name="label" translatable="yes" context="inserttitledlg|labelPrimaryXaxis">_X axis</property>
183 <property name="use_underline">True</property>
184 <property name="mnemonic_widget">primaryXaxis</property>
185 <property name="xalign">0</property>
186 </object>
187 <packing>
188 <property name="left_attach">0</property>
189 <property name="top_attach">0</property>
190 </packing>
191 </child>
192 <child>
193 <object class="GtkLabel" id="labelPrimaryYaxis">
194 <property name="visible">True</property>
195 <property name="can_focus">False</property>
196 <property name="label" translatable="yes" context="inserttitledlg|labelPrimaryYaxis">_Y axis</property>
197 <property name="use_underline">True</property>
198 <property name="mnemonic_widget">primaryYaxis</property>
199 <property name="xalign">0</property>
200 </object>
201 <packing>
202 <property name="left_attach">0</property>
203 <property name="top_attach">1</property>
204 </packing>
205 </child>
206 <child>
207 <object class="GtkLabel" id="labelPrimaryZaxis">
208 <property name="visible">True</property>
209 <property name="can_focus">False</property>
210 <property name="label" translatable="yes" context="inserttitledlg|labelPrimaryZaxis">_Z axis</property>
211 <property name="use_underline">True</property>
212 <property name="mnemonic_widget">primaryZaxis</property>
213 <property name="xalign">0</property>
214 </object>
215 <packing>
216 <property name="left_attach">0</property>
217 <property name="top_attach">2</property>
218 </packing>
219 </child>
220 <child>
221 <object class="GtkEntry" id="primaryXaxis">
222 <property name="visible">True</property>
223 <property name="can_focus">True</property>
224 <property name="hexpand">True</property>
225 <property name="activates_default">True</property>
226 <property name="truncate-multiline">True</property>
227 <child internal-child="accessible">
228 <object class="AtkObject" id="primaryXaxis-atkobject">
229 <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|primaryXaxis">Enter the desired title for the X axis of the chart.</property>
230 </object>
231 </child>
232 </object>
233 <packing>
234 <property name="left_attach">1</property>
235 <property name="top_attach">0</property>
236 </packing>
237 </child>
238 <child>
239 <object class="GtkEntry" id="primaryYaxis">
240 <property name="visible">True</property>
241 <property name="can_focus">True</property>
242 <property name="hexpand">True</property>
243 <property name="activates_default">True</property>
244 <property name="truncate-multiline">True</property>
245 <child internal-child="accessible">
246 <object class="AtkObject" id="primaryYaxis-atkobject">
247 <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|primaryYaxis">Enter the desired title for the Y axis of the chart.</property>
248 </object>
249 </child>
250 </object>
251 <packing>
252 <property name="left_attach">1</property>
253 <property name="top_attach">1</property>
254 </packing>
255 </child>
256 <child>
257 <object class="GtkEntry" id="primaryZaxis">
258 <property name="visible">True</property>
259 <property name="can_focus">True</property>
260 <property name="hexpand">True</property>
261 <property name="activates_default">True</property>
262 <property name="truncate-multiline">True</property>
263 <child internal-child="accessible">
264 <object class="AtkObject" id="primaryZaxis-atkobject">
265 <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|primaryZaxis">Enter the desired title for the Z axis of the chart.</property>
266 </object>
267 </child>
268 </object>
269 <packing>
270 <property name="left_attach">1</property>
271 <property name="top_attach">2</property>
272 </packing>
273 </child>
274 </object>
275 </child>
276 </object>
277 </child>
278 <child type="label">
279 <object class="GtkLabel" id="Axe">
280 <property name="visible">True</property>
281 <property name="can_focus">False</property>
282 <property name="label" translatable="yes" context="inserttitledlg|Axe">Axes</property>
283 <attributes>
284 <attribute name="weight" value="bold"/>
285 </attributes>
286 </object>
287 </child>
288 </object>
289 <packing>
290 <property name="expand">False</property>
291 <property name="fill">True</property>
292 <property name="position">1</property>
293 </packing>
294 </child>
295 <child>
296 <object class="GtkFrame" id="frameSecondaryAxes">
297 <property name="visible">True</property>
298 <property name="can_focus">False</property>
299 <property name="label_xalign">0</property>
300 <property name="shadow_type">none</property>
301 <child>
302 <object class="GtkAlignment" id="alignment2">
303 <property name="visible">True</property>
304 <property name="can_focus">False</property>
305 <property name="top_padding">6</property>
306 <property name="left_padding">12</property>
307 <child>
308 <!-- n-columns=1 n-rows=1 -->
309 <object class="GtkGrid" id="grid3">
310 <property name="visible">True</property>
311 <property name="can_focus">False</property>
312 <property name="row_spacing">6</property>
313 <property name="column_spacing">12</property>
314 <child>
315 <object class="GtkLabel" id="labelSecondaryXAxis">
316 <property name="visible">True</property>
317 <property name="can_focus">False</property>
318 <property name="label" translatable="yes" context="inserttitledlg|labelSecondaryXAxis">X _axis</property>
319 <property name="use_underline">True</property>
320 <property name="mnemonic_widget">secondaryXaxis</property>
321 <property name="xalign">0</property>
322 </object>
323 <packing>
324 <property name="left_attach">0</property>
325 <property name="top_attach">0</property>
326 </packing>
327 </child>
328 <child>
329 <object class="GtkLabel" id="labelSecondaryYAxis">
330 <property name="visible">True</property>
331 <property name="can_focus">False</property>
332 <property name="label" translatable="yes" context="inserttitledlg|labelSecondaryYAxis">Y ax_is</property>
333 <property name="use_underline">True</property>
334 <property name="mnemonic_widget">secondaryYaxis</property>
335 <property name="xalign">0</property>
336 </object>
337 <packing>
338 <property name="left_attach">0</property>
339 <property name="top_attach">1</property>
340 </packing>
341 </child>
342 <child>
343 <object class="GtkEntry" id="secondaryXaxis">
344 <property name="visible">True</property>
345 <property name="can_focus">True</property>
346 <property name="hexpand">True</property>
347 <property name="activates_default">True</property>
348 <property name="truncate-multiline">True</property>
349 <child internal-child="accessible">
350 <object class="AtkObject" id="secondaryXaxis-atkobject">
351 <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|secondaryXaxis">Enter the desired secondary title for the X axis of the chart.</property>
352 </object>
353 </child>
354 </object>
355 <packing>
356 <property name="left_attach">1</property>
357 <property name="top_attach">0</property>
358 </packing>
359 </child>
360 <child>
361 <object class="GtkEntry" id="secondaryYaxis">
362 <property name="visible">True</property>
363 <property name="can_focus">True</property>
364 <property name="hexpand">True</property>
365 <property name="activates_default">True</property>
366 <property name="truncate-multiline">True</property>
367 <child internal-child="accessible">
368 <object class="AtkObject" id="secondaryYaxis-atkobject">
369 <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|secondaryYaxis">Enter the desired secondary title for the Y axis of the chart.</property>
370 </object>
371 </child>
372 </object>
373 <packing>
374 <property name="left_attach">1</property>
375 <property name="top_attach">1</property>
376 </packing>
377 </child>
378 </object>
379 </child>
380 </object>
381 </child>
382 <child type="label">
383 <object class="GtkLabel" id="label2">
384 <property name="visible">True</property>
385 <property name="can_focus">False</property>
386 <property name="label" translatable="yes" context="inserttitledlg|label2">Secondary Axes</property>
387 <attributes>
388 <attribute name="weight" value="bold"/>
389 </attributes>
390 </object>
391 </child>
392 </object>
393 <packing>
394 <property name="expand">False</property>
395 <property name="fill">True</property>
396 <property name="position">2</property>
397 </packing>
398 </child>
399 </object>
400 <packing>
401 <property name="expand">False</property>
402 <property name="fill">True</property>
403 <property name="position">1</property>
404 </packing>
405 </child>
406 </object>
407 </child>
408 <action-widgets>
409 <action-widget response="-5">ok</action-widget>
410 <action-widget response="-6">cancel</action-widget>
411 <action-widget response="-11">help</action-widget>
412 </action-widgets>
413 <child type="titlebar">
414 <placeholder/>
415 </child>
416 <child internal-child="accessible">
417 <object class="AtkObject" id="InsertTitleDialog-atkobject">
418 <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|InsertTitleDialog">Opens a dialog to enter or modify the titles in a chart.</property>
419 </object>
420 </child>
421 </object>
422 </interface>