Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / uiconfig / swriter / ui / titlepage.ui
blob0a7042331d861be8afd9dbe5b111fdeebb8a52de
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="GtkAdjustment" id="adjustment1">
6 <property name="lower">1</property>
7 <property name="upper">65535</property>
8 <property name="value">1</property>
9 <property name="step_increment">1</property>
10 <property name="page_increment">10</property>
11 </object>
12 <object class="GtkAdjustment" id="adjustment2">
13 <property name="lower">1</property>
14 <property name="upper">65535</property>
15 <property name="step_increment">1</property>
16 <property name="page_increment">10</property>
17 </object>
18 <object class="GtkAdjustment" id="adjustment3">
19 <property name="lower">1</property>
20 <property name="upper">65535</property>
21 <property name="step_increment">1</property>
22 <property name="page_increment">10</property>
23 </object>
24 <object class="GtkAdjustment" id="adjustment4">
25 <property name="lower">1</property>
26 <property name="upper">65535</property>
27 <property name="step_increment">1</property>
28 <property name="page_increment">10</property>
29 </object>
30 <object class="GtkDialog" id="DLG_TITLEPAGE">
31 <property name="can_focus">False</property>
32 <property name="border_width">6</property>
33 <property name="title" translatable="yes" context="titlepage|DLG_TITLEPAGE">Title Page</property>
34 <property name="resizable">False</property>
35 <property name="modal">True</property>
36 <property name="default_width">0</property>
37 <property name="default_height">0</property>
38 <property name="type_hint">dialog</property>
39 <child internal-child="vbox">
40 <object class="GtkBox" id="dialog-vbox1">
41 <property name="can_focus">False</property>
42 <property name="orientation">vertical</property>
43 <property name="spacing">12</property>
44 <child internal-child="action_area">
45 <object class="GtkButtonBox" id="dialog-action_area1">
46 <property name="can_focus">False</property>
47 <property name="layout_style">end</property>
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">0</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">1</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">2</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">0</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="orientation">vertical</property>
106 <property name="spacing">12</property>
107 <child>
108 <object class="GtkFrame" id="frame1">
109 <property name="visible">True</property>
110 <property name="can_focus">False</property>
111 <property name="label_xalign">0</property>
112 <property name="shadow_type">none</property>
113 <child>
114 <!-- n-columns=1 n-rows=1 -->
115 <object class="GtkGrid" id="grid1">
116 <property name="visible">True</property>
117 <property name="can_focus">False</property>
118 <property name="row_spacing">6</property>
119 <property name="column_spacing">12</property>
120 <property name="margin-start">12</property>
121 <property name="margin-top">6</property>
122 <child>
123 <object class="GtkLabel" id="label6">
124 <property name="visible">True</property>
125 <property name="can_focus">False</property>
126 <property name="halign">start</property>
127 <property name="label" translatable="yes" context="titlepage|label6">Number of title pages:</property>
128 <property name="use_underline">True</property>
129 <property name="mnemonic_widget">NF_PAGE_COUNT</property>
130 <property name="xalign">0</property>
131 </object>
132 <packing>
133 <property name="left_attach">0</property>
134 <property name="top_attach">2</property>
135 </packing>
136 </child>
137 <child>
138 <object class="GtkLabel" id="label7">
139 <property name="visible">True</property>
140 <property name="can_focus">False</property>
141 <property name="label" translatable="yes" context="titlepage|label7">Place title pages at:</property>
142 <property name="xalign">0</property>
143 <accessibility>
144 <relation type="label-for" target="RB_DOCUMENT_START"/>
145 <relation type="label-for" target="RB_PAGE_START"/>
146 </accessibility>
147 </object>
148 <packing>
149 <property name="left_attach">0</property>
150 <property name="top_attach">3</property>
151 </packing>
152 </child>
153 <child>
154 <object class="GtkSpinButton" id="NF_PAGE_COUNT">
155 <property name="visible">True</property>
156 <property name="can_focus">True</property>
157 <property name="halign">start</property>
158 <property name="valign">center</property>
159 <property name="activates_default">True</property>
160 <property name="adjustment">adjustment1</property>
161 <property name="truncate-multiline">True</property>
162 <property name="numeric">True</property>
163 </object>
164 <packing>
165 <property name="left_attach">1</property>
166 <property name="top_attach">2</property>
167 </packing>
168 </child>
169 <child>
170 <object class="GtkSpinButton" id="NF_PAGE_START">
171 <property name="visible">True</property>
172 <property name="sensitive">False</property>
173 <property name="can_focus">True</property>
174 <property name="halign">start</property>
175 <property name="valign">center</property>
176 <property name="activates_default">True</property>
177 <property name="adjustment">adjustment2</property>
178 <property name="numeric">True</property>
179 <property name="truncate-multiline">True</property>
180 <accessibility>
181 <relation type="labelled-by" target="RB_PAGE_START"/>
182 </accessibility>
183 </object>
184 <packing>
185 <property name="left_attach">2</property>
186 <property name="top_attach">4</property>
187 </packing>
188 </child>
189 <child>
190 <object class="GtkRadioButton" id="RB_USE_EXISTING_PAGES">
191 <property name="label" translatable="yes" context="titlepage|RB_USE_EXISTING_PAGES">Converting existing pages to title pages</property>
192 <property name="visible">True</property>
193 <property name="can_focus">True</property>
194 <property name="receives_default">False</property>
195 <property name="halign">start</property>
196 <property name="use_underline">True</property>
197 <property name="active">True</property>
198 <property name="draw_indicator">True</property>
199 </object>
200 <packing>
201 <property name="left_attach">0</property>
202 <property name="top_attach">0</property>
203 <property name="width">3</property>
204 </packing>
205 </child>
206 <child>
207 <object class="GtkRadioButton" id="RB_INSERT_NEW_PAGES">
208 <property name="label" translatable="yes" context="titlepage|RB_INSERT_NEW_PAGES">Insert new title pages</property>
209 <property name="visible">True</property>
210 <property name="can_focus">True</property>
211 <property name="receives_default">False</property>
212 <property name="halign">start</property>
213 <property name="use_underline">True</property>
214 <property name="draw_indicator">True</property>
215 <property name="group">RB_USE_EXISTING_PAGES</property>
216 </object>
217 <packing>
218 <property name="left_attach">0</property>
219 <property name="top_attach">1</property>
220 <property name="width">3</property>
221 </packing>
222 </child>
223 <child>
224 <object class="GtkRadioButton" id="RB_DOCUMENT_START">
225 <property name="label" translatable="yes" context="titlepage|RB_DOCUMENT_START">Document start</property>
226 <property name="visible">True</property>
227 <property name="can_focus">True</property>
228 <property name="receives_default">False</property>
229 <property name="use_underline">True</property>
230 <property name="active">True</property>
231 <property name="draw_indicator">True</property>
232 <accessibility>
233 <relation type="labelled-by" target="label7"/>
234 </accessibility>
235 </object>
236 <packing>
237 <property name="left_attach">1</property>
238 <property name="top_attach">3</property>
239 <property name="width">2</property>
240 </packing>
241 </child>
242 <child>
243 <object class="GtkRadioButton" id="RB_PAGE_START">
244 <property name="label" translatable="yes" context="titlepage|RB_PAGE_START">Page</property>
245 <property name="visible">True</property>
246 <property name="can_focus">True</property>
247 <property name="receives_default">False</property>
248 <property name="use_underline">True</property>
249 <property name="draw_indicator">True</property>
250 <property name="group">RB_DOCUMENT_START</property>
251 <accessibility>
252 <relation type="labelled-by" target="label7"/>
253 </accessibility>
254 </object>
255 <packing>
256 <property name="left_attach">1</property>
257 <property name="top_attach">4</property>
258 </packing>
259 </child>
260 <child>
261 <placeholder/>
262 </child>
263 <child>
264 <placeholder/>
265 </child>
266 </object>
267 </child>
268 <child type="label">
269 <object class="GtkLabel" id="label1">
270 <property name="visible">True</property>
271 <property name="can_focus">False</property>
272 <property name="label" translatable="yes" context="titlepage|label1">Make Title Pages</property>
273 <attributes>
274 <attribute name="weight" value="bold"/>
275 </attributes>
276 </object>
277 </child>
278 </object>
279 <packing>
280 <property name="expand">True</property>
281 <property name="fill">True</property>
282 <property name="position">0</property>
283 </packing>
284 </child>
285 <child>
286 <object class="GtkFrame" id="frame2">
287 <property name="visible">True</property>
288 <property name="can_focus">False</property>
289 <property name="label_xalign">0</property>
290 <property name="shadow_type">none</property>
291 <child>
292 <object class="GtkBox" id="box3">
293 <property name="visible">True</property>
294 <property name="can_focus">False</property>
295 <property name="orientation">vertical</property>
296 <property name="spacing">6</property>
297 <property name="margin-start">12</property>
298 <property name="margin-top">6</property>
299 <child>
300 <object class="GtkCheckButton" id="CB_RESTART_NUMBERING">
301 <property name="label" translatable="yes" context="titlepage|CB_RESTART_NUMBERING">Reset page numbering after title pages</property>
302 <property name="visible">True</property>
303 <property name="can_focus">True</property>
304 <property name="receives_default">False</property>
305 <property name="use_underline">True</property>
306 <property name="draw_indicator">True</property>
307 </object>
308 <packing>
309 <property name="expand">False</property>
310 <property name="fill">True</property>
311 <property name="position">0</property>
312 </packing>
313 </child>
314 <child>
315 <object class="GtkBox" id="box4">
316 <property name="visible">True</property>
317 <property name="can_focus">False</property>
318 <property name="spacing">12</property>
319 <property name="margin-start">12</property>
320 <child>
321 <object class="GtkLabel" id="FT_PAGE_COUNT">
322 <property name="visible">True</property>
323 <property name="can_focus">False</property>
324 <property name="label" translatable="yes" context="titlepage|FT_PAGE_COUNT">Page number:</property>
325 <property name="use_underline">True</property>
326 <property name="mnemonic_widget">NF_RESTART_NUMBERING</property>
327 </object>
328 <packing>
329 <property name="expand">False</property>
330 <property name="fill">True</property>
331 <property name="position">0</property>
332 </packing>
333 </child>
334 <child>
335 <object class="GtkSpinButton" id="NF_RESTART_NUMBERING">
336 <property name="visible">True</property>
337 <property name="sensitive">False</property>
338 <property name="can_focus">True</property>
339 <property name="valign">center</property>
340 <property name="activates_default">True</property>
341 <property name="adjustment">adjustment3</property>
342 <property name="truncate-multiline">True</property>
343 <property name="numeric">True</property>
344 </object>
345 <packing>
346 <property name="expand">False</property>
347 <property name="fill">True</property>
348 <property name="position">1</property>
349 </packing>
350 </child>
351 </object>
352 <packing>
353 <property name="expand">False</property>
354 <property name="fill">True</property>
355 <property name="position">1</property>
356 </packing>
357 </child>
358 <child>
359 <object class="GtkCheckButton" id="CB_SET_PAGE_NUMBER">
360 <property name="label" translatable="yes" context="titlepage|CB_SET_PAGE_NUMBER">Set page number for first title page</property>
361 <property name="visible">True</property>
362 <property name="can_focus">True</property>
363 <property name="receives_default">False</property>
364 <property name="use_underline">True</property>
365 <property name="draw_indicator">True</property>
366 </object>
367 <packing>
368 <property name="expand">False</property>
369 <property name="fill">True</property>
370 <property name="position">2</property>
371 </packing>
372 </child>
373 <child>
374 <object class="GtkBox" id="box5">
375 <property name="visible">True</property>
376 <property name="can_focus">False</property>
377 <property name="spacing">12</property>
378 <property name="margin-start">12</property>
379 <child>
380 <object class="GtkLabel" id="FT_PAGE_PAGES">
381 <property name="visible">True</property>
382 <property name="can_focus">False</property>
383 <property name="label" translatable="yes" context="titlepage|FT_PAGE_PAGES">Page number:</property>
384 <property name="use_underline">True</property>
385 <property name="mnemonic_widget">NF_SET_PAGE_NUMBER</property>
386 </object>
387 <packing>
388 <property name="expand">False</property>
389 <property name="fill">True</property>
390 <property name="position">0</property>
391 </packing>
392 </child>
393 <child>
394 <object class="GtkSpinButton" id="NF_SET_PAGE_NUMBER">
395 <property name="visible">True</property>
396 <property name="sensitive">False</property>
397 <property name="can_focus">True</property>
398 <property name="valign">center</property>
399 <property name="activates_default">True</property>
400 <property name="adjustment">adjustment4</property>
401 <property name="truncate-multiline">True</property>
402 <property name="numeric">True</property>
403 </object>
404 <packing>
405 <property name="expand">False</property>
406 <property name="fill">True</property>
407 <property name="position">1</property>
408 </packing>
409 </child>
410 </object>
411 <packing>
412 <property name="expand">False</property>
413 <property name="fill">True</property>
414 <property name="position">3</property>
415 </packing>
416 </child>
417 </object>
418 </child>
419 <child type="label">
420 <object class="GtkLabel" id="label2">
421 <property name="visible">True</property>
422 <property name="can_focus">False</property>
423 <property name="label" translatable="yes" context="titlepage|label2">Page Numbering</property>
424 <attributes>
425 <attribute name="weight" value="bold"/>
426 </attributes>
427 </object>
428 </child>
429 </object>
430 <packing>
431 <property name="expand">True</property>
432 <property name="fill">True</property>
433 <property name="position">1</property>
434 </packing>
435 </child>
436 <child>
437 <object class="GtkFrame" id="frame3">
438 <property name="visible">True</property>
439 <property name="can_focus">False</property>
440 <property name="label_xalign">0</property>
441 <property name="shadow_type">none</property>
442 <child>
443 <object class="GtkBox" id="box2">
444 <property name="visible">True</property>
445 <property name="can_focus">False</property>
446 <property name="spacing">12</property>
447 <property name="margin-start">12</property>
448 <property name="margin-top">6</property>
449 <child>
450 <object class="GtkLabel" id="label4">
451 <property name="visible">True</property>
452 <property name="can_focus">False</property>
453 <property name="label" translatable="yes" context="titlepage|label4">_Style:</property>
454 <property name="use_underline">True</property>
455 <property name="mnemonic_widget">LB_PAGE_PROPERTIES</property>
456 </object>
457 <packing>
458 <property name="expand">False</property>
459 <property name="fill">True</property>
460 <property name="position">0</property>
461 </packing>
462 </child>
463 <child>
464 <object class="GtkComboBoxText" id="LB_PAGE_PROPERTIES">
465 <property name="visible">True</property>
466 <property name="can_focus">False</property>
467 </object>
468 <packing>
469 <property name="expand">True</property>
470 <property name="fill">True</property>
471 <property name="position">1</property>
472 </packing>
473 </child>
474 <child>
475 <object class="GtkButton" id="PB_PAGE_PROPERTIES">
476 <property name="label" translatable="yes" context="titlepage|PB_PAGE_PROPERTIES">Edit...</property>
477 <property name="visible">True</property>
478 <property name="can_focus">True</property>
479 <property name="receives_default">True</property>
480 </object>
481 <packing>
482 <property name="expand">False</property>
483 <property name="fill">True</property>
484 <property name="position">2</property>
485 </packing>
486 </child>
487 </object>
488 </child>
489 <child type="label">
490 <object class="GtkLabel" id="label3">
491 <property name="visible">True</property>
492 <property name="can_focus">False</property>
493 <property name="label" translatable="yes" context="titlepage|label3">Edit Page Properties</property>
494 <attributes>
495 <attribute name="weight" value="bold"/>
496 </attributes>
497 </object>
498 </child>
499 </object>
500 <packing>
501 <property name="expand">False</property>
502 <property name="fill">True</property>
503 <property name="position">2</property>
504 </packing>
505 </child>
506 </object>
507 <packing>
508 <property name="expand">True</property>
509 <property name="fill">True</property>
510 <property name="position">1</property>
511 </packing>
512 </child>
513 </object>
514 </child>
515 <action-widgets>
516 <action-widget response="-5">ok</action-widget>
517 <action-widget response="-6">cancel</action-widget>
518 <action-widget response="-11">help</action-widget>
519 </action-widgets>
520 <child type="titlebar">
521 <placeholder/>
522 </child>
523 <child internal-child="accessible">
524 <object class="AtkObject" id="DLG_TITLEPAGE-atkobject">
525 <property name="AtkObject::accessible-description" translatable="yes" context="titlepage|extended_tip|DLG_TITLEPAGE">Insert title pages in your document.</property>
526 </object>
527 </child>
528 </object>
529 <object class="GtkSizeGroup" id="sizegroup1">
530 <widgets>
531 <widget name="NF_PAGE_COUNT"/>
532 <widget name="NF_PAGE_START"/>
533 <widget name="NF_RESTART_NUMBERING"/>
534 <widget name="NF_SET_PAGE_NUMBER"/>
535 <widget name="PB_PAGE_PROPERTIES"/>
536 </widgets>
537 </object>
538 </interface>