Skip to content
qgc.ts 562 KiB
Newer Older
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/api/QGCCorePlugin.cc" line="159"/>
        <source>Vibration</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/api/QGCCorePlugin.cc" line="249"/>
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="138"/>
        <location filename="../src/QmlControls/QGCFileDialog.qml" line="249"/>
        <source>Delete</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCFileDialog.qml" line="146"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>No files</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCFileDialog.qml" line="187"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>New file name:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCFileDialog.qml" line="200"/>
Gus Grubba's avatar
Gus Grubba committed
        <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="208"/>
Gus Grubba's avatar
Gus Grubba committed
        <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="216"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Save to existing file:</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCFileDownload</name>
    <message>
        <location filename="../src/QGCFileDownload.cc" line="118"/>
        <source>Could not save downloaded file to %1. Error: %2</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QGCFileDownload.cc" line="139"/>
        <source>Download cancelled</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QGCFileDownload.cc" line="142"/>
        <source>Error: File Not Found</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QGCFileDownload.cc" line="145"/>
        <source>Error during download. Error: %1</source>
        <translation type="unfinished"></translation>
    </message>
</context>
Gus Grubba's avatar
Gus Grubba committed
9071 9072 9073 9074 9075 9076 9077 9078 9079 9080 9081 9082 9083 9084 9085 9086 9087 9088 9089 9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 9117 9118 9119 9120 9121 9122 9123 9124 9125 9126 9127 9128 9129 9130 9131 9132 9133 9134 9135 9136 9137 9138 9139 9140 9141 9142 9143 9144 9145 9146 9147 9148 9149 9150 9151 9152 9153 9154 9155 9156 9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 9168 9169 9170 9171 9172 9173 9174 9175 9176 9177 9178 9179 9180 9181 9182 9183 9184 9185 9186 9187 9188 9189 9190 9191 9192 9193 9194 9195 9196 9197 9198 9199 9200 9201 9202 9203 9204 9205 9206 9207 9208 9209 9210 9211 9212 9213 9214 9215 9216 9217 9218 9219 9220 9221 9222 9223 9224 9225 9226 9227 9228 9229 9230 9231 9232 9233 9234 9235 9236 9237 9238 9239 9240 9241 9242 9243 9244 9245 9246 9247 9248 9249 9250 9251 9252 9253 9254 9255 9256 9257 9258 9259 9260 9261 9262 9263 9264 9265 9266 9267 9268 9269 9270 9271 9272 9273 9274 9275 9276 9277 9278 9279 9280 9281 9282 9283 9284 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 9342 9343 9344 9345 9346 9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 9363 9364 9365 9366 9367 9368 9369 9370 9371 9372 9373 9374 9375 9376 9377 9378 9379 9380 9381 9382 9383 9384 9385 9386 9387 9388 9389 9390 9391 9392 9393 9394 9395 9396 9397 9398 9399 9400 9401 9402 9403 9404 9405 9406 9407 9408 9409 9410 9411 9412 9413 9414 9415 9416 9417 9418 9419 9420 9421 9422 9423 9424 9425 9426 9427 9428 9429 9430 9431 9432 9433 9434 9435 9436 9437 9438 9439 9440 9441 9442 9443 9444 9445 9446 9447 9448 9449 9450 9451 9452 9453 9454 9455 9456 9457 9458 9459 9460 9461 9462 9463 9464 9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 9477 9478 9479 9480 9481 9482 9483 9484 9485
<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>
    <message>
        <location filename="../src/ui/QGCHilFlightGearConfiguration.cc" line="24"/>
        <source>Reset to default options</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCHilJSBSimConfiguration</name>
    <message>
        <location filename="../src/ui/QGCHilJSBSimConfiguration.ui" line="20"/>
        <source>Form</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilJSBSimConfiguration.ui" line="38"/>
        <source>Airframe:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilJSBSimConfiguration.ui" line="58"/>
        <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/QGCHilJSBSimConfiguration.ui" line="71"/>
        <source>--in-air --roll=0 --pitch=0 --vc=90 --heading=300 --timeofday=noon --disable-hud-3d --disable-fullscreen --geometry=400x300 --disable-anti-alias-hud --wind=0@0 --turbulence=0.0 --prop:/sim/frame-rate-throttle-hz=30 --control=mouse --disable-intro-music --disable-sound --disable-random-objects --disable-ai-models --shading-flat --fog-disable --disable-specular-highlight --disable-random-objects --disable-panel --disable-clouds --fdm=jsb --units-meters --prop:/engines/engine/running=true</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilJSBSimConfiguration.ui" line="84"/>
        <source>Start</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilJSBSimConfiguration.ui" line="91"/>
        <source>Stop</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCHilXPlaneConfiguration</name>
    <message>
        <location filename="../src/ui/QGCHilXPlaneConfiguration.ui" line="14"/>
        <source>Form</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilXPlaneConfiguration.ui" line="32"/>
        <source>Start</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilXPlaneConfiguration.ui" line="39"/>
        <source>Host</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilXPlaneConfiguration.ui" line="59"/>
        <source>Enable sensor level HIL</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilXPlaneConfiguration.ui" line="70"/>
        <source>127.0.0.1:49000</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilXPlaneConfiguration.ui" line="84"/>
        <source>Use newer actuator format</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilXPlaneConfiguration.cc" line="24"/>
        <location filename="../src/ui/QGCHilXPlaneConfiguration.cc" line="75"/>
        <source>Connect</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCHilXPlaneConfiguration.cc" line="70"/>
        <source>Disconnect</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCJSBSimLink</name>
    <message>
        <location filename="../src/comm/QGCJSBSimLink.cc" line="45"/>
        <source>JSBSim Link (port:%1)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCJSBSimLink.cc" line="109"/>
        <source>JSBSim failed to start. JSBSim was not found at %1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCJSBSimLink.cc" line="116"/>
        <source>JSBSim failed to start. JSBSim data directory was not found at %1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCJSBSimLink.cc" line="158"/>
        <source>JSBSim Failed to start. Please check if the path and command is correct</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCJSBSimLink.cc" line="162"/>
        <source>JSBSim crashed. This is a JSBSim-related problem, check for JSBSim upgrade.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCJSBSimLink.cc" line="166"/>
        <source>JSBSim start timed out. Please check if the path and command is correct</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCJSBSimLink.cc" line="171"/>
        <source>Could not communicate with JSBSim. Please check if the path and command are correct</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCJSBSimLink.cc" line="176"/>
        <source>JSBSim error occurred. Please check if the path and command is correct.</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCLogEntry</name>
    <message>
        <location filename="../src/AnalyzeView/LogDownloadController.cc" line="98"/>
        <source>Pending</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCMAVLinkInspector</name>
    <message>
        <location filename="../src/ui/QGCMAVLinkInspector.ui" line="14"/>
        <source>MAVLink Inspector</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMAVLinkInspector.ui" line="38"/>
        <source>System</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMAVLinkInspector.ui" line="51"/>
        <source>Component</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMAVLinkInspector.ui" line="58"/>
        <source>Clear</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMAVLinkInspector.cc" line="25"/>
        <location filename="../src/ui/QGCMAVLinkInspector.cc" line="26"/>
        <location filename="../src/ui/QGCMAVLinkInspector.cc" line="78"/>
        <source>All</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMAVLinkInspector.cc" line="30"/>
        <source>Name</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMAVLinkInspector.cc" line="31"/>
        <source>Value</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMAVLinkInspector.cc" line="32"/>
        <source>Type</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMAVLinkInspector.cc" line="56"/>
        <source>Vehicle %1</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCMAVLinkLogPlayer</name>
    <message>
        <location filename="../src/ui/QGCMAVLinkLogPlayer.ui" line="14"/>
        <source>Form</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMAVLinkLogPlayer.ui" line="39"/>
        <location filename="../src/ui/QGCMAVLinkLogPlayer.ui" line="42"/>
        <location filename="../src/ui/QGCMAVLinkLogPlayer.ui" line="45"/>
        <source>Start to replay Flight Data</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMAVLinkLogPlayer.ui" line="48"/>
        <source>...</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMAVLinkLogPlayer.ui" line="65"/>
        <source>Time</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMAVLinkLogPlayer.ui" line="88"/>
        <source>No Flight Data selected..</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMAVLinkLogPlayer.ui" line="95"/>
        <location filename="../src/ui/QGCMAVLinkLogPlayer.ui" line="98"/>
        <location filename="../src/ui/QGCMAVLinkLogPlayer.ui" line="101"/>
        <source>Select the Flight Data to replay</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMAVLinkLogPlayer.ui" line="104"/>
        <source>Replay Flight Data</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMAVLinkLogPlayer.cc" line="70"/>
        <source>Log Replay</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMAVLinkLogPlayer.cc" line="70"/>
        <source>You must close all connections prior to replaying a log.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMAVLinkLogPlayer.cc" line="76"/>
        <source>Load Telemetry Log File</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMAVLinkLogPlayer.cc" line="78"/>
        <source>MAVLink Log Files (*.tlog);;All Files (*)</source>
