1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.18.3 -->
3<interface>
4  <requires lib="gtk+" version="3.10"/>
5  <template class="AboutDialog" parent="GtkAboutDialog">
6    <property name="can_focus">False</property>
7    <property name="border_width">5</property>
8    <property name="title" translatable="yes">About Exaile</property>
9    <property name="window_position">center-on-parent</property>
10    <property name="destroy_with_parent">True</property>
11    <property name="type_hint">dialog</property>
12    <property name="program_name">Exaile</property>
13    <property name="copyright" translatable="yes">© 2009–2020 Various Contributors</property>
14    <property name="website">https://www.exaile.org</property>
15    <property name="authors">Adam Olsen
16Johannes Sasongko
17Aren Olson
18Mathias Brodala
19Andrew Starr-Bochicchio
20Brian Parma
21Dustin Spicuzza
22Fabiano Fidêncio
23Joseph S. Atkinson
24Christian Stadelmann
25Rok Mandeljc</property>
26    <property name="translator_credits" translatable="yes" context="About dialog translator credits" comments="TRANSLATORS: Add your own name here. Separate translator names with newlines.">translator-credits</property>
27    <property name="artists">Tuomas Kuosmanen
28Aron Homberg
29Josip Lisec</property>
30    <property name="logo_icon_name">image-missing</property>
31    <property name="license_type">gpl-2-0</property>
32    <signal name="response" handler="on_response" swapped="no"/>
33    <child internal-child="vbox">
34      <object class="GtkBox" id="dialog-vbox1">
35        <property name="visible">True</property>
36        <property name="can_focus">False</property>
37        <property name="orientation">vertical</property>
38        <property name="spacing">2</property>
39        <child internal-child="action_area">
40          <object class="GtkButtonBox" id="dialog-action_area1">
41            <property name="visible">True</property>
42            <property name="can_focus">False</property>
43            <property name="layout_style">end</property>
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          <placeholder/>
54        </child>
55      </object>
56    </child>
57  </template>
58</interface>
59