1<?xml version="1.0" encoding="UTF-8"?> 2<!-- Generated with glade 3.40.0 --> 3<interface domain="sfx"> 4 <requires lib="gtk+" version="3.20"/> 5 <object class="GtkDialog" id="LicenseDialog"> 6 <property name="can-focus">False</property> 7 <property name="border-width">6</property> 8 <property name="title" translatable="yes" context="licensedialog|LicenseDialog">Licensing and Legal information</property> 9 <property name="resizable">False</property> 10 <property name="modal">True</property> 11 <property name="default-width">0</property> 12 <property name="default-height">0</property> 13 <property name="type-hint">dialog</property> 14 <child internal-child="vbox"> 15 <object class="GtkBox" id="dialog-vbox1"> 16 <property name="can-focus">False</property> 17 <property name="orientation">vertical</property> 18 <property name="spacing">12</property> 19 <child internal-child="action_area"> 20 <object class="GtkButtonBox" id="dialog-action_area1"> 21 <property name="can-focus">False</property> 22 <property name="layout-style">end</property> 23 <child> 24 <object class="GtkButton" id="ok"> 25 <property name="label" translatable="yes" context="licensedialog|show">_Show License</property> 26 <property name="visible">True</property> 27 <property name="can-focus">True</property> 28 <property name="can-default">True</property> 29 <property name="receives-default">True</property> 30 <property name="use-underline">True</property> 31 </object> 32 <packing> 33 <property name="expand">False</property> 34 <property name="fill">True</property> 35 <property name="position">0</property> 36 <property name="secondary">True</property> 37 </packing> 38 </child> 39 <child> 40 <object class="GtkButton" id="close"> 41 <property name="label" translatable="yes" context="stock">_Close</property> 42 <property name="visible">True</property> 43 <property name="can-focus">True</property> 44 <property name="has-focus">True</property> 45 <property name="can-default">True</property> 46 <property name="has-default">True</property> 47 <property name="receives-default">True</property> 48 <property name="use-underline">True</property> 49 </object> 50 <packing> 51 <property name="expand">False</property> 52 <property name="fill">True</property> 53 <property name="position">1</property> 54 </packing> 55 </child> 56 </object> 57 <packing> 58 <property name="expand">False</property> 59 <property name="fill">True</property> 60 <property name="pack-type">end</property> 61 <property name="position">0</property> 62 </packing> 63 </child> 64 <child> 65 <object class="GtkLabel" id="label"> 66 <property name="visible">True</property> 67 <property name="can-focus">False</property> 68 <property name="label" translatable="yes" context="licensedialog|label">%PRODUCTNAME is made available subject to the terms of the Mozilla Public License, v. 2.0. A copy of the MPL can be obtained at http://mozilla.org/MPL/2.0/. 69 70Third Party Code Additional copyright notices and license terms applicable to portions of the Software are set forth in the LICENSE.html file; choose Show License to see exact details in English. 71 72All trademarks and registered trademarks mentioned herein are the property of their respective owners. 73 74Copyright © 2000–2024 LibreOffice contributors. All rights reserved. 75 76This product was created by %OOOVENDOR, based on OpenOffice.org, which is Copyright 2000, 2011 Oracle and/or its affiliates. %OOOVENDOR acknowledges all community members, please see http://www.libreoffice.org/ for more details.</property> 77 <property name="wrap">True</property> 78 <property name="max-width-chars">80</property> 79 <property name="xalign">0</property> 80 <property name="yalign">0</property> 81 </object> 82 <packing> 83 <property name="expand">False</property> 84 <property name="fill">True</property> 85 <property name="position">1</property> 86 </packing> 87 </child> 88 </object> 89 </child> 90 <action-widgets> 91 <action-widget response="-5">ok</action-widget> 92 <action-widget response="-7">close</action-widget> 93 </action-widgets> 94 </object> 95</interface> 96
