comparison Discovery/Src/text_multilanguage.c @ 958:902cb199eee6 Evo_2_23

Changed menu name O2 Sensors to External Sensors: Meanwhile not only O2 sensors may be connected using the external interface (e.g. CO2 sensors) => renamed menu to avoid confusions.
author Ideenmodellierer
date Mon, 06 Jan 2025 21:34:33 +0100
parents e9c37071933b
children
comparison
equal deleted inserted replaced
957:3420e3ba698d 958:902cb199eee6
200 static uint8_t text_FR_Compass[] = "Boussole"; 200 static uint8_t text_FR_Compass[] = "Boussole";
201 static uint8_t text_IT_Compass[] = "Bussola"; 201 static uint8_t text_IT_Compass[] = "Bussola";
202 static uint8_t text_ES_Compass[] = "Brújula"; 202 static uint8_t text_ES_Compass[] = "Brújula";
203 203
204 // Menu SYS1 204 // Menu SYS1
205 static uint8_t text_EN_o2Sensors[] = "Oxygen sensors"; 205 static uint8_t text_EN_o2Sensors[] = "External sensors";
206 static uint8_t text_DE_o2Sensors[] = "O2-Sensoren"; 206 static uint8_t text_DE_o2Sensors[] = "Externe Sensoren";
207 static uint8_t text_FR_o2Sensors[] = "Cellules O2"; 207 static uint8_t text_FR_o2Sensors[] = "Cellules externe";
208 static uint8_t text_IT_o2Sensors[] = "Sensore O2"; 208 static uint8_t text_IT_o2Sensors[] = "Sensori esterni";
209 static uint8_t text_ES_o2Sensors[] = "Sensores de O2"; 209 static uint8_t text_ES_o2Sensors[] = "Sensores externos";
210 210
211 // Menu SYS1 211 // Menu SYS1
212 static uint8_t text_EN_Brightness[] = "Brightness"; 212 static uint8_t text_EN_Brightness[] = "Brightness";
213 static uint8_t text_DE_Brightness[] = "Display-Helligkeit"; 213 static uint8_t text_DE_Brightness[] = "Display-Helligkeit";
214 static uint8_t text_FR_Brightness[] = "Luminosité"; 214 static uint8_t text_FR_Brightness[] = "Luminosité";