Mercurial > public > ostc4
comparison Discovery/Src/text_multilanguage.c @ 829:d5e68cc08f9a Evo_2_23
Changes wording from travel gas to work gas to use same wording as for other OSTCs
author | Ideenmodellierer |
---|---|
date | Thu, 16 Nov 2023 20:25:01 +0100 (18 months ago) |
parents | dd7ce655db26 |
children | 2a8af51ab04d |
comparison
equal
deleted
inserted
replaced
828:107c29934671 | 829:d5e68cc08f9a |
---|---|
286 static uint8_t text_FR_Deco[] = "Déco"; | 286 static uint8_t text_FR_Deco[] = "Déco"; |
287 static uint8_t text_IT_Deco[] = "Deco"; | 287 static uint8_t text_IT_Deco[] = "Deco"; |
288 static uint8_t text_ES_Deco[] = "Deco"; | 288 static uint8_t text_ES_Deco[] = "Deco"; |
289 | 289 |
290 // Menu Gas | 290 // Menu Gas |
291 static uint8_t text_EN_Travel[] = "Travel"; | 291 static uint8_t text_EN_Travel[] = "Work"; |
292 static uint8_t text_DE_Travel[] = "Reise"; | 292 static uint8_t text_DE_Travel[] = "Arbeit"; |
293 static uint8_t text_FR_Travel[] = "Travel"; | 293 static uint8_t text_FR_Travel[] = "Travel"; |
294 static uint8_t text_IT_Travel[] = "Viaggio"; | 294 static uint8_t text_IT_Travel[] = "Viaggio"; |
295 static uint8_t text_ES_Travel[] = "Viaje"; | 295 static uint8_t text_ES_Travel[] = "Viaje"; |
296 | 296 |
297 // Menu Gas | 297 // Menu Gas |
1587 static uint8_t text_DE_ShowDebug[] = "Fehlersuche"; | 1587 static uint8_t text_DE_ShowDebug[] = "Fehlersuche"; |
1588 static uint8_t text_FR_ShowDebug[] = "Info de déboguage"; | 1588 static uint8_t text_FR_ShowDebug[] = "Info de déboguage"; |
1589 static uint8_t text_IT_ShowDebug[] = "Informazioni Debug"; | 1589 static uint8_t text_IT_ShowDebug[] = "Informazioni Debug"; |
1590 static uint8_t text_ES_ShowDebug[] = "Información de depuración"; | 1590 static uint8_t text_ES_ShowDebug[] = "Información de depuración"; |
1591 | 1591 |
1592 static uint8_t text_EN_SimTravelGas[] = "Travel Gas"; | 1592 static uint8_t text_EN_SimTravelGas[] = "Work Gas"; |
1593 static uint8_t text_DE_SimTravelGas[] = "Reise Gas"; | 1593 static uint8_t text_DE_SimTravelGas[] = "Arbeitsgas"; |
1594 static uint8_t text_FR_SimTravelGas[] = "Gaz Travel"; | 1594 static uint8_t text_FR_SimTravelGas[] = "Gaz Travel"; |
1595 static uint8_t text_IT_SimTravelGas[] = "Gas da viaggio"; | 1595 static uint8_t text_IT_SimTravelGas[] = "Gas da viaggio"; |
1596 static uint8_t text_ES_SimTravelGas[] = "Gas de viaje"; | 1596 static uint8_t text_ES_SimTravelGas[] = "Gas de viaje"; |
1597 | 1597 |
1598 static uint8_t text_EN_SimDecoGas[] = "Deco Gas"; | 1598 static uint8_t text_EN_SimDecoGas[] = "Deco Gas"; |