comparison Discovery/Src/text_multilanguage.c @ 526:88c626d01ee5

Added new option to gas configuration: "Off": Added strings and menu definitions needed to implement new state. The new state may be activated in code using the compile switch "ENABLE_UNUSED_GAS_HIDING"
author Ideenmodellierer
date Sun, 13 Sep 2020 20:55:54 +0200
parents 0a407cd48912
children d784f281833a
comparison
equal deleted inserted replaced
525:1f557e5f4b5a 526:88c626d01ee5
286 static uint8_t text_EN_Inactive[] = "Inactive"; 286 static uint8_t text_EN_Inactive[] = "Inactive";
287 static uint8_t text_DE_Inactive[] = "Deaktiviert"; 287 static uint8_t text_DE_Inactive[] = "Deaktiviert";
288 static uint8_t text_FR_Inactive[] = "Desactivé"; 288 static uint8_t text_FR_Inactive[] = "Desactivé";
289 static uint8_t text_IT_Inactive[] = "Disattivato"; 289 static uint8_t text_IT_Inactive[] = "Disattivato";
290 static uint8_t text_ES_Inactive[] = "Inactivo"; 290 static uint8_t text_ES_Inactive[] = "Inactivo";
291
292 // Menu Gas
293 static uint8_t text_EN_Off[] = "Off";
294 static uint8_t text_DE_Off[] = "Ausblenden";
295 static uint8_t text_FR_Off[] = "";
296 static uint8_t text_IT_Off[] = "";
297 static uint8_t text_ES_Off[] = "";
291 298
292 // Menu Gas 299 // Menu Gas
293 static uint8_t text_EN_ChangeDepth[] = "Change depth"; 300 static uint8_t text_EN_ChangeDepth[] = "Change depth";
294 static uint8_t text_DE_ChangeDepth[] = "Wechseltiefe"; 301 static uint8_t text_DE_ChangeDepth[] = "Wechseltiefe";
295 static uint8_t text_FR_ChangeDepth[] = "Prof.Changmt"; 302 static uint8_t text_FR_ChangeDepth[] = "Prof.Changmt";
1630 {(uint8_t)TXT_Diluent_Gas_Edit, {text_EN_Diluent_Gas_Edit, text_DE_Diluent_Gas_Edit, text_FR_Diluent_Gas_Edit, text_IT_Diluent_Gas_Edit, text_ES_Diluent_Gas_Edit}}, 1637 {(uint8_t)TXT_Diluent_Gas_Edit, {text_EN_Diluent_Gas_Edit, text_DE_Diluent_Gas_Edit, text_FR_Diluent_Gas_Edit, text_IT_Diluent_Gas_Edit, text_ES_Diluent_Gas_Edit}},
1631 {(uint8_t)TXT_Mix, {text_EN_Mix, text_DE_Mix, text_FR_Mix, text_IT_Mix, text_ES_Mix}}, 1638 {(uint8_t)TXT_Mix, {text_EN_Mix, text_DE_Mix, text_FR_Mix, text_IT_Mix, text_ES_Mix}},
1632 {(uint8_t)TXT_First, {text_EN_First, text_DE_First, text_FR_First, text_IT_First, text_ES_First}}, 1639 {(uint8_t)TXT_First, {text_EN_First, text_DE_First, text_FR_First, text_IT_First, text_ES_First}},
1633 {(uint8_t)TXT_Deco, {text_EN_Deco, text_DE_Deco, text_FR_Deco, text_IT_Deco, text_ES_Deco}}, 1640 {(uint8_t)TXT_Deco, {text_EN_Deco, text_DE_Deco, text_FR_Deco, text_IT_Deco, text_ES_Deco}},
1634 {(uint8_t)TXT_Travel, {text_EN_Travel, text_DE_Travel, text_FR_Travel, text_IT_Travel, text_ES_Travel}}, 1641 {(uint8_t)TXT_Travel, {text_EN_Travel, text_DE_Travel, text_FR_Travel, text_IT_Travel, text_ES_Travel}},
1635 {(uint8_t)TXT_Inactive, {text_EN_Inactive, text_DE_Inactive, text_FR_Inactive, text_IT_Inactive, text_ES_Inactive}}, 1642 {(uint8_t)TXT_Inactive, {text_EN_Inactive, text_DE_Inactive, text_FR_Inactive, text_IT_Inactive, text_ES_Inactive}},
1643 {(uint8_t)TXT_Off, {text_EN_Off, text_DE_Off, text_FR_Off, text_IT_Off, text_ES_Off}},
1636 {(uint8_t)TXT_ChangeDepth, {text_EN_ChangeDepth, text_DE_ChangeDepth, text_FR_ChangeDepth, text_IT_ChangeDepth, text_ES_ChangeDepth}}, 1644 {(uint8_t)TXT_ChangeDepth, {text_EN_ChangeDepth, text_DE_ChangeDepth, text_FR_ChangeDepth, text_IT_ChangeDepth, text_ES_ChangeDepth}},
1637 {(uint8_t)TXT_Active, {text_EN_Active, text_DE_Active, text_FR_Active, text_IT_Active, text_ES_Active}}, 1645 {(uint8_t)TXT_Active, {text_EN_Active, text_DE_Active, text_FR_Active, text_IT_Active, text_ES_Active}},
1638 {(uint8_t)TXT_Default, {text_EN_Default, text_DE_Default, text_FR_Default, text_IT_Default, text_ES_Default}}, 1646 {(uint8_t)TXT_Default, {text_EN_Default, text_DE_Default, text_FR_Default, text_IT_Default, text_ES_Default}},
1639 {(uint8_t)TXT_Type, {text_EN_Type, text_DE_Type, text_FR_Type, text_IT_Type, text_ES_Type}}, 1647 {(uint8_t)TXT_Type, {text_EN_Type, text_DE_Type, text_FR_Type, text_IT_Type, text_ES_Type}},
1640 {(uint8_t)TXT_Setpoint_Edit, {text_EN_Setpoint_Edit, text_DE_Setpoint_Edit, text_FR_Setpoint_Edit, text_IT_Setpoint_Edit, text_ES_Setpoint_Edit}}, 1648 {(uint8_t)TXT_Setpoint_Edit, {text_EN_Setpoint_Edit, text_DE_Setpoint_Edit, text_FR_Setpoint_Edit, text_IT_Setpoint_Edit, text_ES_Setpoint_Edit}},