comparison Discovery/Src/text_multilanguage.c @ 1054:8fe6676f28c9 Icon_Integration tip

Restructure reset menu: The reset for custom icon back to the default has been added. Without modification it would not have fit into the reset menu. To add some space all reset operations have been moved into a general "Reset" menu linke it is also implemented for the reboot options. The icon reset option is only show if an icon is stored.
author Ideenmodellierer
date Wed, 31 Dec 2025 17:52:03 +0100
parents 88b6ab90c55a
children
comparison
equal deleted inserted replaced
1053:36fa1c44e597 1054:8fe6676f28c9
735 static uint8_t text_EN_ResetLogbook[] = "Reset logbook"; 735 static uint8_t text_EN_ResetLogbook[] = "Reset logbook";
736 static uint8_t text_DE_ResetLogbook[] = "Logbuch zurücksetzen"; 736 static uint8_t text_DE_ResetLogbook[] = "Logbuch zurücksetzen";
737 static uint8_t text_FR_ResetLogbook[] = "RaZ carnet"; // RaZ 737 static uint8_t text_FR_ResetLogbook[] = "RaZ carnet"; // RaZ
738 static uint8_t text_IT_ResetLogbook[] = "Ripristina logbook"; 738 static uint8_t text_IT_ResetLogbook[] = "Ripristina logbook";
739 static uint8_t text_ES_ResetLogbook[] = "Borrar diario"; 739 static uint8_t text_ES_ResetLogbook[] = "Borrar diario";
740
741 // Menu SYS2 sub
742 static uint8_t text_EN_ResetIcon[] = "Reset icon";
743 static uint8_t text_DE_ResetIcon[] = "Icon zurücksetzen";
744 static uint8_t text_FR_ResetIcon[] = "Icône de réinitialisation"; // RaZ
745 static uint8_t text_IT_ResetIcon[] = "Reimposta icona";
746 static uint8_t text_ES_ResetIcon[] = "Icono de reinicio";
740 747
741 // Surface warning 748 // Surface warning
742 static uint8_t text_EN_PleaseUpdate[] = "Please update"; 749 static uint8_t text_EN_PleaseUpdate[] = "Please update";
743 static uint8_t text_DE_PleaseUpdate[] = "Bitte updaten:"; 750 static uint8_t text_DE_PleaseUpdate[] = "Bitte updaten:";
744 static uint8_t text_FR_PleaseUpdate[] = "Mettre a jours svp."; 751 static uint8_t text_FR_PleaseUpdate[] = "Mettre a jours svp.";
2124 {(uint8_t)TXT2BYTE_Abort, {text_EN_Abort, text_DE_Abort, text_FR_Abort, text_IT_Abort, text_ES_Abort}}, 2131 {(uint8_t)TXT2BYTE_Abort, {text_EN_Abort, text_DE_Abort, text_FR_Abort, text_IT_Abort, text_ES_Abort}},
2125 {(uint8_t)TXT2BYTE_RebootRTE, {text_EN__RebootRTE, text_DE__RebootRTE, text_FR__RebootRTE, text_IT__RebootRTE, text_ES__RebootRTE}}, 2132 {(uint8_t)TXT2BYTE_RebootRTE, {text_EN__RebootRTE, text_DE__RebootRTE, text_FR__RebootRTE, text_IT__RebootRTE, text_ES__RebootRTE}},
2126 {(uint8_t)TXT2BYTE_ResetAll, {text_EN_ResetAll, text_DE_ResetAll, text_FR_ResetAll, text_IT_ResetAll, text_ES_ResetAll}}, 2133 {(uint8_t)TXT2BYTE_ResetAll, {text_EN_ResetAll, text_DE_ResetAll, text_FR_ResetAll, text_IT_ResetAll, text_ES_ResetAll}},
2127 {(uint8_t)TXT2BYTE_ResetDeco, {text_EN_ResetDeco, text_DE_ResetDeco, text_FR_ResetDeco, text_IT_ResetDeco, text_ES_ResetDeco}}, 2134 {(uint8_t)TXT2BYTE_ResetDeco, {text_EN_ResetDeco, text_DE_ResetDeco, text_FR_ResetDeco, text_IT_ResetDeco, text_ES_ResetDeco}},
2128 {(uint8_t)TXT2BYTE_ResetLogbook, {text_EN_ResetLogbook, text_DE_ResetLogbook, text_FR_ResetLogbook, text_IT_ResetLogbook, text_ES_ResetLogbook}}, 2135 {(uint8_t)TXT2BYTE_ResetLogbook, {text_EN_ResetLogbook, text_DE_ResetLogbook, text_FR_ResetLogbook, text_IT_ResetLogbook, text_ES_ResetLogbook}},
2136 {(uint8_t)TXT2BYTE_ResetIcon, {text_EN_ResetIcon, text_DE_ResetIcon, text_FR_ResetIcon, text_IT_ResetIcon, text_ES_ResetIcon}},
2129 {(uint8_t)TXT2BYTE_RebootMainCPU, {text_EN_StartBootloader, text_DE_StartBootloader, text_FR_StartBootloader, text_IT_StartBootloader, text_ES_StartBootloader}}, 2137 {(uint8_t)TXT2BYTE_RebootMainCPU, {text_EN_StartBootloader, text_DE_StartBootloader, text_FR_StartBootloader, text_IT_StartBootloader, text_ES_StartBootloader}},
2130 {(uint8_t)TXT2BYTE_Exit, {text_EN_Exit, text_DE_Exit, text_FR_Exit, text_IT_Exit, text_ES_Exit}}, 2138 {(uint8_t)TXT2BYTE_Exit, {text_EN_Exit, text_DE_Exit, text_FR_Exit, text_IT_Exit, text_ES_Exit}},
2131 {(uint8_t)TXT2BYTE_ShowDebug, {text_EN_ShowDebug, text_DE_ShowDebug, text_FR_ShowDebug, text_IT_ShowDebug, text_ES_ShowDebug}}, 2139 {(uint8_t)TXT2BYTE_ShowDebug, {text_EN_ShowDebug, text_DE_ShowDebug, text_FR_ShowDebug, text_IT_ShowDebug, text_ES_ShowDebug}},
2132 {(uint8_t)TXT2BYTE_PleaseUpdate, {text_EN_PleaseUpdate, text_DE_PleaseUpdate, text_FR_PleaseUpdate, text_IT_PleaseUpdate, text_ES_PleaseUpdate}}, 2140 {(uint8_t)TXT2BYTE_PleaseUpdate, {text_EN_PleaseUpdate, text_DE_PleaseUpdate, text_FR_PleaseUpdate, text_IT_PleaseUpdate, text_ES_PleaseUpdate}},
2133 {(uint8_t)TXT2BYTE_RTE, {text_EN_RTE, text_DE_RTE, text_FR_RTE, text_IT_RTE, text_ES_RTE}}, 2141 {(uint8_t)TXT2BYTE_RTE, {text_EN_RTE, text_DE_RTE, text_FR_RTE, text_IT_RTE, text_ES_RTE}},