Skip to content
qgc.ts 401 KiB
Newer Older
Gus Grubba's avatar
Gus Grubba committed
        <source>Clear RC to Param</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/ParameterEditor.qml" line="147"/>
        <location filename="../src/QmlControls/ParameterEditor.qml" line="148"/>
        <source>Reboot Vehicle</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/ParameterEditor.qml" line="180"/>
        <source>Component #: %1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/ParameterEditor.qml" line="276"/>
        <source>Parameter Editor</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/ParameterEditor.qml" line="318"/>
        <source>Select Reset to reset all parameters to their defaults.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/ParameterEditor.qml" line="335"/>
        <source>Select Ok to reboot vehicle.</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>ParameterEditorDialog</name>
    <message>
        <location filename="../src/QmlControls/ParameterEditorDialog.qml" line="113"/>
        <source>Reset to default</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/ParameterEditorDialog.qml" line="187"/>
        <source>Min: </source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/ParameterEditorDialog.qml" line="192"/>
        <source>Max: </source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/ParameterEditorDialog.qml" line="197"/>
        <source>Default: </source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/ParameterEditorDialog.qml" line="203"/>
        <source>Parameter name: </source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/ParameterEditorDialog.qml" line="215"/>
        <source>Warning: Modifying values while vehicle is in flight can lead to vehicle instability and possible vehicle loss. </source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/ParameterEditorDialog.qml" line="216"/>
        <source>Make sure you know what you are doing and double-check your values before Save!</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/ParameterEditorDialog.qml" line="223"/>
        <source>Force save (dangerous!)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/ParameterEditorDialog.qml" line="240"/>
        <source>Advanced settings</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/ParameterEditorDialog.qml" line="255"/>
        <source>Manual Entry</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/ParameterEditorDialog.qml" line="263"/>
        <source>Set RC to Param...</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>ParameterManager</name>
    <message>
        <location filename="../src/FactSystem/ParameterManager.cc" line="625"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Parameter write failed: veh:%1 comp:%2 param:%3</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/FactSystem/ParameterManager.cc" line="647"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Parameter read failed: veh:%1 comp:%2 param:%3</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/FactSystem/ParameterManager.cc" line="1059"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>%1 was unable to retrieve the full set of parameters from vehicle %2. This will cause %1 to be unable to display its full user interface. If you are using modified firmware, you may need to resolve any vehicle startup errors to resolve the issue. If you are using standard firmware, you may need to upgrade to a newer version to resolve the issue.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/FactSystem/ParameterManager.cc" line="1085"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Vehicle %1 did not respond to request for parameters. This will cause %2 to be unable to display its full user interface.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/FactSystem/ParameterManager.cc" line="1430"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>%1 key is not a json object</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>PlanMasterController</name>
    <message>
        <location filename="../src/MissionManager/PlanMasterController.cc" line="236"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Error reading Plan file (%1). %2</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/MissionManager/PlanMasterController.cc" line="311"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Plan save error %1 : %2</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/MissionManager/PlanMasterController.cc" line="380"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Supported types (*.%1 *.%2 *.%3 *.%4)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/MissionManager/PlanMasterController.cc" line="381"/>
        <location filename="../src/MissionManager/PlanMasterController.cc" line="390"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>All Files (*.*)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/MissionManager/PlanMasterController.cc" line="390"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Plan Files (*.%1)</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>PlanToolBar</name>
    <message>
        <location filename="../src/PlanView/PlanToolBar.qml" line="160"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Selected Waypoint</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanToolBar.qml" line="165"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Alt diff:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanToolBar.qml" line="174"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Azimuth:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanToolBar.qml" line="183"/>
        <location filename="../src/PlanView/PlanToolBar.qml" line="220"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Distance:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanToolBar.qml" line="190"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Gradient:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanToolBar.qml" line="199"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Heading:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanToolBar.qml" line="215"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Total Mission</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanToolBar.qml" line="229"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Max telem dist:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanToolBar.qml" line="236"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Time:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanToolBar.qml" line="253"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Battery</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanToolBar.qml" line="258"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Batteries required:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanToolBar.qml" line="267"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Swap waypoint:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanToolBar.qml" line="281"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Upload Required</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanToolBar.qml" line="281"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Upload</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>PlanView</name>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="59"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Vehicle is currently armed. Do you want to upload the mission to the vehicle?</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="96"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Apply new alititude</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="105"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>You have changed the default altitude for mission items. Would you like to apply that altitude to all the items in the current mission?</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="126"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Your vehicle is currently flying a mission. In order to upload a new or modified mission the current mission will be paused.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="132"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>After the mission is uploaded you can adjust the current waypoint and start the mission.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="136"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Pause and Upload</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="157"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Plan Upload</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="164"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Select Plan File</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="171"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Save Plan</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="271"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Move the selected mission item to the be after following mission item:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="397"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Plan</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="507"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Mission</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="519"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Fence</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="530"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Rally</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="644"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>You have unsaved/unsent changes. Loading from the Vehicle will lose these changes. Are you sure you want to load from the Vehicle?</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="656"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>You have unsaved/unsent changes. Loading from a file will lose these changes. Are you sure you want to load from a file?</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="667"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Are you sure you want to remove all items? </source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="668"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>This will also remove all items from the vehicle.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="697"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Create complex pattern:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="722"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Mission overwrite</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="722"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>GeoFence overwrite</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="722"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Rally Points overwrite</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="728"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>You have unsaved changes. You should upload to your vehicle, or save to a file:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="729"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Sync:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="740"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Upload</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="750"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Download</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="764"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Save To File...</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="774"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Load From File...</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="788"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Remove All</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/PlanView/PlanView.qml" line="792"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Remove all</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>PolygonEditor</name>
    <message>
        <location filename="../src/FlightMap/MapItems/PolygonEditor.qml" line="178"/>
        <source>Click to add point %1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/FlightMap/MapItems/PolygonEditor.qml" line="178"/>
        <source>- Right Click to end polygon</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/FlightMap/MapItems/PolygonEditor.qml" line="185"/>
        <source>Click to add point</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/FlightMap/MapItems/PolygonEditor.qml" line="192"/>
        <source>Click to add point - Right Click to end polygon</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/FlightMap/MapItems/PolygonEditor.qml" line="198"/>
        <source>Adjust polygon by dragging corners</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>PowerComponent</name>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="93"/>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="94"/>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="95"/>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="97"/>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="98"/>
        <source>ESC Calibration</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="93"/>
        <source>%1 cannot perform ESC Calibration with this version of firmware. You will need to upgrade to a newer firmware.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="94"/>
        <source>%1 cannot perform ESC Calibration with this version of firmware. You will need to upgrade %1.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="95"/>
        <source>Performing calibration. This will take a few seconds..</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="96"/>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="99"/>
        <source>ESC Calibration failed</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="97"/>
        <source>Calibration complete. You can disconnect your battery now if you like.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="98"/>
        <source>WARNING: Props must be removed from vehicle prior to performing ESC calibration.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="98"/>
        <source> Connect the battery now and calibration will begin.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="99"/>
        <source>You must disconnect the battery prior to performing ESC Calibration. Disconnect your battery and try again.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="220"/>
        <source>Battery</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="228"/>
        <source>Number of Cells (in Series)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="255"/>
        <source>Full Voltage (per cell)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="266"/>
        <source>Battery Max:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="275"/>
        <source>Empty Voltage (per cell)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="286"/>
        <source>Battery Min:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="294"/>
        <source>Voltage divider</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="305"/>
        <source>Calculate Voltage Divider</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="322"/>
        <source>Amps per volt</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="333"/>
        <source>Calculate Amps per Volt</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="353"/>
        <source>ESC PWM Minimum and Maximum Calibration</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="363"/>
        <source>WARNING: Propellers must be removed from vehicle prior to performing ESC calibration.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="368"/>
        <source>You must use USB connection for this operation.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="372"/>
        <source>Calibrate</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="381"/>
        <source>Show UAVCAN Settings</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="388"/>
        <source>UAVCAN Bus Configuration</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="404"/>
        <source>Change required restart</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="412"/>
        <source>UAVCAN Motor Index and Direction Assignment</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="423"/>
        <source>WARNING: Propellers must be removed from vehicle prior to performing UAVCAN ESC configuration.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="429"/>
        <source>ESC parameters will only be accessible in the editor after assignment.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="435"/>
        <source>Start the process, then turn each motor into its turn direction, in the order of their motor indices.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="440"/>
        <source>Start Assignment</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="446"/>
        <source>Stop Assignment</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="455"/>
        <source>Show Advanced Settings</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="461"/>
        <source>Advanced Power Settings</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="473"/>
        <source>Voltage Drop on Full Load (per cell)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="487"/>
        <source>Batteries show less voltage at high throttle. Enter the difference in Volts between idle throttle and full </source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="488"/>
        <source>throttle, divided by the number of battery cells. Leave at the default if unsure. </source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="489"/>
        <source>If this value is set too high, the battery might be deep discharged and damaged.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="497"/>
        <source>Compensated Minimum Voltage:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.qml" line="501"/>
        <source> V</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.cc" line="20"/>
        <source>Power</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponent.cc" line="31"/>
        <source>Power Setup is used to setup battery parameters as well as advanced settings for propellers.</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>PowerComponentSummary</name>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponentSummary.qml" line="39"/>
        <source>Battery Full:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponentSummary.qml" line="44"/>
        <source>Battery Empty:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/AutoPilotPlugins/PX4/PowerComponentSummary.qml" line="49"/>
        <source>Number of Cells:</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCApplication</name>
    <message>
        <location filename="../src/QGCApplication.cc" line="195"/>
        <source>You are running %1 as root. You should not do this since it will cause other issues with %1. %1 will now exit. If you are having serial port issues on Ubuntu, execute the following commands to fix most issues:
