diff --git a/Translations/de/options.xml b/Translations/de/options.xml index 468890be4..f5f69add2 100644 --- a/Translations/de/options.xml +++ b/Translations/de/options.xml @@ -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" --> diff --git a/Translations/default/options.xml b/Translations/default/options.xml index 539b77c31..72dcb9078 100644 --- a/Translations/default/options.xml +++ b/Translations/default/options.xml @@ -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> diff --git a/Translations/en_US/FlightGear-nonQt.xlf b/Translations/en_US/FlightGear-nonQt.xlf index 42abc82a6..1a9784039 100644 --- a/Translations/en_US/FlightGear-nonQt.xlf +++ b/Translations/en_US/FlightGear-nonQt.xlf @@ -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 /> diff --git a/options.xml b/options.xml index 0c72c1c05..0c1f0003f 100644 --- a/options.xml +++ b/options.xml @@ -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>