2022-11-24 08:41:35 +08:00
|
|
|
<?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
|
|
|
|
|
|
|
|
addon-menubar-items.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>
|
|
|
|
<meta>
|
|
|
|
<file-type type="string">FlightGear add-on menu bar items</file-type>
|
|
|
|
<format-version type="int">1</format-version>
|
|
|
|
</meta>
|
|
|
|
<menubar-items>
|
|
|
|
<menu>
|
2022-11-24 08:46:24 +08:00
|
|
|
<!--label>Red Griffin ATC</label-->
|
|
|
|
<label>ATC航空管制</label>
|
2022-11-24 08:41:35 +08:00
|
|
|
<enabled type="bool">true</enabled>
|
|
|
|
|
|
|
|
<item>
|
2022-11-24 08:46:24 +08:00
|
|
|
<!--label>Open/Close ATC dialog</label-->
|
|
|
|
<label>打开/关闭对话框</label>
|
2022-11-24 08:41:35 +08:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script><![CDATA[RgATC.openATCDialog();]]></script>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2022-11-24 08:46:24 +08:00
|
|
|
<!--label>ATC Log</label-->
|
|
|
|
<label>日志</label>
|
2022-11-24 08:41:35 +08:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script><![CDATA[RgATC.openAtcLogDialog();]]></script>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2022-11-25 08:28:51 +08:00
|
|
|
<!--label>Usage / Keys</label-->
|
|
|
|
<label>键盘快捷键</label>
|
2022-11-24 08:41:35 +08:00
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>help-dialog</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2022-11-24 08:46:24 +08:00
|
|
|
<!--label>Settings</label-->
|
|
|
|
<label>设置</label>
|
2022-11-24 08:41:35 +08:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script><![CDATA[RgATC.initSettings();]]></script>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>settings-dialog</dialog-name>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
2022-11-25 08:28:51 +08:00
|
|
|
<!--label>Turn Red Griffin ATC on/off</label-->
|
|
|
|
<label>ATC管制开关</label>
|
2022-11-24 08:41:35 +08:00
|
|
|
<binding>
|
|
|
|
<command>nasal</command>
|
|
|
|
<script><![CDATA[RgATC.toggleAtc();]]></script>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
|
2022-11-25 08:28:51 +08:00
|
|
|
<!--item>
|
2022-11-24 08:41:35 +08:00
|
|
|
<label>About Red Griffin ATC</label>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-show</command>
|
|
|
|
<dialog-name>about-dialog</dialog-name>
|
|
|
|
</binding>
|
2022-11-25 08:28:51 +08:00
|
|
|
</item-->
|
2022-11-24 08:41:35 +08:00
|
|
|
|
|
|
|
</menu>
|
|
|
|
</menubar-items>
|
|
|
|
</PropertyList>
|