Mercurial > public > ostc4
comparison Discovery/Src/text_multilanguage.c @ 543:bce852cc3b91
Shortend t3 view names:
Some german strings did not fit into the line in the selection dialog => shortend string
author | Ideenmodellierer |
---|---|
date | Sun, 11 Oct 2020 18:33:19 +0200 |
parents | 6960df7ddb09 |
children | 12f8745c8a94 |
comparison
equal
deleted
inserted
replaced
542:6960df7ddb09 | 543:bce852cc3b91 |
---|---|
1589 static uint8_t text_FR_SelectBigFont[] = ""; | 1589 static uint8_t text_FR_SelectBigFont[] = ""; |
1590 static uint8_t text_IT_SelectBigFont[] = ""; | 1590 static uint8_t text_IT_SelectBigFont[] = ""; |
1591 static uint8_t text_ES_SelectBigFont[] = ""; | 1591 static uint8_t text_ES_SelectBigFont[] = ""; |
1592 | 1592 |
1593 static uint8_t text_EN_ppo2Air[] = "PPO2 and active gas"; | 1593 static uint8_t text_EN_ppo2Air[] = "PPO2 and active gas"; |
1594 static uint8_t text_DE_ppo2Air[] = "PPO2 und aktives Atemgas"; | 1594 static uint8_t text_DE_ppo2Air[] = "PPO2/Atemgas"; |
1595 static uint8_t text_FR_ppo2Air[] = ""; | 1595 static uint8_t text_FR_ppo2Air[] = ""; |
1596 static uint8_t text_IT_ppo2Air[] = ""; | 1596 static uint8_t text_IT_ppo2Air[] = ""; |
1597 static uint8_t text_ES_ppo2Air[] = ""; | 1597 static uint8_t text_ES_ppo2Air[] = ""; |
1598 | 1598 |
1599 static uint8_t text_EN_Navigation[] = "Compass and stop watch"; | 1599 static uint8_t text_EN_Navigation[] = "Compass and stop watch"; |
1600 static uint8_t text_DE_Navigation[] = "Kompass und Stoppuhr"; | 1600 static uint8_t text_DE_Navigation[] = "Kompass/Stoppuhr"; |
1601 static uint8_t text_FR_Navigation[] = ""; | 1601 static uint8_t text_FR_Navigation[] = ""; |
1602 static uint8_t text_IT_Navigation[] = ""; | 1602 static uint8_t text_IT_Navigation[] = ""; |
1603 static uint8_t text_ES_Navigation[] = ""; | 1603 static uint8_t text_ES_Navigation[] = ""; |
1604 | 1604 |
1605 static uint8_t text_EN_DepthData[] = "Average and max depth"; | 1605 static uint8_t text_EN_DepthData[] = "Average and max depth"; |
1606 static uint8_t text_DE_DepthData[] = "Mittlere und maximale Tiefe"; | 1606 static uint8_t text_DE_DepthData[] = "Mittlere/max Tiefe"; |
1607 static uint8_t text_FR_DepthData[] = ""; | 1607 static uint8_t text_FR_DepthData[] = ""; |
1608 static uint8_t text_IT_DepthData[] = ""; | 1608 static uint8_t text_IT_DepthData[] = ""; |
1609 static uint8_t text_ES_DepthData[] = ""; | 1609 static uint8_t text_ES_DepthData[] = ""; |
1610 | 1610 |
1611 static uint8_t text_EN_DecoTTS[] = "Deco and TTS"; | 1611 static uint8_t text_EN_DecoTTS[] = "Deco and TTS"; |
1612 static uint8_t text_DE_DecoTTS[] = "Deco und TTS"; | 1612 static uint8_t text_DE_DecoTTS[] = "Deco/TTS"; |
1613 static uint8_t text_FR_DecoTTS[] = ""; | 1613 static uint8_t text_FR_DecoTTS[] = ""; |
1614 static uint8_t text_IT_DecoTTS[] = ""; | 1614 static uint8_t text_IT_DecoTTS[] = ""; |
1615 static uint8_t text_ES_DecoTTS[] = ""; | 1615 static uint8_t text_ES_DecoTTS[] = ""; |
1616 | 1616 |
1617 /* Lookup Table -------------------------------------------------------------*/ | 1617 /* Lookup Table -------------------------------------------------------------*/ |