Gus Grubba's avatar
Gus Grubba committed
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCMapPolygon</name>
Gus Grubba's avatar
Gus Grubba committed
    <message>
        <location filename="../src/MissionManager/QGCMapPolygon.cc" line="447"/>
        <source>File not found: %1</source>
Gus Grubba's avatar
Gus Grubba committed
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/MissionManager/QGCMapPolygon.cc" line="452"/>
        <source>Unable to open file: %1 error: $%2</source>
Gus Grubba's avatar
Gus Grubba committed
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/MissionManager/QGCMapPolygon.cc" line="460"/>
        <source>Unable to parse KML file: %1 error: %2 line: %3</source>
Gus Grubba's avatar
Gus Grubba committed
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/MissionManager/QGCMapPolygon.cc" line="466"/>
        <source>Unable to find Polygon node in KML</source>
Gus Grubba's avatar
Gus Grubba committed
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/MissionManager/QGCMapPolygon.cc" line="472"/>
        <source>Internal error: Unable to find coordinates node in KML</source>
Gus Grubba's avatar
Gus Grubba committed
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCMapPolygonVisuals</name>
Gus Grubba's avatar
Gus Grubba committed
    <message>
        <location filename="../src/MissionManager/QGCMapPolygonVisuals.qml" line="177"/>
        <source>Select KML File</source>
