Mercurial > public > ostc4
comparison Discovery/Src/text_multilanguage.c @ 107:926098fb116a FlipDisplay
Next text ID for display flip
author | Ideenmodellierer |
---|---|
date | Tue, 01 Jan 2019 20:59:36 +0100 |
parents | 90ceb2402d94 |
children | 3834b6272ee5 |
comparison
equal
deleted
inserted
replaced
106:d8dc8327f340 | 107:926098fb116a |
---|---|
1648 static uint8_t text_DE_Luftintegration[] = "Luftintegration"; | 1648 static uint8_t text_DE_Luftintegration[] = "Luftintegration"; |
1649 static uint8_t text_FR_Luftintegration[] = ""; | 1649 static uint8_t text_FR_Luftintegration[] = ""; |
1650 static uint8_t text_IT_Luftintegration[] = "ARIA"; | 1650 static uint8_t text_IT_Luftintegration[] = "ARIA"; |
1651 static uint8_t text_ES_Luftintegration[] = ""; | 1651 static uint8_t text_ES_Luftintegration[] = ""; |
1652 */ | 1652 */ |
1653 | |
1654 static uint8_t text_EN_FlipDisplay[] = "Flip display"; | |
1655 static uint8_t text_DE_FlipDisplay[] = "Anzeige spiegeln"; | |
1656 static uint8_t text_FR_FlipDisplay[] = ""; | |
1657 static uint8_t text_IT_FlipDisplay[] = ""; | |
1658 static uint8_t text_ES_FlipDisplay[] = ""; | |
1653 | 1659 |
1654 /* Lookup Table -------------------------------------------------------------*/ | 1660 /* Lookup Table -------------------------------------------------------------*/ |
1655 | 1661 |
1656 const tText text_array[] = | 1662 const tText text_array[] = |
1657 { | 1663 { |
1889 {(uint8_t)TXT2BYTE_Summary, {text_EN_Summary, text_DE_Summary, text_FR_Summary, text_IT_Summary, text_ES_Summary}}, | 1895 {(uint8_t)TXT2BYTE_Summary, {text_EN_Summary, text_DE_Summary, text_FR_Summary, text_IT_Summary, text_ES_Summary}}, |
1890 {(uint8_t)TXT2BYTE_ApneaLast, {text_EN_ApneaLast, text_DE_ApneaLast, text_FR_ApneaLast, text_IT_ApneaLast, text_ES_ApneaLast}}, | 1896 {(uint8_t)TXT2BYTE_ApneaLast, {text_EN_ApneaLast, text_DE_ApneaLast, text_FR_ApneaLast, text_IT_ApneaLast, text_ES_ApneaLast}}, |
1891 {(uint8_t)TXT2BYTE_ApneaTotal, {text_EN_ApneaTotal, text_DE_ApneaTotal, text_FR_ApneaTotal, text_IT_ApneaTotal, text_ES_ApneaTotal}}, | 1897 {(uint8_t)TXT2BYTE_ApneaTotal, {text_EN_ApneaTotal, text_DE_ApneaTotal, text_FR_ApneaTotal, text_IT_ApneaTotal, text_ES_ApneaTotal}}, |
1892 {(uint8_t)TXT2BYTE_ApneaSurface, {text_EN_ApneaSurface, text_DE_ApneaSurface, text_FR_ApneaSurface, text_IT_ApneaSurface, text_ES_ApneaSurface}}, | 1898 {(uint8_t)TXT2BYTE_ApneaSurface, {text_EN_ApneaSurface, text_DE_ApneaSurface, text_FR_ApneaSurface, text_IT_ApneaSurface, text_ES_ApneaSurface}}, |
1893 | 1899 |
1900 {(uint8_t)TXT2BYTE_FLIPDISPLAY, {text_EN_FlipDisplay, text_DE_FlipDisplay, text_FR_FlipDisplay, text_IT_FlipDisplay, text_ES_FlipDisplay}}, | |
1901 | |
1902 | |
1894 // {(uint8_t)TXT2BYTE_ApneaCount, {text_EN_ApneaCount, text_DE_ApneaCount, text_FR_ApneaCount, text_IT_ApneaCount, text_ES_ApneaCount}}, | 1903 // {(uint8_t)TXT2BYTE_ApneaCount, {text_EN_ApneaCount, text_DE_ApneaCount, text_FR_ApneaCount, text_IT_ApneaCount, text_ES_ApneaCount}}, |
1895 // unused {(uint8_t)TXT2BYTE_Button1, {text_EN_Button1, text_DE_Button1, text_FR_Button1, text_IT_Button1, text_ES_Button1}}, | 1904 // unused {(uint8_t)TXT2BYTE_Button1, {text_EN_Button1, text_DE_Button1, text_FR_Button1, text_IT_Button1, text_ES_Button1}}, |
1896 // unused {(uint8_t)TXT2BYTE_Button2, {text_EN_Button2, text_DE_Button2, text_FR_Button2, text_IT_Button2, text_ES_Button2}}, | 1905 // unused {(uint8_t)TXT2BYTE_Button2, {text_EN_Button2, text_DE_Button2, text_FR_Button2, text_IT_Button2, text_ES_Button2}}, |
1897 // unused {(uint8_t)TXT2BYTE_Button3, {text_EN_Button3, text_DE_Button3, text_FR_Button3, text_IT_Button3, text_ES_Button3}}, | 1906 // unused {(uint8_t)TXT2BYTE_Button3, {text_EN_Button3, text_DE_Button3, text_FR_Button3, text_IT_Button3, text_ES_Button3}}, |
1898 // unused {(uint8_t)TXT2BYTE_Button4, {text_EN_Button4, text_DE_Button4, text_FR_Button4, text_IT_Button4, text_ES_Button4}}, | 1907 // unused {(uint8_t)TXT2BYTE_Button4, {text_EN_Button4, text_DE_Button4, text_FR_Button4, text_IT_Button4, text_ES_Button4}}, |