comparison Discovery/Src/text_multilanguage.c @ 247:3949781096d4 bm-1

feature: Relative GF to Saturation renames Rename relevant code from Relative GF to Saturation. Involving UI elements, variable names, translated texts (that still need to be done), etc. No functional changes. Notice that I chose super_saturation as name, to provide a better link to the hwOS repo. Further notice that the TXT variable name is not changed. This is intensional, as there is also a desaturation variable, so things might get confusing renaming the TXT variable name. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author Jan Mulder <jlmulder@xs4all.nl>
date Tue, 09 Apr 2019 16:30:21 +0200
parents 2bb1db22b5f5
children 733877ab87d9
comparison
equal deleted inserted replaced
246:ff0d23625cd5 247:3949781096d4
154 static uint8_t text_FR_Ceiling[] = "Plafond"; 154 static uint8_t text_FR_Ceiling[] = "Plafond";
155 static uint8_t text_IT_Ceiling[] = "Ceiling"; 155 static uint8_t text_IT_Ceiling[] = "Ceiling";
156 static uint8_t text_ES_Ceiling[] = "Techo"; 156 static uint8_t text_ES_Ceiling[] = "Techo";
157 157
158 // dive mode 158 // dive mode
159 static uint8_t text_EN_ActualGradient[] = "Relative GF"; 159 static uint8_t text_EN_ActualGradient[] = "Saturation";
160 static uint8_t text_DE_ActualGradient[] = "Relativ GF"; 160 static uint8_t text_DE_ActualGradient[] = "";
161 static uint8_t text_FR_ActualGradient[] = "GF relatif"; 161 static uint8_t text_FR_ActualGradient[] = "";
162 static uint8_t text_IT_ActualGradient[] = "GF relativo"; 162 static uint8_t text_IT_ActualGradient[] = "";
163 static uint8_t text_ES_ActualGradient[] = "GF relativo"; 163 static uint8_t text_ES_ActualGradient[] = "";
164 164
165 // dive mode 165 // dive mode
166 static uint8_t text_EN_Stopwatch[] = "Stopwatch"; 166 static uint8_t text_EN_Stopwatch[] = "Stopwatch";
167 static uint8_t text_DE_Stopwatch[] = "Stoppuhr"; 167 static uint8_t text_DE_Stopwatch[] = "Stoppuhr";
168 static uint8_t text_FR_Stopwatch[] = "Chrono"; 168 static uint8_t text_FR_Stopwatch[] = "Chrono";