Mercurial > public > ostc4
comparison Discovery/Src/text_multilanguage.c @ 55:a7683f9765da
Italian activated (needs some fine tuning), special characters (?,?,?,?,? and others) currently not working...
author | heinrichsweikamp |
---|---|
date | Tue, 07 Aug 2018 00:24:05 +0200 |
parents | 5f11787b4f42 |
children | bab006305b58 |
comparison
equal
deleted
inserted
replaced
54:321df89d5710 | 55:a7683f9765da |
---|---|
52 | 52 |
53 // dive mode | 53 // dive mode |
54 static uint8_t text_EN_Depth[] = "Depth"; | 54 static uint8_t text_EN_Depth[] = "Depth"; |
55 static uint8_t text_DE_Depth[] = "Tiefe"; | 55 static uint8_t text_DE_Depth[] = "Tiefe"; |
56 static uint8_t text_FR_Depth[] = "Profondeur"; | 56 static uint8_t text_FR_Depth[] = "Profondeur"; |
57 static uint8_t text_IT_Depth[] = "Profondità"; | 57 static uint8_t text_IT_Depth[] = "Profondita"; |
58 static uint8_t text_ES_Depth[] = ""; | 58 static uint8_t text_ES_Depth[] = ""; |
59 | 59 |
60 // dive mode | 60 // dive mode |
61 static uint8_t text_EN_Divetime[] = "Divetime"; | 61 static uint8_t text_EN_Divetime[] = "Divetime"; |
62 static uint8_t text_DE_Divetime[] = "Tauchzeit"; | 62 static uint8_t text_DE_Divetime[] = "Tauchzeit"; |
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[] = "Profondità Max"; | 71 static uint8_t text_IT_MaxDepth[] = "Profondita Max"; |
72 static uint8_t text_ES_MaxDepth[] = ""; | 72 static uint8_t text_ES_MaxDepth[] = ""; |
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[] = "Profondità media"; | 78 static uint8_t text_IT_AvgDepth[] = "Profonditamedia"; |
79 static uint8_t text_ES_AvgDepth[] = ""; | 79 static uint8_t text_ES_AvgDepth[] = ""; |
80 | 80 |
81 // dive mode | 81 // dive mode |
82 static uint8_t text_EN_Decostop[] = "Decostop"; | 82 static uint8_t text_EN_Decostop[] = "Decostop"; |
83 static uint8_t text_DE_Decostop[] = "Dekostopp"; | 83 static uint8_t text_DE_Decostop[] = "Dekostopp"; |
192 | 192 |
193 // Menu SYS1 | 193 // Menu SYS1 |
194 static uint8_t text_EN_Brightness[] = "Brightness"; | 194 static uint8_t text_EN_Brightness[] = "Brightness"; |
195 static uint8_t text_DE_Brightness[] = "Display Helligkeit"; | 195 static uint8_t text_DE_Brightness[] = "Display Helligkeit"; |
196 static uint8_t text_FR_Brightness[] = "Luminosité"; | 196 static uint8_t text_FR_Brightness[] = "Luminosité"; |
197 static uint8_t text_IT_Brightness[] = "Luminosità"; | 197 static uint8_t text_IT_Brightness[] = "Luminosite"; |
198 static uint8_t text_ES_Brightness[] = ""; | 198 static uint8_t text_ES_Brightness[] = ""; |
199 | 199 |
200 // Menu SYS1 | 200 // Menu SYS1 |
201 static uint8_t text_EN_Cave[] = "Cave"; | 201 static uint8_t text_EN_Cave[] = "Cave"; |
202 static uint8_t text_DE_Cave[] = "Eco+"; | 202 static uint8_t text_DE_Cave[] = "Eco+"; |
206 | 206 |
207 // Menu SYS1 | 207 // Menu SYS1 |
208 static uint8_t text_EN_Eco[] = "Eco"; | 208 static uint8_t text_EN_Eco[] = "Eco"; |
209 static uint8_t text_DE_Eco[] = "Eco-Sparmodus"; | 209 static uint8_t text_DE_Eco[] = "Eco-Sparmodus"; |
210 static uint8_t text_FR_Eco[] = "Mode éco"; | 210 static uint8_t text_FR_Eco[] = "Mode éco"; |
211 static uint8_t text_IT_Eco[] = "Modalità ECO"; | 211 static uint8_t text_IT_Eco[] = "ModalitaECO"; |
212 static uint8_t text_ES_Eco[] = ""; | 212 static uint8_t text_ES_Eco[] = ""; |
213 | 213 |
214 // Menu SYS1 | 214 // Menu SYS1 |
215 static uint8_t text_EN_Normal[] = "Medium"; | 215 static uint8_t text_EN_Normal[] = "Medium"; |
216 static uint8_t text_DE_Normal[] = "Standard"; | 216 static uint8_t text_DE_Normal[] = "Standard"; |
413 static uint8_t text_ES_Minimum[] = ""; | 413 static uint8_t text_ES_Minimum[] = ""; |
414 | 414 |
415 static uint8_t text_EN_Salinity[] = "Salinity"; | 415 static uint8_t text_EN_Salinity[] = "Salinity"; |
416 static uint8_t text_DE_Salinity[] = "Salzgehalt"; | 416 static uint8_t text_DE_Salinity[] = "Salzgehalt"; |
417 static uint8_t text_FR_Salinity[] = "Salinité"; | 417 static uint8_t text_FR_Salinity[] = "Salinité"; |
418 static uint8_t text_IT_Salinity[] = "Salinità"; | 418 static uint8_t text_IT_Salinity[] = "Salinit�"; |
419 static uint8_t text_ES_Salinity[] = ""; | 419 static uint8_t text_ES_Salinity[] = ""; |
420 | 420 |
421 // Menu DECO1 | 421 // Menu DECO1 |
422 static uint8_t text_EN_DiveMode[] = "Dive Mode"; | 422 static uint8_t text_EN_DiveMode[] = "Dive Mode"; |
423 static uint8_t text_DE_DiveMode[] = "Tauchmodus"; | 423 static uint8_t text_DE_DiveMode[] = "Tauchmodus"; |
548 | 548 |
549 // Menu GAS sub | 549 // Menu GAS sub |
550 static uint8_t text_EN_SetToMOD[] = "Set Change Depth To MOD"; | 550 static uint8_t text_EN_SetToMOD[] = "Set Change Depth To MOD"; |
551 static uint8_t text_DE_SetToMOD[] = "Setze Wechseltiefe auf MOD"; | 551 static uint8_t text_DE_SetToMOD[] = "Setze Wechseltiefe auf MOD"; |
552 static uint8_t text_FR_SetToMOD[] = "Régler prof. chgmt. à PMU"; | 552 static uint8_t text_FR_SetToMOD[] = "Régler prof. chgmt. à PMU"; |
553 static uint8_t text_IT_SetToMOD[] = "Cambia profondità"; | 553 static uint8_t text_IT_SetToMOD[] = "Cambia profondita"; |
554 static uint8_t text_ES_SetToMOD[] = ""; | 554 static uint8_t text_ES_SetToMOD[] = ""; |
555 | 555 |
556 // Menu SYS2 sub | 556 // Menu SYS2 sub |
557 static uint8_t text_EN_Units[] = "Units"; | 557 static uint8_t text_EN_Units[] = "Units"; |
558 static uint8_t text_DE_Units[] = "Einheit"; | 558 static uint8_t text_DE_Units[] = "Einheit"; |
559 static uint8_t text_FR_Units[] = "Unités"; | 559 static uint8_t text_FR_Units[] = "Unités"; |
560 static uint8_t text_IT_Units[] = "Unità"; | 560 static uint8_t text_IT_Units[] = "Unit�"; |
561 static uint8_t text_ES_Units[] = ""; | 561 static uint8_t text_ES_Units[] = ""; |
562 | 562 |
563 // Menu SYS2 sub | 563 // Menu SYS2 sub |
564 static uint8_t text_EN_Design_t7_feet[] = "feet/fahrenheit"; | 564 static uint8_t text_EN_Design_t7_feet[] = "feet/fahrenheit"; |
565 static uint8_t text_DE_Design_t7_feet[] = ""; | 565 static uint8_t text_DE_Design_t7_feet[] = ""; |
752 | 752 |
753 // Menu SIM | 753 // Menu SIM |
754 static uint8_t text_EN_SimMaxDepth[] = "Max. Depth"; | 754 static uint8_t text_EN_SimMaxDepth[] = "Max. Depth"; |
755 static uint8_t text_DE_SimMaxDepth[] = "Max. Tiefe"; | 755 static uint8_t text_DE_SimMaxDepth[] = "Max. Tiefe"; |
756 static uint8_t text_FR_SimMaxDepth[] = "Prof. max"; | 756 static uint8_t text_FR_SimMaxDepth[] = "Prof. max"; |
757 static uint8_t text_IT_SimMaxDepth[] = "Profondità Max."; | 757 static uint8_t text_IT_SimMaxDepth[] = "Profondit� Max."; |
758 static uint8_t text_ES_SimMaxDepth[] = ""; | 758 static uint8_t text_ES_SimMaxDepth[] = ""; |
759 | 759 |
760 // Menu SIM sub | 760 // Menu SIM sub |
761 static uint8_t text_EN_SimConsumption[] = "Gas consumption"; | 761 static uint8_t text_EN_SimConsumption[] = "Gas consumption"; |
762 static uint8_t text_DE_SimConsumption[] = "Gas Verbrauch"; | 762 static uint8_t text_DE_SimConsumption[] = "Gas Verbrauch"; |
829 | 829 |
830 // Menu SYS1 | 830 // Menu SYS1 |
831 static uint8_t text_EN_ButtonSensitivity[] = "Button sensitivity"; | 831 static uint8_t text_EN_ButtonSensitivity[] = "Button sensitivity"; |
832 static uint8_t text_DE_ButtonSensitivity[] = "Taster Ansprechen"; | 832 static uint8_t text_DE_ButtonSensitivity[] = "Taster Ansprechen"; |
833 static uint8_t text_FR_ButtonSensitivity[] = "Bouton sensibilité"; | 833 static uint8_t text_FR_ButtonSensitivity[] = "Bouton sensibilité"; |
834 static uint8_t text_IT_ButtonSensitivity[] = "Sensibilità Pulsante"; | 834 static uint8_t text_IT_ButtonSensitivity[] = "Sensibilit� Pulsante"; |
835 static uint8_t text_ES_ButtonSensitivity[] = ""; | 835 static uint8_t text_ES_ButtonSensitivity[] = ""; |
836 | 836 |
837 // | 837 // |
838 static uint8_t text_EN_SpecialDiveGas[] = "Free configurable"; | 838 static uint8_t text_EN_SpecialDiveGas[] = "Free configurable"; |
839 static uint8_t text_DE_SpecialDiveGas[] = "Frei einstellbar"; | 839 static uint8_t text_DE_SpecialDiveGas[] = "Frei einstellbar"; |
1164 static uint8_t text_ES_Sunday[] = ""; | 1164 static uint8_t text_ES_Sunday[] = ""; |
1165 | 1165 |
1166 static uint8_t text_EN_Monday[] = "Monday"; | 1166 static uint8_t text_EN_Monday[] = "Monday"; |
1167 static uint8_t text_DE_Monday[] = "Montag"; | 1167 static uint8_t text_DE_Monday[] = "Montag"; |
1168 static uint8_t text_FR_Monday[] = "Lundi"; | 1168 static uint8_t text_FR_Monday[] = "Lundi"; |
1169 static uint8_t text_IT_Monday[] = "Lunedì"; | 1169 static uint8_t text_IT_Monday[] = "Lunedi"; |
1170 static uint8_t text_ES_Monday[] = ""; | 1170 static uint8_t text_ES_Monday[] = ""; |
1171 | 1171 |
1172 static uint8_t text_EN_Tuesday[] = "Tuesday"; | 1172 static uint8_t text_EN_Tuesday[] = "Tuesday"; |
1173 static uint8_t text_DE_Tuesday[] = "Dienstag"; | 1173 static uint8_t text_DE_Tuesday[] = "Dienstag"; |
1174 static uint8_t text_FR_Tuesday[] = "Mardi"; | 1174 static uint8_t text_FR_Tuesday[] = "Mardi"; |
1175 static uint8_t text_IT_Tuesday[] = "Martedì"; | 1175 static uint8_t text_IT_Tuesday[] = "Martedi"; |
1176 static uint8_t text_ES_Tuesday[] = ""; | 1176 static uint8_t text_ES_Tuesday[] = ""; |
1177 | 1177 |
1178 static uint8_t text_EN_Wednesday[] = "Wednesday"; | 1178 static uint8_t text_EN_Wednesday[] = "Wednesday"; |
1179 static uint8_t text_DE_Wednesday[] = "Mittwoch"; | 1179 static uint8_t text_DE_Wednesday[] = "Mittwoch"; |
1180 static uint8_t text_FR_Wednesday[] = "Mercredi"; | 1180 static uint8_t text_FR_Wednesday[] = "Mercredi"; |
1181 static uint8_t text_IT_Wednesday[] = "Mercoledì"; | 1181 static uint8_t text_IT_Wednesday[] = "Mercoledi"; |
1182 static uint8_t text_ES_Wednesday[] = ""; | 1182 static uint8_t text_ES_Wednesday[] = ""; |
1183 | 1183 |
1184 static uint8_t text_EN_Thursday[] = "Thursday"; | 1184 static uint8_t text_EN_Thursday[] = "Thursday"; |
1185 static uint8_t text_DE_Thursday[] = "Donnerstag"; | 1185 static uint8_t text_DE_Thursday[] = "Donnerstag"; |
1186 static uint8_t text_FR_Thursday[] = "Jeudi"; | 1186 static uint8_t text_FR_Thursday[] = "Jeudi"; |
1187 static uint8_t text_IT_Thursday[] = "Giovedì"; | 1187 static uint8_t text_IT_Thursday[] = "Giovedi"; |
1188 static uint8_t text_ES_Thursday[] = ""; | 1188 static uint8_t text_ES_Thursday[] = ""; |
1189 | 1189 |
1190 static uint8_t text_EN_Friday[] = "Friday"; | 1190 static uint8_t text_EN_Friday[] = "Friday"; |
1191 static uint8_t text_DE_Friday[] = "Freitag"; | 1191 static uint8_t text_DE_Friday[] = "Freitag"; |
1192 static uint8_t text_FR_Friday[] = "Vendredi"; | 1192 static uint8_t text_FR_Friday[] = "Vendredi"; |
1193 static uint8_t text_IT_Friday[] = "Venerdì"; | 1193 static uint8_t text_IT_Friday[] = "Venerdi"; |
1194 static uint8_t text_ES_Friday[] = ""; | 1194 static uint8_t text_ES_Friday[] = ""; |
1195 | 1195 |
1196 static uint8_t text_EN_Saturday[] = "Saturday"; | 1196 static uint8_t text_EN_Saturday[] = "Saturday"; |
1197 static uint8_t text_DE_Saturday[] = "Samstag"; | 1197 static uint8_t text_DE_Saturday[] = "Samstag"; |
1198 static uint8_t text_FR_Saturday[] = "Samedi"; | 1198 static uint8_t text_FR_Saturday[] = "Samedi"; |
1215 | 1215 |
1216 // Dive Mode und Customview Content (Bonex Computer) | 1216 // Dive Mode und Customview Content (Bonex Computer) |
1217 static uint8_t text_EN_ScooterSpeed[] = "Speed"; | 1217 static uint8_t text_EN_ScooterSpeed[] = "Speed"; |
1218 static uint8_t text_DE_ScooterSpeed[] = "Geschwindigkeit"; | 1218 static uint8_t text_DE_ScooterSpeed[] = "Geschwindigkeit"; |
1219 static uint8_t text_FR_ScooterSpeed[] = "Vitesse"; | 1219 static uint8_t text_FR_ScooterSpeed[] = "Vitesse"; |
1220 static uint8_t text_IT_ScooterSpeed[] = "Velocità"; | 1220 static uint8_t text_IT_ScooterSpeed[] = "Velocita"; |
1221 static uint8_t text_ES_ScooterSpeed[] = ""; | 1221 static uint8_t text_ES_ScooterSpeed[] = ""; |
1222 | 1222 |
1223 // Menu SYS1 (Bonex Computer) | 1223 // Menu SYS1 (Bonex Computer) |
1224 static uint8_t text_EN_ScooterSetup[] = "Bonex Setup"; | 1224 static uint8_t text_EN_ScooterSetup[] = "Bonex Setup"; |
1225 static uint8_t text_DE_ScooterSetup[] = ""; | 1225 static uint8_t text_DE_ScooterSetup[] = ""; |