sudo usermod -a -G dialout $USER
sudo apt-get remove modemmanager</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QGCApplication.cc" line="547"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Telemetry save error</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QGCApplication.cc" line="528"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Unable to save telemetry log. Error copying telemetry to &apos;%1&apos;: &apos;%2&apos;.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QGCApplication.cc" line="530"/>
        <source>Telemetry Save Error</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QGCApplication.cc" line="551"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Unable to save telemetry log. Application save directory is not set.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QGCApplication.cc" line="567"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Unable to save telemetry log. Telemetry save directory &quot;%1&quot; does not exist.</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCCorePlugin</name>
    <message>
        <location filename="../src/api/QGCCorePlugin.cc" line="103"/>
        <source>General</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/api/QGCCorePlugin.cc" line="107"/>
        <source>Comm Links</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/api/QGCCorePlugin.cc" line="111"/>
        <source>Offline Maps</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/api/QGCCorePlugin.cc" line="115"/>
        <source>MAVLink</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/api/QGCCorePlugin.cc" line="119"/>
        <source>Console</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/api/QGCCorePlugin.cc" line="124"/>
        <source>Mock Link</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/api/QGCCorePlugin.cc" line="127"/>
        <source>Debug</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/api/QGCCorePlugin.cc" line="205"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>WARNING: You are about to enter Advanced Mode. If used incorrectly, this may cause your vehicle to malfunction thus voiding your warranty. You should do so only if instructed by customer support. Are you sure you want to enable Advanced Mode?</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCFileDialog</name>
    <message>
        <location filename="../src/QmlControls/QGCFileDialog.qml" line="126"/>
        <source>No files</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCFileDialog.qml" line="167"/>
        <source>New file name:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCFileDialog.qml" line="180"/>
        <source>File names must end with .%1 file extension. If missing it will be added.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCFileDialog.qml" line="188"/>
        <source>The file %1 exists. Click Save again to replace it.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCFileDialog.qml" line="196"/>
        <source>Save to existing file:</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCFlightGearLink</name>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="61"/>
        <source>FlightGear 3.0+ Link (port:%1)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="150"/>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="892"/>
        <source>FlightGear Failed to Start</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="153"/>
        <source>FlightGear Crashed</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="153"/>
        <source>This is a FlightGear-related problem. Please upgrade FlightGear</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="156"/>
        <source>FlightGear Start Timed Out</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="156"/>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="159"/>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="162"/>
        <source>Please check if the path and command is correct</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="159"/>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="162"/>
        <source>Could not Communicate with FlightGear</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="166"/>
        <source>FlightGear Error</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="166"/>
        <source>Please check if the path and command is correct.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="291"/>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="535"/>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="625"/>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="786"/>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="814"/>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="824"/>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="838"/>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="845"/>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="853"/>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="870"/>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="882"/>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="884"/>
        <source>FlightGear HIL</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="292"/>
        <source>Flight Gear protocol file &apos;%1&apos; is out of date. Quit %2. Delete the file and restart %2 to fix.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="535"/>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="625"/>
        <source>FlightGear failed to start. There are mismatched quotes in specified command line options</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="736"/>
        <source>FlightGear application not found</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="737"/>
        <source>FlightGear application not found at: %1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="741"/>
        <source>I&apos;ll specify directory</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="747"/>
        <source>Please select directory of FlightGear application : </source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="782"/>
        <source>--fg-root directory specified from ui option not found: %1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="784"/>
        <source>Unable to automatically determine --fg-root directory location. You will need to specify --fg-root=&lt;directory&gt; as an additional command line parameter from ui.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="810"/>
        <source>--fg-scenery directory specified from ui option not found: %1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="812"/>
        <source>Unable to automatically determine --fg-scenery directory location. You will need to specify --fg-scenery=directory as an additional command line parameter from ui.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="824"/>
        <source>Incorrect %1 installation. Aircraft directory is missing: &apos;%2&apos;.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="838"/>
        <source>Incorrect FlightGear setup. Protocol directory is missing: &apos;%1&apos;. Command line parameter for --fg-root may be set incorrectly.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="845"/>
        <source>Incorrect installation. Protocol directory is missing (%1).</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="853"/>
        <source>Incorrect installation. FlightGear protocol file missing: %1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="870"/>
        <source>Unable to verify that protocol file %1 is current. If file is out of date, you may experience problems. Safest approach is to delete the file manually and allow %2 install the latest file.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="882"/>
        <source>FlightGear protocol file %1 is out of date. It will be deleted, which will cause %2 to install the latest version of the file.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="884"/>
        <source>Delete of protocol file failed. You will have to manually delete the file.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="893"/>
        <source>FlightGear Failed to Start. %1 protocol (%2) not installed to FlightGear Protocol directory (%3)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="897"/>
        <source>Fix it for me</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="913"/>
        <source>Copy failed</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="915"/>
        <source>Copy from (%1) to (%2) failed, possibly due to permissions issue. You will need to perform manually. Try pasting the following command into a Command Prompt which was started with Run as Administrator:

