Mercurial > public > ostc4
changeset 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 | 3420e3ba698d |
children | 5d5fa0a3b409 |
files | Discovery/Src/text_multilanguage.c |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Discovery/Src/text_multilanguage.c Mon Jan 06 20:06:35 2025 +0100 +++ b/Discovery/Src/text_multilanguage.c Mon Jan 06 21:34:33 2025 +0100 @@ -202,11 +202,11 @@ static uint8_t text_ES_Compass[] = "Brújula"; // Menu SYS1 -static uint8_t text_EN_o2Sensors[] = "Oxygen sensors"; -static uint8_t text_DE_o2Sensors[] = "O2-Sensoren"; -static uint8_t text_FR_o2Sensors[] = "Cellules O2"; -static uint8_t text_IT_o2Sensors[] = "Sensore O2"; -static uint8_t text_ES_o2Sensors[] = "Sensores de O2"; +static uint8_t text_EN_o2Sensors[] = "External sensors"; +static uint8_t text_DE_o2Sensors[] = "Externe Sensoren"; +static uint8_t text_FR_o2Sensors[] = "Cellules externe"; +static uint8_t text_IT_o2Sensors[] = "Sensori esterni"; +static uint8_t text_ES_o2Sensors[] = "Sensores externos"; // Menu SYS1 static uint8_t text_EN_Brightness[] = "Brightness";