Mercurial > public > ostc4
diff Discovery/Src/text_multilanguage.c @ 663:16833cd3a2f5 Betatest
Revert Setbluetooh name changes
author | Ideenmodellierer |
---|---|
date | Tue, 21 Dec 2021 19:32:29 +0100 |
parents | 1b995079c045 |
children | c00a80f26641 |
line wrap: on
line diff
--- a/Discovery/Src/text_multilanguage.c Tue Dec 14 15:36:10 2021 +0100 +++ b/Discovery/Src/text_multilanguage.c Tue Dec 21 19:32:29 2021 +0100 @@ -638,13 +638,6 @@ static uint8_t text_ES_SetFactoryDefaults[] = "Restablecer ajustes de fábrica"; // Menu SYS2 sub -static uint8_t text_EN_ResetBluetooth[] = "Reset bluetooth interface"; -static uint8_t text_DE_ResetBluetooth[] = "Bluetooth interface zurüchsetzen"; -static uint8_t text_FR_ResetBluetooth[] = ""; -static uint8_t text_IT_ResetBluetooth[] = ""; -static uint8_t text_ES_ResetBluetooth[] = ""; - -// Menu SYS2 sub static uint8_t text_EN_SetSampleIndex[] = "Analyse log memory"; static uint8_t text_DE_SetSampleIndex[] = "Prüfe Logbuchspeicher"; static uint8_t text_FR_SetSampleIndex[] = "Maintain log memory"; @@ -1976,7 +1969,6 @@ {(uint8_t)TXT2BYTE_Maintenance, {text_EN_Maintenance, text_DE_Maintenance, text_FR_Maintenance, text_IT_Maintenance, text_ES_Maintenance}}, {(uint8_t)TXT2BYTE_SetBatteryCharge,{text_EN_SetBatteryCharge, text_DE_SetBatteryCharge, text_FR_SetBatteryCharge, text_IT_SetBatteryCharge, text_ES_SetBatteryCharge}}, {(uint8_t)TXT2BYTE_SetFactoryDefaults,{text_EN_SetFactoryDefaults, text_DE_SetFactoryDefaults, text_FR_SetFactoryDefaults, text_IT_SetFactoryDefaults, text_ES_SetFactoryDefaults}}, - {(uint8_t)TXT2BYTE_ResetBluetooth, {text_EN_ResetBluetooth, text_DE_ResetBluetooth, text_FR_ResetBluetooth, text_IT_ResetBluetooth, text_ES_ResetBluetooth}}, {(uint8_t)TXT2BYTE_SetSampleIndex, {text_EN_SetSampleIndex, text_DE_SetSampleIndex, text_FR_SetSampleIndex, text_IT_SetSampleIndex, text_ES_SetSampleIndex}}, {(uint8_t)TXT2BYTE_Reboot, {text_EN_Reboot, text_DE_Reboot, text_FR_Reboot, text_IT_Reboot, text_ES_Reboot}},