Gus Grubba's avatar
Gus Grubba committed
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/MissionManager/QGCMapPolygonVisuals.qml" line="179"/>
        <source>KML files (*.kml)</source>
Gus Grubba's avatar
Gus Grubba committed
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/MissionManager/QGCMapPolygonVisuals.qml" line="406"/>
        <source>Circle</source>
Gus Grubba's avatar
Gus Grubba committed
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/MissionManager/QGCMapPolygonVisuals.qml" line="411"/>
        <source>Polygon</source>
Gus Grubba's avatar
Gus Grubba committed
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/MissionManager/QGCMapPolygonVisuals.qml" line="416"/>
        <source>Set radius...</source>
Gus Grubba's avatar
Gus Grubba committed
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/MissionManager/QGCMapPolygonVisuals.qml" line="422"/>
        <source>Edit position...</source>
Gus Grubba's avatar
Gus Grubba committed
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/MissionManager/QGCMapPolygonVisuals.qml" line="424"/>
        <source>Edit Position</source>
Gus Grubba's avatar
Gus Grubba committed
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/MissionManager/QGCMapPolygonVisuals.qml" line="428"/>
        <source>Load KML...</source>
Gus Grubba's avatar
Gus Grubba committed
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/MissionManager/QGCMapPolygonVisuals.qml" line="450"/>
        <source>Radius:</source>
Gus Grubba's avatar
Gus Grubba committed
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCMapRCToParamDialog</name>
    <message>
        <location filename="../src/ui/QGCMapRCToParamDialog.ui" line="14"/>
        <source>Dialog</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMapRCToParamDialog.ui" line="25"/>
        <source>Bind</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMapRCToParamDialog.ui" line="32"/>
        <source>Parameter Tuning ID</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMapRCToParamDialog.ui" line="42"/>
        <location filename="../src/ui/QGCMapRCToParamDialog.ui" line="46"/>
        <source>1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMapRCToParamDialog.ui" line="51"/>
        <source>2</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMapRCToParamDialog.ui" line="56"/>
        <source>3</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMapRCToParamDialog.ui" line="64"/>
        <source>Parameter</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMapRCToParamDialog.ui" line="71"/>
        <source>TextLabel</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMapRCToParamDialog.ui" line="78"/>
        <source>with</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMapRCToParamDialog.ui" line="85"/>
        <source>Scale (keep default)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMapRCToParamDialog.ui" line="99"/>
        <source>Center value</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMapRCToParamDialog.ui" line="122"/>
        <source>Minimum Value</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMapRCToParamDialog.ui" line="142"/>
        <source>Maximum Value</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMapRCToParamDialog.ui" line="168"/>
        <source>Waiting for parameter refresh,,,</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCMapRCToParamDialog.ui" line="188"/>
        <source>Tuning IDs can be mapped to channels in the RC settings</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCPluginHost</name>
    <message>
        <location filename="../src/ui/QGCPluginHost.ui" line="14"/>
        <source>Form</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCPluginHost.ui" line="49"/>
        <source>Loaded Plugins</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCPluginHost.ui" line="62"/>
        <source>Plugin Log</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCQFileDialog</name>
    <message>
        <location filename="../src/QGCQFileDialog.cc" line="141"/>
        <source>File Exists</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QGCQFileDialog.cc" line="142"/>
        <source>%1 already exists.
