添加 'gui/dialogs/en.xml'
This commit is contained in:
parent
561c52637d
commit
e24715484d
123
gui/dialogs/en.xml
Normal file
123
gui/dialogs/en.xml
Normal file
@ -0,0 +1,123 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- this file requires FlightGear version 2018.2 or newer -->
|
||||
<!--
|
||||
|
||||
Red Griffin ATC - Speaking Air Traffic Controller for FlightGear
|
||||
|
||||
Written and developer by Antonello Biancalana (Red Griffin, IK0TOJ)
|
||||
|
||||
Copyright (C) 2019-2021 Antonello Biancalana
|
||||
|
||||
help-dialog.xml
|
||||
|
||||
Version 2.3.0 - 7 May 2021
|
||||
|
||||
Red Griffin ATC is an Open Source project and it is licensed
|
||||
under the Gnu Public License v3 (GPLv3)
|
||||
|
||||
-->
|
||||
<PropertyList>
|
||||
<name>help-dialog</name>
|
||||
<default-padding>4</default-padding>
|
||||
<layout>vbox</layout>
|
||||
<halign>center</halign>
|
||||
<width>300</width>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
|
||||
<empty>
|
||||
|
||||
<stretch>1</stretch>
|
||||
|
||||
</empty>
|
||||
|
||||
<text>
|
||||
<!--label>Red Griffin ATC</label-->
|
||||
<label>ATC航空管制</label>
|
||||
</text>
|
||||
|
||||
<empty>
|
||||
|
||||
<stretch>1</stretch>
|
||||
|
||||
</empty>
|
||||
|
||||
<button>
|
||||
<pref-width>16</pref-width>
|
||||
<pref-height>16</pref-height>
|
||||
<legend></legend>
|
||||
<keynum>27</keynum>
|
||||
<border>2</border>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
</group>
|
||||
|
||||
<hrule />
|
||||
|
||||
<text>
|
||||
<!--label>Usage - Keys</label-->
|
||||
<label>键盘快捷键</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<label><\> Open or close dialog</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<label><Ctrl+\> Show popup dialog</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<label><Ctrl+4> Send message 1</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<label><Ctrl+5> Send message 2</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<label><Ctrl+6> Send message 3</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<label><Ctrl+7> Send message 4</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<label><Ctrl+9> Repeat last ATC message</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<label><Ctrl+0> Request CTR transition</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<label><Ctrl+Shift+4> Request flight level 1</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<label><Ctrl+Shift+5> Request flight level 2</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<label><Ctrl+Shift+6> Request flight level 3</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<label><Ctrl+Shift+0> Abort approach/ILS/landing</label>
|
||||
</text>
|
||||
|
||||
<hrule />
|
||||
|
||||
<button>
|
||||
<legend>Close</legend>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
</PropertyList>
|
Loading…
Reference in New Issue
Block a user