comparison Discovery/Src/text_multilanguage.c @ 619:8fa2de4414a8

Added t3 quick menu for marker synchronisation: By selecting the "Check" optin of the quickmenu available in the T3_Profile view only, the live profile data may be syncronised with the marker data stored in the log profile. The implementation does not mentain a history storage. In case all markes have been checked the next check will cause the live data to be shown. another check will then map the profile again to the first marker. To support this functionality menu infra structures have been added to the menu handling functions.
author Ideenmodellierer
date Wed, 27 Jan 2021 22:10:11 +0100
parents beeb23d18443
children 3e1a0e267f38
comparison
equal deleted inserted replaced
618:96af74455420 619:8fa2de4414a8
735 static uint8_t text_DE_SetMarker[] = "Markierung"; 735 static uint8_t text_DE_SetMarker[] = "Markierung";
736 static uint8_t text_FR_SetMarker[] = "Repère"; 736 static uint8_t text_FR_SetMarker[] = "Repère";
737 static uint8_t text_IT_SetMarker[] = "Marcatura"; 737 static uint8_t text_IT_SetMarker[] = "Marcatura";
738 static uint8_t text_ES_SetMarker[] = "Poner Marcador"; 738 static uint8_t text_ES_SetMarker[] = "Poner Marcador";
739 739
740 static uint8_t text_EN_SetMarkerShort[] = "Set Mark"; 740 static uint8_t text_EN_SetMarkerShort[] = "Set mark";
741 static uint8_t text_DE_SetMarkerShort[] = "Markierung"; 741 static uint8_t text_DE_SetMarkerShort[] = "Marker";
742 static uint8_t text_FR_SetMarkerShort[] = "Repère"; 742 static uint8_t text_FR_SetMarkerShort[] = "Repère";
743 static uint8_t text_IT_SetMarkerShort[] = "Marcatura"; 743 static uint8_t text_IT_SetMarkerShort[] = "Marcatura";
744 static uint8_t text_ES_SetMarkerShort[] = "Marcador"; 744 static uint8_t text_ES_SetMarkerShort[] = "Marcador";
745
746 static uint8_t text_EN_CheckMarker[] = "Check";
747 static uint8_t text_DE_CheckMarker[] = "Passiert";
748 static uint8_t text_FR_CheckMarker[] = "";
749 static uint8_t text_IT_CheckMarker[] = "";
750 static uint8_t text_ES_CheckMarker[] = "";
745 751
746 // Dive Menu 752 // Dive Menu
747 static uint8_t text_EN_CompassHeading[] = "Compass heading"; 753 static uint8_t text_EN_CompassHeading[] = "Compass heading";
748 static uint8_t text_DE_CompassHeading[] = "Kompasskurs"; 754 static uint8_t text_DE_CompassHeading[] = "Kompasskurs";
749 static uint8_t text_FR_CompassHeading[] = "Cap"; 755 static uint8_t text_FR_CompassHeading[] = "Cap";
1760 {(uint8_t)TXT2BYTE_RTE, {text_EN_RTE, text_DE_RTE, text_FR_RTE, text_IT_RTE, text_ES_RTE}}, 1766 {(uint8_t)TXT2BYTE_RTE, {text_EN_RTE, text_DE_RTE, text_FR_RTE, text_IT_RTE, text_ES_RTE}},
1761 {(uint8_t)TXT2BYTE_Fonts, {text_EN_Fonts, text_DE_Fonts, text_FR_Fonts, text_IT_Fonts, text_ES_Fonts}}, 1767 {(uint8_t)TXT2BYTE_Fonts, {text_EN_Fonts, text_DE_Fonts, text_FR_Fonts, text_IT_Fonts, text_ES_Fonts}},
1762 {(uint8_t)TXT2BYTE_ResetStopwatch, {text_EN_ResetStopwatch, text_DE_ResetStopwatch, text_FR_ResetStopwatch, text_IT_ResetStopwatch, text_ES_ResetStopwatch}}, 1768 {(uint8_t)TXT2BYTE_ResetStopwatch, {text_EN_ResetStopwatch, text_DE_ResetStopwatch, text_FR_ResetStopwatch, text_IT_ResetStopwatch, text_ES_ResetStopwatch}},
1763 {(uint8_t)TXT2BYTE_SetMarker, {text_EN_SetMarker, text_DE_SetMarker, text_FR_SetMarker, text_IT_SetMarker, text_ES_SetMarker}}, 1769 {(uint8_t)TXT2BYTE_SetMarker, {text_EN_SetMarker, text_DE_SetMarker, text_FR_SetMarker, text_IT_SetMarker, text_ES_SetMarker}},
1764 {(uint8_t)TXT2BYTE_SetMarkerShort, {text_EN_SetMarkerShort, text_DE_SetMarkerShort, text_FR_SetMarkerShort, text_IT_SetMarkerShort, text_ES_SetMarkerShort}}, 1770 {(uint8_t)TXT2BYTE_SetMarkerShort, {text_EN_SetMarkerShort, text_DE_SetMarkerShort, text_FR_SetMarkerShort, text_IT_SetMarkerShort, text_ES_SetMarkerShort}},
1771 {(uint8_t)TXT2BYTE_CheckMarker, {text_EN_CheckMarker, text_DE_CheckMarker, text_FR_CheckMarker, text_IT_CheckMarker, text_ES_CheckMarker}},
1765 {(uint8_t)TXT2BYTE_CompassHeading, {text_EN_CompassHeading, text_DE_CompassHeading, text_FR_CompassHeading, text_IT_CompassHeading, text_ES_CompassHeading}}, 1772 {(uint8_t)TXT2BYTE_CompassHeading, {text_EN_CompassHeading, text_DE_CompassHeading, text_FR_CompassHeading, text_IT_CompassHeading, text_ES_CompassHeading}},
1766 {(uint8_t)TXT2BYTE_CalibView, {text_EN_CalibView, text_DE_CalibView, text_FR_CalibView, text_IT_CalibView, text_ES_CalibView}}, 1773 {(uint8_t)TXT2BYTE_CalibView, {text_EN_CalibView, text_DE_CalibView, text_FR_CalibView, text_IT_CalibView, text_ES_CalibView}},
1767 {(uint8_t)TXT2BYTE_IndicateFrame, {text_EN_IndicateFrame, text_DE_IndicateFrame, text_FR_IndicateFrame, text_IT_IndicateFrame, text_ES_IndicateFrame}}, 1774 {(uint8_t)TXT2BYTE_IndicateFrame, {text_EN_IndicateFrame, text_DE_IndicateFrame, text_FR_IndicateFrame, text_IT_IndicateFrame, text_ES_IndicateFrame}},
1768 {(uint8_t)TXT2BYTE_BoostBacklight, {text_EN_BoostBacklight, text_DE_BoostBacklight, text_FR_BoostBacklight, text_IT_BoostBacklight, text_ES_BoostBacklight}}, 1775 {(uint8_t)TXT2BYTE_BoostBacklight, {text_EN_BoostBacklight, text_DE_BoostBacklight, text_FR_BoostBacklight, text_IT_BoostBacklight, text_ES_BoostBacklight}},
1769 {(uint8_t)TXT2BYTE_EndDiveMode, {text_EN_EndDiveMode, text_DE_EndDiveMode, text_FR_EndDiveMode, text_IT_EndDiveMode, text_ES_EndDiveMode}}, 1776 {(uint8_t)TXT2BYTE_EndDiveMode, {text_EN_EndDiveMode, text_DE_EndDiveMode, text_FR_EndDiveMode, text_IT_EndDiveMode, text_ES_EndDiveMode}},