comparison Discovery/Src/text_multilanguage.c @ 974:53900dfe335b Evo_2_23 tip

Rename "Travel" to "Work" gas as in the older/smaller OSTC (again)
author heinrichsweikamp
date Tue, 28 Jan 2025 16:15:31 +0100
parents 81049905d829
children
comparison
equal deleted inserted replaced
973:79b522fbabe6 974:53900dfe335b
291 static uint8_t text_FR_Deco[] = "Déco"; 291 static uint8_t text_FR_Deco[] = "Déco";
292 static uint8_t text_IT_Deco[] = "Deco"; 292 static uint8_t text_IT_Deco[] = "Deco";
293 static uint8_t text_ES_Deco[] = "Deco"; 293 static uint8_t text_ES_Deco[] = "Deco";
294 294
295 // Menu Gas 295 // Menu Gas
296 static uint8_t text_EN_Travel[] = "Travel"; 296 static uint8_t text_EN_Travel[] = "Work";
297 static uint8_t text_DE_Travel[] = "Reise"; 297 static uint8_t text_DE_Travel[] = "Arbeit";
298 static uint8_t text_FR_Travel[] = "Travel"; 298 static uint8_t text_FR_Travel[] = "Travail";
299 static uint8_t text_IT_Travel[] = "Viaggio"; 299 static uint8_t text_IT_Travel[] = "Lavaro";
300 static uint8_t text_ES_Travel[] = "Viaje"; 300 static uint8_t text_ES_Travel[] = "Labor";
301 301
302 // Menu Gas 302 // Menu Gas
303 static uint8_t text_EN_Inactive[] = "Inactive"; 303 static uint8_t text_EN_Inactive[] = "Inactive";
304 static uint8_t text_DE_Inactive[] = "Deaktiviert"; 304 static uint8_t text_DE_Inactive[] = "Deaktiviert";
305 static uint8_t text_FR_Inactive[] = "Desactivé"; 305 static uint8_t text_FR_Inactive[] = "Desactivé";
1619 static uint8_t text_DE_ShowDebug[] = "Fehlersuche"; 1619 static uint8_t text_DE_ShowDebug[] = "Fehlersuche";
1620 static uint8_t text_FR_ShowDebug[] = "Info de déboguage"; 1620 static uint8_t text_FR_ShowDebug[] = "Info de déboguage";
1621 static uint8_t text_IT_ShowDebug[] = "Informazioni Debug"; 1621 static uint8_t text_IT_ShowDebug[] = "Informazioni Debug";
1622 static uint8_t text_ES_ShowDebug[] = "Información de depuración"; 1622 static uint8_t text_ES_ShowDebug[] = "Información de depuración";
1623 1623
1624 static uint8_t text_EN_SimTravelGas[] = "Travel Gas"; 1624 static uint8_t text_EN_SimTravelGas[] = "Work Gas";
1625 static uint8_t text_DE_SimTravelGas[] = "Reise Gas"; 1625 static uint8_t text_DE_SimTravelGas[] = "Arbeitsgas";
1626 static uint8_t text_FR_SimTravelGas[] = "Gaz Travel"; 1626 static uint8_t text_FR_SimTravelGas[] = "Gaz Travail";
1627 static uint8_t text_IT_SimTravelGas[] = "Gas da viaggio"; 1627 static uint8_t text_IT_SimTravelGas[] = "Gas da Lavaro";
1628 static uint8_t text_ES_SimTravelGas[] = "Gas de viaje"; 1628 static uint8_t text_ES_SimTravelGas[] = "Gas de Labor";
1629 1629
1630 static uint8_t text_EN_SimDecoGas[] = "Deco Gas"; 1630 static uint8_t text_EN_SimDecoGas[] = "Deco Gas";
1631 static uint8_t text_DE_SimDecoGas[] = "Deko Gas"; 1631 static uint8_t text_DE_SimDecoGas[] = "Deko Gas";
1632 static uint8_t text_FR_SimDecoGas[] = "Gaz déco"; 1632 static uint8_t text_FR_SimDecoGas[] = "Gaz déco";
1633 static uint8_t text_IT_SimDecoGas[] = "Gas decompressivo"; 1633 static uint8_t text_IT_SimDecoGas[] = "Gas decompressivo";