Add description for new protocol parameter.
This commit is contained in:
parent
3d31775ff3
commit
63f8cf4554
4 changed files with 12 additions and 0 deletions
|
@ -226,6 +226,7 @@
|
|||
<AV400Sim-desc>Die Daten des AV400 Protokolls verwenden um ein Garmin 400-Series GPS durch FlightGear zu steuern</AV400Sim-desc> <!-- English: "Emit the set of AV400 strings required to drive a Garmin 400-series GPS from FlightGear" -->
|
||||
<atlas-desc>Eine Verbindung öffnen unter Verwendung des Atlas-Protokolls</atlas-desc> <!-- English: "Open connection using the Atlas protocol" -->
|
||||
<atcsim-desc>Eine Verbindung öffnen unter Verwendung des ATC Sim-Protokolls (atc610x)</atcsim-desc> <!-- English: "Open connection using the ATC sim protocol (atc610x)" -->
|
||||
<flarm-desc>Eine Verbindung öffnen unter Verwendung des Flarm Protokolls, welches NMEA/GPS und Verkehrsinformationen überträgt</flarm-desc> <!-- English: "Open connection using the Flarm protocol, which includes NMEA/GPS and traffic reporting messages" -->
|
||||
<garmin-desc>Eine Verbindung öffnen unter Verwendung des Garmin GPS-Protokolls</garmin-desc> <!-- English: "Open connection using the Garmin GPS protocol" -->
|
||||
<joyclient-desc>Eine Verbindung zu einem Agwagon-Joystick öffnen</joyclient-desc> <!-- English: "Open connection to an Agwagon joystick" -->
|
||||
<jsclient-desc>Eine Verbindung zu einem Remote-Joystick öffnen</jsclient-desc> <!-- English: "Open connection to a remote joystick" -->
|
||||
|
|
|
@ -216,6 +216,7 @@
|
|||
<AV400Sim-desc>Emit the set of AV400 strings required to drive a Garmin 400-series GPS from FlightGear</AV400Sim-desc>
|
||||
<atlas-desc>Open connection using the Atlas protocol</atlas-desc>
|
||||
<atcsim-desc>Open connection using the ATC sim protocol (atc610x)</atcsim-desc>
|
||||
<flarm-desc>Open connection using the Flarm protocol, which includes NMEA/GPS and traffic reporting messages</flarm-desc>
|
||||
<garmin-desc>Open connection using the Garmin GPS protocol</garmin-desc>
|
||||
<joyclient-desc>Open connection to an Agwagon joystick</joyclient-desc>
|
||||
<jsclient-desc>Open connection to a remote joystick</jsclient-desc>
|
||||
|
|
|
@ -873,6 +873,10 @@
|
|||
<source>Abort on encountering a floating point exception;</source>
|
||||
<target />
|
||||
</trans-unit>
|
||||
<trans-unit approved="no" id="options/flarm-desc:0" translate="yes">
|
||||
<source>Open connection using the Flarm protocol, which includes NMEA/GPS and traffic reporting messages</source>
|
||||
<target />
|
||||
</trans-unit>
|
||||
<trans-unit approved="no" id="options/garmin-desc:0" translate="yes">
|
||||
<source>Open connection using the Garmin GPS protocol</source>
|
||||
<target />
|
||||
|
|
|
@ -1073,6 +1073,12 @@
|
|||
<description>AV400Sim-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>flarm</name>
|
||||
<arg>params</arg>
|
||||
<description>flarm-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>garmin</name>
|
||||
<arg>params</arg>
|
||||
|
|
Loading…
Add table
Reference in a new issue