tdf#130857 qt weld: Support mail merge "Server Auth" dialog
[LibreOffice.git] / cui / uiconfig / ui / aboutdialog.ui
blob8759b1c5ec03eb0da1c2ef41bff70c44f1ac6991
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.38.2 -->
3 <interface domain="cui">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkImage" id="imCopy">
6 <property name="visible">True</property>
7 <property name="can-focus">False</property>
8 <property name="icon-name">edit-copy</property>
9 </object>
10 <object class="GtkDialog" id="AboutDialog">
11 <property name="can-focus">False</property>
12 <property name="border-width">6</property>
13 <property name="title" translatable="yes" context="aboutdialog|AboutDialog">About %PRODUCTNAME</property>
14 <property name="resizable">False</property>
15 <property name="modal">True</property>
16 <property name="window-position">center-on-parent</property>
17 <property name="type-hint">dialog</property>
18 <child internal-child="vbox">
19 <object class="GtkBox">
20 <property name="can-focus">False</property>
21 <property name="orientation">vertical</property>
22 <property name="spacing">12</property>
23 <child internal-child="action_area">
24 <object class="GtkButtonBox">
25 <property name="can-focus">False</property>
26 <property name="margin-top">12</property>
27 <property name="hexpand">True</property>
28 <property name="layout-style">end</property>
29 <child>
30 <object class="GtkButton" id="btnClose">
31 <property name="label" translatable="yes" context="stock">_Close</property>
32 <property name="visible">True</property>
33 <property name="can-focus">True</property>
34 <property name="receives-default">True</property>
35 <property name="use-underline">True</property>
36 </object>
37 <packing>
38 <property name="expand">True</property>
39 <property name="fill">True</property>
40 <property name="pack-type">end</property>
41 <property name="position">3</property>
42 </packing>
43 </child>
44 </object>
45 <packing>
46 <property name="expand">False</property>
47 <property name="fill">True</property>
48 <property name="pack-type">end</property>
49 <property name="position">0</property>
50 </packing>
51 </child>
52 <child>
53 <!-- n-columns=2 n-rows=7 -->
54 <object class="GtkGrid">
55 <property name="visible">True</property>
56 <property name="can-focus">False</property>
57 <property name="hexpand">True</property>
58 <property name="vexpand">True</property>
59 <property name="row-spacing">6</property>
60 <child>
61 <object class="GtkImage" id="imAbout">
62 <property name="visible">True</property>
63 <property name="can-focus">False</property>
64 <property name="halign">center</property>
65 <property name="valign">center</property>
66 <property name="margin-start">12</property>
67 <property name="margin-end">24</property>
68 <property name="hexpand">True</property>
69 <property name="vexpand">True</property>
70 </object>
71 <packing>
72 <property name="left-attach">0</property>
73 <property name="top-attach">0</property>
74 <property name="height">7</property>
75 </packing>
76 </child>
77 <child>
78 <object class="GtkImage" id="imBrand">
79 <property name="visible">True</property>
80 <property name="can-focus">False</property>
81 <property name="halign">start</property>
82 <property name="valign">center</property>
83 <property name="margin-top">24</property>
84 <property name="margin-bottom">24</property>
85 <property name="hexpand">True</property>
86 <property name="vexpand">True</property>
87 </object>
88 <packing>
89 <property name="left-attach">1</property>
90 <property name="top-attach">0</property>
91 </packing>
92 </child>
93 <child>
94 <object class="GtkLabel" id="lbAbout">
95 <property name="visible">True</property>
96 <property name="can-focus">False</property>
97 <property name="valign">end</property>
98 <property name="hexpand">True</property>
99 <property name="vexpand">True</property>
100 <property name="label" translatable="yes" context="aboutdialog|description">%PRODUCTNAME is a modern, easy-to-use, open source productivity suite for word processing, spreadsheets, presentations and more.</property>
101 <property name="wrap">True</property>
102 <property name="max-width-chars">60</property>
103 <property name="xalign">0</property>
104 </object>
105 <packing>
106 <property name="left-attach">1</property>
107 <property name="top-attach">1</property>
108 </packing>
109 </child>
110 <child>
111 <object class="GtkLabel" id="lbCopyright">
112 <property name="visible">True</property>
113 <property name="can-focus">False</property>
114 <property name="valign">start</property>
115 <property name="hexpand">True</property>
116 <property name="vexpand">True</property>
117 <property name="label" context="aboutdialog|copyright">%COPYRIGHT</property>
118 <property name="wrap">True</property>
119 <property name="max-width-chars">60</property>
120 <property name="xalign">0</property>
121 <attributes>
122 <attribute name="scale" value="0.9"/>
123 </attributes>
124 </object>
125 <packing>
126 <property name="left-attach">1</property>
127 <property name="top-attach">3</property>
128 </packing>
129 </child>
130 <child>
131 <object class="GtkBox">
132 <property name="visible">True</property>
133 <property name="can-focus">False</property>
134 <property name="halign">center</property>
135 <property name="spacing">12</property>
136 <child>
137 <object class="GtkLinkButton" id="btnCredits">
138 <property name="label" translatable="yes" context="aboutdialog|credits">Credits</property>
139 <property name="name">lbCredit</property>
140 <property name="visible">True</property>
141 <property name="can-focus">True</property>
142 <property name="receives-default">True</property>
143 <property name="relief">none</property>
144 <property name="xalign">0</property>
145 </object>
146 <packing>
147 <property name="expand">False</property>
148 <property name="fill">True</property>
149 <property name="position">0</property>
150 </packing>
151 </child>
152 <child>
153 <object class="GtkLinkButton" id="btnWebsite">
154 <property name="label" translatable="yes" context="aboutdialog|website">Website</property>
155 <property name="visible">True</property>
156 <property name="can-focus">True</property>
157 <property name="receives-default">True</property>
158 <property name="relief">none</property>
159 <property name="xalign">0</property>
160 <property name="uri">https://www.libreoffice.org/</property>
161 </object>
162 <packing>
163 <property name="expand">False</property>
164 <property name="fill">True</property>
165 <property name="position">1</property>
166 </packing>
167 </child>
168 <child>
169 <object class="GtkLinkButton" id="btnReleaseNotes">
170 <property name="label" translatable="yes" context="aboutdialog|releasenotes">Release Notes</property>
171 <property name="visible">True</property>
172 <property name="can-focus">True</property>
173 <property name="receives-default">True</property>
174 <property name="relief">none</property>
175 <property name="xalign">0</property>
176 </object>
177 <packing>
178 <property name="expand">False</property>
179 <property name="fill">True</property>
180 <property name="position">2</property>
181 </packing>
182 </child>
183 </object>
184 <packing>
185 <property name="left-attach">1</property>
186 <property name="top-attach">4</property>
187 </packing>
188 </child>
189 <child>
190 <object class="GtkBox">
191 <property name="visible">True</property>
192 <property name="can-focus">False</property>
193 <property name="spacing">12</property>
194 <child>
195 <object class="GtkLabel" id="lbVersionInfo">
196 <property name="visible">True</property>
197 <property name="can-focus">False</property>
198 <property name="label" translatable="yes" context="aboutdialog|lbVersionInfo">Version Information</property>
199 <property name="use-underline">True</property>
200 <property name="mnemonic-widget">btnCopyVersion</property>
201 <property name="xalign">0</property>
202 <attributes>
203 <attribute name="weight" value="bold"/>
204 </attributes>
205 </object>
206 <packing>
207 <property name="expand">False</property>
208 <property name="fill">True</property>
209 <property name="position">0</property>
210 </packing>
211 </child>
212 <child>
213 <object class="GtkButton" id="btnCopyVersion">
214 <property name="visible">True</property>
215 <property name="can-focus">True</property>
216 <property name="receives-default">True</property>
217 <property name="tooltip-text" translatable="yes" context="aboutdialog|btnCopyVersionTooltip">Copy all version information in English</property>
218 <property name="image">imCopy</property>
219 <property name="always-show-image">True</property>
220 <accelerator key="c" signal="clicked" modifiers="GDK_CONTROL_MASK"/>
221 </object>
222 <packing>
223 <property name="expand">False</property>
224 <property name="fill">True</property>
225 <property name="position">1</property>
226 </packing>
227 </child>
228 </object>
229 <packing>
230 <property name="left-attach">1</property>
231 <property name="top-attach">5</property>
232 </packing>
233 </child>
234 <child>
235 <!-- n-columns=2 n-rows=6 -->
236 <object class="GtkGrid">
237 <property name="visible">True</property>
238 <property name="can-focus">False</property>
239 <property name="halign">start</property>
240 <property name="column-spacing">12</property>
241 <child>
242 <object class="GtkLabel" id="lbVersion">
243 <property name="visible">True</property>
244 <property name="can-focus">False</property>
245 <property name="hexpand">True</property>
246 <property name="label" translatable="yes" context="aboutdialog|lbVersion">Version:</property>
247 <property name="wrap">True</property>
248 <property name="xalign">0</property>
249 <attributes>
250 <attribute name="scale" value="0.9"/>
251 </attributes>
252 <accessibility>
253 <relation type="label-for" target="lbVersionString"/>
254 </accessibility>
255 </object>
256 <packing>
257 <property name="left-attach">0</property>
258 <property name="top-attach">0</property>
259 </packing>
260 </child>
261 <child>
262 <object class="GtkLabel" id="lbBuild">
263 <property name="visible">True</property>
264 <property name="can-focus">False</property>
265 <property name="hexpand">True</property>
266 <property name="label" translatable="yes" context="aboutdialog|lbBuild">Build:</property>
267 <property name="xalign">0</property>
268 <attributes>
269 <attribute name="scale" value="0.9"/>
270 </attributes>
271 <accessibility>
272 <relation type="label-for" target="lbBuildString"/>
273 </accessibility>
274 </object>
275 <packing>
276 <property name="left-attach">0</property>
277 <property name="top-attach">1</property>
278 </packing>
279 </child>
280 <child>
281 <object class="GtkLabel" id="lbEnvironment">
282 <property name="visible">True</property>
283 <property name="can-focus">False</property>
284 <property name="hexpand">True</property>
285 <property name="label" translatable="yes" context="aboutdialog|lbEnvironment">Environment:</property>
286 <property name="xalign">0</property>
287 <attributes>
288 <attribute name="scale" value="0.9"/>
289 </attributes>
290 <accessibility>
291 <relation type="label-for" target="lbEnvString"/>
292 </accessibility>
293 </object>
294 <packing>
295 <property name="left-attach">0</property>
296 <property name="top-attach">2</property>
297 </packing>
298 </child>
299 <child>
300 <object class="GtkLabel" id="lbVersionString">
301 <property name="visible">True</property>
302 <property name="can-focus">False</property>
303 <property name="label">7.0</property>
304 <property name="wrap">True</property>
305 <property name="max-width-chars">40</property>
306 <property name="xalign">0</property>
307 <attributes>
308 <attribute name="scale" value="0.9"/>
309 </attributes>
310 <accessibility>
311 <relation type="labelled-by" target="lbVersion"/>
312 </accessibility>
313 </object>
314 <packing>
315 <property name="left-attach">1</property>
316 <property name="top-attach">0</property>
317 </packing>
318 </child>
319 <child>
320 <object class="GtkLabel" id="lbEnvString">
321 <property name="visible">True</property>
322 <property name="can-focus">False</property>
323 <property name="label">8 cores</property>
324 <property name="wrap">True</property>
325 <property name="max-width-chars">40</property>
326 <property name="xalign">0</property>
327 <attributes>
328 <attribute name="scale" value="0.9"/>
329 </attributes>
330 <accessibility>
331 <relation type="labelled-by" target="lbEnvironment"/>
332 </accessibility>
333 </object>
334 <packing>
335 <property name="left-attach">1</property>
336 <property name="top-attach">2</property>
337 </packing>
338 </child>
339 <child>
340 <object class="GtkLinkButton" id="lbBuildString">
341 <property name="label">0815</property>
342 <property name="visible">True</property>
343 <property name="can-focus">True</property>
344 <property name="receives-default">True</property>
345 <property name="relief">none</property>
346 <property name="xalign">0</property>
347 <accessibility>
348 <relation type="labelled-by" target="lbBuild"/>
349 </accessibility>
350 <style>
351 <class name="small-button"/>
352 </style>
353 </object>
354 <packing>
355 <property name="left-attach">1</property>
356 <property name="top-attach">1</property>
357 </packing>
358 </child>
359 <child>
360 <object class="GtkLabel" id="lbMisc">
361 <property name="visible">True</property>
362 <property name="can-focus">False</property>
363 <property name="hexpand">True</property>
364 <property name="label" translatable="yes" context="aboutdialog|lbExtra">Misc:</property>
365 <property name="xalign">0</property>
366 <property name="yalign">0</property>
367 <attributes>
368 <attribute name="scale" value="0.9"/>
369 </attributes>
370 <accessibility>
371 <relation type="label-for" target="lbMiscString"/>
372 </accessibility>
373 </object>
374 <packing>
375 <property name="left-attach">0</property>
376 <property name="top-attach">5</property>
377 </packing>
378 </child>
379 <child>
380 <object class="GtkLabel" id="lbMiscString">
381 <property name="visible">True</property>
382 <property name="can-focus">False</property>
383 <property name="label">Calc</property>
384 <property name="wrap">True</property>
385 <property name="max-width-chars">40</property>
386 <property name="xalign">0</property>
387 <attributes>
388 <attribute name="scale" value="0.9"/>
389 </attributes>
390 <accessibility>
391 <relation type="labelled-by" target="lbMisc"/>
392 </accessibility>
393 </object>
394 <packing>
395 <property name="left-attach">1</property>
396 <property name="top-attach">5</property>
397 </packing>
398 </child>
399 <child>
400 <object class="GtkLabel" id="lbLocale">
401 <property name="visible">True</property>
402 <property name="can-focus">False</property>
403 <property name="hexpand">True</property>
404 <property name="label" translatable="yes" context="aboutdialog|lbLocale">Locale:</property>
405 <property name="xalign">0</property>
406 <attributes>
407 <attribute name="scale" value="0.9"/>
408 </attributes>
409 <accessibility>
410 <relation type="label-for" target="lbLocaleString"/>
411 </accessibility>
412 </object>
413 <packing>
414 <property name="left-attach">0</property>
415 <property name="top-attach">4</property>
416 </packing>
417 </child>
418 <child>
419 <object class="GtkLabel" id="lbLocaleString">
420 <property name="visible">True</property>
421 <property name="can-focus">False</property>
422 <property name="label">English</property>
423 <property name="wrap">True</property>
424 <property name="max-width-chars">40</property>
425 <property name="xalign">0</property>
426 <attributes>
427 <attribute name="scale" value="0.9"/>
428 </attributes>
429 <accessibility>
430 <relation type="labelled-by" target="lbLocale"/>
431 </accessibility>
432 </object>
433 <packing>
434 <property name="left-attach">1</property>
435 <property name="top-attach">4</property>
436 </packing>
437 </child>
438 <child>
439 <object class="GtkLabel" id="lbUI">
440 <property name="visible">True</property>
441 <property name="can-focus">False</property>
442 <property name="label" translatable="yes" context="aboutdialog|lbUI">User Interface:</property>
443 <property name="xalign">0</property>
444 <attributes>
445 <attribute name="scale" value="0.9"/>
446 </attributes>
447 <accessibility>
448 <relation type="label-for" target="lbUIString"/>
449 </accessibility>
450 </object>
451 <packing>
452 <property name="left-attach">0</property>
453 <property name="top-attach">3</property>
454 </packing>
455 </child>
456 <child>
457 <object class="GtkLabel" id="lbUIString">
458 <property name="visible">True</property>
459 <property name="can-focus">False</property>
460 <property name="label">VCL: gtk</property>
461 <property name="wrap">True</property>
462 <property name="max-width-chars">40</property>
463 <property name="xalign">0</property>
464 <attributes>
465 <attribute name="scale" value="0.9"/>
466 </attributes>
467 <accessibility>
468 <relation type="labelled-by" target="lbUI"/>
469 </accessibility>
470 </object>
471 <packing>
472 <property name="left-attach">1</property>
473 <property name="top-attach">3</property>
474 </packing>
475 </child>
476 </object>
477 <packing>
478 <property name="left-attach">1</property>
479 <property name="top-attach">6</property>
480 </packing>
481 </child>
482 <child>
483 <placeholder/>
484 </child>
485 </object>
486 <packing>
487 <property name="expand">False</property>
488 <property name="fill">True</property>
489 <property name="position">1</property>
490 </packing>
491 </child>
492 </object>
493 </child>
494 <action-widgets>
495 <action-widget response="-7">btnClose</action-widget>
496 </action-widgets>
497 </object>
498 </interface>