comparison Discovery/Src/text_multilanguage.c @ 1050:88b6ab90c55a GasConsumption

Added separate LLC view for surface GF: A new LLC view has been added. In addition the surface GF is now clipped to a value of 9.99 => 999% in the visualization
author Ideenmodellierer
date Wed, 19 Nov 2025 21:34:18 +0100
parents 5b913cdaa9dc
children
comparison
equal deleted inserted replaced
1049:d91345e9c009 1050:88b6ab90c55a
173 static uint8_t text_EN_CompassCalib[] = "Calibrate compass"; 173 static uint8_t text_EN_CompassCalib[] = "Calibrate compass";
174 static uint8_t text_DE_CompassCalib[] = "Kompass kalibrieren"; 174 static uint8_t text_DE_CompassCalib[] = "Kompass kalibrieren";
175 static uint8_t text_FR_CompassCalib[] = "Calibration boussole"; 175 static uint8_t text_FR_CompassCalib[] = "Calibration boussole";
176 static uint8_t text_IT_CompassCalib[] = "Calibrazione bussola"; 176 static uint8_t text_IT_CompassCalib[] = "Calibrazione bussola";
177 static uint8_t text_ES_CompassCalib[] = "Calibrar brujula"; 177 static uint8_t text_ES_CompassCalib[] = "Calibrar brujula";
178
179 static uint8_t text_EN_GFSurf[] = "GF Surface";
180 static uint8_t text_DE_GFSurf[] = "";
181 static uint8_t text_FR_GFSurf[] = "";
182 static uint8_t text_IT_GFSurf[] = "";
183 static uint8_t text_ES_GFSurf[] = "";
178 184
179 static uint8_t text_EN_CompassInertia[] = "Compass inertia level"; 185 static uint8_t text_EN_CompassInertia[] = "Compass inertia level";
180 static uint8_t text_DE_CompassInertia[] = "Kompass Trägheitsfaktor"; 186 static uint8_t text_DE_CompassInertia[] = "Kompass Trägheitsfaktor";
181 static uint8_t text_FR_CompassInertia[] = "Facteur d'inertie"; 187 static uint8_t text_FR_CompassInertia[] = "Facteur d'inertie";
182 static uint8_t text_IT_CompassInertia[] = "Inerzia della bussola"; 188 static uint8_t text_IT_CompassInertia[] = "Inerzia della bussola";
2129 {(uint8_t)TXT2BYTE_ResetStopwatch, {text_EN_ResetStopwatch, text_DE_ResetStopwatch, text_FR_ResetStopwatch, text_IT_ResetStopwatch, text_ES_ResetStopwatch}}, 2135 {(uint8_t)TXT2BYTE_ResetStopwatch, {text_EN_ResetStopwatch, text_DE_ResetStopwatch, text_FR_ResetStopwatch, text_IT_ResetStopwatch, text_ES_ResetStopwatch}},
2130 {(uint8_t)TXT2BYTE_SetMarker, {text_EN_SetMarker, text_DE_SetMarker, text_FR_SetMarker, text_IT_SetMarker, text_ES_SetMarker}}, 2136 {(uint8_t)TXT2BYTE_SetMarker, {text_EN_SetMarker, text_DE_SetMarker, text_FR_SetMarker, text_IT_SetMarker, text_ES_SetMarker}},
2131 {(uint8_t)TXT2BYTE_SetMarkerShort, {text_EN_SetMarkerShort, text_DE_SetMarkerShort, text_FR_SetMarkerShort, text_IT_SetMarkerShort, text_ES_SetMarkerShort}}, 2137 {(uint8_t)TXT2BYTE_SetMarkerShort, {text_EN_SetMarkerShort, text_DE_SetMarkerShort, text_FR_SetMarkerShort, text_IT_SetMarkerShort, text_ES_SetMarkerShort}},
2132 {(uint8_t)TXT2BYTE_CheckMarker, {text_EN_CheckMarker, text_DE_CheckMarker, text_FR_CheckMarker, text_IT_CheckMarker, text_ES_CheckMarker}}, 2138 {(uint8_t)TXT2BYTE_CheckMarker, {text_EN_CheckMarker, text_DE_CheckMarker, text_FR_CheckMarker, text_IT_CheckMarker, text_ES_CheckMarker}},
2133 {(uint8_t)TXT2BYTE_CompassHeading, {text_EN_CompassHeading, text_DE_CompassHeading, text_FR_CompassHeading, text_IT_CompassHeading, text_ES_CompassHeading}}, 2139 {(uint8_t)TXT2BYTE_CompassHeading, {text_EN_CompassHeading, text_DE_CompassHeading, text_FR_CompassHeading, text_IT_CompassHeading, text_ES_CompassHeading}},
2140 {(uint8_t)TXT2BYTE_GFSurf, {text_EN_GFSurf, text_DE_GFSurf, text_FR_GFSurf, text_IT_GFSurf, text_ES_GFSurf}},
2134 {(uint8_t)TXT2BYTE_CalibView, {text_EN_CalibView, text_DE_CalibView, text_FR_CalibView, text_IT_CalibView, text_ES_CalibView}}, 2141 {(uint8_t)TXT2BYTE_CalibView, {text_EN_CalibView, text_DE_CalibView, text_FR_CalibView, text_IT_CalibView, text_ES_CalibView}},
2135 {(uint8_t)TXT2BYTE_IndicateFrame, {text_EN_IndicateFrame, text_DE_IndicateFrame, text_FR_IndicateFrame, text_IT_IndicateFrame, text_ES_IndicateFrame}}, 2142 {(uint8_t)TXT2BYTE_IndicateFrame, {text_EN_IndicateFrame, text_DE_IndicateFrame, text_FR_IndicateFrame, text_IT_IndicateFrame, text_ES_IndicateFrame}},
2136 {(uint8_t)TXT2BYTE_BoostBacklight, {text_EN_BoostBacklight, text_DE_BoostBacklight, text_FR_BoostBacklight, text_IT_BoostBacklight, text_ES_BoostBacklight}}, 2143 {(uint8_t)TXT2BYTE_BoostBacklight, {text_EN_BoostBacklight, text_DE_BoostBacklight, text_FR_BoostBacklight, text_IT_BoostBacklight, text_ES_BoostBacklight}},
2137 {(uint8_t)TXT2BYTE_FocusSpotSize, {text_EN_FocusSpotSize, text_DE_FocusSpotSize, text_FR_FocusSpotSize, text_IT_FocusSpotSize, text_ES_FocusSpotSize}}, 2144 {(uint8_t)TXT2BYTE_FocusSpotSize, {text_EN_FocusSpotSize, text_DE_FocusSpotSize, text_FR_FocusSpotSize, text_IT_FocusSpotSize, text_ES_FocusSpotSize}},
2138 {(uint8_t)TXT2BYTE_EndDiveMode, {text_EN_EndDiveMode, text_DE_EndDiveMode, text_FR_EndDiveMode, text_IT_EndDiveMode, text_ES_EndDiveMode}}, 2145 {(uint8_t)TXT2BYTE_EndDiveMode, {text_EN_EndDiveMode, text_DE_EndDiveMode, text_FR_EndDiveMode, text_IT_EndDiveMode, text_ES_EndDiveMode}},