1
0
Fork 0
fgdata/gui/dialogs/about.xml

159 lines
3.6 KiB
XML
Raw Normal View History

2010-03-18 08:23:23 +00:00
<?xml version="1.0"?>
<!--
This file is part of FlightGear, the free flight simulator
http://www.flightgear.org/
Copyright (C) 2009 Torsten Dreyer, Torsten (at) t3r _dot_ de
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
-->
<PropertyList>
<name>about</name>
<modal>true</modal>
<layout>vbox</layout>
<resizable>false</resizable>
<default-padding>3</default-padding>
<group>
<layout>hbox</layout>
<default-padding>1</default-padding>
2011-01-18 07:27:22 +00:00
<empty>
<stretch>true</stretch>
</empty>
2010-03-18 08:23:23 +00:00
<text>
<label>About FlightGear</label>
</text>
2011-01-18 07:27:22 +00:00
<empty>
<stretch>true</stretch>
</empty>
2010-03-18 08:23:23 +00:00
<button>
2011-01-18 07:27:22 +00:00
<legend/>
2010-03-18 08:23:23 +00:00
<key>Esc</key>
<pref-width>16</pref-width>
<pref-height>16</pref-height>
<border>2</border>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
<hrule/>
2011-01-18 07:27:22 +00:00
<group>
<layout>vbox</layout>
<halign>left</halign>
2010-03-18 08:23:23 +00:00
<text>
2011-01-18 07:27:22 +00:00
<halign>left</halign>
<label>MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM</label>
<format>This is FlightGear Flight Simulator V%s</format>
<property>/sim/version/flightgear</property>
2010-03-18 08:23:23 +00:00
</text>
2011-01-18 07:27:22 +00:00
<text>
2011-01-18 07:27:22 +00:00
<halign>left</halign>
<label>FlightGear is free and open source software, licensed</label>
</text>
2011-01-18 07:27:22 +00:00
2010-03-18 08:23:23 +00:00
<text>
2011-01-18 07:27:22 +00:00
<halign>left</halign>
<label>under the GNU General Public License Version 2.</label>
</text>
<text>
<halign>left</halign>
<label>Get new versions, add-ons, forum, wiki and more</label>
2010-03-18 08:23:23 +00:00
</text>
2011-01-18 07:27:22 +00:00
<text>
<halign>left</halign>
<label>from the web-site at http://www.flightgear.org/ for free.</label>
</text>
<text>
<halign>left</halign>
<label>Have a nice flight!</label>
</text>
<empty>
<stretch>true</stretch>
</empty>
2010-03-18 08:23:23 +00:00
<text>
2011-01-18 07:27:22 +00:00
<halign>left</halign>
<label>Version information</label>
2010-03-18 08:23:23 +00:00
</text>
2011-01-18 07:27:22 +00:00
2010-03-18 08:23:23 +00:00
<text>
2011-01-18 07:27:22 +00:00
<halign>left</halign>
<label>MMMMMMMMMM</label>
<format>SimGear Version: %s</format>
<property>/sim/version/flightgear</property>
2010-03-18 08:23:23 +00:00
</text>
2011-01-18 07:27:22 +00:00
<text>
2011-01-18 07:27:22 +00:00
<halign>left</halign>
<label>MMMMMMMMMM</label>
<format>SimGear Version: %s</format>
<property>/sim/version/simgear</property>
</text>
2011-01-18 07:27:22 +00:00
<text>
2011-01-18 07:27:22 +00:00
<halign>left</halign>
<label>MMMMMMMMMMMMMMMMMM</label>
<format>OpenSceneGraph Version: %s</format>
<property>/sim/version/openscenegraph</property>
</text>
2011-01-18 07:27:22 +00:00
<text>
2011-01-18 07:27:22 +00:00
<halign>left</halign>
<label>MMMMMMMMMMMMMMMMMM</label>
<format>Build Id: %s</format>
<property>/sim/version/build-id</property>
</text>
2011-01-18 07:27:22 +00:00
<text>
2011-01-18 07:27:22 +00:00
<halign>left</halign>
<label>MMMMMM</label>
<format>Build Number: %d</format>
<property>/sim/version/build-number</property>
</text>
2011-01-18 07:27:22 +00:00
<text>
2011-01-18 07:27:22 +00:00
<halign>left</halign>
<label>MMMMMM</label>
<format>Revision: %s</format>
<property>/sim/version/revision</property>
</text>
2011-01-18 07:27:22 +00:00
<hrule/>
<text>
<label>(c) 1996-2011, the FlightGear contributors</label>
</text>
</group>
2010-03-18 08:23:23 +00:00
<nasal>
<open><![CDATA[
]]></open>
<close><![CDATA[
]]></close>
</nasal>
</PropertyList>