1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<interface domain="minigalaxy">
<requires lib="gtk+" version="3.20"/>
<template class="About" parent="GtkAboutDialog">
<property name="can-focus">False</property>
<property name="type-hint">dialog</property>
<property name="program-name">Minigalaxy</property>
<property name="copyright">Copyright © 2019-2020 Wouter Wijsman</property>
<property name="comments" translatable="yes" context="short_description" comments="A short description of what Minigalaxy is">A simple GOG client for Linux</property>
<property name="website">https://github.com/sharkwouter/minigalaxy</property>
<property name="website-label" translatable="yes" context="github_page_link" comments="A link to the GitHub page">GitHub page</property>
<property name="authors"><a href="https://github.com/sharkwouter">Wouter Wijsman</a>
<a href="https://github.com/makson96">Tomasz Makarewicz</a>
<a href="https://github.com/Odelpasso">Maxime Lombard</a>
<a href="https://github.com/SvdB-nonp">SvdB-nonp</a>
<a href="https://github.com/larslindq">Lars Lindqvist</a>
<a href="https://github.com/TotalCaesar659">TotalCaesar659</a>
<a href="https://github.com/tim77">Artem Polishchuk</a>
<a href="https://github.com/BlindJerobine">BlindJerobine</a>
<a href="https://github.com/JoshuaFern">Joshua Fern</a>
<a href="https://github.com/stephanlachnit">Stephan Lachnit</a>
<a href="https://github.com/graag">Konrad Klimaszewski</a>
<a href="https://github.com/lmeunier">Laurent Meunier</a>
<a href="https://github.com/zweif">zweif</a>
<a href="https://github.com/phlash">Phil Ashby</a>
<a href="https://github.com/mareksapota">Marek Sapota</a>
<a href="https://github.com/zocker-160">zocker-160</a>
<a href="https://github.com/waltercool">WalterCool</a>
<a href="https://github.com/jgerrish">Joshua Gerrish</a>
<a href="https://github.com/LeXofLeviafan">LeXofLeviafan</a>
<a href="https://github.com/orende">orende</a></property>
<property name="translator-credits"><a href="https://github.com/ArturWroblewski">Artur Wróblewski</a>
<a href="https://github.com/Pyrofani">Athanasios Nektarios Karachalios Stagkas</a>
<a href="https://github.com/BlindJerobine">BlindJerobine</a>
<a href="https://github.com/EsdrasTarsis">Esdras Tarsis</a>
<a href="https://github.com/fuzunspm">Hüseyin Fahri Uzun</a>
<a href="https://github.com/LordPilum">Jan Kjetil Myklebust</a>
<a href="https://github.com/s8321414">Jeff Huang</a>
<a href="https://github.com/kimmalmo">kimmalmo</a>
<a href="https://github.com/protheory8">ProTheory8</a>
<a href="https://github.com/thomasb22">thomasb22</a>
<a href="https://github.com/tim77">Artem Polishchuk</a>
<a href="https://github.com/dummyx">dummyx</a>
<a href="https://github.com/juanborda">JB</a>
<a href="https://github.com/mbarrio">Miguel Barrio Orsikowsky</a>
<a href="https://github.com/Newbytee">Newbytee</a>
<a href="https://github.com/jakbuz23">jakbuz23</a>
<a href="https://github.com/heidiwenger">heidiwenger</a>
<a href="https://github.com/jonnelafin">Elias Eskelinen</a>
<a href="https://github.com/koraynilay">koraynilay</a>
<a href="https://github.com/karaushu">Andrew Karaushu</a>
<a href="https://github.com/zweif">zweif</a>
<a href="https://github.com/LocalPinkRobin">María Sánchez</a>
<a href="https://github.com/advy99">Antonio David Villegas Yeguas</a>
<a href="https://github.com/manurtinez">Manu Martinez</a>
<a href="https://github.com/Unrud">Unrud</a></property>
<property name="artists"><a href="https://opengameart.org/users/epic-runes">Epic Runes</a></property>
<property name="logo-icon-name">image-missing</property>
<property name="license-type">gpl-3-0</property>
<child internal-child="vbox">
<object class="GtkBox">
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<child internal-child="action_area">
<object class="GtkButtonBox">
<property name="can-focus">False</property>
<property name="layout-style">end</property>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
</child>
</template>
</interface>
|