Mercurial > public > ostc4
diff Discovery/Src/text_multilanguage.c @ 286:733877ab87d9
Minor: Some Texts fixed, allign RTErequired* values with RTE firmware
author | heinrichsweikamp |
---|---|
date | Mon, 06 May 2019 09:00:58 +0200 |
parents | 3949781096d4 |
children | 77de014928d6 50ea68c7a153 |
line wrap: on
line diff
--- a/Discovery/Src/text_multilanguage.c Sun May 05 11:06:02 2019 +0200 +++ b/Discovery/Src/text_multilanguage.c Mon May 06 09:00:58 2019 +0200 @@ -65,14 +65,14 @@ static uint8_t text_ES_Divetime[] = "Tiempo"; // dive mode -static uint8_t text_EN_MaxDepth[] = "Max depth"; -static uint8_t text_DE_MaxDepth[] = "Max Tiefe"; +static uint8_t text_EN_MaxDepth[] = "Max. depth"; +static uint8_t text_DE_MaxDepth[] = "Max. Tiefe"; static uint8_t text_FR_MaxDepth[] = "Prof. max"; // Profondeur static uint8_t text_IT_MaxDepth[] = "Prof. max"; static uint8_t text_ES_MaxDepth[] = "Prof. max"; // dive mode -static uint8_t text_EN_AvgDepth[] = "Avg depth"; +static uint8_t text_EN_AvgDepth[] = "Avg. depth"; static uint8_t text_DE_AvgDepth[] = "(/) Tiefe"; static uint8_t text_FR_AvgDepth[] = "Prof. moy"; static uint8_t text_IT_AvgDepth[] = "Prof. media"; @@ -157,7 +157,7 @@ // dive mode static uint8_t text_EN_ActualGradient[] = "Saturation"; -static uint8_t text_DE_ActualGradient[] = ""; +static uint8_t text_DE_ActualGradient[] = "Sättigung"; static uint8_t text_FR_ActualGradient[] = ""; static uint8_t text_IT_ActualGradient[] = ""; static uint8_t text_ES_ActualGradient[] = "";