Mercurial > public > ostc4
comparison Discovery/Src/text_multilanguage.c @ 646:0fc1b47d2482
Remove battery charge counter from information menu:
Due to long timeouts during charging (e.g. temperature break) multiple charge cycles could be counted without removment of the charger. To avoid confusions the visualization of this parameter has been removed.
author | Ideenmodellierer |
---|---|
date | Tue, 13 Apr 2021 19:21:14 +0200 |
parents | 3e1a0e267f38 |
children | 5f0d3dce5ef4 |
comparison
equal
deleted
inserted
replaced
645:e58f81cb25a7 | 646:0fc1b47d2482 |
---|---|
1147 static uint8_t text_FR_Usage_Environment[] = "Conditions environ."; | 1147 static uint8_t text_FR_Usage_Environment[] = "Conditions environ."; |
1148 static uint8_t text_IT_Usage_Environment[] = "Condizioni ambientali"; | 1148 static uint8_t text_IT_Usage_Environment[] = "Condizioni ambientali"; |
1149 static uint8_t text_ES_Usage_Environment[] = "Condiciones ambientales"; | 1149 static uint8_t text_ES_Usage_Environment[] = "Condiciones ambientales"; |
1150 | 1150 |
1151 // Menu SYS2 sub Information | 1151 // Menu SYS2 sub Information |
1152 static uint8_t text_EN_ChargeCycles[] = "Charge cycles (complete)"; | 1152 static uint8_t text_EN_ChargeCycles[] = "Last charging cycle (complete)"; |
1153 static uint8_t text_DE_ChargeCycles[] = "Ladezyklen (vollständig)"; | 1153 static uint8_t text_DE_ChargeCycles[] = "Letzter Ladezyklus (vollständig)"; |
1154 static uint8_t text_FR_ChargeCycles[] = "Cycles de charge (complets)"; | 1154 static uint8_t text_FR_ChargeCycles[] = "Dernier cycles de charge (complets)"; |
1155 static uint8_t text_IT_ChargeCycles[] = "Ricarica completata"; | 1155 static uint8_t text_IT_ChargeCycles[] = "Ultimo ciclo di ricarica (completata)"; |
1156 static uint8_t text_ES_ChargeCycles[] = "Carga completada"; | 1156 static uint8_t text_ES_ChargeCycles[] = "Ultimo ciclo de carga (completada)"; |
1157 | 1157 |
1158 // Menu SYS2 sub Information | 1158 // Menu SYS2 sub Information |
1159 static uint8_t text_EN_LowestVoltage[] = "Lowest battery voltage"; | 1159 static uint8_t text_EN_LowestVoltage[] = "Lowest battery voltage"; |
1160 static uint8_t text_DE_LowestVoltage[] = "Niedrigste Batteriespannung"; | 1160 static uint8_t text_DE_LowestVoltage[] = "Niedrigste Batteriespannung"; |
1161 static uint8_t text_FR_LowestVoltage[] = "Voltage min batterie"; | 1161 static uint8_t text_FR_LowestVoltage[] = "Voltage min batterie"; |