</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="917"/>
        <source>Copy from (%1) to (%2) failed, possibly due to permissions issue. You will need to perform manually. Try pasting the following command into a shell:

</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCFlightGearLink.cc" line="922"/>
        <source>Copy to Clipboard</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCHilConfiguration</name>
    <message>
        <location filename="../src/ui/QGCHilConfiguration.ui" line="20"/>
        <source>HIL Config</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilConfiguration.ui" line="26"/>
        <source>Simulator</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilConfiguration.ui" line="42"/>
        <source>FlightGear 3.0+</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilConfiguration.ui" line="47"/>
        <source>X-Plane 10</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilConfiguration.ui" line="52"/>
        <source>X-Plane 9</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCHilFlightGearConfiguration</name>
    <message>
        <location filename="../src/ui/QGCHilFlightGearConfiguration.ui" line="20"/>
        <source>Form</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilFlightGearConfiguration.ui" line="51"/>
        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Additional Options:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilFlightGearConfiguration.ui" line="58"/>
        <source>Airframe:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilFlightGearConfiguration.ui" line="84"/>
        <source>Start</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilFlightGearConfiguration.ui" line="91"/>
        <source>Stop</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilFlightGearConfiguration.ui" line="98"/>
        <source>Sensor HIL</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilFlightGearConfiguration.ui" line="108"/>
        <source>Barometer Offset [kPa]:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilFlightGearConfiguration.ui" line="115"/>
        <source>0</source>
        <translation type="unfinished"></translation>
    </message>