Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
285:ab6c42d2d30b | 286:733877ab87d9 |
---|---|
63 static uint8_t text_FR_Divetime[] = "Durée"; | 63 static uint8_t text_FR_Divetime[] = "Durée"; |
64 static uint8_t text_IT_Divetime[] = "Tempo"; | 64 static uint8_t text_IT_Divetime[] = "Tempo"; |
65 static uint8_t text_ES_Divetime[] = "Tiempo"; | 65 static uint8_t text_ES_Divetime[] = "Tiempo"; |
66 | 66 |
67 // dive mode | 67 // dive mode |
68 static uint8_t text_EN_MaxDepth[] = "Max depth"; | 68 static uint8_t text_EN_MaxDepth[] = "Max. depth"; |
69 static uint8_t text_DE_MaxDepth[] = "Max Tiefe"; | 69 static uint8_t text_DE_MaxDepth[] = "Max. Tiefe"; |
70 static uint8_t text_FR_MaxDepth[] = "Prof. max"; // Profondeur | 70 static uint8_t text_FR_MaxDepth[] = "Prof. max"; // Profondeur |
71 static uint8_t text_IT_MaxDepth[] = "Prof. max"; | 71 static uint8_t text_IT_MaxDepth[] = "Prof. max"; |
72 static uint8_t text_ES_MaxDepth[] = "Prof. max"; | 72 static uint8_t text_ES_MaxDepth[] = "Prof. max"; |
73 | 73 |
74 // dive mode | 74 // dive mode |
75 static uint8_t text_EN_AvgDepth[] = "Avg depth"; | 75 static uint8_t text_EN_AvgDepth[] = "Avg. depth"; |
76 static uint8_t text_DE_AvgDepth[] = "(/) Tiefe"; | 76 static uint8_t text_DE_AvgDepth[] = "(/) Tiefe"; |
77 static uint8_t text_FR_AvgDepth[] = "Prof. moy"; | 77 static uint8_t text_FR_AvgDepth[] = "Prof. moy"; |
78 static uint8_t text_IT_AvgDepth[] = "Prof. media"; | 78 static uint8_t text_IT_AvgDepth[] = "Prof. media"; |
79 static uint8_t text_ES_AvgDepth[] = "Prof. media"; | 79 static uint8_t text_ES_AvgDepth[] = "Prof. media"; |
80 | 80 |
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[] = "Saturation"; | 159 static uint8_t text_EN_ActualGradient[] = "Saturation"; |
160 static uint8_t text_DE_ActualGradient[] = ""; | 160 static uint8_t text_DE_ActualGradient[] = "Sättigung"; |
161 static uint8_t text_FR_ActualGradient[] = ""; | 161 static uint8_t text_FR_ActualGradient[] = ""; |
162 static uint8_t text_IT_ActualGradient[] = ""; | 162 static uint8_t text_IT_ActualGradient[] = ""; |
163 static uint8_t text_ES_ActualGradient[] = ""; | 163 static uint8_t text_ES_ActualGradient[] = ""; |
164 | 164 |
165 // dive mode | 165 // dive mode |