tdf#130857 qt weld: Support mail merge "Server Auth" dialog
[LibreOffice.git] / cui / uiconfig / ui / optonlineupdatepage.ui
blobe49181627560706b42c5e4ce03d03a50dd6e2bee
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
3 <interface domain="cui">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkFrame" id="OptOnlineUpdatePage">
6 <property name="visible">True</property>
7 <property name="can-focus">False</property>
8 <property name="hexpand">True</property>
9 <property name="border-width">6</property>
10 <property name="label-xalign">0</property>
11 <property name="shadow-type">none</property>
12 <child>
13 <object class="GtkBox">
14 <property name="visible">True</property>
15 <property name="can-focus">False</property>
16 <property name="orientation">vertical</property>
17 <property name="spacing">12</property>
18 <child>
19 <!-- n-columns=3 n-rows=3 -->
20 <object class="GtkGrid" id="grid2">
21 <property name="visible">True</property>
22 <property name="can-focus">False</property>
23 <property name="margin-start">12</property>
24 <property name="margin-top">6</property>
25 <property name="hexpand">True</property>
26 <property name="row-spacing">3</property>
27 <property name="column-spacing">6</property>
28 <child>
29 <object class="GtkCheckButton" id="autocheck">
30 <property name="label" translatable="yes" context="optonlineupdatepage|autocheck">_Check for updates automatically</property>
31 <property name="visible">True</property>
32 <property name="can-focus">True</property>
33 <property name="receives-default">False</property>
34 <property name="halign">start</property>
35 <property name="use-underline">True</property>
36 <property name="draw-indicator">True</property>
37 <child internal-child="accessible">
38 <object class="AtkObject" id="autocheck-atkobject">
39 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|autocheck">Mark to check for online updates periodically, then select the time interval how often to automatically check for online updates.</property>
40 </object>
41 </child>
42 </object>
43 <packing>
44 <property name="left-attach">1</property>
45 <property name="top-attach">0</property>
46 <property name="width">2</property>
47 </packing>
48 </child>
49 <child>
50 <!-- n-columns=1 n-rows=3 -->
51 <object class="GtkGrid" id="grid4">
52 <property name="visible">True</property>
53 <property name="can-focus">False</property>
54 <property name="margin-start">18</property>
55 <child>
56 <object class="GtkRadioButton" id="everyday">
57 <property name="label" translatable="yes" context="optonlineupdatepage|everyday">Every da_y</property>
58 <property name="visible">True</property>
59 <property name="can-focus">True</property>
60 <property name="receives-default">False</property>
61 <property name="halign">start</property>
62 <property name="use-underline">True</property>
63 <property name="active">True</property>
64 <property name="draw-indicator">True</property>
65 <child internal-child="accessible">
66 <object class="AtkObject" id="everyday-atkobject">
67 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|everyday">A check will be performed once a day.</property>
68 </object>
69 </child>
70 </object>
71 <packing>
72 <property name="left-attach">0</property>
73 <property name="top-attach">0</property>
74 </packing>
75 </child>
76 <child>
77 <object class="GtkRadioButton" id="everyweek">
78 <property name="label" translatable="yes" context="optonlineupdatepage|everyweek">Every _week</property>
79 <property name="visible">True</property>
80 <property name="can-focus">True</property>
81 <property name="receives-default">False</property>
82 <property name="halign">start</property>
83 <property name="use-underline">True</property>
84 <property name="draw-indicator">True</property>
85 <property name="group">everyday</property>
86 <child internal-child="accessible">
87 <object class="AtkObject" id="everyweek-atkobject">
88 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|everyweek">A check will be performed once a week. This is the default setting.</property>
89 </object>
90 </child>
91 </object>
92 <packing>
93 <property name="left-attach">0</property>
94 <property name="top-attach">1</property>
95 </packing>
96 </child>
97 <child>
98 <object class="GtkRadioButton" id="everymonth">
99 <property name="label" translatable="yes" context="optonlineupdatepage|everymonth">Every _month</property>
100 <property name="visible">True</property>
101 <property name="can-focus">True</property>
102 <property name="receives-default">False</property>
103 <property name="halign">start</property>
104 <property name="use-underline">True</property>
105 <property name="draw-indicator">True</property>
106 <property name="group">everyday</property>
107 <child internal-child="accessible">
108 <object class="AtkObject" id="everymonth-atkobject">
109 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|everymonth">A check will be performed once a month.</property>
110 </object>
111 </child>
112 </object>
113 <packing>
114 <property name="left-attach">0</property>
115 <property name="top-attach">2</property>
116 </packing>
117 </child>
118 </object>
119 <packing>
120 <property name="left-attach">1</property>
121 <property name="top-attach">1</property>
122 <property name="width">2</property>
123 </packing>
124 </child>
125 <child>
126 <object class="GtkButton" id="checknow">
127 <property name="label" translatable="yes" context="optonlineupdatepage|checknow">Check _Now</property>
128 <property name="visible">True</property>
129 <property name="can-focus">True</property>
130 <property name="receives-default">True</property>
131 <property name="valign">center</property>
132 <property name="use-underline">True</property>
133 <child internal-child="accessible">
134 <object class="AtkObject" id="checknow-atkobject">
135 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|checknow">A check will be performed now.</property>
136 </object>
137 </child>
138 </object>
139 <packing>
140 <property name="left-attach">2</property>
141 <property name="top-attach">2</property>
142 </packing>
143 </child>
144 <child>
145 <object class="GtkBox" id="box2">
146 <property name="visible">True</property>
147 <property name="can-focus">False</property>
148 <property name="valign">center</property>
149 <property name="margin-start">18</property>
150 <property name="orientation">vertical</property>
151 <property name="spacing">6</property>
152 <child>
153 <object class="GtkLabel" id="lastchecked">
154 <property name="visible">True</property>
155 <property name="can-focus">False</property>
156 <property name="label" translatable="yes" context="optonlineupdatepage|lastchecked">Last checked: %DATE%, %TIME%</property>
157 <property name="xalign">0</property>
158 <attributes>
159 <attribute name="scale" value="0.90000000000000002"/>
160 </attributes>
161 </object>
162 <packing>
163 <property name="expand">False</property>
164 <property name="fill">True</property>
165 <property name="position">0</property>
166 </packing>
167 </child>
168 <child>
169 <object class="GtkLabel" id="neverchecked">
170 <property name="can-focus">False</property>
171 <property name="no-show-all">True</property>
172 <property name="label" translatable="yes" context="optonlineupdatepage|neverchecked">Last checked: Not yet</property>
173 <property name="xalign">0</property>
174 <attributes>
175 <attribute name="scale" value="0.90000000000000002"/>
176 </attributes>
177 </object>
178 <packing>
179 <property name="expand">False</property>
180 <property name="fill">True</property>
181 <property name="position">1</property>
182 </packing>
183 </child>
184 </object>
185 <packing>
186 <property name="left-attach">1</property>
187 <property name="top-attach">2</property>
188 </packing>
189 </child>
190 <child>
191 <object class="GtkImage" id="lockautocheck">
192 <property name="can-focus">False</property>
193 <property name="no-show-all">True</property>
194 <property name="halign">center</property>
195 <property name="valign">center</property>
196 <property name="icon-name">res/lock.png</property>
197 </object>
198 <packing>
199 <property name="left-attach">0</property>
200 <property name="top-attach">0</property>
201 </packing>
202 </child>
203 <child>
204 <object class="GtkImage" id="lockcheckinterval">
205 <property name="can-focus">False</property>
206 <property name="no-show-all">True</property>
207 <property name="halign">center</property>
208 <property name="valign">center</property>
209 <property name="icon-name">res/lock.png</property>
210 </object>
211 <packing>
212 <property name="left-attach">0</property>
213 <property name="top-attach">1</property>
214 </packing>
215 </child>
216 <child>
217 <placeholder/>
218 </child>
219 </object>
220 <packing>
221 <property name="expand">False</property>
222 <property name="fill">True</property>
223 <property name="position">0</property>
224 </packing>
225 </child>
226 <child>
227 <object class="GtkFrame" id="frameDest">
228 <property name="visible">True</property>
229 <property name="can-focus">False</property>
230 <property name="label-xalign">0</property>
231 <property name="shadow-type">none</property>
232 <child>
233 <!-- n-columns=3 n-rows=2 -->
234 <object class="GtkGrid" id="grid1">
235 <property name="visible">True</property>
236 <property name="can-focus">False</property>
237 <property name="margin-start">12</property>
238 <property name="margin-top">6</property>
239 <property name="hexpand">True</property>
240 <property name="row-spacing">3</property>
241 <property name="column-spacing">6</property>
242 <child>
243 <object class="GtkCheckButton" id="autodownload">
244 <property name="label" translatable="yes" context="optonlineupdatepage|autodownload">_Download updates automatically</property>
245 <property name="visible">True</property>
246 <property name="can-focus">True</property>
247 <property name="receives-default">False</property>
248 <property name="halign">start</property>
249 <property name="use-underline">True</property>
250 <property name="draw-indicator">True</property>
251 <child internal-child="accessible">
252 <object class="AtkObject" id="autodownload-atkobject">
253 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|autodownload">Enable the automatic download of updates to the specified folder.</property>
254 </object>
255 </child>
256 </object>
257 <packing>
258 <property name="left-attach">1</property>
259 <property name="top-attach">0</property>
260 <property name="width">2</property>
261 </packing>
262 </child>
263 <child>
264 <!-- n-columns=2 n-rows=1 -->
265 <object class="GtkGrid" id="grid3">
266 <property name="visible">True</property>
267 <property name="can-focus">False</property>
268 <property name="margin-start">18</property>
269 <property name="row-spacing">6</property>
270 <property name="column-spacing">6</property>
271 <child>
272 <object class="GtkButton" id="changepath">
273 <property name="label" translatable="yes" context="optonlineupdatepage|changepath">Ch_ange...</property>
274 <property name="visible">True</property>
275 <property name="can-focus">True</property>
276 <property name="receives-default">True</property>
277 <property name="halign">start</property>
278 <property name="use-underline">True</property>
279 <child internal-child="accessible">
280 <object class="AtkObject" id="changepath-atkobject">
281 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|changepath">Click to select the destination folder for downloaded files.</property>
282 </object>
283 </child>
284 </object>
285 <packing>
286 <property name="left-attach">1</property>
287 <property name="top-attach">0</property>
288 </packing>
289 </child>
290 <child>
291 <object class="GtkBox" id="box1">
292 <property name="visible">True</property>
293 <property name="can-focus">False</property>
294 <property name="spacing">6</property>
295 <child>
296 <object class="GtkLabel" id="destpathlabel">
297 <property name="visible">True</property>
298 <property name="can-focus">False</property>
299 <property name="label" translatable="yes" context="optonlineupdatepage|destpathlabel">Download destination:</property>
300 <property name="xalign">0</property>
301 <attributes>
302 <attribute name="scale" value="0.90000000000000002"/>
303 </attributes>
304 <child internal-child="accessible">
305 <object class="AtkObject" id="destpathlabel-atkobject">
306 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|destpathlabel">Click to select the destination folder for downloaded files.</property>
307 </object>
308 </child>
309 </object>
310 <packing>
311 <property name="expand">False</property>
312 <property name="fill">True</property>
313 <property name="position">0</property>
314 </packing>
315 </child>
316 <child>
317 <object class="GtkLabel" id="destpath">
318 <property name="visible">True</property>
319 <property name="can-focus">False</property>
320 <property name="ellipsize">end</property>
321 <property name="xalign">0</property>
322 <attributes>
323 <attribute name="scale" value="0.90000000000000002"/>
324 </attributes>
325 </object>
326 <packing>
327 <property name="expand">False</property>
328 <property name="fill">True</property>
329 <property name="position">1</property>
330 </packing>
331 </child>
332 </object>
333 <packing>
334 <property name="left-attach">0</property>
335 <property name="top-attach">0</property>
336 </packing>
337 </child>
338 </object>
339 <packing>
340 <property name="left-attach">1</property>
341 <property name="top-attach">1</property>
342 <property name="width">2</property>
343 </packing>
344 </child>
345 <child>
346 <object class="GtkImage" id="lockautodownload">
347 <property name="can-focus">False</property>
348 <property name="no-show-all">True</property>
349 <property name="halign">center</property>
350 <property name="valign">center</property>
351 <property name="icon-name">res/lock.png</property>
352 </object>
353 <packing>
354 <property name="left-attach">0</property>
355 <property name="top-attach">0</property>
356 </packing>
357 </child>
358 <child>
359 <placeholder/>
360 </child>
361 </object>
362 </child>
363 <child type="label">
364 <object class="GtkLabel" id="labeldest">
365 <property name="visible">True</property>
366 <property name="can-focus">False</property>
367 <property name="label" translatable="yes" context="optonlineupdatepage|labeldest">Download Destination</property>
368 <attributes>
369 <attribute name="weight" value="bold"/>
370 </attributes>
371 </object>
372 </child>
373 </object>
374 <packing>
375 <property name="expand">False</property>
376 <property name="fill">True</property>
377 <property name="position">1</property>
378 </packing>
379 </child>
380 <child>
381 <object class="GtkFrame" id="frameAgent">
382 <property name="visible">True</property>
383 <property name="can-focus">False</property>
384 <property name="label-xalign">0</property>
385 <property name="shadow-type">none</property>
386 <child>
387 <!-- n-columns=3 n-rows=2 -->
388 <object class="GtkGrid" id="grid5">
389 <property name="visible">True</property>
390 <property name="can-focus">False</property>
391 <property name="margin-start">12</property>
392 <property name="margin-top">6</property>
393 <property name="hexpand">True</property>
394 <property name="row-spacing">3</property>
395 <property name="column-spacing">6</property>
396 <child>
397 <object class="GtkCheckButton" id="extrabits">
398 <property name="label" translatable="yes" context="optonlineupdatepage|extrabits">_Send OS version and basic hardware information</property>
399 <property name="visible">True</property>
400 <property name="can-focus">True</property>
401 <property name="receives-default">False</property>
402 <property name="tooltip-text" translatable="yes" context="optonlineupdatepage|extrabits|tooltip_text">This information lets us make optimizations for your hardware and operating system.</property>
403 <property name="halign">start</property>
404 <property name="use-underline">True</property>
405 <property name="draw-indicator">True</property>
406 </object>
407 <packing>
408 <property name="left-attach">1</property>
409 <property name="top-attach">0</property>
410 <property name="width">2</property>
411 </packing>
412 </child>
413 <child>
414 <object class="GtkBox" id="hbox">
415 <property name="visible">True</property>
416 <property name="can-focus">False</property>
417 <property name="margin-start">18</property>
418 <property name="spacing">6</property>
419 <child>
420 <object class="GtkLabel" id="useragent_label">
421 <property name="visible">True</property>
422 <property name="can-focus">False</property>
423 <property name="label" translatable="yes" context="optonlineupdatepage|useragent_label">User Agent:</property>
424 <property name="yalign">0</property>
425 <attributes>
426 <attribute name="scale" value="0.90000000000000002"/>
427 </attributes>
428 </object>
429 <packing>
430 <property name="expand">False</property>
431 <property name="fill">True</property>
432 <property name="position">0</property>
433 </packing>
434 </child>
435 <child>
436 <object class="GtkLabel" id="useragent_changed">
437 <property name="can-focus">False</property>
438 <property name="label" translatable="yes" context="optonlineupdatepage|useragent_changed">Hit apply to update</property>
439 <property name="yalign">0</property>
440 <attributes>
441 <attribute name="scale" value="0.90000000000000002"/>
442 </attributes>
443 </object>
444 <packing>
445 <property name="expand">False</property>
446 <property name="fill">True</property>
447 <property name="position">1</property>
448 </packing>
449 </child>
450 <child>
451 <object class="GtkLabel" id="useragent">
452 <property name="visible">True</property>
453 <property name="can-focus">False</property>
454 <property name="xalign">0</property>
455 <attributes>
456 <attribute name="scale" value="0.90000000000000002"/>
457 </attributes>
458 </object>
459 <packing>
460 <property name="expand">True</property>
461 <property name="fill">True</property>
462 <property name="position">2</property>
463 </packing>
464 </child>
465 </object>
466 <packing>
467 <property name="left-attach">1</property>
468 <property name="top-attach">1</property>
469 <property name="width">2</property>
470 </packing>
471 </child>
472 <child>
473 <object class="GtkImage" id="lockextrabits">
474 <property name="can-focus">False</property>
475 <property name="no-show-all">True</property>
476 <property name="halign">center</property>
477 <property name="valign">center</property>
478 <property name="icon-name">res/lock.png</property>
479 </object>
480 <packing>
481 <property name="left-attach">0</property>
482 <property name="top-attach">0</property>
483 </packing>
484 </child>
485 <child>
486 <placeholder/>
487 </child>
488 </object>
489 </child>
490 <child type="label">
491 <object class="GtkLabel" id="labelagent">
492 <property name="visible">True</property>
493 <property name="can-focus">False</property>
494 <property name="label" translatable="yes" context="optonlineupdatepage|labelagent">User Agent</property>
495 <attributes>
496 <attribute name="weight" value="bold"/>
497 </attributes>
498 </object>
499 </child>
500 </object>
501 <packing>
502 <property name="expand">False</property>
503 <property name="fill">True</property>
504 <property name="position">2</property>
505 </packing>
506 </child>
507 <child>
508 <object class="GtkLinkButton" id="btnPrivacyPolicy">
509 <property name="label" translatable="yes" context="optonlineupdatepage|privacy">Privacy Policy</property>
510 <property name="visible">True</property>
511 <property name="can-focus">True</property>
512 <property name="receives-default">True</property>
513 <property name="relief">none</property>
514 </object>
515 <packing>
516 <property name="expand">False</property>
517 <property name="fill">True</property>
518 <property name="position">3</property>
519 </packing>
520 </child>
521 <child>
522 <object class="GtkFrame" id="frameMar">
523 <property name="can-focus">False</property>
524 <property name="label-xalign">0</property>
525 <property name="shadow-type">none</property>
526 <child>
527 <object class="GtkCheckButton" id="enableMar">
528 <property name="label" translatable="yes" context="optonlineupdatepage|enableMar">Enable au_tomatic update</property>
529 <property name="visible">True</property>
530 <property name="can-focus">True</property>
531 <property name="receives-default">False</property>
532 <property name="halign">start</property>
533 <property name="use-underline">True</property>
534 <property name="draw-indicator">True</property>
535 <child internal-child="accessible">
536 <object class="AtkObject" id="enableMar-atkobject">
537 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|enableMar">Mark to enable automatic update.</property>
538 </object>
539 </child>
540 </object>
541 </child>
542 <child type="label">
543 <object class="GtkLabel" id="labelMar">
544 <property name="visible">True</property>
545 <property name="can-focus">False</property>
546 <property name="label" translatable="yes" context="optonlineupdatepage|labelMar">Automatic Update</property>
547 <attributes>
548 <attribute name="weight" value="bold"/>
549 </attributes>
550 </object>
551 </child>
552 </object>
553 <packing>
554 <property name="expand">False</property>
555 <property name="fill">True</property>
556 <property name="position">4</property>
557 </packing>
558 </child>
559 </object>
560 </child>
561 <child type="label">
562 <object class="GtkLabel" id="label1">
563 <property name="visible">True</property>
564 <property name="can-focus">False</property>
565 <property name="label" translatable="yes" context="optonlineupdatepage|label1">Online Update Options</property>
566 <attributes>
567 <attribute name="weight" value="bold"/>
568 </attributes>
569 </object>
570 </child>
571 <child internal-child="accessible">
572 <object class="AtkObject" id="OptOnlineUpdatePage-atkobject">
573 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|OptOnlineUpdatePage">Specifies some options for the automatic notification and downloading of online updates to the office suite.</property>
574 </object>
575 </child>
576 </object>
577 <object class="GtkSizeGroup" id="sizegroupButtons">
578 <widgets>
579 <widget name="checknow"/>
580 <widget name="changepath"/>
581 </widgets>
582 </object>
583 <object class="GtkSizeGroup" id="sizegroupLabel">
584 <widgets>
585 <widget name="box2"/>
586 <widget name="box1"/>
587 </widgets>
588 </object>
589 </interface>