# HG changeset patch # User heinrichsweikamp # Date 1738077331 -3600 # Node ID 53900dfe335b956c212c2ba1793f6f8de14a5f1b # Parent 79b522fbabe66502d85cbf699c5e8fc3640d19cc Rename "Travel" to "Work" gas as in the older/smaller OSTC (again) diff -r 79b522fbabe6 -r 53900dfe335b Discovery/Src/text_multilanguage.c --- a/Discovery/Src/text_multilanguage.c Sun Jan 26 19:31:38 2025 +0100 +++ b/Discovery/Src/text_multilanguage.c Tue Jan 28 16:15:31 2025 +0100 @@ -293,11 +293,11 @@ static uint8_t text_ES_Deco[] = "Deco"; // Menu Gas -static uint8_t text_EN_Travel[] = "Travel"; -static uint8_t text_DE_Travel[] = "Reise"; -static uint8_t text_FR_Travel[] = "Travel"; -static uint8_t text_IT_Travel[] = "Viaggio"; -static uint8_t text_ES_Travel[] = "Viaje"; +static uint8_t text_EN_Travel[] = "Work"; +static uint8_t text_DE_Travel[] = "Arbeit"; +static uint8_t text_FR_Travel[] = "Travail"; +static uint8_t text_IT_Travel[] = "Lavaro"; +static uint8_t text_ES_Travel[] = "Labor"; // Menu Gas static uint8_t text_EN_Inactive[] = "Inactive"; @@ -1621,11 +1621,11 @@ static uint8_t text_IT_ShowDebug[] = "Informazioni Debug"; static uint8_t text_ES_ShowDebug[] = "Información de depuración"; -static uint8_t text_EN_SimTravelGas[] = "Travel Gas"; -static uint8_t text_DE_SimTravelGas[] = "Reise Gas"; -static uint8_t text_FR_SimTravelGas[] = "Gaz Travel"; -static uint8_t text_IT_SimTravelGas[] = "Gas da viaggio"; -static uint8_t text_ES_SimTravelGas[] = "Gas de viaje"; +static uint8_t text_EN_SimTravelGas[] = "Work Gas"; +static uint8_t text_DE_SimTravelGas[] = "Arbeitsgas"; +static uint8_t text_FR_SimTravelGas[] = "Gaz Travail"; +static uint8_t text_IT_SimTravelGas[] = "Gas da Lavaro"; +static uint8_t text_ES_SimTravelGas[] = "Gas de Labor"; static uint8_t text_EN_SimDecoGas[] = "Deco Gas"; static uint8_t text_DE_SimDecoGas[] = "Deko Gas";