Do you want to replace it?</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QGCQFileDialog.cc" line="146"/>
        <source>Replace</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCQmlWidgetHolder</name>
    <message>
        <location filename="../src/QGCQmlWidgetHolder.ui" line="14"/>
        <source>Form</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCQuickWidget</name>
Gus Grubba's avatar
Gus Grubba committed
    <message>
        <location filename="../src/QGCQuickWidget.cc" line="53"/>
        <source>Source not ready: Status(%1)
Errors:
%2</source>
Gus Grubba's avatar
Gus Grubba committed
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCUASFileView</name>
    <message>
        <location filename="../src/ui/QGCUASFileView.ui" line="14"/>
        <source>Form</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCUASFileView.ui" line="20"/>
        <source>List Files</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCUASFileView.ui" line="55"/>
        <source>Download File</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCUASFileView.ui" line="78"/>
        <location filename="../src/ui/QGCUASFileView.cc" line="114"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Upload File</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCUASFileView.cc" line="58"/>
        <source>Download Directory</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCUASFileView.cc" line="84"/>
        <source>Downloading: %1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCUASFileView.cc" line="116"/>
        <source>Uploading: %1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCUASFileView.cc" line="139"/>
        <source>Error: %1</source>
        <translation type="unfinished"></translation>
    </message>
Gus Grubba's avatar
Gus Grubba committed
</context>
<context>
    <name>QGCUASFileViewMulti</name>
    <message>
        <location filename="../src/ui/QGCUASFileViewMulti.ui" line="14"/>
        <source>Onboard Files</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCUnconnectedInfoWidget</name>
    <message>
        <location filename="../src/ui/uas/QGCUnconnectedInfoWidget.ui" line="20"/>
        <source>Form</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCView</name>
    <message>
        <location filename="../src/QmlControls/QGCView.qml" line="38"/>
        <source>showDialog called before QGCView.completed signalled</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCViewDialogContainer</name>
    <message>
        <location filename="../src/QmlControls/QGCViewDialogContainer.qml" line="36"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Ok</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCViewDialogContainer.qml" line="39"/>
        <location filename="../src/QmlControls/QGCViewDialogContainer.qml" line="48"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Open</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCViewDialogContainer.qml" line="42"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Save</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCViewDialogContainer.qml" line="45"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Apply</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCViewDialogContainer.qml" line="51"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Save All</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCViewDialogContainer.qml" line="54"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Yes</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCViewDialogContainer.qml" line="57"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Yes to All</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCViewDialogContainer.qml" line="60"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Retry</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCViewDialogContainer.qml" line="63"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Reset</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCViewDialogContainer.qml" line="66"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Restore to Defaults</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCViewDialogContainer.qml" line="69"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Ignore</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCViewDialogContainer.qml" line="75"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Cancel</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCViewDialogContainer.qml" line="78"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Close</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCViewDialogContainer.qml" line="81"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>No</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCViewDialogContainer.qml" line="84"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>No to All</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/QmlControls/QGCViewDialogContainer.qml" line="87"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Abort</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCWebView</name>
    <message>
        <location filename="../src/ui/QGCWebView.ui" line="14"/>
        <source>Form</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/ui/QGCWebView.ui" line="21"/>
        <source>about:blank</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>QGCXPlaneLink</name>
    <message>
        <location filename="../src/comm/QGCXPlaneLink.cc" line="64"/>
        <source>X-Plane Link (localPort:%1)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCXPlaneLink.cc" line="187"/>
        <source>Waiting for XPlane..</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCXPlaneLink.cc" line="282"/>
        <source>X-Plane Failed to start. Please check if the path and command is correct</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCXPlaneLink.cc" line="286"/>
        <source>X-Plane crashed. This is an X-Plane-related problem, check for X-Plane upgrade.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCXPlaneLink.cc" line="290"/>
        <source>X-Plane start timed out. Please check if the path and command is correct</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCXPlaneLink.cc" line="295"/>
        <source>Could not communicate with X-Plane. Please check if the path and command are correct</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCXPlaneLink.cc" line="300"/>
        <source>X-Plane error occurred. Please check if the path and command is correct.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCXPlaneLink.cc" line="305"/>
        <source>X-Plane HIL</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCXPlaneLink.cc" line="851"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Receiving from XPlane at %1 Hz</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../src/comm/QGCXPlaneLink.cc" line="920"/>
Gus Grubba's avatar
Gus Grubba committed
        <source>Receiving from XPlane.</source>
        <translation type="unfinished"></translation>