comparison Discovery/Src/text_multilanguage.c @ 376:a90100959871 MotionDetection

Added string for Empty/ Debug custom view selection
author ideenmodellierer
date Mon, 16 Sep 2019 20:21:06 +0200
parents 7b981f8bdd41
children 14fd5f35cb50
comparison
equal deleted inserted replaced
375:4bb5ceebfaf9 376:a90100959871
1343 static uint8_t text_EN_Summary[] = "Overview"; 1343 static uint8_t text_EN_Summary[] = "Overview";
1344 static uint8_t text_DE_Summary[] = "Uebersicht"; // T42 hat keine großen Umlaute hw 170103 1344 static uint8_t text_DE_Summary[] = "Uebersicht"; // T42 hat keine großen Umlaute hw 170103
1345 static uint8_t text_FR_Summary[] = "Exposé"; 1345 static uint8_t text_FR_Summary[] = "Exposé";
1346 static uint8_t text_IT_Summary[] = "Tutto schermo"; 1346 static uint8_t text_IT_Summary[] = "Tutto schermo";
1347 static uint8_t text_ES_Summary[] = "Visión general"; 1347 static uint8_t text_ES_Summary[] = "Visión general";
1348
1349 static uint8_t text_EN_DispNoneDbg[] = "Debug/None";
1350 static uint8_t text_DE_DispNoneDbg[] = "Debug/Leer";
1351 static uint8_t text_FR_DispNoneDbg[] = "Debug/None";
1352 static uint8_t text_IT_DispNoneDbg[] = "Debug/None";
1353 static uint8_t text_ES_DispNoneDbg[] = "Debug/None";
1348 1354
1349 static uint8_t text_EN_ApneaTotal[] = "total"; 1355 static uint8_t text_EN_ApneaTotal[] = "total";
1350 static uint8_t text_DE_ApneaTotal[] = "gesamt"; 1356 static uint8_t text_DE_ApneaTotal[] = "gesamt";
1351 static uint8_t text_FR_ApneaTotal[] = ""; 1357 static uint8_t text_FR_ApneaTotal[] = "";
1352 static uint8_t text_IT_ApneaTotal[] = "Completo"; 1358 static uint8_t text_IT_ApneaTotal[] = "Completo";
1765 {(uint8_t)TXT2BYTE_Reboot, {text_EN_Reboot, text_DE_Reboot, text_FR_Reboot, text_IT_Reboot, text_ES_Reboot}}, 1771 {(uint8_t)TXT2BYTE_Reboot, {text_EN_Reboot, text_DE_Reboot, text_FR_Reboot, text_IT_Reboot, text_ES_Reboot}},
1766 {(uint8_t)TXT2BYTE_ButtonLeft, {text_EN_ButtonLeft, text_DE_ButtonLeft, text_FR_ButtonLeft, text_IT_ButtonLeft, text_ES_ButtonLeft}}, 1772 {(uint8_t)TXT2BYTE_ButtonLeft, {text_EN_ButtonLeft, text_DE_ButtonLeft, text_FR_ButtonLeft, text_IT_ButtonLeft, text_ES_ButtonLeft}},
1767 {(uint8_t)TXT2BYTE_ButtonMitte, {text_EN_ButtonMitte, text_DE_ButtonMitte, text_FR_ButtonMitte, text_IT_ButtonMitte, text_ES_ButtonMitte}}, 1773 {(uint8_t)TXT2BYTE_ButtonMitte, {text_EN_ButtonMitte, text_DE_ButtonMitte, text_FR_ButtonMitte, text_IT_ButtonMitte, text_ES_ButtonMitte}},
1768 {(uint8_t)TXT2BYTE_ButtonRight, {text_EN_ButtonRight, text_DE_ButtonRight, text_FR_ButtonRight, text_IT_ButtonRight, text_ES_ButtonRight}}, 1774 {(uint8_t)TXT2BYTE_ButtonRight, {text_EN_ButtonRight, text_DE_ButtonRight, text_FR_ButtonRight, text_IT_ButtonRight, text_ES_ButtonRight}},
1769 {(uint8_t)TXT2BYTE_Summary, {text_EN_Summary, text_DE_Summary, text_FR_Summary, text_IT_Summary, text_ES_Summary}}, 1775 {(uint8_t)TXT2BYTE_Summary, {text_EN_Summary, text_DE_Summary, text_FR_Summary, text_IT_Summary, text_ES_Summary}},
1776 {(uint8_t)TXT2BYTE_DispNoneDbg, {text_EN_DispNoneDbg, text_DE_DispNoneDbg, text_FR_DispNoneDbg, text_IT_DispNoneDbg, text_ES_DispNoneDbg}},
1770 {(uint8_t)TXT2BYTE_ApneaLast, {text_EN_ApneaLast, text_DE_ApneaLast, text_FR_ApneaLast, text_IT_ApneaLast, text_ES_ApneaLast}}, 1777 {(uint8_t)TXT2BYTE_ApneaLast, {text_EN_ApneaLast, text_DE_ApneaLast, text_FR_ApneaLast, text_IT_ApneaLast, text_ES_ApneaLast}},
1771 {(uint8_t)TXT2BYTE_ApneaTotal, {text_EN_ApneaTotal, text_DE_ApneaTotal, text_FR_ApneaTotal, text_IT_ApneaTotal, text_ES_ApneaTotal}}, 1778 {(uint8_t)TXT2BYTE_ApneaTotal, {text_EN_ApneaTotal, text_DE_ApneaTotal, text_FR_ApneaTotal, text_IT_ApneaTotal, text_ES_ApneaTotal}},
1772 {(uint8_t)TXT2BYTE_ApneaSurface, {text_EN_ApneaSurface, text_DE_ApneaSurface, text_FR_ApneaSurface, text_IT_ApneaSurface, text_ES_ApneaSurface}}, 1779 {(uint8_t)TXT2BYTE_ApneaSurface, {text_EN_ApneaSurface, text_DE_ApneaSurface, text_FR_ApneaSurface, text_IT_ApneaSurface, text_ES_ApneaSurface}},
1773 1780
1774 {(uint8_t)TXT2BYTE_FLIPDISPLAY, {text_EN_FlipDisplay, text_DE_FlipDisplay, text_FR_FlipDisplay, text_IT_FlipDisplay, text_ES_FlipDisplay}}, 1781 {(uint8_t)TXT2BYTE_FLIPDISPLAY, {text_EN_FlipDisplay, text_DE_FlipDisplay, text_FR_FlipDisplay, text_IT_FlipDisplay, text_ES_FlipDisplay}},