Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto García Hierro <alberto@garciahierro.com>2018-07-11 00:00:20 +0300
committerAlberto García Hierro <alberto@garciahierro.com>2018-07-11 12:54:47 +0300
commit42c45648d3fe2619252abfaabea52f7cecfd0319 (patch)
tree24b1f3fe19f0b5387dee7f023a7dc93d9e053c75 /_locales
parent8e823748f4e8d317f691768941123d36db6b782c (diff)
Add support for editing more OSD settings from the OSD tab
- Voltage decimals - Crosshairs style - Sidebar scroll for left and right - Sidebar scrolling arrows
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index a9876707..166e0e86 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -2593,6 +2593,9 @@
"osdElement_MC_POS_XYZ_P_OUTPUTS": {
"message": "MC Position XYZ P controllers outputs"
},
+ "osdSettingMainVoltageDecimals": {
+ "message": "Main Voltage Decimals"
+ },
"portColumnSensors": {
"message": "Sensors"
},
@@ -2689,6 +2692,9 @@
"mixerApplyDescription": {
"message": "This action overrides all current mixer settings and replaces them with default values. There is no 'Undo' option!"
},
+ "settings": {
+ "message": "Settings"
+ },
"motorMixer": {
"message": "Motor Mixer"
},
@@ -2724,5 +2730,23 @@
},
"mappingTableTitle": {
"message": "Output Mapping"
+ },
+ "NONE": {
+ "message": "None"
+ },
+ "DEFAULT": {
+ "message": "Default"
+ },
+ "AIRCRAFT": {
+ "message": "Aircraft"
+ },
+ "ALTITUDE": {
+ "message": "Altitude"
+ },
+ "GROUND_SPEED": {
+ "message": "Ground Speed"
+ },
+ "HOME_DISTANCE": {
+ "message": "Distance to Home"
}
}