blob: f1152582cf0df5ce7968615f804a104c060137c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<interface>
<template class="MidoriAbout" parent="GtkAboutDialog">
<property name="modal">yes</property>
<property name="copyright" translatable="yes">2007-2019 Astian Foundation</property>
<property name="authors">2007-2019 Christian Dywan <christian@twotoasts.de>
2009-2012 Alexander Butenko <a.butenka@gmail.com>
2014 Paweł Forysiuk <tuxator@o2.pl>
2010 Samuel Creshal <creshal@arcor.de>
2010 Arno Renevier <arno@renevier.net>
</property>
<property name="license-type">GTK_LICENSE_LGPL_2_1</property>
<property name="program-name" translatable="yes">Midori Web Browser</property>
<property name="comments" translatable="yes">A lightweight web browser.</property>
<property name="translator-credits" translatable="yes">translator-credits</property>
</template>
</interface>
|