Mercurial > public > ostc4
changeset 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 | 79b522fbabe6 |
children | |
files | Discovery/Src/text_multilanguage.c |
diffstat | 1 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- 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";