forked from geigi/cozy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.ui
194 lines (190 loc) Β· 3.47 KB
/
about.ui
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.2 -->
<interface>
<requires lib="gtk+" version="3.16"/>
<object class="GtkAboutDialog" id="about_dialog">
<property name="can_focus">False</property>
<property name="destroy_with_parent">True</property>
<property name="type_hint">dialog</property>
<property name="program_name">Cozy</property>
<property name="version">0.0.1</property>
<property name="copyright">Bundled dependencies:
python-inject by ivankorobkov - Apache-2.0 Licence</property>
<property name="comments">Thanks all supporters: https://www.patreon.com/geigi
Help translate Cozy: https://transifex.com/geigi/cozy</property>
<property name="website">https://github.com/geigi/cozy</property>
<property name="website_label" translatable="yes">GitHub</property>
<property name="authors">geigi
Contributions on GitHub:
A6GibKm
alyssais
apandada1
AsavarTzeth
Fatih20
NathanBnm
camellan
chris-kobrzak
elya5
foliva
grenade
jimmac
jnbr
jubalh
kaphula
leuc
magnickolas
meisenzahl
naglis
oleg-krv
paper42
phpwutz
rapenne-s
thibaultamartin
umeboshi2
worldofpeace
Thanks to mweinelt for implementing m4b chapter support in mutagen!
And a thanks to all patreon supporters:
Fred Warren
Gabriel
Hu Mann
Josiah
Oleksii Kriukov
And to other open source projects:
https://github.com/gnumdk/lollypop</property>
<property name="translator_credits">Ainte
Ainte
AndreBarata
Andrey389
Asyx
BunColak
Caarmi
CiTyBear
Distil62
Fitoschido
Floflr
Foxyriot
HansCz
IngrownMink4
IvoIliev
Jagadeeshvarma
Kwentin
MageJohn
NHiX
Nimmerliefde
Oi_Suomi_On
Okton
Panwar108
Potty0
Sebosun
TheMBTH
TheRuleOfMike
Vistaus
W2hJ3MOmIRovEpTeahe80jC
WhiredPlanck
_caasi
aKodi
abcmen
abuyop
albanobattistella
amadeussss
andreapillai
arejano
artnay
b3nj4m1n
baschdl78
camellan
cavinsmith
cho2
chris109b
cjfloss
ckaotik
corentinbettiol
dtgoitia
dzerus3
elgosz
endiamesos
eson
fishcake13
fountain
fran.dieguez
georgelemental
giuscasula
goran.p1123581321
hamidout
hkoivuneva
jan.sundman
jan_nekvasil
jouselt
karaagac
kevinmueller
leondorus
libreajans
linuxmasterclub
magnickolas
makaleks
mannycalavera42
mardojai
markluethje
milotype
mvainola
n1k7as
nikkpark
no404error
nvivant
oleg_krv
ooverloord
oscfdezdz
pavelz
rafaelff1
ragouel
saarikko
sobeitnow0
sojuz151
steno
tclokie
test21
thibaultmartin
translatornator
tsitokhtsev
twardowskidev
txelu
useruseruser1233211
vanhoxx
vlabo
xfgusta
yalexaner
</property>
<property name="logo_icon_name">com.github.geigi.cozy</property>
<property name="license_type">gpl-3-0</property>
<child type="titlebar">
<placeholder/>
</child>
<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" id="button_box">
<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>
</object>
</interface>