comparison Discovery/Src/text_multilanguage.c @ 547:12f8745c8a94

Added viewport calibration to dive menu: To allow adjustments of the viewport during dive an option has been added to the dive menu "Xtra" including multi language strings
author Ideenmodellierer
date Mon, 02 Nov 2020 21:17:45 +0100
parents bce852cc3b91
children 531e7818b737
comparison
equal deleted inserted replaced
546:daa8d4474ba0 547:12f8745c8a94
742 static uint8_t text_EN_CompassHeading[] = "Compass heading"; 742 static uint8_t text_EN_CompassHeading[] = "Compass heading";
743 static uint8_t text_DE_CompassHeading[] = "Kompasskurs"; 743 static uint8_t text_DE_CompassHeading[] = "Kompasskurs";
744 static uint8_t text_FR_CompassHeading[] = "Cap"; 744 static uint8_t text_FR_CompassHeading[] = "Cap";
745 static uint8_t text_IT_CompassHeading[] = "Direzione bussola"; 745 static uint8_t text_IT_CompassHeading[] = "Direzione bussola";
746 static uint8_t text_ES_CompassHeading[] = "Rumbo brújula"; 746 static uint8_t text_ES_CompassHeading[] = "Rumbo brújula";
747
748 // Dive Menu
749 static uint8_t text_EN_CalibView[] = "Calibrate View";
750 static uint8_t text_DE_CalibView[] = "Blickwinkel";
751 static uint8_t text_FR_CalibView[] = "Calibrate View";
752 static uint8_t text_IT_CalibView[] = "Calibrate View";
753 static uint8_t text_ES_CalibView[] = "Calibrate View";
747 754
748 // Dive Menu 755 // Dive Menu
749 static uint8_t text_EN_EndDiveMode[] = "End dive"; 756 static uint8_t text_EN_EndDiveMode[] = "End dive";
750 static uint8_t text_DE_EndDiveMode[] = "Tauchgang beenden"; 757 static uint8_t text_DE_EndDiveMode[] = "Tauchgang beenden";
751 static uint8_t text_FR_EndDiveMode[] = "End dive"; 758 static uint8_t text_FR_EndDiveMode[] = "End dive";
1712 {(uint8_t)TXT2BYTE_RTE, {text_EN_RTE, text_DE_RTE, text_FR_RTE, text_IT_RTE, text_ES_RTE}}, 1719 {(uint8_t)TXT2BYTE_RTE, {text_EN_RTE, text_DE_RTE, text_FR_RTE, text_IT_RTE, text_ES_RTE}},
1713 {(uint8_t)TXT2BYTE_Fonts, {text_EN_Fonts, text_DE_Fonts, text_FR_Fonts, text_IT_Fonts, text_ES_Fonts}}, 1720 {(uint8_t)TXT2BYTE_Fonts, {text_EN_Fonts, text_DE_Fonts, text_FR_Fonts, text_IT_Fonts, text_ES_Fonts}},
1714 {(uint8_t)TXT2BYTE_ResetStopwatch, {text_EN_ResetStopwatch, text_DE_ResetStopwatch, text_FR_ResetStopwatch, text_IT_ResetStopwatch, text_ES_ResetStopwatch}}, 1721 {(uint8_t)TXT2BYTE_ResetStopwatch, {text_EN_ResetStopwatch, text_DE_ResetStopwatch, text_FR_ResetStopwatch, text_IT_ResetStopwatch, text_ES_ResetStopwatch}},
1715 {(uint8_t)TXT2BYTE_SetMarker, {text_EN_SetMarker, text_DE_SetMarker, text_FR_SetMarker, text_IT_SetMarker, text_ES_SetMarker}}, 1722 {(uint8_t)TXT2BYTE_SetMarker, {text_EN_SetMarker, text_DE_SetMarker, text_FR_SetMarker, text_IT_SetMarker, text_ES_SetMarker}},
1716 {(uint8_t)TXT2BYTE_CompassHeading, {text_EN_CompassHeading, text_DE_CompassHeading, text_FR_CompassHeading, text_IT_CompassHeading, text_ES_CompassHeading}}, 1723 {(uint8_t)TXT2BYTE_CompassHeading, {text_EN_CompassHeading, text_DE_CompassHeading, text_FR_CompassHeading, text_IT_CompassHeading, text_ES_CompassHeading}},
1724 {(uint8_t)TXT2BYTE_CalibView, {text_EN_CalibView, text_DE_CalibView, text_FR_CalibView, text_IT_CalibView, text_ES_CalibView}},
1717 {(uint8_t)TXT2BYTE_EndDiveMode, {text_EN_EndDiveMode, text_DE_EndDiveMode, text_FR_EndDiveMode, text_IT_EndDiveMode, text_ES_EndDiveMode}}, 1725 {(uint8_t)TXT2BYTE_EndDiveMode, {text_EN_EndDiveMode, text_DE_EndDiveMode, text_FR_EndDiveMode, text_IT_EndDiveMode, text_ES_EndDiveMode}},
1718 {(uint8_t)TXT2BYTE_Simulator, {text_EN_Simulator, text_DE_Simulator, text_FR_Simulator, text_IT_Simulator, text_ES_Simulator}}, 1726 {(uint8_t)TXT2BYTE_Simulator, {text_EN_Simulator, text_DE_Simulator, text_FR_Simulator, text_IT_Simulator, text_ES_Simulator}},
1719 {(uint8_t)TXT2BYTE_StartSimulator, {text_EN_StartSimulator, text_DE_StartSimulator, text_FR_StartSimulator, text_IT_StartSimulator, text_ES_StartSimulator}}, 1727 {(uint8_t)TXT2BYTE_StartSimulator, {text_EN_StartSimulator, text_DE_StartSimulator, text_FR_StartSimulator, text_IT_StartSimulator, text_ES_StartSimulator}},
1720 {(uint8_t)TXT2BYTE_Intervall, {text_EN_Intervall, text_DE_Intervall, text_FR_Intervall, text_IT_Intervall, text_ES_Intervall}}, 1728 {(uint8_t)TXT2BYTE_Intervall, {text_EN_Intervall, text_DE_Intervall, text_FR_Intervall, text_IT_Intervall, text_ES_Intervall}},
1721 {(uint8_t)TXT2BYTE_SimDiveTime, {text_EN_SimDiveTime, text_DE_SimDiveTime, text_FR_SimDiveTime, text_IT_SimDiveTime, text_ES_SimDiveTime}}, 1729 {(uint8_t)TXT2BYTE_SimDiveTime, {text_EN_SimDiveTime, text_DE_SimDiveTime, text_FR_SimDiveTime, text_IT_SimDiveTime, text_ES_SimDiveTime}},