Mercurial > public > ostc4
comparison Discovery/Src/text_multilanguage.c @ 249:cefee1448ea6
Merged in janlmulder/ostc4/bm-1 (pull request #16)
Replace Relative GF by saturation
author | heinrichsweikamp <bitbucket@heinrichsweikamp.com> |
---|---|
date | Thu, 11 Apr 2019 10:26:22 +0000 |
parents | 3949781096d4 |
children | 733877ab87d9 |
comparison
equal
deleted
inserted
replaced
245:c282f9e88c66 | 249:cefee1448ea6 |
---|---|
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"; |