Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / uiconfig / swriter / ui / mmresultsavedialog.ui
blob639c68bfd39050db727e853aa8510136213d8058
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.38.2 -->
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">100</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">100</property>
15 <property name="value">1</property>
16 <property name="step-increment">1</property>
17 <property name="page-increment">10</property>
18 </object>
19 <object class="GtkDialog" id="MMResultSaveDialog">
20 <property name="can-focus">False</property>
21 <property name="border-width">6</property>
22 <property name="title" translatable="yes" context="mmresultsavedialog|MMResultSaveDialog">Save merged document</property>
23 <property name="modal">True</property>
24 <property name="default-width">0</property>
25 <property name="default-height">0</property>
26 <property name="type-hint">dialog</property>
27 <child internal-child="vbox">
28 <object class="GtkBox" id="dialog-vbox1">
29 <property name="can-focus">False</property>
30 <property name="orientation">vertical</property>
31 <property name="spacing">12</property>
32 <child internal-child="action_area">
33 <object class="GtkButtonBox" id="dialog-action_area1">
34 <property name="can-focus">False</property>
35 <property name="layout-style">end</property>
36 <child>
37 <object class="GtkButton" id="ok">
38 <property name="label" translatable="yes" context="mmresultsavedialog|ok">Save Documents</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 <child internal-child="accessible">
45 <object class="AtkObject" id="ok-atkobject">
46 <property name="AtkObject::accessible-description" translatable="yes" context="mmresultsavedialog|extended_tip|ok">Saves the documents.</property>
47 </object>
48 </child>
49 </object>
50 <packing>
51 <property name="expand">False</property>
52 <property name="fill">True</property>
53 <property name="position">0</property>
54 </packing>
55 </child>
56 <child>
57 <object class="GtkButton" id="cancel">
58 <property name="label" translatable="yes" context="stock">_Cancel</property>
59 <property name="visible">True</property>
60 <property name="can-focus">True</property>
61 <property name="receives-default">True</property>
62 <property name="use-underline">True</property>
63 </object>
64 <packing>
65 <property name="expand">False</property>
66 <property name="fill">True</property>
67 <property name="position">1</property>
68 </packing>
69 </child>
70 <child>
71 <object class="GtkButton" id="help">
72 <property name="label" translatable="yes" context="stock">_Help</property>
73 <property name="visible">True</property>
74 <property name="can-focus">True</property>
75 <property name="receives-default">True</property>
76 <property name="use-underline">True</property>
77 </object>
78 <packing>
79 <property name="expand">False</property>
80 <property name="fill">True</property>
81 <property name="position">2</property>
82 <property name="secondary">True</property>
83 </packing>
84 </child>
85 </object>
86 <packing>
87 <property name="expand">False</property>
88 <property name="fill">True</property>
89 <property name="pack-type">end</property>
90 <property name="position">2</property>
91 </packing>
92 </child>
93 <child>
94 <object class="GtkFrame" id="frame">
95 <property name="visible">True</property>
96 <property name="can-focus">False</property>
97 <property name="hexpand">True</property>
98 <property name="vexpand">True</property>
99 <property name="label-xalign">0</property>
100 <property name="shadow-type">none</property>
101 <child>
102 <!-- n-columns=1 n-rows=2 -->
103 <object class="GtkGrid" id="grid2">
104 <property name="visible">True</property>
105 <property name="can-focus">False</property>
106 <property name="margin-start">12</property>
107 <property name="margin-top">6</property>
108 <property name="hexpand">True</property>
109 <property name="vexpand">True</property>
110 <property name="row-spacing">6</property>
111 <child>
112 <object class="GtkRadioButton" id="singlerb">
113 <property name="label" translatable="yes" context="mmresultsavedialog|singlerb">S_ave as a single large document</property>
114 <property name="visible">True</property>
115 <property name="can-focus">True</property>
116 <property name="receives-default">False</property>
117 <property name="use-underline">True</property>
118 <property name="active">True</property>
119 <property name="draw-indicator">True</property>
120 <child internal-child="accessible">
121 <object class="AtkObject" id="singlerb-atkobject">
122 <property name="AtkObject::accessible-description" translatable="yes" context="mmresultsavedialog|extended_tip|singlerb">Saves the merged document as a single file.</property>
123 </object>
124 </child>
125 </object>
126 <packing>
127 <property name="left-attach">0</property>
128 <property name="top-attach">0</property>
129 </packing>
130 </child>
131 <child>
132 <object class="GtkRadioButton" id="individualrb">
133 <property name="label" translatable="yes" context="mmresultsavedialog|individualrb">Sa_ve as individual documents</property>
134 <property name="visible">True</property>
135 <property name="can-focus">True</property>
136 <property name="receives-default">False</property>
137 <property name="use-underline">True</property>
138 <property name="draw-indicator">True</property>
139 <property name="group">singlerb</property>
140 <child internal-child="accessible">
141 <object class="AtkObject" id="individualrb-atkobject">
142 <property name="AtkObject::accessible-description" translatable="yes" context="mmresultsavedialog|extended_tip|individualrb">Saves the merged document as a separate file for each recipient. The file names of the documents are constructed from the name that you enter, followed by an underscore, and the number of the current record.</property>
143 </object>
144 </child>
145 </object>
146 <packing>
147 <property name="left-attach">0</property>
148 <property name="top-attach">1</property>
149 </packing>
150 </child>
151 </object>
152 </child>
153 <child type="label">
154 <object class="GtkLabel" id="label2">
155 <property name="visible">True</property>
156 <property name="can-focus">False</property>
157 <property name="label" translatable="yes" context="mmresultsavedialog|label2">Save As Options</property>
158 <attributes>
159 <attribute name="weight" value="bold"/>
160 </attributes>
161 </object>
162 </child>
163 </object>
164 <packing>
165 <property name="expand">False</property>
166 <property name="fill">True</property>
167 <property name="position">0</property>
168 </packing>
169 </child>
170 <child>
171 <object class="GtkFrame">
172 <property name="name">Rangeframe</property>
173 <property name="visible">True</property>
174 <property name="can-focus">False</property>
175 <property name="hexpand">False</property>
176 <property name="vexpand">False</property>
177 <property name="label-xalign">0</property>
178 <property name="shadow-type">none</property>
179 <child>
180 <!-- n-columns=4 n-rows=1 -->
181 <object class="GtkGrid" id="grid3">
182 <property name="visible">True</property>
183 <property name="can-focus">False</property>
184 <property name="margin-start">12</property>
185 <property name="margin-top">6</property>
186 <property name="hexpand">True</property>
187 <property name="vexpand">True</property>
188 <property name="column-spacing">12</property>
189 <child>
190 <object class="GtkCheckButton" id="fromrb">
191 <property name="label" translatable="yes" context="mmresultsavedialog|fromrb">_From</property>
192 <property name="visible">True</property>
193 <property name="can-focus">True</property>
194 <property name="receives-default">False</property>
195 <property name="use-underline">True</property>
196 <property name="draw-indicator">True</property>
197 <accessibility>
198 <relation type="label-for" target="from"/>
199 </accessibility>
200 <child internal-child="accessible">
201 <object class="AtkObject" id="fromrb-atkobject">
202 <property name="AtkObject::accessible-description" translatable="yes" context="mmresultsavedialog|extended_tip|fromrb">Selects a range of records starting at the record number in the From box and ending at the record number in the To box.</property>
203 </object>
204 </child>
205 </object>
206 <packing>
207 <property name="left-attach">0</property>
208 <property name="top-attach">0</property>
209 </packing>
210 </child>
211 <child>
212 <object class="GtkLabel" id="toft">
213 <property name="visible">True</property>
214 <property name="can-focus">False</property>
215 <property name="label" translatable="yes" context="mmresultsavedialog|toft">_To</property>
216 <property name="use-underline">True</property>
217 <property name="mnemonic-widget">to</property>
218 </object>
219 <packing>
220 <property name="left-attach">2</property>
221 <property name="top-attach">0</property>
222 </packing>
223 </child>
224 <child>
225 <object class="GtkSpinButton" id="from">
226 <property name="visible">True</property>
227 <property name="can-focus">True</property>
228 <property name="activates-default">True</property>
229 <property name="text">1</property>
230 <property name="truncate-multiline">True</property>
231 <property name="adjustment">adjustment1</property>
232 <property name="value">1</property>
233 <accessibility>
234 <relation type="labelled-by" target="fromrb"/>
235 </accessibility>
236 <child internal-child="accessible">
237 <object class="AtkObject" id="from-atkobject">
238 <property name="AtkObject::accessible-description" translatable="yes" context="mmresultsavedialog|extended_tip|from">Enter the number of the first record to include in the mail merge.</property>
239 </object>
240 </child>
241 </object>
242 <packing>
243 <property name="left-attach">1</property>
244 <property name="top-attach">0</property>
245 </packing>
246 </child>
247 <child>
248 <object class="GtkSpinButton" id="to">
249 <property name="visible">True</property>
250 <property name="can-focus">True</property>
251 <property name="activates-default">True</property>
252 <property name="text">1</property>
253 <property name="truncate-multiline">True</property>
254 <property name="adjustment">adjustment2</property>
255 <property name="value">1</property>
256 <child internal-child="accessible">
257 <object class="AtkObject" id="to-atkobject">
258 <property name="AtkObject::accessible-description" translatable="yes" context="mmresultsavedialog|extended_tip|to">Enter the number of the last record to include in the mail merge.</property>
259 </object>
260 </child>
261 </object>
262 <packing>
263 <property name="left-attach">3</property>
264 <property name="top-attach">0</property>
265 </packing>
266 </child>
267 </object>
268 </child>
269 <child type="label">
270 <object class="GtkLabel" id="FromToRange">
271 <property name="visible">True</property>
272 <property name="can-focus">False</property>
273 <property name="label" translatable="yes" context="mmresultsavedialog|FromToRange">Range</property>
274 <attributes>
275 <attribute name="weight" value="bold"/>
276 </attributes>
277 </object>
278 </child>
279 </object>
280 <packing>
281 <property name="expand">False</property>
282 <property name="fill">True</property>
283 <property name="position">1</property>
284 </packing>
285 </child>
286 </object>
287 </child>
288 <action-widgets>
289 <action-widget response="-5">ok</action-widget>
290 <action-widget response="-6">cancel</action-widget>
291 <action-widget response="-11">help</action-widget>
292 </action-widgets>
293 <child internal-child="accessible">
294 <object class="AtkObject" id="MMResultSaveDialog-atkobject">
295 <property name="AtkObject::accessible-description" translatable="yes" context="mmresultsavedialog|extended_tip|MMResultSaveDialog">Save the mail merge output to file.</property>
296 </object>
297 </child>
298 </object>
299 </interface>