comparison Discovery/Src/text_multilanguage.c @ 552:531e7818b737

Added menu structure to acces viewport calibration: A menu item in surface and dive mode has been added to calibrate the view point between diver and OSTC display. For a proper calibration the diver needs to face north (0? ) => Detailed instruction / guidance to be added.
author Ideenmodellierer
date Sun, 08 Nov 2020 18:46:46 +0100
parents 12f8745c8a94
children ec76fa85009e
comparison
equal deleted inserted replaced
551:e3237f580ae9 552:531e7818b737
1 ///////////////////////////////////////////////////////////////////////////// 1 /// -*- coding: UTF-8 -*-
2 /// -*- coding: UTF-8 -*-
3 /// 2 ///
4 /// \file Discovery/Src/text_multilanguage.c 3 /// \file Discovery/Src/text_multilanguage.c
5 /// \brief Date file of TXT Multilanguage Support 4 /// \brief Date file of TXT Multilanguage Support
6 /// \author heinrichs weikamp gmbh 5 /// \author heinrichs weikamp gmbh
7 /// \date 20-April-2014 6 /// \date 20-April-2014
1404 static uint8_t text_EN_ApneaSurface[] = "Surface time"; 1403 static uint8_t text_EN_ApneaSurface[] = "Surface time";
1405 static uint8_t text_DE_ApneaSurface[] = "Oberflächenzeit"; 1404 static uint8_t text_DE_ApneaSurface[] = "Oberflächenzeit";
1406 static uint8_t text_FR_ApneaSurface[] = "Tps.surface"; 1405 static uint8_t text_FR_ApneaSurface[] = "Tps.surface";
1407 static uint8_t text_IT_ApneaSurface[] = "Tempo di superficie"; 1406 static uint8_t text_IT_ApneaSurface[] = "Tempo di superficie";
1408 static uint8_t text_ES_ApneaSurface[] = "Tiempo de superficie"; 1407 static uint8_t text_ES_ApneaSurface[] = "Tiempo de superficie";
1408
1409 static uint8_t text_EN_IndicateFrame[] = "Change frame color";
1410 static uint8_t text_DE_IndicateFrame[] = "Farbwechsel Rahmen";
1411 static uint8_t text_FR_IndicateFrame[] = "";
1412 static uint8_t text_IT_IndicateFrame[] = "";
1413 static uint8_t text_ES_IndicateFrame[] = "";
1414
1415 static uint8_t text_EN_BoostBacklight[] = "Boost Backlight:";
1416 static uint8_t text_DE_BoostBacklight[] = "Helligkeit+:";
1417 static uint8_t text_FR_BoostBacklight[] = "";
1418 static uint8_t text_IT_BoostBacklight[] = "";
1419 static uint8_t text_ES_BoostBacklight[] = "";
1409 1420
1410 /* 1421 /*
1411 static uint8_t text_EN_ApneaCount[] = ""; 1422 static uint8_t text_EN_ApneaCount[] = "";
1412 static uint8_t text_DE_ApneaCount[] = ""; 1423 static uint8_t text_DE_ApneaCount[] = "";
1413 static uint8_t text_FR_ApneaCount[] = ""; 1424 static uint8_t text_FR_ApneaCount[] = "";
1720 {(uint8_t)TXT2BYTE_Fonts, {text_EN_Fonts, text_DE_Fonts, text_FR_Fonts, text_IT_Fonts, text_ES_Fonts}}, 1731 {(uint8_t)TXT2BYTE_Fonts, {text_EN_Fonts, text_DE_Fonts, text_FR_Fonts, text_IT_Fonts, text_ES_Fonts}},
1721 {(uint8_t)TXT2BYTE_ResetStopwatch, {text_EN_ResetStopwatch, text_DE_ResetStopwatch, text_FR_ResetStopwatch, text_IT_ResetStopwatch, text_ES_ResetStopwatch}}, 1732 {(uint8_t)TXT2BYTE_ResetStopwatch, {text_EN_ResetStopwatch, text_DE_ResetStopwatch, text_FR_ResetStopwatch, text_IT_ResetStopwatch, text_ES_ResetStopwatch}},
1722 {(uint8_t)TXT2BYTE_SetMarker, {text_EN_SetMarker, text_DE_SetMarker, text_FR_SetMarker, text_IT_SetMarker, text_ES_SetMarker}}, 1733 {(uint8_t)TXT2BYTE_SetMarker, {text_EN_SetMarker, text_DE_SetMarker, text_FR_SetMarker, text_IT_SetMarker, text_ES_SetMarker}},
1723 {(uint8_t)TXT2BYTE_CompassHeading, {text_EN_CompassHeading, text_DE_CompassHeading, text_FR_CompassHeading, text_IT_CompassHeading, text_ES_CompassHeading}}, 1734 {(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}}, 1735 {(uint8_t)TXT2BYTE_CalibView, {text_EN_CalibView, text_DE_CalibView, text_FR_CalibView, text_IT_CalibView, text_ES_CalibView}},
1736 {(uint8_t)TXT2BYTE_IndicateFrame, {text_EN_IndicateFrame, text_DE_IndicateFrame, text_FR_IndicateFrame, text_IT_IndicateFrame, text_ES_IndicateFrame}},
1737 {(uint8_t)TXT2BYTE_BoostBacklight, {text_EN_BoostBacklight, text_DE_BoostBacklight, text_FR_BoostBacklight, text_IT_BoostBacklight, text_ES_BoostBacklight}},
1725 {(uint8_t)TXT2BYTE_EndDiveMode, {text_EN_EndDiveMode, text_DE_EndDiveMode, text_FR_EndDiveMode, text_IT_EndDiveMode, text_ES_EndDiveMode}}, 1738 {(uint8_t)TXT2BYTE_EndDiveMode, {text_EN_EndDiveMode, text_DE_EndDiveMode, text_FR_EndDiveMode, text_IT_EndDiveMode, text_ES_EndDiveMode}},
1726 {(uint8_t)TXT2BYTE_Simulator, {text_EN_Simulator, text_DE_Simulator, text_FR_Simulator, text_IT_Simulator, text_ES_Simulator}}, 1739 {(uint8_t)TXT2BYTE_Simulator, {text_EN_Simulator, text_DE_Simulator, text_FR_Simulator, text_IT_Simulator, text_ES_Simulator}},
1727 {(uint8_t)TXT2BYTE_StartSimulator, {text_EN_StartSimulator, text_DE_StartSimulator, text_FR_StartSimulator, text_IT_StartSimulator, text_ES_StartSimulator}}, 1740 {(uint8_t)TXT2BYTE_StartSimulator, {text_EN_StartSimulator, text_DE_StartSimulator, text_FR_StartSimulator, text_IT_StartSimulator, text_ES_StartSimulator}},
1728 {(uint8_t)TXT2BYTE_Intervall, {text_EN_Intervall, text_DE_Intervall, text_FR_Intervall, text_IT_Intervall, text_ES_Intervall}}, 1741 {(uint8_t)TXT2BYTE_Intervall, {text_EN_Intervall, text_DE_Intervall, text_FR_Intervall, text_IT_Intervall, text_ES_Intervall}},
1729 {(uint8_t)TXT2BYTE_SimDiveTime, {text_EN_SimDiveTime, text_DE_SimDiveTime, text_FR_SimDiveTime, text_IT_SimDiveTime, text_ES_SimDiveTime}}, 1742 {(uint8_t)TXT2BYTE_SimDiveTime, {text_EN_SimDiveTime, text_DE_SimDiveTime, text_FR_SimDiveTime, text_IT_SimDiveTime, text_ES_SimDiveTime}},