Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / uiconfig / swriter / ui / insertcaption.ui
blob5ccf77bcd9196531edb9c3cba23dbb99d698606f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="sw">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkDialog" id="InsertCaptionDialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">6</property>
8 <property name="title" translatable="yes" context="insertcaption|InsertCaptionDialog">Insert Caption</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="auto">
24 <property name="label" translatable="yes" context="insertcaption|auto">Auto...</property>
25 <property name="visible">True</property>
26 <property name="can_focus">True</property>
27 <property name="receives_default">True</property>
28 </object>
29 <packing>
30 <property name="expand">False</property>
31 <property name="fill">True</property>
32 <property name="position">0</property>
33 </packing>
34 </child>
35 <child>
36 <object class="GtkButton" id="options">
37 <property name="label" translatable="yes" context="insertcaption|options">Options...</property>
38 <property name="visible">True</property>
39 <property name="can_focus">True</property>
40 <property name="receives_default">True</property>
41 </object>
42 <packing>
43 <property name="expand">False</property>
44 <property name="fill">True</property>
45 <property name="position">1</property>
46 </packing>
47 </child>
48 <child>
49 <object class="GtkButton" id="ok">
50 <property name="label" translatable="yes" context="stock">_OK</property>
51 <property name="visible">True</property>
52 <property name="can_focus">True</property>
53 <property name="can_default">True</property>
54 <property name="has_default">True</property>
55 <property name="receives_default">True</property>
56 <property name="use-underline">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 </packing>
63 </child>
64 <child>
65 <object class="GtkButton" id="cancel">
66 <property name="label" translatable="yes" context="stock">_Cancel</property>
67 <property name="visible">True</property>
68 <property name="can_focus">True</property>
69 <property name="receives_default">True</property>
70 <property name="use-underline">True</property>
71 </object>
72 <packing>
73 <property name="expand">False</property>
74 <property name="fill">True</property>
75 <property name="position">3</property>
76 </packing>
77 </child>
78 <child>
79 <object class="GtkButton" id="help">
80 <property name="label" translatable="yes" context="stock">_Help</property>
81 <property name="visible">True</property>
82 <property name="can_focus">True</property>
83 <property name="receives_default">True</property>
84 <property name="use-underline">True</property>
85 </object>
86 <packing>
87 <property name="expand">False</property>
88 <property name="fill">True</property>
89 <property name="position">4</property>
90 <property name="secondary">True</property>
91 </packing>
92 </child>
93 </object>
94 <packing>
95 <property name="expand">False</property>
96 <property name="fill">True</property>
97 <property name="pack_type">end</property>
98 <property name="position">1</property>
99 </packing>
100 </child>
101 <child>
102 <object class="GtkBox" id="box1">
103 <property name="visible">True</property>
104 <property name="can_focus">False</property>
105 <property name="hexpand">True</property>
106 <property name="vexpand">True</property>
107 <property name="orientation">vertical</property>
108 <property name="spacing">12</property>
109 <child>
110 <object class="GtkFrame" id="frame1">
111 <property name="visible">True</property>
112 <property name="can_focus">False</property>
113 <property name="hexpand">True</property>
114 <property name="label_xalign">0</property>
115 <property name="shadow_type">none</property>
116 <child>
117 <object class="GtkEntry" id="caption_edit">
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="margin-start">12</property>
123 <property name="truncate-multiline">True</property>
124 <property name="margin-top">6</property>
125 </object>
126 </child>
127 <child type="label">
128 <object class="GtkLabel" id="label1">
129 <property name="visible">True</property>
130 <property name="can_focus">False</property>
131 <property name="label" translatable="yes" context="insertcaption|label1">Caption</property>
132 <attributes>
133 <attribute name="weight" value="bold"/>
134 </attributes>
135 </object>
136 </child>
137 </object>
138 <packing>
139 <property name="expand">False</property>
140 <property name="fill">True</property>
141 <property name="position">0</property>
142 </packing>
143 </child>
144 <child>
145 <object class="GtkFrame" id="frame2">
146 <property name="visible">True</property>
147 <property name="can_focus">False</property>
148 <property name="hexpand">True</property>
149 <property name="label_xalign">0</property>
150 <property name="shadow_type">none</property>
151 <child>
152 <!-- n-columns=1 n-rows=1 -->
153 <object class="GtkGrid" id="grid1">
154 <property name="visible">True</property>
155 <property name="can_focus">False</property>
156 <property name="hexpand">True</property>
157 <property name="row_spacing">6</property>
158 <property name="column_spacing">12</property>
159 <property name="margin-start">12</property>
160 <property name="margin-top">6</property>
161 <child>
162 <object class="GtkLabel" id="numbering_label">
163 <property name="visible">True</property>
164 <property name="can_focus">False</property>
165 <property name="halign">start</property>
166 <property name="label" translatable="yes" context="insertcaption|numbering_label">Numbering:</property>
167 <property name="use_underline">True</property>
168 <property name="mnemonic_widget">numbering</property>
169 </object>
170 <packing>
171 <property name="left_attach">0</property>
172 <property name="top_attach">1</property>
173 </packing>
174 </child>
175 <child>
176 <object class="GtkLabel" id="separator_label">
177 <property name="visible">True</property>
178 <property name="can_focus">False</property>
179 <property name="halign">start</property>
180 <property name="label" translatable="yes" context="insertcaption|separator_label">Before caption:</property>
181 <property name="use_underline">True</property>
182 <property name="mnemonic_widget">separator_edit</property>
183 </object>
184 <packing>
185 <property name="left_attach">0</property>
186 <property name="top_attach">3</property>
187 </packing>
188 </child>
189 <child>
190 <object class="GtkLabel" id="position_label">
191 <property name="visible">True</property>
192 <property name="can_focus">False</property>
193 <property name="halign">start</property>
194 <property name="label" translatable="yes" context="insertcaption|position_label">Position:</property>
195 <property name="use_underline">True</property>
196 <property name="mnemonic_widget">position</property>
197 </object>
198 <packing>
199 <property name="left_attach">0</property>
200 <property name="top_attach">4</property>
201 </packing>
202 </child>
203 <child>
204 <object class="GtkComboBoxText" id="numbering">
205 <property name="visible">True</property>
206 <property name="can_focus">False</property>
207 <property name="hexpand">True</property>
208 <child internal-child="accessible">
209 <object class="AtkObject" id="numbering-atkobject">
210 <property name="AtkObject::accessible-description" translatable="yes" context="insertcaption|extended_tip|numbering">Select the type of numbering that you want to use in the caption.</property>
211 </object>
212 </child>
213 </object>
214 <packing>
215 <property name="left_attach">1</property>
216 <property name="top_attach">1</property>
217 </packing>
218 </child>
219 <child>
220 <object class="GtkEntry" id="separator_edit">
221 <property name="visible">True</property>
222 <property name="can_focus">True</property>
223 <property name="hexpand">True</property>
224 <property name="activates_default">True</property>
225 <property name="text" translatable="yes" context="insertcaption|separator_edit">: </property>
226 <property name="truncate-multiline">True</property>
227 <property name="tooltip-text" translatable="yes" context="insertcaption|separator_edit|tooltip_text">Enter optional text characters to appear after the caption category and number and before the caption text.</property>
228 <child internal-child="accessible">
229 <object class="AtkObject" id="separator_edit-atkobject">
230 <property name="AtkObject::accessible-description" translatable="yes" context="insertcaption|extended_tip|separator_edit">Enter optional text characters to appear after the caption category and number and before the caption text. The optional text characters are not inserted if no caption text is given.</property>
231 </object>
232 </child>
233 </object>
234 <packing>
235 <property name="left_attach">1</property>
236 <property name="top_attach">3</property>
237 </packing>
238 </child>
239 <child>
240 <object class="GtkLabel" id="num_separator">
241 <property name="visible">True</property>
242 <property name="can_focus">False</property>
243 <property name="halign">start</property>
244 <property name="label" translatable="yes" context="insertcaption|num_separator">After number:</property>
245 <property name="use_underline">True</property>
246 <property name="mnemonic_widget">num_separator_edit</property>
247 </object>
248 <packing>
249 <property name="left_attach">0</property>
250 <property name="top_attach">2</property>
251 </packing>
252 </child>
253 <child>
254 <object class="GtkEntry" id="num_separator_edit">
255 <property name="visible">True</property>
256 <property name="can_focus">True</property>
257 <property name="hexpand">True</property>
258 <property name="activates_default">True</property>
259 <property name="text" translatable="yes" context="insertcaption|num_separator_edit">. </property>
260 <property name="truncate-multiline">True</property>
261 <property name="tooltip-text" translatable="yes" context="insertcaption|num_separator_edit|tooltip_text">When “Caption order” (in Options) is “Numbering first”, enter optional text to appear after caption number.</property>
262 <child internal-child="accessible">
263 <object class="AtkObject" id="num_separator_edit-atkobject">
264 <property name="AtkObject::accessible-description" translatable="yes" context="insertcaption|extended_tip|num_separator_edit">Enter optional text to appear after the caption number. Only available when “Numbering first” is selected for “Caption order” in Options.</property>
265 </object>
266 </child>
267 </object>
268 <packing>
269 <property name="left_attach">1</property>
270 <property name="top_attach">2</property>
271 </packing>
272 </child>
273 <child>
274 <object class="GtkComboBoxText" id="position">
275 <property name="visible">True</property>
276 <property name="can_focus">False</property>
277 <property name="hexpand">True</property>
278 <child internal-child="accessible">
279 <object class="AtkObject" id="position-atkobject">
280 <property name="AtkObject::accessible-description" translatable="yes" context="insertcaption|extended_tip|position">Adds the caption above or below the selected item. This option is only available for some objects.</property>
281 </object>
282 </child>
283 </object>
284 <packing>
285 <property name="left_attach">1</property>
286 <property name="top_attach">4</property>
287 </packing>
288 </child>
289 <child>
290 <object class="GtkLabel" id="label4">
291 <property name="visible">True</property>
292 <property name="can_focus">False</property>
293 <property name="halign">start</property>
294 <property name="label" translatable="yes" context="insertcaption|label4">Category:</property>
295 <property name="use_underline">True</property>
296 <property name="mnemonic_widget">category</property>
297 </object>
298 <packing>
299 <property name="left_attach">0</property>
300 <property name="top_attach">0</property>
301 </packing>
302 </child>
303 <child>
304 <object class="GtkComboBoxText" id="category">
305 <property name="visible">True</property>
306 <property name="can_focus">False</property>
307 <property name="has_entry">True</property>
308 <child internal-child="entry">
309 <object class="GtkEntry" id="comboboxtext-entry">
310 <property name="can_focus">True</property>
311 <property name="truncate-multiline">True</property>
312 <property name="activates_default">True</property>
313 </object>
314 </child>
315 <child internal-child="accessible">
316 <object class="AtkObject" id="category-atkobject">
317 <property name="AtkObject::accessible-description" translatable="yes" context="insertcaption|extended_tip|category">Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name.</property>
318 </object>
319 </child>
320 </object>
321 <packing>
322 <property name="left_attach">1</property>
323 <property name="top_attach">0</property>
324 </packing>
325 </child>
326 </object>
327 </child>
328 <child type="label">
329 <object class="GtkLabel" id="label2">
330 <property name="visible">True</property>
331 <property name="can_focus">False</property>
332 <property name="label" translatable="yes" context="insertcaption|label2">Properties</property>
333 <attributes>
334 <attribute name="weight" value="bold"/>
335 </attributes>
336 </object>
337 </child>
338 </object>
339 <packing>
340 <property name="expand">False</property>
341 <property name="fill">True</property>
342 <property name="position">1</property>
343 </packing>
344 </child>
345 <child>
346 <object class="GtkFrame" id="frame3">
347 <property name="visible">True</property>
348 <property name="can_focus">False</property>
349 <property name="hexpand">True</property>
350 <property name="label_xalign">0</property>
351 <property name="shadow_type">none</property>
352 <child>
353 <object class="GtkScrolledWindow">
354 <property name="visible">True</property>
355 <property name="can_focus">True</property>
356 <property name="hscrollbar_policy">never</property>
357 <property name="vscrollbar_policy">never</property>
358 <property name="shadow_type">in</property>
359 <property name="margin-start">12</property>
360 <property name="margin-top">6</property>
361 <child>
362 <object class="GtkViewport">
363 <property name="visible">True</property>
364 <property name="can_focus">False</property>
365 <child>
366 <object class="GtkDrawingArea" id="preview">
367 <property name="visible">True</property>
368 <property name="can_focus">False</property>
369 </object>
370 </child>
371 </object>
372 </child>
373 </object>
374 </child>
375 <child type="label">
376 <object class="GtkLabel" id="label3">
377 <property name="visible">True</property>
378 <property name="can_focus">False</property>
379 <property name="label" translatable="yes" context="insertcaption|label3">Preview</property>
380 <attributes>
381 <attribute name="weight" value="bold"/>
382 </attributes>
383 </object>
384 </child>
385 </object>
386 <packing>
387 <property name="expand">False</property>
388 <property name="fill">True</property>
389 <property name="position">2</property>
390 </packing>
391 </child>
392 </object>
393 <packing>
394 <property name="expand">True</property>
395 <property name="fill">True</property>
396 <property name="position">0</property>
397 </packing>
398 </child>
399 </object>
400 </child>
401 <action-widgets>
402 <action-widget response="101">auto</action-widget>
403 <action-widget response="102">options</action-widget>
404 <action-widget response="-5">ok</action-widget>
405 <action-widget response="-6">cancel</action-widget>
406 <action-widget response="-11">help</action-widget>
407 </action-widgets>
408 <child type="titlebar">
409 <placeholder/>
410 </child>
411 <child internal-child="accessible">
412 <object class="AtkObject" id="InsertCaptionDialog-atkobject">
413 <property name="AtkObject::accessible-description" translatable="yes" context="insertcaption|extended_tip|InsertCaptionDialog">Adds a numbered caption to a selected image, table, chart, frame, or shape.</property>
414 </object>
415 </child>
416 </object>
417 <object class="GtkAdjustment" id="adjustment1">
418 <property name="lower">1</property>
419 <property name="upper">9999</property>
420 <property name="value">1</property>
421 <property name="step_increment">1</property>
422 <property name="page_increment">10</property>
423 </object>
424 <object class="GtkListStore" id="liststore1">
425 <columns>
426 <!-- column-name gchararray1 -->
427 <column type="gchararray"/>
428 </columns>
429 <data>
430 <row>
431 <col id="0" translatable="yes" context="insertcaption|liststore1">[None]</col>
432 </row>
433 </data>
434 </object>
435 </interface>