android: Update app-specific/MIME type icons
[LibreOffice.git] / cui / uiconfig / ui / aboutdialog.ui
blob83805a52ad1879bac9d7f7d983d506a0688fe853
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 <!-- n-columns=2 n-rows=6 -->
95 <object class="GtkGrid">
96 <property name="visible">True</property>
97 <property name="can-focus">False</property>
98 <property name="halign">start</property>
99 <property name="column-spacing">12</property>
100 <child>
101 <object class="GtkLabel" id="lbVersion">
102 <property name="visible">True</property>
103 <property name="can-focus">False</property>
104 <property name="hexpand">True</property>
105 <property name="label" translatable="yes" context="aboutdialog|lbVersion">Version:</property>
106 <property name="wrap">True</property>
107 <property name="xalign">0</property>
108 <attributes>
109 <attribute name="scale" value="0.9"/>
110 </attributes>
111 <accessibility>
112 <relation type="label-for" target="lbVersionString"/>
113 </accessibility>
114 </object>
115 <packing>
116 <property name="left-attach">0</property>
117 <property name="top-attach">0</property>
118 </packing>
119 </child>
120 <child>
121 <object class="GtkLabel" id="lbBuild">
122 <property name="visible">True</property>
123 <property name="can-focus">False</property>
124 <property name="hexpand">True</property>
125 <property name="label" translatable="yes" context="aboutdialog|lbBuild">Build:</property>
126 <property name="xalign">0</property>
127 <attributes>
128 <attribute name="scale" value="0.9"/>
129 </attributes>
130 <accessibility>
131 <relation type="label-for" target="lbBuildString"/>
132 </accessibility>
133 </object>
134 <packing>
135 <property name="left-attach">0</property>
136 <property name="top-attach">1</property>
137 </packing>
138 </child>
139 <child>
140 <object class="GtkLabel" id="lbEnvironment">
141 <property name="visible">True</property>
142 <property name="can-focus">False</property>
143 <property name="hexpand">True</property>
144 <property name="label" translatable="yes" context="aboutdialog|lbEnvironment">Environment:</property>
145 <property name="xalign">0</property>
146 <attributes>
147 <attribute name="scale" value="0.9"/>
148 </attributes>
149 <accessibility>
150 <relation type="label-for" target="lbEnvString"/>
151 </accessibility>
152 </object>
153 <packing>
154 <property name="left-attach">0</property>
155 <property name="top-attach">2</property>
156 </packing>
157 </child>
158 <child>
159 <object class="GtkLabel" id="lbVersionString">
160 <property name="visible">True</property>
161 <property name="can-focus">False</property>
162 <property name="label">7.0</property>
163 <property name="wrap">True</property>
164 <property name="max-width-chars">40</property>
165 <property name="xalign">0</property>
166 <attributes>
167 <attribute name="scale" value="0.9"/>
168 </attributes>
169 <accessibility>
170 <relation type="labelled-by" target="lbVersion"/>
171 </accessibility>
172 </object>
173 <packing>
174 <property name="left-attach">1</property>
175 <property name="top-attach">0</property>
176 </packing>
177 </child>
178 <child>
179 <object class="GtkLabel" id="lbEnvString">
180 <property name="visible">True</property>
181 <property name="can-focus">False</property>
182 <property name="label">8 cores</property>
183 <property name="wrap">True</property>
184 <property name="max-width-chars">40</property>
185 <property name="xalign">0</property>
186 <attributes>
187 <attribute name="scale" value="0.9"/>
188 </attributes>
189 <accessibility>
190 <relation type="labelled-by" target="lbEnvironment"/>
191 </accessibility>
192 </object>
193 <packing>
194 <property name="left-attach">1</property>
195 <property name="top-attach">2</property>
196 </packing>
197 </child>
198 <child>
199 <object class="GtkLinkButton" id="lbBuildString">
200 <property name="label">0815</property>
201 <property name="visible">True</property>
202 <property name="can-focus">True</property>
203 <property name="receives-default">True</property>
204 <property name="relief">none</property>
205 <property name="xalign">0</property>
206 <accessibility>
207 <relation type="labelled-by" target="lbBuild"/>
208 </accessibility>
209 <style>
210 <class name="small-button"/>
211 </style>
212 </object>
213 <packing>
214 <property name="left-attach">1</property>
215 <property name="top-attach">1</property>
216 </packing>
217 </child>
218 <child>
219 <object class="GtkLabel" id="lbMisc">
220 <property name="visible">True</property>
221 <property name="can-focus">False</property>
222 <property name="hexpand">True</property>
223 <property name="label" translatable="yes" context="aboutdialog|lbExtra">Misc:</property>
224 <property name="xalign">0</property>
225 <property name="yalign">0</property>
226 <attributes>
227 <attribute name="scale" value="0.9"/>
228 </attributes>
229 <accessibility>
230 <relation type="label-for" target="lbMiscString"/>
231 </accessibility>
232 </object>
233 <packing>
234 <property name="left-attach">0</property>
235 <property name="top-attach">5</property>
236 </packing>
237 </child>
238 <child>
239 <object class="GtkLabel" id="lbMiscString">
240 <property name="visible">True</property>
241 <property name="can-focus">False</property>
242 <property name="label">Calc</property>
243 <property name="wrap">True</property>
244 <property name="max-width-chars">40</property>
245 <property name="xalign">0</property>
246 <attributes>
247 <attribute name="scale" value="0.9"/>
248 </attributes>
249 <accessibility>
250 <relation type="labelled-by" target="lbMisc"/>
251 </accessibility>
252 </object>
253 <packing>
254 <property name="left-attach">1</property>
255 <property name="top-attach">5</property>
256 </packing>
257 </child>
258 <child>
259 <object class="GtkLabel" id="lbLocale">
260 <property name="visible">True</property>
261 <property name="can-focus">False</property>
262 <property name="hexpand">True</property>
263 <property name="label" translatable="yes" context="aboutdialog|lbLocale">Locale:</property>
264 <property name="xalign">0</property>
265 <attributes>
266 <attribute name="scale" value="0.9"/>
267 </attributes>
268 <accessibility>
269 <relation type="label-for" target="lbLocaleString"/>
270 </accessibility>
271 </object>
272 <packing>
273 <property name="left-attach">0</property>
274 <property name="top-attach">4</property>
275 </packing>
276 </child>
277 <child>
278 <object class="GtkLabel" id="lbLocaleString">
279 <property name="visible">True</property>
280 <property name="can-focus">False</property>
281 <property name="label">English</property>
282 <property name="wrap">True</property>
283 <property name="max-width-chars">40</property>
284 <property name="xalign">0</property>
285 <attributes>
286 <attribute name="scale" value="0.9"/>
287 </attributes>
288 <accessibility>
289 <relation type="labelled-by" target="lbLocale"/>
290 </accessibility>
291 </object>
292 <packing>
293 <property name="left-attach">1</property>
294 <property name="top-attach">4</property>
295 </packing>
296 </child>
297 <child>
298 <object class="GtkLabel" id="lbUI">
299 <property name="visible">True</property>
300 <property name="can-focus">False</property>
301 <property name="label" translatable="yes" context="aboutdialog|lbUI">User Interface:</property>
302 <property name="xalign">0</property>
303 <attributes>
304 <attribute name="scale" value="0.9"/>
305 </attributes>
306 <accessibility>
307 <relation type="label-for" target="lbUIString"/>
308 </accessibility>
309 </object>
310 <packing>
311 <property name="left-attach">0</property>
312 <property name="top-attach">3</property>
313 </packing>
314 </child>
315 <child>
316 <object class="GtkLabel" id="lbUIString">
317 <property name="visible">True</property>
318 <property name="can-focus">False</property>
319 <property name="label">VCL: gtk</property>
320 <property name="wrap">True</property>
321 <property name="max-width-chars">40</property>
322 <property name="xalign">0</property>
323 <attributes>
324 <attribute name="scale" value="0.9"/>
325 </attributes>
326 <accessibility>
327 <relation type="labelled-by" target="lbUI"/>
328 </accessibility>
329 </object>
330 <packing>
331 <property name="left-attach">1</property>
332 <property name="top-attach">3</property>
333 </packing>
334 </child>
335 </object>
336 <packing>
337 <property name="left-attach">1</property>
338 <property name="top-attach">6</property>
339 </packing>
340 </child>
341 <child>
342 <object class="GtkLabel" id="lbAbout">
343 <property name="visible">True</property>
344 <property name="can-focus">False</property>
345 <property name="valign">end</property>
346 <property name="hexpand">True</property>
347 <property name="vexpand">True</property>
348 <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>
349 <property name="wrap">True</property>
350 <property name="max-width-chars">60</property>
351 <property name="xalign">0</property>
352 </object>
353 <packing>
354 <property name="left-attach">1</property>
355 <property name="top-attach">1</property>
356 </packing>
357 </child>
358 <child>
359 <object class="GtkLabel" id="lbCopyright">
360 <property name="visible">True</property>
361 <property name="can-focus">False</property>
362 <property name="valign">start</property>
363 <property name="hexpand">True</property>
364 <property name="vexpand">True</property>
365 <property name="label" context="aboutdialog|copyright">%COPYRIGHT</property>
366 <property name="wrap">True</property>
367 <property name="max-width-chars">60</property>
368 <property name="xalign">0</property>
369 <attributes>
370 <attribute name="scale" value="0.9"/>
371 </attributes>
372 </object>
373 <packing>
374 <property name="left-attach">1</property>
375 <property name="top-attach">3</property>
376 </packing>
377 </child>
378 <child>
379 <object class="GtkBox">
380 <property name="visible">True</property>
381 <property name="can-focus">False</property>
382 <property name="halign">center</property>
383 <property name="spacing">12</property>
384 <child>
385 <object class="GtkLinkButton" id="btnCredits">
386 <property name="label" translatable="yes" context="aboutdialog|credits">Credits</property>
387 <property name="name">lbCredit</property>
388 <property name="visible">True</property>
389 <property name="can-focus">True</property>
390 <property name="receives-default">True</property>
391 <property name="relief">none</property>
392 <property name="xalign">0</property>
393 </object>
394 <packing>
395 <property name="expand">False</property>
396 <property name="fill">True</property>
397 <property name="position">0</property>
398 </packing>
399 </child>
400 <child>
401 <object class="GtkLinkButton" id="btnWebsite">
402 <property name="label" translatable="yes" context="aboutdialog|website">Website</property>
403 <property name="visible">True</property>
404 <property name="can-focus">True</property>
405 <property name="receives-default">True</property>
406 <property name="relief">none</property>
407 <property name="xalign">0</property>
408 <property name="uri">https://www.libreoffice.org/</property>
409 </object>
410 <packing>
411 <property name="expand">False</property>
412 <property name="fill">True</property>
413 <property name="position">1</property>
414 </packing>
415 </child>
416 <child>
417 <object class="GtkLinkButton" id="btnReleaseNotes">
418 <property name="label" translatable="yes" context="aboutdialog|releasenotes">Release Notes</property>
419 <property name="visible">True</property>
420 <property name="can-focus">True</property>
421 <property name="receives-default">True</property>
422 <property name="relief">none</property>
423 <property name="xalign">0</property>
424 </object>
425 <packing>
426 <property name="expand">False</property>
427 <property name="fill">True</property>
428 <property name="position">2</property>
429 </packing>
430 </child>
431 </object>
432 <packing>
433 <property name="left-attach">1</property>
434 <property name="top-attach">4</property>
435 </packing>
436 </child>
437 <child>
438 <object class="GtkBox">
439 <property name="visible">True</property>
440 <property name="can-focus">False</property>
441 <property name="spacing">12</property>
442 <child>
443 <object class="GtkLabel" id="lbVersionInfo">
444 <property name="visible">True</property>
445 <property name="can-focus">False</property>
446 <property name="label" translatable="yes" context="aboutdialog|lbVersionInfo">Version Information</property>
447 <property name="use-underline">True</property>
448 <property name="mnemonic-widget">btnCopyVersion</property>
449 <property name="xalign">0</property>
450 <attributes>
451 <attribute name="weight" value="bold"/>
452 </attributes>
453 </object>
454 <packing>
455 <property name="expand">False</property>
456 <property name="fill">True</property>
457 <property name="position">0</property>
458 </packing>
459 </child>
460 <child>
461 <object class="GtkButton" id="btnCopyVersion">
462 <property name="visible">True</property>
463 <property name="can-focus">True</property>
464 <property name="receives-default">True</property>
465 <property name="tooltip-text" translatable="yes" context="aboutdialog|btnCopyVersionTooltip">Copy all version information in English</property>
466 <property name="image">imCopy</property>
467 <property name="always-show-image">True</property>
468 <accelerator key="c" signal="clicked" modifiers="GDK_CONTROL_MASK"/>
469 </object>
470 <packing>
471 <property name="expand">False</property>
472 <property name="fill">True</property>
473 <property name="position">1</property>
474 </packing>
475 </child>
476 </object>
477 <packing>
478 <property name="left-attach">1</property>
479 <property name="top-attach">5</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>