Mercurial > public > ostc4
comparison Discovery/Src/text_multilanguage.c @ 523:0a407cd48912
Changed string for data view selections:
Changed string to better visualize what is located behind the menu option
author | Ideenmodellierer |
---|---|
date | Thu, 10 Sep 2020 20:52:47 +0200 |
parents | 998529b3e142 |
children | 88c626d01ee5 |
comparison
equal
deleted
inserted
replaced
522:7512804bc6cf | 523:0a407cd48912 |
---|---|
1562 static uint8_t text_DE_FlipDisplay[] = "Anzeige spiegeln"; | 1562 static uint8_t text_DE_FlipDisplay[] = "Anzeige spiegeln"; |
1563 static uint8_t text_FR_FlipDisplay[] = ""; | 1563 static uint8_t text_FR_FlipDisplay[] = ""; |
1564 static uint8_t text_IT_FlipDisplay[] = ""; | 1564 static uint8_t text_IT_FlipDisplay[] = ""; |
1565 static uint8_t text_ES_FlipDisplay[] = ""; | 1565 static uint8_t text_ES_FlipDisplay[] = ""; |
1566 | 1566 |
1567 static uint8_t text_EN_SelectCustom[] = "Data views"; | 1567 static uint8_t text_EN_SelectCustom[] = "Select data views"; |
1568 static uint8_t text_DE_SelectCustom[] = "Auswahl Datenanzeige"; | 1568 static uint8_t text_DE_SelectCustom[] = "Auswahl Datenanzeige"; |
1569 static uint8_t text_FR_SelectCustom[] = ""; | 1569 static uint8_t text_FR_SelectCustom[] = ""; |
1570 static uint8_t text_IT_SelectCustom[] = ""; | 1570 static uint8_t text_IT_SelectCustom[] = ""; |
1571 static uint8_t text_ES_SelectCustom[] = ""; | 1571 static uint8_t text_ES_SelectCustom[] = ""; |
1572 | 1572 |
1573 static uint8_t text_EN_SelectBigFont[] = "Bigfont data views"; | 1573 static uint8_t text_EN_SelectBigFont[] = "Select bigfont data views"; |
1574 static uint8_t text_DE_SelectBigFont[] = "Grosschrift Daten"; | 1574 static uint8_t text_DE_SelectBigFont[] = "Auswahl Grosschrift Daten"; |
1575 static uint8_t text_FR_SelectBigFont[] = ""; | 1575 static uint8_t text_FR_SelectBigFont[] = ""; |
1576 static uint8_t text_IT_SelectBigFont[] = ""; | 1576 static uint8_t text_IT_SelectBigFont[] = ""; |
1577 static uint8_t text_ES_SelectBigFont[] = ""; | 1577 static uint8_t text_ES_SelectBigFont[] = ""; |
1578 | 1578 |
1579 static uint8_t text_EN_ppo2Air[] = "PPO2 and active gas"; | 1579 static uint8_t text_EN_ppo2Air[] = "PPO2 and active gas"; |