Mercurial > public > ostc4
comparison Discovery/Src/text_multilanguage.c @ 981:c6c781a2e85b default
Merge into default
| author | heinrichsweikamp |
|---|---|
| date | Tue, 11 Feb 2025 18:12:00 +0100 |
| parents | 53900dfe335b |
| children | 33b91584d827 |
comparison
equal
deleted
inserted
replaced
| 871:f7318457df4d | 981:c6c781a2e85b |
|---|---|
| 114 static uint8_t text_ES_CNSshort[] = "CNS"; | 114 static uint8_t text_ES_CNSshort[] = "CNS"; |
| 115 | 115 |
| 116 // dive mode | 116 // dive mode |
| 117 static uint8_t text_EN_Temperature[] = "Temp."; | 117 static uint8_t text_EN_Temperature[] = "Temp."; |
| 118 static uint8_t text_DE_Temperature[] = "Temperatur"; | 118 static uint8_t text_DE_Temperature[] = "Temperatur"; |
| 119 static uint8_t text_FR_Temperature[] = "Temp."; // Température (ist zu lang) | 119 static uint8_t text_FR_Temperature[] = "Temp."; // Température (Does not fit) |
| 120 static uint8_t text_IT_Temperature[] = "Temp."; | 120 static uint8_t text_IT_Temperature[] = "Temp."; |
| 121 static uint8_t text_ES_Temperature[] = "Temp."; | 121 static uint8_t text_ES_Temperature[] = "Temp."; |
| 122 | 122 |
| 123 // dive mode | 123 // dive mode |
| 124 static uint8_t text_EN_FutureTTS[] = "FutureTTS"; | 124 static uint8_t text_EN_FutureTTS[] = "FutureTTS"; |
| 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[] = "Sättigung"; | 160 static uint8_t text_DE_ActualGradient[] = "Sättigung"; |
| 161 static uint8_t text_FR_ActualGradient[] = ""; | 161 static uint8_t text_FR_ActualGradient[] = "Saturation"; |
| 162 static uint8_t text_IT_ActualGradient[] = ""; | 162 static uint8_t text_IT_ActualGradient[] = "Saturazione"; |
| 163 static uint8_t text_ES_ActualGradient[] = ""; | 163 static uint8_t text_ES_ActualGradient[] = "Saturación"; |
| 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"; |
| 172 // Menu SYS1 sub | 172 // Menu SYS1 sub |
| 173 static uint8_t text_EN_CompassCalib[] = "Calibrate compass"; | 173 static uint8_t text_EN_CompassCalib[] = "Calibrate compass"; |
| 174 static uint8_t text_DE_CompassCalib[] = "Kompass kalibrieren"; | 174 static uint8_t text_DE_CompassCalib[] = "Kompass kalibrieren"; |
| 175 static uint8_t text_FR_CompassCalib[] = "Calibration boussole"; | 175 static uint8_t text_FR_CompassCalib[] = "Calibration boussole"; |
| 176 static uint8_t text_IT_CompassCalib[] = "Calibrazione bussola"; | 176 static uint8_t text_IT_CompassCalib[] = "Calibrazione bussola"; |
| 177 static uint8_t text_ES_CompassCalib[] = "Calibrar brújula"; | 177 static uint8_t text_ES_CompassCalib[] = "Calibrar brujula"; |
| 178 | 178 |
| 179 static uint8_t text_EN_CompassInertia[] = "Compass inertia level"; | 179 static uint8_t text_EN_CompassInertia[] = "Compass inertia level"; |
| 180 static uint8_t text_DE_CompassInertia[] = "Kompass Trägheitsfaktor"; | 180 static uint8_t text_DE_CompassInertia[] = "Kompass Trägheitsfaktor"; |
| 181 static uint8_t text_FR_CompassInertia[] = ""; | 181 static uint8_t text_FR_CompassInertia[] = "Facteur d'inertie"; |
| 182 static uint8_t text_IT_CompassInertia[] = ""; | 182 static uint8_t text_IT_CompassInertia[] = "Inerzia della bussola"; |
| 183 static uint8_t text_ES_CompassInertia[] = ""; | 183 static uint8_t text_ES_CompassInertia[] = "inercia de la brujula"; |
| 184 | 184 |
| 185 static uint8_t text_EN_CompassDeclination[] = "Compass declination"; | 185 static uint8_t text_EN_CompassDeclination[] = "Declination"; |
| 186 static uint8_t text_DE_CompassDeclination[] = "Kompass Deklination"; | 186 static uint8_t text_DE_CompassDeclination[] = "Deklination"; |
| 187 static uint8_t text_FR_CompassDeclination[] = "Déclinaison"; | 187 static uint8_t text_FR_CompassDeclination[] = "Déclinaison"; |
| 188 static uint8_t text_IT_CompassDeclination[] = "Ddeclinazione"; | 188 static uint8_t text_IT_CompassDeclination[] = "Ddeclinazione"; |
| 189 static uint8_t text_ES_CompassDeclination[] = "Declinación"; | 189 static uint8_t text_ES_CompassDeclination[] = "Declinación"; |
| 190 | 190 |
| 191 static uint8_t text_EN_Autofocus[] = "Autofocus"; | |
| 192 static uint8_t text_DE_Autofocus[] = "Automatik"; | |
| 193 static uint8_t text_FR_Autofocus[] = "Automatique"; | |
| 194 static uint8_t text_IT_Autofocus[] = "Automatico"; | |
| 195 static uint8_t text_ES_Autofocus[] = "Automático"; | |
| 191 | 196 |
| 192 // Menu SYS1 and Customview header | 197 // Menu SYS1 and Customview header |
| 193 static uint8_t text_EN_Compass[] = "Compass"; | 198 static uint8_t text_EN_Compass[] = "Compass"; |
| 194 static uint8_t text_DE_Compass[] = "Kompass"; | 199 static uint8_t text_DE_Compass[] = "Kompass"; |
| 195 static uint8_t text_FR_Compass[] = "Boussole"; | 200 static uint8_t text_FR_Compass[] = "Boussole"; |
| 196 static uint8_t text_IT_Compass[] = "Bussola"; | 201 static uint8_t text_IT_Compass[] = "Bussola"; |
| 197 static uint8_t text_ES_Compass[] = "Brújula"; | 202 static uint8_t text_ES_Compass[] = "Brujula"; |
| 198 | 203 |
| 199 // Menu SYS1 | 204 // Menu SYS1 |
| 200 static uint8_t text_EN_o2Sensors[] = "Oxygen sensors"; | 205 static uint8_t text_EN_o2Sensors[] = "External sensors"; |
| 201 static uint8_t text_DE_o2Sensors[] = "O2-Sensoren"; | 206 static uint8_t text_DE_o2Sensors[] = "Externe Sensoren"; |
| 202 static uint8_t text_FR_o2Sensors[] = "Cellules O2"; | 207 static uint8_t text_FR_o2Sensors[] = "Capteurs externes"; |
| 203 static uint8_t text_IT_o2Sensors[] = "Sensore O2"; | 208 static uint8_t text_IT_o2Sensors[] = "Sensori esterni"; |
| 204 static uint8_t text_ES_o2Sensors[] = "Sensores de O2"; | 209 static uint8_t text_ES_o2Sensors[] = "Sensores externos"; |
| 205 | 210 |
| 206 // Menu SYS1 | 211 // Menu SYS1 |
| 207 static uint8_t text_EN_Brightness[] = "Brightness"; | 212 static uint8_t text_EN_Brightness[] = "Brightness"; |
| 208 static uint8_t text_DE_Brightness[] = "Display-Helligkeit"; | 213 static uint8_t text_DE_Brightness[] = "Display-Helligkeit"; |
| 209 static uint8_t text_FR_Brightness[] = "Luminosité"; | 214 static uint8_t text_FR_Brightness[] = "Luminosité"; |
| 286 static uint8_t text_FR_Deco[] = "Déco"; | 291 static uint8_t text_FR_Deco[] = "Déco"; |
| 287 static uint8_t text_IT_Deco[] = "Deco"; | 292 static uint8_t text_IT_Deco[] = "Deco"; |
| 288 static uint8_t text_ES_Deco[] = "Deco"; | 293 static uint8_t text_ES_Deco[] = "Deco"; |
| 289 | 294 |
| 290 // Menu Gas | 295 // Menu Gas |
| 291 static uint8_t text_EN_Travel[] = "Travel"; | 296 static uint8_t text_EN_Travel[] = "Work"; |
| 292 static uint8_t text_DE_Travel[] = "Reise"; | 297 static uint8_t text_DE_Travel[] = "Arbeit"; |
| 293 static uint8_t text_FR_Travel[] = "Travel"; | 298 static uint8_t text_FR_Travel[] = "Travail"; |
| 294 static uint8_t text_IT_Travel[] = "Viaggio"; | 299 static uint8_t text_IT_Travel[] = "Lavaro"; |
| 295 static uint8_t text_ES_Travel[] = "Viaje"; | 300 static uint8_t text_ES_Travel[] = "Labor"; |
| 296 | 301 |
| 297 // Menu Gas | 302 // Menu Gas |
| 298 static uint8_t text_EN_Inactive[] = "Inactive"; | 303 static uint8_t text_EN_Inactive[] = "Inactive"; |
| 299 static uint8_t text_DE_Inactive[] = "Deaktiviert"; | 304 static uint8_t text_DE_Inactive[] = "Deaktiviert"; |
| 300 static uint8_t text_FR_Inactive[] = "Desactivé"; | 305 static uint8_t text_FR_Inactive[] = "Desactivé"; |
| 302 static uint8_t text_ES_Inactive[] = "Inactivo"; | 307 static uint8_t text_ES_Inactive[] = "Inactivo"; |
| 303 | 308 |
| 304 // Menu Gas | 309 // Menu Gas |
| 305 static uint8_t text_EN_Off[] = "Off"; | 310 static uint8_t text_EN_Off[] = "Off"; |
| 306 static uint8_t text_DE_Off[] = "Ausblenden"; | 311 static uint8_t text_DE_Off[] = "Ausblenden"; |
| 307 static uint8_t text_FR_Off[] = ""; | 312 static uint8_t text_FR_Off[] = "Masquer"; |
| 308 static uint8_t text_IT_Off[] = ""; | 313 static uint8_t text_IT_Off[] = "Nascondere"; |
| 309 static uint8_t text_ES_Off[] = ""; | 314 static uint8_t text_ES_Off[] = "Ocultar"; |
| 310 | 315 |
| 311 // Menu Gas | 316 // Menu Gas |
| 312 static uint8_t text_EN_ChangeDepth[] = "Change depth"; | 317 static uint8_t text_EN_ChangeDepth[] = "Change depth"; |
| 313 static uint8_t text_DE_ChangeDepth[] = "Wechseltiefe"; | 318 static uint8_t text_DE_ChangeDepth[] = "Wechseltiefe"; |
| 314 static uint8_t text_FR_ChangeDepth[] = "Prof.Changmt"; | 319 static uint8_t text_FR_ChangeDepth[] = "Prof.Changmt"; |
| 346 // Menu DECO1 | 351 // Menu DECO1 |
| 347 static uint8_t text_EN_SafetyStop[] = "Safety stop"; | 352 static uint8_t text_EN_SafetyStop[] = "Safety stop"; |
| 348 static uint8_t text_DE_SafetyStop[] = "Sicherheitsstop"; | 353 static uint8_t text_DE_SafetyStop[] = "Sicherheitsstop"; |
| 349 static uint8_t text_FR_SafetyStop[] = "Palier sécurité"; | 354 static uint8_t text_FR_SafetyStop[] = "Palier sécurité"; |
| 350 static uint8_t text_IT_SafetyStop[] = "Sicurezza"; | 355 static uint8_t text_IT_SafetyStop[] = "Sicurezza"; |
| 351 static uint8_t text_ES_SafetyStop[] = "Parada de seguridad"; | 356 static uint8_t text_ES_SafetyStop[] = "Parada segurid."; |
| 352 | 357 |
| 353 // Menu DECO1 (CCR mode only) | 358 // Menu DECO1 (CCR mode only) |
| 354 static uint8_t text_EN_CCRmode[] = "CCR mode"; | 359 static uint8_t text_EN_CCRmode[] = "CCR mode"; |
| 355 static uint8_t text_DE_CCRmode[] = "CCR-Modus"; | 360 static uint8_t text_DE_CCRmode[] = "CCR-Modus"; |
| 356 static uint8_t text_FR_CCRmode[] = "Mode CCR"; | 361 static uint8_t text_FR_CCRmode[] = "Mode CCR"; |
| 381 // Menu DECO2 | 386 // Menu DECO2 |
| 382 static uint8_t text_EN_LastDecostop[] = "Last deco"; | 387 static uint8_t text_EN_LastDecostop[] = "Last deco"; |
| 383 static uint8_t text_DE_LastDecostop[] = "Letzter Stopp"; | 388 static uint8_t text_DE_LastDecostop[] = "Letzter Stopp"; |
| 384 static uint8_t text_FR_LastDecostop[] = "Dern. palier"; | 389 static uint8_t text_FR_LastDecostop[] = "Dern. palier"; |
| 385 static uint8_t text_IT_LastDecostop[] = "Ultima deco"; | 390 static uint8_t text_IT_LastDecostop[] = "Ultima deco"; |
| 386 static uint8_t text_ES_LastDecostop[] = "Última parada"; | 391 static uint8_t text_ES_LastDecostop[] = "Ultima parada"; |
| 387 | 392 |
| 388 // Menu DECO2 and Dive Menu | 393 // Menu DECO2 and Dive Menu |
| 389 static uint8_t text_EN_ZHL16GF[] = "ZH-L16+GF"; | 394 static uint8_t text_EN_ZHL16GF[] = "ZH-L16+GF"; |
| 390 static uint8_t text_DE_ZHL16GF[] = "ZH-L16+GF"; | 395 static uint8_t text_DE_ZHL16GF[] = "ZH-L16+GF"; |
| 391 static uint8_t text_FR_ZHL16GF[] = "ZH-L16+GF"; | 396 static uint8_t text_FR_ZHL16GF[] = "ZH-L16+GF"; |
| 422 | 427 |
| 423 static uint8_t text_EN_Maximum[] = "Maximum"; | 428 static uint8_t text_EN_Maximum[] = "Maximum"; |
| 424 static uint8_t text_DE_Maximum[] = "Maximum"; | 429 static uint8_t text_DE_Maximum[] = "Maximum"; |
| 425 static uint8_t text_FR_Maximum[] = "Maximum"; | 430 static uint8_t text_FR_Maximum[] = "Maximum"; |
| 426 static uint8_t text_IT_Maximum[] = "Massimo"; | 431 static uint8_t text_IT_Maximum[] = "Massimo"; |
| 427 static uint8_t text_ES_Maximum[] = "Max"; | 432 static uint8_t text_ES_Maximum[] = "Máximo"; |
| 428 | 433 |
| 429 static uint8_t text_EN_Minimum[] = "Minimum"; | 434 static uint8_t text_EN_Minimum[] = "Minimum"; |
| 430 static uint8_t text_DE_Minimum[] = "Minimum"; | 435 static uint8_t text_DE_Minimum[] = "Minimum"; |
| 431 static uint8_t text_FR_Minimum[] = "Minimum"; | 436 static uint8_t text_FR_Minimum[] = "Minimum"; |
| 432 static uint8_t text_IT_Minimum[] = "Minimo"; | 437 static uint8_t text_IT_Minimum[] = "Minimo"; |
| 433 static uint8_t text_ES_Minimum[] = "Min"; | 438 static uint8_t text_ES_Minimum[] = "Mínimo"; |
| 434 | 439 |
| 435 static uint8_t text_EN_Salinity[] = "Salinity"; | 440 static uint8_t text_EN_Salinity[] = "Salinity"; |
| 436 static uint8_t text_DE_Salinity[] = "Salzgehalt"; | 441 static uint8_t text_DE_Salinity[] = "Salzgehalt"; |
| 437 static uint8_t text_FR_Salinity[] = "Salinité"; | 442 static uint8_t text_FR_Salinity[] = "Salinité"; |
| 438 static uint8_t text_IT_Salinity[] = "Salinita"; | 443 static uint8_t text_IT_Salinity[] = "Salinita"; |
| 463 static uint8_t text_DE_PSClosedCircuit[] = "PSC Kreislauf"; | 468 static uint8_t text_DE_PSClosedCircuit[] = "PSC Kreislauf"; |
| 464 static uint8_t text_FR_PSClosedCircuit[] = "PSC circuit"; | 469 static uint8_t text_FR_PSClosedCircuit[] = "PSC circuit"; |
| 465 static uint8_t text_IT_PSClosedCircuit[] = "PSC circuit"; | 470 static uint8_t text_IT_PSClosedCircuit[] = "PSC circuit"; |
| 466 static uint8_t text_ES_PSClosedCircuit[] = "PSC circuit"; | 471 static uint8_t text_ES_PSClosedCircuit[] = "PSC circuit"; |
| 467 | 472 |
| 473 static uint8_t text_EN_PreDive[] = "PreDive Check"; | |
| 474 static uint8_t text_DE_PreDive[] = ""; | |
| 475 static uint8_t text_FR_PreDive[] = ""; | |
| 476 static uint8_t text_IT_PreDive[] = ""; | |
| 477 static uint8_t text_ES_PreDive[] = ""; | |
| 478 | |
| 468 static uint8_t text_EN_ChargeHour[] = "Hour(s) till 100%"; | 479 static uint8_t text_EN_ChargeHour[] = "Hour(s) till 100%"; |
| 469 static uint8_t text_DE_ChargeHour[] = "Stunde(n) bis 100%"; | 480 static uint8_t text_DE_ChargeHour[] = "Stunde(n) bis 100%"; |
| 470 static uint8_t text_FR_ChargeHour[] = ""; | 481 static uint8_t text_FR_ChargeHour[] = "Hour(s) jusqu'à 100"; |
| 471 static uint8_t text_IT_ChargeHour[] = ""; | 482 static uint8_t text_IT_ChargeHour[] = "Ore fino al 100%"; |
| 472 static uint8_t text_ES_ChargeHour[] = ""; | 483 static uint8_t text_ES_ChargeHour[] = "Hora(s) hasta el 100%"; |
| 473 | 484 |
| 474 static uint8_t text_EN_Date[] = "Date"; | 485 static uint8_t text_EN_Date[] = "Date"; |
| 475 static uint8_t text_DE_Date[] = "Datum"; | 486 static uint8_t text_DE_Date[] = "Datum"; |
| 476 static uint8_t text_FR_Date[] = "Date"; | 487 static uint8_t text_FR_Date[] = "Date"; |
| 477 static uint8_t text_IT_Date[] = "Data"; | 488 static uint8_t text_IT_Date[] = "Data"; |
| 600 static uint8_t text_IT_Design_t7_metric[] = "Metro/Celsius"; | 611 static uint8_t text_IT_Design_t7_metric[] = "Metro/Celsius"; |
| 601 static uint8_t text_ES_Design_t7_metric[] = "Metro/Celsius"; | 612 static uint8_t text_ES_Design_t7_metric[] = "Metro/Celsius"; |
| 602 | 613 |
| 603 // Menu SYS2 | 614 // Menu SYS2 |
| 604 static uint8_t text_EN_Information[] = "Information"; | 615 static uint8_t text_EN_Information[] = "Information"; |
| 605 static uint8_t text_DE_Information[] = ""; | 616 static uint8_t text_DE_Information[] = "Information"; |
| 606 static uint8_t text_FR_Information[] = ""; // Information | 617 static uint8_t text_FR_Information[] = "Information"; // Information |
| 607 static uint8_t text_IT_Information[] = "Info"; | 618 static uint8_t text_IT_Information[] = "Informazioni"; |
| 608 static uint8_t text_ES_Information[] = "Información"; | 619 static uint8_t text_ES_Information[] = "Información"; |
| 609 | 620 |
| 610 // Menu SYS2 | 621 // Menu SYS2 |
| 611 static uint8_t text_EN_ResetMenu[] = "Reset menu"; | 622 static uint8_t text_EN_ResetMenu[] = "Reset menu"; |
| 612 static uint8_t text_DE_ResetMenu[] = "Reset-Menü"; | 623 static uint8_t text_DE_ResetMenu[] = "Reset-Menü"; |
| 613 static uint8_t text_FR_ResetMenu[] = "Menu RaZ"; // RaZ | 624 static uint8_t text_FR_ResetMenu[] = "Menu RaZ"; // RaZ |
| 614 static uint8_t text_IT_ResetMenu[] = "Reset"; | 625 static uint8_t text_IT_ResetMenu[] = "Menu di reset"; |
| 615 static uint8_t text_ES_ResetMenu[] = "Restaurar"; | 626 static uint8_t text_ES_ResetMenu[] = "Menu de reinicio"; |
| 616 | 627 |
| 617 // Menu SYS2 sub | 628 // Menu SYS2 sub |
| 618 static uint8_t text_EN_LogbookOffset[] = "Logbook offset"; | 629 static uint8_t text_EN_LogbookOffset[] = "Logbook offset"; |
| 619 static uint8_t text_DE_LogbookOffset[] = "Logbuch-Versatz"; | 630 static uint8_t text_DE_LogbookOffset[] = "Logbuch-Versatz"; |
| 620 static uint8_t text_FR_LogbookOffset[] = "Num. 1er plongée"; | 631 static uint8_t text_FR_LogbookOffset[] = "Num. 1er plongée"; |
| 621 static uint8_t text_IT_LogbookOffset[] = "Logbook offset"; | 632 static uint8_t text_IT_LogbookOffset[] = "Logbook offset"; |
| 622 static uint8_t text_ES_LogbookOffset[] = "Diario: iniciar numeración en"; | 633 static uint8_t text_ES_LogbookOffset[] = "Logbook offset"; |
| 623 | 634 |
| 624 | 635 |
| 625 // Menu SYS2 sub | 636 // Menu SYS2 sub |
| 626 static uint8_t text_EN_Maintenance[] = "Maintenance"; | 637 static uint8_t text_EN_Maintenance[] = "Maintenance"; |
| 627 static uint8_t text_DE_Maintenance[] = "Wartung"; | 638 static uint8_t text_DE_Maintenance[] = "Wartung"; |
| 630 static uint8_t text_ES_Maintenance[] = "Mantenimiento"; | 641 static uint8_t text_ES_Maintenance[] = "Mantenimiento"; |
| 631 | 642 |
| 632 // Menu SYS2 sub | 643 // Menu SYS2 sub |
| 633 static uint8_t text_EN_SetBatteryCharge[] = "Restore Battery Charge"; | 644 static uint8_t text_EN_SetBatteryCharge[] = "Restore Battery Charge"; |
| 634 static uint8_t text_DE_SetBatteryCharge[] = "Batterie zurücksetzen"; | 645 static uint8_t text_DE_SetBatteryCharge[] = "Batterie zurücksetzen"; |
| 635 static uint8_t text_FR_SetBatteryCharge[] = ""; | 646 static uint8_t text_FR_SetBatteryCharge[] = "Réinit. l'état de charge"; |
| 636 static uint8_t text_IT_SetBatteryCharge[] = "Ricaricare batteria"; | 647 static uint8_t text_IT_SetBatteryCharge[] = "Ricaricare batteria"; |
| 637 static uint8_t text_ES_SetBatteryCharge[] = "Recalibrar nivel carga"; | 648 static uint8_t text_ES_SetBatteryCharge[] = "Recalibrar nivel carga"; |
| 649 | |
| 650 // Menu SYS2 sub | |
| 651 static uint8_t text_EN_AdjustAmbPressure[] = "Adjust pressure"; | |
| 652 static uint8_t text_DE_AdjustAmbPressure[] = "Druckanpassung"; | |
| 653 static uint8_t text_FR_AdjustAmbPressure[] = "Ajuster la pression"; | |
| 654 static uint8_t text_IT_AdjustAmbPressure[] = "Regolare pressione"; | |
| 655 static uint8_t text_ES_AdjustAmbPressure[] = "Ajustar la presión"; | |
| 638 | 656 |
| 639 // Menu SYS2 sub | 657 // Menu SYS2 sub |
| 640 static uint8_t text_EN_SetFactoryDefaults[] = "Store button factory defaults"; | 658 static uint8_t text_EN_SetFactoryDefaults[] = "Store button factory defaults"; |
| 641 static uint8_t text_DE_SetFactoryDefaults[] = "Taster zurücksetzen"; | 659 static uint8_t text_DE_SetFactoryDefaults[] = "Taster zurücksetzen"; |
| 642 static uint8_t text_FR_SetFactoryDefaults[] = ""; | 660 static uint8_t text_FR_SetFactoryDefaults[] = "Réinitialiser le bouton"; |
| 643 static uint8_t text_IT_SetFactoryDefaults[] = "Impostazioni pulsante"; | 661 static uint8_t text_IT_SetFactoryDefaults[] = "Impostazioni pulsante"; |
| 644 static uint8_t text_ES_SetFactoryDefaults[] = "Restablecer ajustes de fábrica"; | 662 static uint8_t text_ES_SetFactoryDefaults[] = "Restablecer ajustes de fábrica"; |
| 645 | 663 |
| 646 // Menu SYS2 sub | 664 // Menu SYS2 sub |
| 647 static uint8_t text_EN_SetSampleIndex[] = "Analyse log memory"; | 665 static uint8_t text_EN_SetSampleIndex[] = "Analyse log memory"; |
| 648 static uint8_t text_DE_SetSampleIndex[] = "Prüfe Logbuchspeicher"; | 666 static uint8_t text_DE_SetSampleIndex[] = "Prüfe Logbuchspeicher"; |
| 649 static uint8_t text_FR_SetSampleIndex[] = "Maintain log memory"; | 667 static uint8_t text_FR_SetSampleIndex[] = "Vérifier carnet"; |
| 650 static uint8_t text_IT_SetSampleIndex[] = "Maintain log memory"; | 668 static uint8_t text_IT_SetSampleIndex[] = "Controllare registro"; |
| 651 static uint8_t text_ES_SetSampleIndex[] = "Maintain log memory"; | 669 static uint8_t text_ES_SetSampleIndex[] = "Comprobar del diario"; |
| 652 | 670 |
| 653 | 671 |
| 654 // Menu SYS2 sub | 672 // Menu SYS2 sub |
| 655 static uint8_t text_EN_Reboot[] = "Reboot"; | 673 static uint8_t text_EN_Reboot[] = "Reboot"; |
| 656 static uint8_t text_DE_Reboot[] = "Neustart"; | 674 static uint8_t text_DE_Reboot[] = "Neustart"; |
| 728 static uint8_t text_IT_RTE[] = "RTE"; | 746 static uint8_t text_IT_RTE[] = "RTE"; |
| 729 static uint8_t text_ES_RTE[] = "RTE"; | 747 static uint8_t text_ES_RTE[] = "RTE"; |
| 730 | 748 |
| 731 // Surface warning | 749 // Surface warning |
| 732 static uint8_t text_EN_Fonts[] = "fonts"; // Character fonts!! | 750 static uint8_t text_EN_Fonts[] = "fonts"; // Character fonts!! |
| 733 static uint8_t text_DE_Fonts[] = ""; | 751 static uint8_t text_DE_Fonts[] = "schrift"; |
| 734 static uint8_t text_FR_Fonts[] = "polices"; | 752 static uint8_t text_FR_Fonts[] = "polices"; |
| 735 static uint8_t text_IT_Fonts[] = "Carattere"; | 753 static uint8_t text_IT_Fonts[] = "Carattere"; |
| 736 static uint8_t text_ES_Fonts[] = "Tipos de letra"; | 754 static uint8_t text_ES_Fonts[] = "Tipos de letra"; |
| 737 | 755 |
| 738 // Dive Menu | 756 // Dive Menu |
| 764 // Dive Menu | 782 // Dive Menu |
| 765 static uint8_t text_EN_CompassHeading[] = "Compass heading"; | 783 static uint8_t text_EN_CompassHeading[] = "Compass heading"; |
| 766 static uint8_t text_DE_CompassHeading[] = "Kompasskurs"; | 784 static uint8_t text_DE_CompassHeading[] = "Kompasskurs"; |
| 767 static uint8_t text_FR_CompassHeading[] = "Cap"; | 785 static uint8_t text_FR_CompassHeading[] = "Cap"; |
| 768 static uint8_t text_IT_CompassHeading[] = "Direzione bussola"; | 786 static uint8_t text_IT_CompassHeading[] = "Direzione bussola"; |
| 769 static uint8_t text_ES_CompassHeading[] = "Rumbo brújula"; | 787 static uint8_t text_ES_CompassHeading[] = "Rumbo brujula"; |
| 770 | 788 |
| 771 // Dive Menu | 789 // Dive Menu |
| 772 static uint8_t text_EN_CalibView[] = "Calibrate View"; | 790 static uint8_t text_EN_CalibView[] = "Calibrate View"; |
| 773 static uint8_t text_DE_CalibView[] = "Kalibriere Blickwinkel"; | 791 static uint8_t text_DE_CalibView[] = "Kalibriere Blickwinkel"; |
| 774 static uint8_t text_FR_CalibView[] = "Calibrate View"; | 792 static uint8_t text_FR_CalibView[] = "Calibrate View"; |
| 801 static uint8_t text_DE_Reset[] = "Zurücksetzen"; | 819 static uint8_t text_DE_Reset[] = "Zurücksetzen"; |
| 802 static uint8_t text_FR_Reset[] = "Réinitialiser"; | 820 static uint8_t text_FR_Reset[] = "Réinitialiser"; |
| 803 static uint8_t text_IT_Reset[] = "Ripristina"; | 821 static uint8_t text_IT_Reset[] = "Ripristina"; |
| 804 static uint8_t text_ES_Reset[] = "Restaurar"; | 822 static uint8_t text_ES_Reset[] = "Restaurar"; |
| 805 | 823 |
| 824 static uint8_t text_EN_CounterLung[] = "Counterlung"; | |
| 825 static uint8_t text_DE_CounterLung[] = "Gegenlunge"; | |
| 826 static uint8_t text_FR_CounterLung[] = "Poumon opposé"; | |
| 827 static uint8_t text_IT_CounterLung[] = "Contropolmone"; | |
| 828 static uint8_t text_ES_CounterLung[] = "Contrapulmón"; | |
| 829 | |
| 830 static uint8_t text_EN_Pressure[] = "Pressure"; | |
| 831 static uint8_t text_DE_Pressure[] = "Druck"; | |
| 832 static uint8_t text_FR_Pressure[] = "Pression"; | |
| 833 static uint8_t text_IT_Pressure[] = "Pressione"; | |
| 834 static uint8_t text_ES_Pressure[] = "Presión"; | |
| 835 | |
| 836 | |
| 806 // Menu SIM | 837 // Menu SIM |
| 807 static uint8_t text_EN_Simulator[] = "Simulator"; | 838 static uint8_t text_EN_Simulator[] = "Simulator"; |
| 808 static uint8_t text_DE_Simulator[] = ""; | 839 static uint8_t text_DE_Simulator[] = "Simulator"; |
| 809 static uint8_t text_FR_Simulator[] = "Simulateur"; | 840 static uint8_t text_FR_Simulator[] = "Simulateur"; |
| 810 static uint8_t text_IT_Simulator[] = "Simulazione"; | 841 static uint8_t text_IT_Simulator[] = "Simulazione"; |
| 811 static uint8_t text_ES_Simulator[] = "Simulador"; | 842 static uint8_t text_ES_Simulator[] = "Simulador"; |
| 812 | 843 |
| 813 // Menu SIM | 844 // Menu SIM |
| 854 | 885 |
| 855 // Menu SIM sub | 886 // Menu SIM sub |
| 856 static uint8_t text_EN_SimDecTo[] = "Dec to"; | 887 static uint8_t text_EN_SimDecTo[] = "Dec to"; |
| 857 static uint8_t text_DE_SimDecTo[] = "Abst."; | 888 static uint8_t text_DE_SimDecTo[] = "Abst."; |
| 858 static uint8_t text_FR_SimDecTo[] = "Desc a"; | 889 static uint8_t text_FR_SimDecTo[] = "Desc a"; |
| 859 static uint8_t text_IT_SimDecTo[] = ""; | 890 static uint8_t text_IT_SimDecTo[] = "Scen a"; |
| 860 static uint8_t text_ES_SimDecTo[] = "Desc a"; | 891 static uint8_t text_ES_SimDecTo[] = "Desc a"; |
| 861 | 892 |
| 862 // Menu SIM sub | 893 // Menu SIM sub |
| 863 static uint8_t text_EN_SimLevel[] = "Level"; | 894 static uint8_t text_EN_SimLevel[] = "Level"; |
| 864 static uint8_t text_DE_SimLevel[] = "Tiefe"; | 895 static uint8_t text_DE_SimLevel[] = "Tiefe"; |
| 868 | 899 |
| 869 // Menu SIM sub | 900 // Menu SIM sub |
| 870 static uint8_t text_EN_SimAscTo[] = "Asc to"; | 901 static uint8_t text_EN_SimAscTo[] = "Asc to"; |
| 871 static uint8_t text_DE_SimAscTo[] = "Aufst."; | 902 static uint8_t text_DE_SimAscTo[] = "Aufst."; |
| 872 static uint8_t text_FR_SimAscTo[] = "Rem. a"; | 903 static uint8_t text_FR_SimAscTo[] = "Rem. a"; |
| 873 static uint8_t text_IT_SimAscTo[] = ""; | 904 static uint8_t text_IT_SimAscTo[] = "Asce a"; |
| 874 static uint8_t text_ES_SimAscTo[] = "Asc a"; | 905 static uint8_t text_ES_SimAscTo[] = "Asc a"; |
| 875 | 906 |
| 876 // Menu SIM sub | 907 // Menu SIM sub |
| 877 static uint8_t text_EN_SimSurface[] = "Surface"; | 908 static uint8_t text_EN_SimSurface[] = "Surface"; |
| 878 static uint8_t text_DE_SimSurface[] = "Oberfl."; | 909 static uint8_t text_DE_SimSurface[] = "Oberfl."; |
| 879 static uint8_t text_FR_SimSurface[] = ""; // Surface | 910 static uint8_t text_FR_SimSurface[] = "Surface"; |
| 880 static uint8_t text_IT_SimSurface[] = "Superficie"; | 911 static uint8_t text_IT_SimSurface[] = "Superficie"; |
| 881 static uint8_t text_ES_SimSurface[] = "Superficie"; | 912 static uint8_t text_ES_SimSurface[] = "Superficie"; |
| 882 | 913 |
| 883 // Menu SIM sub | 914 // Menu SIM sub |
| 884 static uint8_t text_EN_Calculating[] = "Calculating ..."; | 915 static uint8_t text_EN_Calculating[] = "Calculating ..."; |
| 916 static uint8_t text_ES_ButtonSensitivity[] = "Sensiblidad botones"; | 947 static uint8_t text_ES_ButtonSensitivity[] = "Sensiblidad botones"; |
| 917 | 948 |
| 918 // | 949 // |
| 919 static uint8_t text_EN_SpecialDiveGas[] = "Free configurable"; | 950 static uint8_t text_EN_SpecialDiveGas[] = "Free configurable"; |
| 920 static uint8_t text_DE_SpecialDiveGas[] = "Frei einstellbar"; | 951 static uint8_t text_DE_SpecialDiveGas[] = "Frei einstellbar"; |
| 921 static uint8_t text_FR_SpecialDiveGas[] = ""; | 952 static uint8_t text_FR_SpecialDiveGas[] = "Réglage libre"; |
| 922 static uint8_t text_IT_SpecialDiveGas[] = "Configurazione libera"; | 953 static uint8_t text_IT_SpecialDiveGas[] = "Configurazione libera"; |
| 923 static uint8_t text_ES_SpecialDiveGas[] = "Configuración libre"; | 954 static uint8_t text_ES_SpecialDiveGas[] = "Configuración libre"; |
| 924 | 955 |
| 925 // Dive Menu | 956 // Dive Menu |
| 926 static uint8_t text_EN_SpecialDiveGasMenu[] = "Lost gas and extra gas"; | 957 static uint8_t text_EN_SpecialDiveGasMenu[] = "Lost gas and extra gas"; |
| 927 static uint8_t text_DE_SpecialDiveGasMenu[] = "Verlorene Gase und Extra-Gas"; | 958 static uint8_t text_DE_SpecialDiveGasMenu[] = "Verlorene Gase und Extra-Gas"; |
| 928 static uint8_t text_FR_SpecialDiveGasMenu[] = ""; | 959 static uint8_t text_FR_SpecialDiveGasMenu[] = "Gaz perdus et extra-gaz"; |
| 929 static uint8_t text_IT_SpecialDiveGasMenu[] = "Gas perso e extra gas"; | 960 static uint8_t text_IT_SpecialDiveGasMenu[] = "Gas perso e extra gas"; |
| 930 static uint8_t text_ES_SpecialDiveGasMenu[] = "Gas perdido y gas extra"; | 961 static uint8_t text_ES_SpecialDiveGasMenu[] = "Gas perdido y gas extra"; |
| 931 | 962 |
| 932 // Dive Menu (CCR mode) | 963 // Dive Menu (CCR mode) |
| 933 static uint8_t text_EN_SpecialDiveGasMenuCCR[] = "Lost Gas"; | 964 static uint8_t text_EN_SpecialDiveGasMenuCCR[] = "Lost Gas"; |
| 934 static uint8_t text_DE_SpecialDiveGasMenuCCR[] = "Verlorene Gase"; | 965 static uint8_t text_DE_SpecialDiveGasMenuCCR[] = "Verlorene Gase"; |
| 935 static uint8_t text_FR_SpecialDiveGasMenuCCR[] = ""; | 966 static uint8_t text_FR_SpecialDiveGasMenuCCR[] = "Gaz perdus"; |
| 936 static uint8_t text_IT_SpecialDiveGasMenuCCR[] = "Gas perso"; | 967 static uint8_t text_IT_SpecialDiveGasMenuCCR[] = "Gas perso"; |
| 937 static uint8_t text_ES_SpecialDiveGasMenuCCR[] = "Gas perdido"; | 968 static uint8_t text_ES_SpecialDiveGasMenuCCR[] = "Gas perdido"; |
| 938 | 969 |
| 939 // Dive Menu (CCR mode) | 970 // Dive Menu (CCR mode) |
| 940 static uint8_t text_EN_UseSensor[] = "Use sensor"; | 971 static uint8_t text_EN_UseSensor[] = "Use sensor"; |
| 944 static uint8_t text_ES_UseSensor[] = "Usar sensor"; | 975 static uint8_t text_ES_UseSensor[] = "Usar sensor"; |
| 945 | 976 |
| 946 // Dive Menu (CCR mode) | 977 // Dive Menu (CCR mode) |
| 947 static uint8_t text_EN_AutomaticSP[] = "Switch SP automatically"; | 978 static uint8_t text_EN_AutomaticSP[] = "Switch SP automatically"; |
| 948 static uint8_t text_DE_AutomaticSP[] = "Automatischer SP Wechsel"; | 979 static uint8_t text_DE_AutomaticSP[] = "Automatischer SP Wechsel"; |
| 949 static uint8_t text_FR_AutomaticSP[] = ""; | 980 static uint8_t text_FR_AutomaticSP[] = "Changement automatique de SP"; |
| 950 static uint8_t text_IT_AutomaticSP[] = ""; | 981 static uint8_t text_IT_AutomaticSP[] = "Cambio automatico di SP"; |
| 951 static uint8_t text_ES_AutomaticSP[] = ""; | 982 static uint8_t text_ES_AutomaticSP[] = "Cambio automático de SP"; |
| 952 | 983 |
| 953 // Warning | 984 // Warning |
| 954 static uint8_t text_EN_WarnDecoMissed[] = "Deco stop"; | 985 static uint8_t text_EN_WarnDecoMissed[] = "Deco stop"; |
| 955 static uint8_t text_DE_WarnDecoMissed[] = "Deco Stopp"; | 986 static uint8_t text_DE_WarnDecoMissed[] = "Deko Stopp"; |
| 956 static uint8_t text_FR_WarnDecoMissed[] = ""; | 987 static uint8_t text_FR_WarnDecoMissed[] = "Palier déco"; |
| 957 static uint8_t text_IT_WarnDecoMissed[] = "Deco stop"; | 988 static uint8_t text_IT_WarnDecoMissed[] = "Deco stop"; |
| 958 static uint8_t text_ES_WarnDecoMissed[] = "Deco stop"; | 989 static uint8_t text_ES_WarnDecoMissed[] = "Deco stop"; |
| 959 | 990 |
| 960 // Warning | 991 // Warning |
| 961 static uint8_t text_EN_WarnFallback[] = "Fallback"; | 992 static uint8_t text_EN_WarnFallback[] = "Fallback"; |
| 962 static uint8_t text_DE_WarnFallback[] = ""; | 993 static uint8_t text_DE_WarnFallback[] = "Fallback"; |
| 963 static uint8_t text_FR_WarnFallback[] = "Fallback"; // NEED to more specific here I guess... | 994 static uint8_t text_FR_WarnFallback[] = "Fallback"; // NEED to more specific here I guess... |
| 964 static uint8_t text_IT_WarnFallback[] = "Fallback"; | 995 static uint8_t text_IT_WarnFallback[] = "Fallback"; |
| 965 static uint8_t text_ES_WarnFallback[] = "Fallback"; | 996 static uint8_t text_ES_WarnFallback[] = "Fallback"; |
| 966 | 997 |
| 967 // Warning | 998 // Warning |
| 1013 static uint8_t text_IT_Nitrogen[] = "Azoto"; | 1044 static uint8_t text_IT_Nitrogen[] = "Azoto"; |
| 1014 static uint8_t text_ES_Nitrogen[] = "Nitrógeno"; | 1045 static uint8_t text_ES_Nitrogen[] = "Nitrógeno"; |
| 1015 | 1046 |
| 1016 // Tissue Graph | 1047 // Tissue Graph |
| 1017 static uint8_t text_EN_Helium[] = "Helium"; | 1048 static uint8_t text_EN_Helium[] = "Helium"; |
| 1018 static uint8_t text_DE_Helium[] = ""; | 1049 static uint8_t text_DE_Helium[] = "Helium"; |
| 1019 static uint8_t text_FR_Helium[] = "Hélium"; | 1050 static uint8_t text_FR_Helium[] = "Hélium"; |
| 1020 static uint8_t text_IT_Helium[] = "Helio"; | 1051 static uint8_t text_IT_Helium[] = "Helio"; |
| 1021 static uint8_t text_ES_Helium[] = "Helio"; | 1052 static uint8_t text_ES_Helium[] = "Helio"; |
| 1022 | 1053 |
| 1023 // Tissue Graph | 1054 // Tissue Graph |
| 1037 // Dive mode (header @ deco stop place) | 1068 // Dive mode (header @ deco stop place) |
| 1038 static uint8_t text_EN_SafetyStop2[] = "Safety stop"; | 1069 static uint8_t text_EN_SafetyStop2[] = "Safety stop"; |
| 1039 static uint8_t text_DE_SafetyStop2[] = "Sicherheit"; | 1070 static uint8_t text_DE_SafetyStop2[] = "Sicherheit"; |
| 1040 static uint8_t text_FR_SafetyStop2[] = "Palier sécurité"; | 1071 static uint8_t text_FR_SafetyStop2[] = "Palier sécurité"; |
| 1041 static uint8_t text_IT_SafetyStop2[] = "Sicurezza"; | 1072 static uint8_t text_IT_SafetyStop2[] = "Sicurezza"; |
| 1042 static uint8_t text_ES_SafetyStop2[] = "Parada de seguridad"; | 1073 static uint8_t text_ES_SafetyStop2[] = "Parada seguridad"; |
| 1043 | 1074 |
| 1044 // Surface mode | 1075 // Surface mode |
| 1045 static uint8_t text_EN_noFly[] = "noFly"; | 1076 static uint8_t text_EN_noFly[] = "noFly"; |
| 1046 static uint8_t text_DE_noFly[] = ""; | 1077 static uint8_t text_DE_noFly[] = ""; |
| 1047 static uint8_t text_FR_noFly[] = ""; // Or Avion | 1078 static uint8_t text_FR_noFly[] = ""; // Or Avion |
| 1058 // Surface mode | 1089 // Surface mode |
| 1059 static uint8_t text_EN_TimeSinceLastDive[] = "Last dive"; | 1090 static uint8_t text_EN_TimeSinceLastDive[] = "Last dive"; |
| 1060 static uint8_t text_DE_TimeSinceLastDive[] = "Tauchpause"; | 1091 static uint8_t text_DE_TimeSinceLastDive[] = "Tauchpause"; |
| 1061 static uint8_t text_FR_TimeSinceLastDive[] = "Intervalle"; | 1092 static uint8_t text_FR_TimeSinceLastDive[] = "Intervalle"; |
| 1062 static uint8_t text_IT_TimeSinceLastDive[] = "Ultima immersione"; | 1093 static uint8_t text_IT_TimeSinceLastDive[] = "Ultima immersione"; |
| 1063 static uint8_t text_ES_TimeSinceLastDive[] = "Última inmersión"; | 1094 static uint8_t text_ES_TimeSinceLastDive[] = "Ultima inmersión"; |
| 1064 | 1095 |
| 1065 // Button label (tiny line) | 1096 // Button label (tiny line) |
| 1066 static uint8_t text_EN_ButtonLogbook[] = "Logbook"; | 1097 static uint8_t text_EN_ButtonLogbook[] = "Logbook"; |
| 1067 static uint8_t text_DE_ButtonLogbook[] = "Logbuch"; | 1098 static uint8_t text_DE_ButtonLogbook[] = "Logbuch"; |
| 1068 static uint8_t text_FR_ButtonLogbook[] = "Carnet"; | 1099 static uint8_t text_FR_ButtonLogbook[] = "Carnet"; |
| 1079 // Button label (tiny line) | 1110 // Button label (tiny line) |
| 1080 static uint8_t text_EN_ButtonMenu[] = "Menu"; | 1111 static uint8_t text_EN_ButtonMenu[] = "Menu"; |
| 1081 static uint8_t text_DE_ButtonMenu[] = "Menü"; | 1112 static uint8_t text_DE_ButtonMenu[] = "Menü"; |
| 1082 static uint8_t text_FR_ButtonMenu[] = "Menu"; | 1113 static uint8_t text_FR_ButtonMenu[] = "Menu"; |
| 1083 static uint8_t text_IT_ButtonMenu[] = "Menu"; | 1114 static uint8_t text_IT_ButtonMenu[] = "Menu"; |
| 1084 static uint8_t text_ES_ButtonMenu[] = "Menú"; | 1115 static uint8_t text_ES_ButtonMenu[] = "Menu"; |
| 1085 | 1116 |
| 1086 // Button label (tiny line) | 1117 // Button label (tiny line) |
| 1087 static uint8_t text_EN_ButtonBack[] = "Back"; | 1118 static uint8_t text_EN_ButtonBack[] = "Back"; |
| 1088 static uint8_t text_DE_ButtonBack[] = "Zurück"; | 1119 static uint8_t text_DE_ButtonBack[] = "Zurück"; |
| 1089 static uint8_t text_FR_ButtonBack[] = "Retour"; | 1120 static uint8_t text_FR_ButtonBack[] = "Retour"; |
| 1120 | 1151 |
| 1121 // Dive menu | 1152 // Dive menu |
| 1122 static uint8_t text_EN_SimFollowDecoStops[] = "Ascent follows decostops"; | 1153 static uint8_t text_EN_SimFollowDecoStops[] = "Ascent follows decostops"; |
| 1123 static uint8_t text_DE_SimFollowDecoStops[] = "Sim-Aufstieg folgt Stopps"; | 1154 static uint8_t text_DE_SimFollowDecoStops[] = "Sim-Aufstieg folgt Stopps"; |
| 1124 static uint8_t text_FR_SimFollowDecoStops[] = "Remonté selon paliers"; | 1155 static uint8_t text_FR_SimFollowDecoStops[] = "Remonté selon paliers"; |
| 1125 static uint8_t text_IT_SimFollowDecoStops[] = ""; | 1156 static uint8_t text_IT_SimFollowDecoStops[] = "Sim ascenso sigue paradas"; |
| 1126 static uint8_t text_ES_SimFollowDecoStops[] = "Ascenso según paradas deco"; | 1157 static uint8_t text_ES_SimFollowDecoStops[] = "Ascenso segUn paradas deco"; |
| 1127 | 1158 |
| 1128 // Menu SYS1 | 1159 // Menu SYS1 |
| 1129 static uint8_t text_EN_Bluetooth[] = "Bluetooth"; | 1160 static uint8_t text_EN_Bluetooth[] = "Bluetooth"; |
| 1130 static uint8_t text_DE_Bluetooth[] = ""; | 1161 static uint8_t text_DE_Bluetooth[] = ""; |
| 1131 static uint8_t text_FR_Bluetooth[] = ""; | 1162 static uint8_t text_FR_Bluetooth[] = ""; |
| 1153 static uint8_t text_IT_O2voltage[] = "Voltaggio O2"; | 1184 static uint8_t text_IT_O2voltage[] = "Voltaggio O2"; |
| 1154 static uint8_t text_ES_O2voltage[] = "Voltaje O2"; | 1185 static uint8_t text_ES_O2voltage[] = "Voltaje O2"; |
| 1155 | 1186 |
| 1156 // Customview Header | 1187 // Customview Header |
| 1157 static uint8_t text_EN_Gaslist[] = "Gaslist OC"; | 1188 static uint8_t text_EN_Gaslist[] = "Gaslist OC"; |
| 1158 static uint8_t text_DE_Gaslist[] = ""; | 1189 static uint8_t text_DE_Gaslist[] = "OC Gasliste"; |
| 1159 static uint8_t text_FR_Gaslist[] = "Liste gaz OC"; | 1190 static uint8_t text_FR_Gaslist[] = "Liste gaz OC"; |
| 1160 static uint8_t text_IT_Gaslist[] = "Lista gas OC"; | 1191 static uint8_t text_IT_Gaslist[] = "Lista gas OC"; |
| 1161 static uint8_t text_ES_Gaslist[] = "lista de gases OC"; | 1192 static uint8_t text_ES_Gaslist[] = "lista gases OC"; |
| 1162 | 1193 |
| 1163 // Customview Header | 1194 // Customview Header |
| 1164 static uint8_t text_EN_Info[] = "Info"; | 1195 static uint8_t text_EN_Info[] = "Info"; |
| 1165 static uint8_t text_DE_Info[] = ""; | 1196 static uint8_t text_DE_Info[] = "Info"; |
| 1166 static uint8_t text_FR_Info[] = ""; // Info | 1197 static uint8_t text_FR_Info[] = "Info"; |
| 1167 static uint8_t text_IT_Info[] = "Info"; | 1198 static uint8_t text_IT_Info[] = "Info"; |
| 1168 static uint8_t text_ES_Info[] = "Info"; | 1199 static uint8_t text_ES_Info[] = "Info"; |
| 1169 | 1200 |
| 1170 // Customview Header | 1201 // Customview Header |
| 1171 static uint8_t text_EN_Warning[] = "Warning"; | 1202 static uint8_t text_EN_Warning[] = "Warning"; |
| 1175 static uint8_t text_ES_Warning[] = "Peligro"; | 1206 static uint8_t text_ES_Warning[] = "Peligro"; |
| 1176 | 1207 |
| 1177 // Customview Header | 1208 // Customview Header |
| 1178 static uint8_t text_EN_Charging[] = "Charging"; | 1209 static uint8_t text_EN_Charging[] = "Charging"; |
| 1179 static uint8_t text_DE_Charging[] = "Ladezyklus"; | 1210 static uint8_t text_DE_Charging[] = "Ladezyklus"; |
| 1180 static uint8_t text_FR_Charging[] = ""; | 1211 static uint8_t text_FR_Charging[] = "Cycle de charge"; |
| 1181 static uint8_t text_IT_Charging[] = ""; | 1212 static uint8_t text_IT_Charging[] = "Ciclo di carica"; |
| 1182 static uint8_t text_ES_Charging[] = ""; | 1213 static uint8_t text_ES_Charging[] = "Ciclo de carga"; |
| 1183 | 1214 |
| 1184 // Menu SYS2 sub Information | 1215 // Menu SYS2 sub Information |
| 1185 static uint8_t text_EN_Usage_Battery[] = "Battery life"; | 1216 static uint8_t text_EN_Usage_Battery[] = "Battery life"; |
| 1186 static uint8_t text_DE_Usage_Battery[] = "Batterie-Nutzung"; | 1217 static uint8_t text_DE_Usage_Battery[] = "Batterie-Nutzung"; |
| 1187 static uint8_t text_FR_Usage_Battery[] = "Durée batterie"; | 1218 static uint8_t text_FR_Usage_Battery[] = "Durée batterie"; |
| 1226 // Menu SYS2 sub Information | 1257 // Menu SYS2 sub Information |
| 1227 static uint8_t text_EN_NumberOfDives[] = "Total number of dives (max. depth)"; | 1258 static uint8_t text_EN_NumberOfDives[] = "Total number of dives (max. depth)"; |
| 1228 static uint8_t text_DE_NumberOfDives[] = "Anzahl Tauchgänge (max. Tiefe)"; | 1259 static uint8_t text_DE_NumberOfDives[] = "Anzahl Tauchgänge (max. Tiefe)"; |
| 1229 static uint8_t text_FR_NumberOfDives[] = "Nombre total de plongées (prof. max)"; | 1260 static uint8_t text_FR_NumberOfDives[] = "Nombre total de plongées (prof. max)"; |
| 1230 static uint8_t text_IT_NumberOfDives[] = "Numero totale di immersioni (prof. max)"; | 1261 static uint8_t text_IT_NumberOfDives[] = "Numero totale di immersioni (prof. max)"; |
| 1231 static uint8_t text_ES_NumberOfDives[] = "Número total de inmersiones (prof. max)"; | 1262 static uint8_t text_ES_NumberOfDives[] = "NUmero total de inmersiones (prof. max)"; |
| 1232 | 1263 |
| 1233 // Menu SYS2 sub Information | 1264 // Menu SYS2 sub Information |
| 1234 static uint8_t text_EN_AmbientTemperature[] = "Ambient temperature range"; | 1265 static uint8_t text_EN_AmbientTemperature[] = "Ambient temperature range"; |
| 1235 static uint8_t text_DE_AmbientTemperature[] = "Umgebungstemperaturbereich"; | 1266 static uint8_t text_DE_AmbientTemperature[] = "Umgebungstemperaturbereich"; |
| 1236 static uint8_t text_FR_AmbientTemperature[] = "Temperature ambiante"; // Range --> Temperatures ? | 1267 static uint8_t text_FR_AmbientTemperature[] = "Temperature ambiante"; // Range --> Temperatures ? |
| 1300 static uint8_t text_FR_HUDBattery[] = "Batterie HUD"; | 1331 static uint8_t text_FR_HUDBattery[] = "Batterie HUD"; |
| 1301 static uint8_t text_IT_HUDBattery[] = "Batteria HUD"; | 1332 static uint8_t text_IT_HUDBattery[] = "Batteria HUD"; |
| 1302 static uint8_t text_ES_HUDBattery[] = "Carga del HUD"; | 1333 static uint8_t text_ES_HUDBattery[] = "Carga del HUD"; |
| 1303 | 1334 |
| 1304 static uint8_t text_EN_SensorDetect[] = "Auto detection"; | 1335 static uint8_t text_EN_SensorDetect[] = "Auto detection"; |
| 1305 static uint8_t text_DE_SensorDetect[] = "Sensor suchen"; | 1336 static uint8_t text_DE_SensorDetect[] = "Sensoren suchen"; |
| 1306 static uint8_t text_FR_SensorDetect[] = ""; | 1337 static uint8_t text_FR_SensorDetect[] = "Chercher capteurs"; |
| 1307 static uint8_t text_IT_SensorDetect[] = ""; | 1338 static uint8_t text_IT_SensorDetect[] = "Ricerca sensori"; |
| 1308 static uint8_t text_ES_SensorDetect[] = ""; | 1339 static uint8_t text_ES_SensorDetect[] = "BUsqueda sensores"; |
| 1309 | 1340 |
| 1310 static uint8_t text_EN_O2Calib[] = "Calibrate"; | 1341 static uint8_t text_EN_O2Calib[] = "Calibration"; |
| 1311 static uint8_t text_DE_O2Calib[] = "Kalibrierung"; | 1342 static uint8_t text_DE_O2Calib[] = "Kalibrierung"; |
| 1312 static uint8_t text_FR_O2Calib[] = ""; | 1343 static uint8_t text_FR_O2Calib[] = "Calibrage"; |
| 1313 static uint8_t text_IT_O2Calib[] = ""; | 1344 static uint8_t text_IT_O2Calib[] = "Calibrazione"; |
| 1314 static uint8_t text_ES_O2Calib[] = ""; | 1345 static uint8_t text_ES_O2Calib[] = "Calibración"; |
| 1315 | 1346 |
| 1316 static uint8_t text_EN_O2Interface[] = "O2 Interface"; | 1347 static uint8_t text_EN_O2Interface[] = "O2 Interface"; |
| 1317 static uint8_t text_DE_O2Interface[] = "O2 Interface"; | 1348 static uint8_t text_DE_O2Interface[] = "O2 Interface"; |
| 1318 static uint8_t text_FR_O2Interface[] = ""; | 1349 static uint8_t text_FR_O2Interface[] = "Interface O2"; |
| 1319 static uint8_t text_IT_O2Interface[] = ""; | 1350 static uint8_t text_IT_O2Interface[] = "Interfaccia O2"; |
| 1320 static uint8_t text_ES_O2Interface[] = ""; | 1351 static uint8_t text_ES_O2Interface[] = "Interfaz O2"; |
| 1321 | 1352 |
| 1322 static uint8_t text_EN_O2IFOptic[] = "optical"; | 1353 static uint8_t text_EN_O2IFOptic[] = "optical"; |
| 1323 static uint8_t text_DE_O2IFOptic[] = "optisch"; | 1354 static uint8_t text_DE_O2IFOptic[] = "optisch"; |
| 1324 static uint8_t text_FR_O2IFOptic[] = ""; | 1355 static uint8_t text_FR_O2IFOptic[] = "optique"; |
| 1325 static uint8_t text_IT_O2IFOptic[] = ""; | 1356 static uint8_t text_IT_O2IFOptic[] = "ottico"; |
| 1326 static uint8_t text_ES_O2IFOptic[] = ""; | 1357 static uint8_t text_ES_O2IFOptic[] = "óptico"; |
| 1327 | 1358 |
| 1328 static uint8_t text_EN_O2IFAnalog[] = "analog"; | 1359 static uint8_t text_EN_O2IFAnalog[] = "analog"; |
| 1329 static uint8_t text_DE_O2IFAnalog[] = "analog"; | 1360 static uint8_t text_DE_O2IFAnalog[] = "analog"; |
| 1330 static uint8_t text_FR_O2IFAnalog[] = ""; | 1361 static uint8_t text_FR_O2IFAnalog[] = "analogique"; |
| 1331 static uint8_t text_IT_O2IFAnalog[] = ""; | 1362 static uint8_t text_IT_O2IFAnalog[] = "analogico"; |
| 1332 static uint8_t text_ES_O2IFAnalog[] = ""; | 1363 static uint8_t text_ES_O2IFAnalog[] = "analógico"; |
| 1333 | 1364 |
| 1334 static uint8_t text_EN_O2IFDigital[] = "digital"; | 1365 static uint8_t text_EN_O2IFDigital[] = "digital"; |
| 1335 static uint8_t text_DE_O2IFDigital[] = "digital"; | 1366 static uint8_t text_DE_O2IFDigital[] = "digital"; |
| 1336 static uint8_t text_FR_O2IFDigital[] = ""; | 1367 static uint8_t text_FR_O2IFDigital[] = "digitale"; |
| 1337 static uint8_t text_IT_O2IFDigital[] = ""; | 1368 static uint8_t text_IT_O2IFDigital[] = "digital"; |
| 1338 static uint8_t text_ES_O2IFDigital[] = ""; | 1369 static uint8_t text_ES_O2IFDigital[] = "digital"; |
| 1339 | 1370 |
| 1340 // Menu SYS1 sub (buttons) | 1371 // Menu SYS1 sub (buttons) |
| 1341 static uint8_t text_EN_LowerIsLess[] = "Lower is less sensitive"; | 1372 static uint8_t text_EN_LowerIsLess[] = "Lower is less sensitive"; |
| 1342 static uint8_t text_DE_LowerIsLess[] = "Niedriger ist schwergängiger"; | 1373 static uint8_t text_DE_LowerIsLess[] = "Niedriger ist schwergängiger"; |
| 1343 static uint8_t text_FR_LowerIsLess[] = "Diminuer moins sensible"; | 1374 static uint8_t text_FR_LowerIsLess[] = "Diminuer moins sensible"; |
| 1345 static uint8_t text_ES_LowerIsLess[] = "A menor valor, menos sensibilidad"; | 1376 static uint8_t text_ES_LowerIsLess[] = "A menor valor, menos sensibilidad"; |
| 1346 | 1377 |
| 1347 // Dive Mode YELLOW TEXT under Customview | 1378 // Dive Mode YELLOW TEXT under Customview |
| 1348 static uint8_t text_EN_DiveMenuQ[] = " Menu? "; | 1379 static uint8_t text_EN_DiveMenuQ[] = " Menu? "; |
| 1349 static uint8_t text_DE_DiveMenuQ[] = " Menü? "; | 1380 static uint8_t text_DE_DiveMenuQ[] = " Menü? "; |
| 1350 static uint8_t text_FR_DiveMenuQ[] = ""; | 1381 static uint8_t text_FR_DiveMenuQ[] = " Menu "; |
| 1351 static uint8_t text_IT_DiveMenuQ[] = "Menu?"; | 1382 static uint8_t text_IT_DiveMenuQ[] = " Menu? "; |
| 1352 static uint8_t text_ES_DiveMenuQ[] = "Menú"; | 1383 static uint8_t text_ES_DiveMenuQ[] = " Menu "; |
| 1353 | 1384 |
| 1354 // Dive Mode YELLOW TEXT under Customview | 1385 // Dive Mode YELLOW TEXT under Customview |
| 1355 static uint8_t text_EN_DiveQuitQ[] = " Quit? "; | 1386 static uint8_t text_EN_DiveQuitQ[] = " Quit? "; |
| 1356 static uint8_t text_DE_DiveQuitQ[] = " Ende? "; | 1387 static uint8_t text_DE_DiveQuitQ[] = " Ende? "; |
| 1357 static uint8_t text_FR_DiveQuitQ[] = "Quitter"; | 1388 static uint8_t text_FR_DiveQuitQ[] = "Quitter"; |
| 1359 static uint8_t text_ES_DiveQuitQ[] = "¿Salir?"; | 1390 static uint8_t text_ES_DiveQuitQ[] = "¿Salir?"; |
| 1360 | 1391 |
| 1361 // Dive Mode YELLOW TEXT under Customview | 1392 // Dive Mode YELLOW TEXT under Customview |
| 1362 static uint8_t text_EN_DiveBearingQ[] = "Bearing"; | 1393 static uint8_t text_EN_DiveBearingQ[] = "Bearing"; |
| 1363 static uint8_t text_DE_DiveBearingQ[] = "Peilung"; | 1394 static uint8_t text_DE_DiveBearingQ[] = "Peilung"; |
| 1364 static uint8_t text_FR_DiveBearingQ[] = ""; | 1395 static uint8_t text_FR_DiveBearingQ[] = "Gisement"; |
| 1365 static uint8_t text_IT_DiveBearingQ[] = ""; | 1396 static uint8_t text_IT_DiveBearingQ[] = ""; |
| 1366 static uint8_t text_ES_DiveBearingQ[] = "Rumbo"; | 1397 static uint8_t text_ES_DiveBearingQ[] = "Rumbo"; |
| 1367 | 1398 |
| 1368 // Dive Mode YELLOW TEXT under Customview | 1399 // Dive Mode YELLOW TEXT under Customview |
| 1369 static uint8_t text_EN_DiveResetAvgQ[] = "ResetAvr."; | 1400 static uint8_t text_EN_DiveResetAvgQ[] = "ResetAvr."; |
| 1380 static uint8_t text_ES_ExtraDisplay[] = "Letras grandes"; | 1411 static uint8_t text_ES_ExtraDisplay[] = "Letras grandes"; |
| 1381 | 1412 |
| 1382 // Menu SYS2 | 1413 // Menu SYS2 |
| 1383 static uint8_t text_EN_ExtraBigFont[] = "Optional"; | 1414 static uint8_t text_EN_ExtraBigFont[] = "Optional"; |
| 1384 static uint8_t text_DE_ExtraBigFont[] = "Optional"; | 1415 static uint8_t text_DE_ExtraBigFont[] = "Optional"; |
| 1385 static uint8_t text_FR_ExtraBigFont[] = "si"; | 1416 static uint8_t text_FR_ExtraBigFont[] = "En option"; |
| 1386 static uint8_t text_IT_ExtraBigFont[] = "si"; | 1417 static uint8_t text_IT_ExtraBigFont[] = "Opzionale"; |
| 1387 static uint8_t text_ES_ExtraBigFont[] = "si"; | 1418 static uint8_t text_ES_ExtraBigFont[] = "Opcional"; |
| 1388 | 1419 |
| 1389 static uint8_t text_EN_ExtraBFActive[] = "Start screen"; | 1420 static uint8_t text_EN_ExtraBFActive[] = "Start screen"; |
| 1390 static uint8_t text_DE_ExtraBFActive[] = "Start Bildschirm"; | 1421 static uint8_t text_DE_ExtraBFActive[] = "Startbildschirm"; |
| 1391 static uint8_t text_FR_ExtraBFActive[] = ""; | 1422 static uint8_t text_FR_ExtraBFActive[] = "Écran démarrage"; |
| 1392 static uint8_t text_IT_ExtraBFActive[] = ""; | 1423 static uint8_t text_IT_ExtraBFActive[] = "Schermata iniziale"; |
| 1393 static uint8_t text_ES_ExtraBFActive[] = ""; | 1424 static uint8_t text_ES_ExtraBFActive[] = "Pantalla de inicio"; |
| 1394 | 1425 |
| 1395 // Menu SYS2 (future feature) | 1426 // Menu SYS2 (future feature) |
| 1396 static uint8_t text_EN_ExtraDecoGame[] = "Deco game"; | 1427 static uint8_t text_EN_ExtraDecoGame[] = "Deco game"; |
| 1397 static uint8_t text_DE_ExtraDecoGame[] = "Deko-Spiel"; | 1428 static uint8_t text_DE_ExtraDecoGame[] = "Deko-Spiel"; |
| 1398 static uint8_t text_FR_ExtraDecoGame[] = "Jeu déco"; | 1429 static uint8_t text_FR_ExtraDecoGame[] = "Jeu déco"; |
| 1439 | 1470 |
| 1440 // Menu SYS2 Reset RTE and Firmware Update During Bluetooth Connection | 1471 // Menu SYS2 Reset RTE and Firmware Update During Bluetooth Connection |
| 1441 static uint8_t text_EN_DecoDataLost[] = "Decompression data will be lost"; | 1472 static uint8_t text_EN_DecoDataLost[] = "Decompression data will be lost"; |
| 1442 static uint8_t text_DE_DecoDataLost[] = "Dekompressionsdaten verloren!"; | 1473 static uint8_t text_DE_DecoDataLost[] = "Dekompressionsdaten verloren!"; |
| 1443 static uint8_t text_FR_DecoDataLost[] = "RaZ de la décompression"; // RaZ | 1474 static uint8_t text_FR_DecoDataLost[] = "RaZ de la décompression"; // RaZ |
| 1444 static uint8_t text_IT_DecoDataLost[] = ""; | 1475 static uint8_t text_IT_DecoDataLost[] = "Dati di decompressione persi!"; |
| 1445 static uint8_t text_ES_DecoDataLost[] = "Se perderá la información de descompresión"; | 1476 static uint8_t text_ES_DecoDataLost[] = "Se perderá la información de descompresión"; |
| 1446 | 1477 |
| 1447 // Menu SYS1 sub and Dive Menu | 1478 // Menu SYS1 sub and Dive Menu |
| 1448 static uint8_t text_EN_SetBearing[] = "Set bearing"; | 1479 static uint8_t text_EN_SetBearing[] = "Set bearing"; |
| 1449 static uint8_t text_DE_SetBearing[] = "Kurs setzen"; | 1480 static uint8_t text_DE_SetBearing[] = "Kurs setzen"; |
| 1457 static uint8_t text_IT_ResetBearing[] = "Cancellare rotta"; | 1488 static uint8_t text_IT_ResetBearing[] = "Cancellare rotta"; |
| 1458 static uint8_t text_ES_ResetBearing[] = "Borrar rumbo"; | 1489 static uint8_t text_ES_ResetBearing[] = "Borrar rumbo"; |
| 1459 | 1490 |
| 1460 // Menu SYS1, sub | 1491 // Menu SYS1, sub |
| 1461 static uint8_t text_EN_SensorList[] = "Sensor"; | 1492 static uint8_t text_EN_SensorList[] = "Sensor"; |
| 1462 static uint8_t text_DE_SensorList[] = ""; | 1493 static uint8_t text_DE_SensorList[] = "Sensor"; |
| 1463 static uint8_t text_FR_SensorList[] = "Cellule"; | 1494 static uint8_t text_FR_SensorList[] = "Capteur"; |
| 1464 static uint8_t text_IT_SensorList[] = ""; | 1495 static uint8_t text_IT_SensorList[] = "Sensore"; |
| 1465 static uint8_t text_ES_SensorList[] = "Sensor"; | 1496 static uint8_t text_ES_SensorList[] = "Sensor"; |
| 1466 | 1497 |
| 1467 // Menu SYS1, sub | 1498 // Menu SYS1, sub |
| 1468 static uint8_t text_EN_ButtonLeft[] = "Left"; | 1499 static uint8_t text_EN_ButtonLeft[] = "Left"; |
| 1469 static uint8_t text_DE_ButtonLeft[] = "Links"; | 1500 static uint8_t text_DE_ButtonLeft[] = "Links"; |
| 1496 static uint8_t text_IT_DispNoneDbg[] = "Debug/None"; | 1527 static uint8_t text_IT_DispNoneDbg[] = "Debug/None"; |
| 1497 static uint8_t text_ES_DispNoneDbg[] = "Debug/None"; | 1528 static uint8_t text_ES_DispNoneDbg[] = "Debug/None"; |
| 1498 | 1529 |
| 1499 static uint8_t text_EN_ApneaTotal[] = "total"; | 1530 static uint8_t text_EN_ApneaTotal[] = "total"; |
| 1500 static uint8_t text_DE_ApneaTotal[] = "gesamt"; | 1531 static uint8_t text_DE_ApneaTotal[] = "gesamt"; |
| 1501 static uint8_t text_FR_ApneaTotal[] = ""; | 1532 static uint8_t text_FR_ApneaTotal[] = "total"; |
| 1502 static uint8_t text_IT_ApneaTotal[] = "Completo"; | 1533 static uint8_t text_IT_ApneaTotal[] = "Completo"; |
| 1503 static uint8_t text_ES_ApneaTotal[] = "Total"; | 1534 static uint8_t text_ES_ApneaTotal[] = "Total"; |
| 1504 | 1535 |
| 1505 static uint8_t text_EN_ApneaLast[] = "last"; | 1536 static uint8_t text_EN_ApneaLast[] = "last"; |
| 1506 static uint8_t text_DE_ApneaLast[] = "letzter"; | 1537 static uint8_t text_DE_ApneaLast[] = "letzter"; |
| 1507 static uint8_t text_FR_ApneaLast[] = "dernier"; | 1538 static uint8_t text_FR_ApneaLast[] = "dernier"; |
| 1508 static uint8_t text_IT_ApneaLast[] = ""; | 1539 static uint8_t text_IT_ApneaLast[] = "ultimo"; |
| 1509 static uint8_t text_ES_ApneaLast[] = "último"; | 1540 static uint8_t text_ES_ApneaLast[] = "Ultimo"; |
| 1510 | 1541 |
| 1511 static uint8_t text_EN_ApneaSurface[] = "Surface time"; | 1542 static uint8_t text_EN_ApneaSurface[] = "Surface time"; |
| 1512 static uint8_t text_DE_ApneaSurface[] = "Oberflächenzeit"; | 1543 static uint8_t text_DE_ApneaSurface[] = "Oberflächenzeit"; |
| 1513 static uint8_t text_FR_ApneaSurface[] = "Tps.surface"; | 1544 static uint8_t text_FR_ApneaSurface[] = "Tps.surface"; |
| 1514 static uint8_t text_IT_ApneaSurface[] = "Tempo di superficie"; | 1545 static uint8_t text_IT_ApneaSurface[] = "Tempo di superficie"; |
| 1529 static uint8_t text_EN_FocusSpotSize[] = "Focus detection:"; | 1560 static uint8_t text_EN_FocusSpotSize[] = "Focus detection:"; |
| 1530 static uint8_t text_DE_FocusSpotSize[] = "Fokus Reaktion:"; | 1561 static uint8_t text_DE_FocusSpotSize[] = "Fokus Reaktion:"; |
| 1531 static uint8_t text_FR_FocusSpotSize[] = ""; | 1562 static uint8_t text_FR_FocusSpotSize[] = ""; |
| 1532 static uint8_t text_IT_FocusSpotSize[] = ""; | 1563 static uint8_t text_IT_FocusSpotSize[] = ""; |
| 1533 static uint8_t text_ES_FocusSpotSize[] = ""; | 1564 static uint8_t text_ES_FocusSpotSize[] = ""; |
| 1565 | |
| 1534 /* | 1566 /* |
| 1535 static uint8_t text_EN_ApneaCount[] = ""; | 1567 static uint8_t text_EN_ApneaCount[] = ""; |
| 1536 static uint8_t text_DE_ApneaCount[] = ""; | 1568 static uint8_t text_DE_ApneaCount[] = ""; |
| 1537 static uint8_t text_FR_ApneaCount[] = ""; | 1569 static uint8_t text_FR_ApneaCount[] = ""; |
| 1538 static uint8_t text_IT_ApneaCount[] = ""; | 1570 static uint8_t text_IT_ApneaCount[] = ""; |
| 1558 static uint8_t text_IT_Gauge[] = "Profondimetro"; | 1590 static uint8_t text_IT_Gauge[] = "Profondimetro"; |
| 1559 static uint8_t text_ES_Gauge[] = "Profundimetro"; | 1591 static uint8_t text_ES_Gauge[] = "Profundimetro"; |
| 1560 | 1592 |
| 1561 | 1593 |
| 1562 static uint8_t text_EN_Default[] = "Default"; | 1594 static uint8_t text_EN_Default[] = "Default"; |
| 1563 static uint8_t text_DE_Default[] = ""; | 1595 static uint8_t text_DE_Default[] = "Standard"; |
| 1564 static uint8_t text_FR_Default[] = "Défaut"; | 1596 static uint8_t text_FR_Default[] = "Défaut"; |
| 1565 static uint8_t text_IT_Default[] = "Standard"; | 1597 static uint8_t text_IT_Default[] = "Standard"; |
| 1566 static uint8_t text_ES_Default[] = "Por defecto"; | 1598 static uint8_t text_ES_Default[] = "Por defecto"; |
| 1567 | 1599 |
| 1568 static uint8_t text_EN_LiterproMinute[] = "Liter/Minute"; | 1600 static uint8_t text_EN_LiterproMinute[] = "Liter/Minute"; |
| 1570 static uint8_t text_FR_LiterproMinute[] = "Litre/minute"; | 1602 static uint8_t text_FR_LiterproMinute[] = "Litre/minute"; |
| 1571 static uint8_t text_IT_LiterproMinute[] = "Litri/Minuti"; | 1603 static uint8_t text_IT_LiterproMinute[] = "Litri/Minuti"; |
| 1572 static uint8_t text_ES_LiterproMinute[] = "Litros/Minuto"; | 1604 static uint8_t text_ES_LiterproMinute[] = "Litros/Minuto"; |
| 1573 | 1605 |
| 1574 static uint8_t text_EN_Reserve[] = "Reserve"; | 1606 static uint8_t text_EN_Reserve[] = "Reserve"; |
| 1575 static uint8_t text_DE_Reserve[] = ""; | 1607 static uint8_t text_DE_Reserve[] = "Reserve"; |
| 1576 static uint8_t text_FR_Reserve[] = "Réserve"; | 1608 static uint8_t text_FR_Reserve[] = "Réserve"; |
| 1577 static uint8_t text_IT_Reserve[] = "Riserva"; | 1609 static uint8_t text_IT_Reserve[] = "Riserva"; |
| 1578 static uint8_t text_ES_Reserve[] = "Reserva"; | 1610 static uint8_t text_ES_Reserve[] = "Reserva"; |
| 1579 | 1611 |
| 1580 static uint8_t text_EN_Daylightsaving[] = "Daylight sav."; | 1612 static uint8_t text_EN_Daylightsaving[] = "Daylight sav."; |
| 1581 static uint8_t text_DE_Daylightsaving[] = "Sommerzeit"; | 1613 static uint8_t text_DE_Daylightsaving[] = "Sommerzeit"; |
| 1582 static uint8_t text_FR_Daylightsaving[] = "Heure d'été"; | 1614 static uint8_t text_FR_Daylightsaving[] = "Heure d'été"; |
| 1583 static uint8_t text_IT_Daylightsaving[] = ""; | 1615 static uint8_t text_IT_Daylightsaving[] = "L'ora legale"; |
| 1584 static uint8_t text_ES_Daylightsaving[] = "Horario de verano"; | 1616 static uint8_t text_ES_Daylightsaving[] = "Horario de verano"; |
| 1585 | 1617 |
| 1586 static uint8_t text_EN_ShowDebug[] = "Debug info"; | 1618 static uint8_t text_EN_ShowDebug[] = "Debug info"; |
| 1587 static uint8_t text_DE_ShowDebug[] = "Fehlersuche"; | 1619 static uint8_t text_DE_ShowDebug[] = "Fehlersuche"; |
| 1588 static uint8_t text_FR_ShowDebug[] = "Info de déboguage"; | 1620 static uint8_t text_FR_ShowDebug[] = "Info de déboguage"; |
| 1589 static uint8_t text_IT_ShowDebug[] = "Informazioni Debug"; | 1621 static uint8_t text_IT_ShowDebug[] = "Informazioni Debug"; |
| 1590 static uint8_t text_ES_ShowDebug[] = "Información de depuración"; | 1622 static uint8_t text_ES_ShowDebug[] = "Información de depuración"; |
| 1591 | 1623 |
| 1592 static uint8_t text_EN_SimTravelGas[] = "Travel Gas"; | 1624 static uint8_t text_EN_SimTravelGas[] = "Work Gas"; |
| 1593 static uint8_t text_DE_SimTravelGas[] = "Reise Gas"; | 1625 static uint8_t text_DE_SimTravelGas[] = "Arbeitsgas"; |
| 1594 static uint8_t text_FR_SimTravelGas[] = "Gaz Travel"; | 1626 static uint8_t text_FR_SimTravelGas[] = "Gaz Travail"; |
| 1595 static uint8_t text_IT_SimTravelGas[] = "Gas da viaggio"; | 1627 static uint8_t text_IT_SimTravelGas[] = "Gas da Lavaro"; |
| 1596 static uint8_t text_ES_SimTravelGas[] = "Gas de viaje"; | 1628 static uint8_t text_ES_SimTravelGas[] = "Gas de Labor"; |
| 1597 | 1629 |
| 1598 static uint8_t text_EN_SimDecoGas[] = "Deco Gas"; | 1630 static uint8_t text_EN_SimDecoGas[] = "Deco Gas"; |
| 1599 static uint8_t text_DE_SimDecoGas[] = "Deko Gas"; | 1631 static uint8_t text_DE_SimDecoGas[] = "Deko Gas"; |
| 1600 static uint8_t text_FR_SimDecoGas[] = "Gaz déco"; | 1632 static uint8_t text_FR_SimDecoGas[] = "Gaz déco"; |
| 1601 static uint8_t text_IT_SimDecoGas[] = "Gas decompressivo"; | 1633 static uint8_t text_IT_SimDecoGas[] = "Gas decompressivo"; |
| 1743 static uint8_t text_DE_DecoTTS[] = "Deco/TTS"; | 1775 static uint8_t text_DE_DecoTTS[] = "Deco/TTS"; |
| 1744 static uint8_t text_FR_DecoTTS[] = ""; | 1776 static uint8_t text_FR_DecoTTS[] = ""; |
| 1745 static uint8_t text_IT_DecoTTS[] = ""; | 1777 static uint8_t text_IT_DecoTTS[] = ""; |
| 1746 static uint8_t text_ES_DecoTTS[] = ""; | 1778 static uint8_t text_ES_DecoTTS[] = ""; |
| 1747 | 1779 |
| 1780 static uint8_t text_EN_SlowExit[] = "Slow exit"; | |
| 1781 static uint8_t text_DE_SlowExit[] = "Ausstieg"; | |
| 1782 static uint8_t text_FR_SlowExit[] = ""; | |
| 1783 static uint8_t text_IT_SlowExit[] = "Ascensione"; | |
| 1784 static uint8_t text_ES_SlowExit[] = "Salida lenta"; | |
| 1785 | |
| 1748 static uint8_t text_EN_ScrubTime[] = "Scrubber time"; | 1786 static uint8_t text_EN_ScrubTime[] = "Scrubber time"; |
| 1749 static uint8_t text_DE_ScrubTime[] = "Kalkstandzeit"; | 1787 static uint8_t text_DE_ScrubTime[] = "Kalkstandzeit"; |
| 1750 static uint8_t text_FR_ScrubTime[] = "Scrubber time"; | 1788 static uint8_t text_FR_ScrubTime[] = "Scrubber time"; |
| 1751 static uint8_t text_IT_ScrubTime[] = "Scrubber time"; | 1789 static uint8_t text_IT_ScrubTime[] = "Scrubber time"; |
| 1752 static uint8_t text_ES_ScrubTime[] = "Scrubber time"; | 1790 static uint8_t text_ES_ScrubTime[] = "Scrubber time"; |
| 1799 static uint8_t text_IT_CO2Sensor[] = "CO2 Sensor"; | 1837 static uint8_t text_IT_CO2Sensor[] = "CO2 Sensor"; |
| 1800 static uint8_t text_ES_CO2Sensor[] = "CO2 Sensor"; | 1838 static uint8_t text_ES_CO2Sensor[] = "CO2 Sensor"; |
| 1801 | 1839 |
| 1802 static uint8_t text_EN_KeyLock[] = "Key lock"; | 1840 static uint8_t text_EN_KeyLock[] = "Key lock"; |
| 1803 static uint8_t text_DE_KeyLock[] = "Tastensperre"; | 1841 static uint8_t text_DE_KeyLock[] = "Tastensperre"; |
| 1804 static uint8_t text_FR_KeyLock[] = ""; | 1842 static uint8_t text_FR_KeyLock[] = "Verrouillage du clavier"; |
| 1805 static uint8_t text_IT_KeyLock[] = ""; | 1843 static uint8_t text_IT_KeyLock[] = "Serratura a chiave"; |
| 1806 static uint8_t text_ES_KeyLock[] = ""; | 1844 static uint8_t text_ES_KeyLock[] = "Cerradura de llave"; |
| 1807 | 1845 |
| 1808 static uint8_t text_EN_NotCalibrated[] = "not calibrated"; | 1846 static uint8_t text_EN_NotCalibrated[] = "not calibrated"; |
| 1809 static uint8_t text_DE_NotCalibrated[] = "nicht kalibriert"; | 1847 static uint8_t text_DE_NotCalibrated[] = "nicht kalibriert"; |
| 1810 static uint8_t text_FR_NotCalibrated[] = "non calibrée"; | 1848 static uint8_t text_FR_NotCalibrated[] = "non calibrée"; |
| 1811 static uint8_t text_IT_NotCalibrated[] = "non calibrata"; | 1849 static uint8_t text_IT_NotCalibrated[] = "non calibrata"; |
| 1899 static uint8_t text_DE_Finished[] = "Beendet"; | 1937 static uint8_t text_DE_Finished[] = "Beendet"; |
| 1900 static uint8_t text_FR_Finished[] = "Fini"; | 1938 static uint8_t text_FR_Finished[] = "Fini"; |
| 1901 static uint8_t text_IT_Finished[] = "Finito"; | 1939 static uint8_t text_IT_Finished[] = "Finito"; |
| 1902 static uint8_t text_ES_Finished[] = "Terminado"; | 1940 static uint8_t text_ES_Finished[] = "Terminado"; |
| 1903 | 1941 |
| 1942 static uint8_t text_EN_Position[] = "Position"; | |
| 1943 static uint8_t text_DE_Position[] = "Position"; | |
| 1944 static uint8_t text_FR_Position[] = ""; | |
| 1945 static uint8_t text_IT_Position[] = ""; | |
| 1946 static uint8_t text_ES_Position[] = ""; | |
| 1947 | |
| 1948 static uint8_t text_EN_VpmTable[] = "VPM table mode"; | |
| 1949 static uint8_t text_DE_VpmTable[] = "VPM Tabellenmodus"; | |
| 1950 static uint8_t text_FR_VpmTable[] = ""; | |
| 1951 static uint8_t text_IT_VpmTable[] = ""; | |
| 1952 static uint8_t text_ES_VpmTable[] = ""; | |
| 1953 | |
| 1904 static uint8_t text_EN_Page[] = "Page"; | 1954 static uint8_t text_EN_Page[] = "Page"; |
| 1905 static uint8_t text_DE_Page[] = "Blättern"; | 1955 static uint8_t text_DE_Page[] = "Blättern"; |
| 1906 static uint8_t text_FR_Page[] = "Défiler"; | 1956 static uint8_t text_FR_Page[] = "Défiler"; |
| 1907 static uint8_t text_IT_Page[] = "Scorrere"; | 1957 static uint8_t text_IT_Page[] = "Scorrere"; |
| 1908 static uint8_t text_ES_Page[] = "Desplazarse"; | 1958 static uint8_t text_ES_Page[] = "Desplazarse"; |
| 1959 | |
| 1960 static uint8_t text_EN_Current[] = "Current"; | |
| 1961 static uint8_t text_DE_Current[] = "Aktuell"; | |
| 1962 static uint8_t text_FR_Current[] = "Actuel"; | |
| 1963 static uint8_t text_IT_Current[] = "Attuale"; | |
| 1964 static uint8_t text_ES_Current[] = "Actual"; | |
| 1965 | |
| 1966 static uint8_t text_EN_Log[] = "Log"; | |
| 1967 static uint8_t text_DE_Log[] = "Aufzeichnen"; | |
| 1968 static uint8_t text_FR_Log[] = "Enregistrer"; | |
| 1969 static uint8_t text_IT_Log[] = "Registrare"; | |
| 1970 static uint8_t text_ES_Log[] = "Registrar"; | |
| 1971 | |
| 1972 static uint8_t text_EN_DDMMYY[] = "DDMMYY"; | |
| 1973 static uint8_t text_DE_DDMMYY[] = "TTMMJJ"; | |
| 1974 static uint8_t text_FR_DDMMYY[] = ""; | |
| 1975 static uint8_t text_IT_DDMMYY[] = ""; | |
| 1976 static uint8_t text_ES_DDMMYY[] = ""; | |
| 1977 | |
| 1978 static uint8_t text_EN_MMDDYY[] = "MMDDYY"; | |
| 1979 static uint8_t text_DE_MMDDYY[] = "MMTTJJ"; | |
| 1980 static uint8_t text_FR_MMDDYY[] = ""; | |
| 1981 static uint8_t text_IT_MMDDYY[] = ""; | |
| 1982 static uint8_t text_ES_MMDDYY[] = ""; | |
| 1983 | |
| 1984 static uint8_t text_EN_YYMMDD[] = "YYMMDD"; | |
| 1985 static uint8_t text_DE_YYMMDD[] = "JJMMTT"; | |
| 1986 static uint8_t text_FR_YYMMDD[] = ""; | |
| 1987 static uint8_t text_IT_YYMMDD[] = ""; | |
| 1988 static uint8_t text_ES_YYMMDD[] = ""; | |
| 1989 | |
| 1990 static uint8_t text_EN_TIMEZONE[] = "Time zone"; | |
| 1991 static uint8_t text_DE_TIMEZONE[] = "Zeitzone"; | |
| 1992 static uint8_t text_FR_TIMEZONE[] = ""; | |
| 1993 static uint8_t text_IT_TIMEZONE[] = ""; | |
| 1994 static uint8_t text_ES_TIMEZONE[] = ""; | |
| 1995 | |
| 1996 static uint8_t text_EN_BUZZER[] = "Buzzer"; | |
| 1997 static uint8_t text_DE_BUZZER[] = "Vibration"; | |
| 1998 static uint8_t text_FR_BUZZER[] = ""; | |
| 1999 static uint8_t text_IT_BUZZER[] = ""; | |
| 2000 static uint8_t text_ES_BUZZER[] = ""; | |
| 2001 | |
| 2002 static uint8_t text_EN_Reverse[] = "Reverse"; | |
| 2003 static uint8_t text_DE_Reverse[] = "Umkehren"; | |
| 2004 static uint8_t text_FR_Reverse[] = "Inverser"; | |
| 2005 static uint8_t text_IT_Reverse[] = "Invertire"; | |
| 2006 static uint8_t text_ES_Reverse[] = "Invertir"; | |
| 1909 | 2007 |
| 1910 /* Lookup Table -------------------------------------------------------------*/ | 2008 /* Lookup Table -------------------------------------------------------------*/ |
| 1911 | 2009 |
| 1912 const tText text_array[] = | 2010 const tText text_array[] = |
| 1913 { | 2011 { |
| 1973 {(uint8_t)TXT_OpenCircuit, {text_EN_OpenCircuit, text_DE_OpenCircuit, text_FR_OpenCircuit, text_IT_OpenCircuit, text_ES_OpenCircuit}}, | 2071 {(uint8_t)TXT_OpenCircuit, {text_EN_OpenCircuit, text_DE_OpenCircuit, text_FR_OpenCircuit, text_IT_OpenCircuit, text_ES_OpenCircuit}}, |
| 1974 {(uint8_t)TXT_ClosedCircuit, {text_EN_ClosedCircuit, text_DE_ClosedCircuit, text_FR_ClosedCircuit, text_IT_ClosedCircuit, text_ES_ClosedCircuit}}, | 2072 {(uint8_t)TXT_ClosedCircuit, {text_EN_ClosedCircuit, text_DE_ClosedCircuit, text_FR_ClosedCircuit, text_IT_ClosedCircuit, text_ES_ClosedCircuit}}, |
| 1975 {(uint8_t)TXT_Apnoe, {text_EN_Apnoe, text_DE_Apnoe, text_FR_Apnoe, text_IT_Apnoe, text_ES_Apnoe}}, | 2073 {(uint8_t)TXT_Apnoe, {text_EN_Apnoe, text_DE_Apnoe, text_FR_Apnoe, text_IT_Apnoe, text_ES_Apnoe}}, |
| 1976 {(uint8_t)TXT_Gauge, {text_EN_Gauge, text_DE_Gauge, text_FR_Gauge, text_IT_Gauge, text_ES_Gauge}}, | 2074 {(uint8_t)TXT_Gauge, {text_EN_Gauge, text_DE_Gauge, text_FR_Gauge, text_IT_Gauge, text_ES_Gauge}}, |
| 1977 {(uint8_t)TXT_PSClosedCircuit, {text_EN_PSClosedCircuit, text_DE_PSClosedCircuit, text_FR_PSClosedCircuit, text_IT_PSClosedCircuit, text_ES_PSClosedCircuit}}, | 2075 {(uint8_t)TXT_PSClosedCircuit, {text_EN_PSClosedCircuit, text_DE_PSClosedCircuit, text_FR_PSClosedCircuit, text_IT_PSClosedCircuit, text_ES_PSClosedCircuit}}, |
| 2076 {(uint8_t)TXT_PreDive, {text_EN_PreDive, text_DE_PreDive, text_FR_PreDive, text_IT_PreDive, text_ES_PreDive}}, | |
| 1978 {(uint8_t)TXT_Sensor, {text_EN_Sensor, text_DE_Sensor, text_FR_Sensor, text_IT_Sensor, text_ES_Sensor}}, | 2077 {(uint8_t)TXT_Sensor, {text_EN_Sensor, text_DE_Sensor, text_FR_Sensor, text_IT_Sensor, text_ES_Sensor}}, |
| 1979 {(uint8_t)TXT_FixedSP, {text_EN_FixedSP, text_DE_FixedSP, text_FR_FixedSP, text_IT_FixedSP, text_ES_FixedSP}}, | 2078 {(uint8_t)TXT_FixedSP, {text_EN_FixedSP, text_DE_FixedSP, text_FR_FixedSP, text_IT_FixedSP, text_ES_FixedSP}}, |
| 1980 {(uint8_t)TXT_Decoparameters, {text_EN_Decoparameters, text_DE_Decoparameters, text_FR_Decoparameters, text_IT_Decoparameters, text_ES_Decoparameters}}, | 2079 {(uint8_t)TXT_Decoparameters, {text_EN_Decoparameters, text_DE_Decoparameters, text_FR_Decoparameters, text_IT_Decoparameters, text_ES_Decoparameters}}, |
| 1981 {(uint8_t)TXT_LastDecostop, {text_EN_LastDecostop, text_DE_LastDecostop, text_FR_LastDecostop, text_IT_LastDecostop, text_ES_LastDecostop}}, | 2080 {(uint8_t)TXT_LastDecostop, {text_EN_LastDecostop, text_DE_LastDecostop, text_FR_LastDecostop, text_IT_LastDecostop, text_ES_LastDecostop}}, |
| 1982 {(uint8_t)TXT_Fallback, {text_EN_Fallback, text_DE_Fallback, text_FR_Fallback, text_IT_Fallback, text_ES_Fallback}}, | 2081 {(uint8_t)TXT_Fallback, {text_EN_Fallback, text_DE_Fallback, text_FR_Fallback, text_IT_Fallback, text_ES_Fallback}}, |
| 1994 {(uint8_t)TXT_Percent, {text_EN_Percent, text_DE_Percent, text_FR_Percent, text_IT_Percent, text_ES_Percent}}, | 2093 {(uint8_t)TXT_Percent, {text_EN_Percent, text_DE_Percent, text_FR_Percent, text_IT_Percent, text_ES_Percent}}, |
| 1995 {(uint8_t)TXT_PSCRO2Drop, {text_EN_PSCRO2Drop, text_DE_PSCRO2Drop, text_FR_PSCRO2Drop, text_IT_PSCRO2Drop, text_ES_PSCRO2Drop}}, | 2094 {(uint8_t)TXT_PSCRO2Drop, {text_EN_PSCRO2Drop, text_DE_PSCRO2Drop, text_FR_PSCRO2Drop, text_IT_PSCRO2Drop, text_ES_PSCRO2Drop}}, |
| 1996 {(uint8_t)TXT_PSCRLungRatio, {text_EN_LungRatio, text_DE_LungRatio, text_FR_LungRatio, text_IT_LungRatio, text_ES_LungRatio}}, | 2095 {(uint8_t)TXT_PSCRLungRatio, {text_EN_LungRatio, text_DE_LungRatio, text_FR_LungRatio, text_IT_LungRatio, text_ES_LungRatio}}, |
| 1997 {(uint8_t)TXT_SimPpo2, {text_EN_SimPpo2, text_DE_SimPpo2, text_FR_SimPpo2, text_IT_SimPpo2, text_ES_SimPpo2}}, | 2096 {(uint8_t)TXT_SimPpo2, {text_EN_SimPpo2, text_DE_SimPpo2, text_FR_SimPpo2, text_IT_SimPpo2, text_ES_SimPpo2}}, |
| 1998 {(uint8_t)TXT_CO2Sensor, {text_EN_CO2Sensor, text_DE_CO2Sensor, text_FR_CO2Sensor, text_IT_CO2Sensor, text_ES_CO2Sensor}}, | 2097 {(uint8_t)TXT_CO2Sensor, {text_EN_CO2Sensor, text_DE_CO2Sensor, text_FR_CO2Sensor, text_IT_CO2Sensor, text_ES_CO2Sensor}}, |
| 1999 {(uint8_t)TXT_ButtonLock, {text_EN_KeyLock, text_DE_KeyLock, text_FR_KeyLock, text_IT_KeyLock, text_ES_KeyLock}}, | 2098 {(uint8_t)TXT_ButtonLock, {text_EN_KeyLock, text_DE_KeyLock, text_FR_KeyLock, text_IT_KeyLock, text_ES_KeyLock}}, |
| 2000 }; | 2099 }; |
| 2001 | 2100 |
| 2002 const tText text_array2[] = | 2101 const tText text_array2[] = |
| 2003 { | 2102 { |
| 2004 {(uint8_t)TXT2BYTE_ResetMenu, {text_EN_ResetMenu, text_DE_ResetMenu, text_FR_ResetMenu, text_IT_ResetMenu, text_ES_ResetMenu}}, | 2103 {(uint8_t)TXT2BYTE_ResetMenu, {text_EN_ResetMenu, text_DE_ResetMenu, text_FR_ResetMenu, text_IT_ResetMenu, text_ES_ResetMenu}}, |
| 2018 {(uint8_t)TXT2BYTE_ResetStopwatch, {text_EN_ResetStopwatch, text_DE_ResetStopwatch, text_FR_ResetStopwatch, text_IT_ResetStopwatch, text_ES_ResetStopwatch}}, | 2117 {(uint8_t)TXT2BYTE_ResetStopwatch, {text_EN_ResetStopwatch, text_DE_ResetStopwatch, text_FR_ResetStopwatch, text_IT_ResetStopwatch, text_ES_ResetStopwatch}}, |
| 2019 {(uint8_t)TXT2BYTE_SetMarker, {text_EN_SetMarker, text_DE_SetMarker, text_FR_SetMarker, text_IT_SetMarker, text_ES_SetMarker}}, | 2118 {(uint8_t)TXT2BYTE_SetMarker, {text_EN_SetMarker, text_DE_SetMarker, text_FR_SetMarker, text_IT_SetMarker, text_ES_SetMarker}}, |
| 2020 {(uint8_t)TXT2BYTE_SetMarkerShort, {text_EN_SetMarkerShort, text_DE_SetMarkerShort, text_FR_SetMarkerShort, text_IT_SetMarkerShort, text_ES_SetMarkerShort}}, | 2119 {(uint8_t)TXT2BYTE_SetMarkerShort, {text_EN_SetMarkerShort, text_DE_SetMarkerShort, text_FR_SetMarkerShort, text_IT_SetMarkerShort, text_ES_SetMarkerShort}}, |
| 2021 {(uint8_t)TXT2BYTE_CheckMarker, {text_EN_CheckMarker, text_DE_CheckMarker, text_FR_CheckMarker, text_IT_CheckMarker, text_ES_CheckMarker}}, | 2120 {(uint8_t)TXT2BYTE_CheckMarker, {text_EN_CheckMarker, text_DE_CheckMarker, text_FR_CheckMarker, text_IT_CheckMarker, text_ES_CheckMarker}}, |
| 2022 {(uint8_t)TXT2BYTE_CompassHeading, {text_EN_CompassHeading, text_DE_CompassHeading, text_FR_CompassHeading, text_IT_CompassHeading, text_ES_CompassHeading}}, | 2121 {(uint8_t)TXT2BYTE_CompassHeading, {text_EN_CompassHeading, text_DE_CompassHeading, text_FR_CompassHeading, text_IT_CompassHeading, text_ES_CompassHeading}}, |
| 2023 {(uint8_t)TXT2BYTE_CalibView, {text_EN_CalibView, text_DE_CalibView, text_FR_CalibView, text_IT_CalibView, text_ES_CalibView}}, | 2122 {(uint8_t)TXT2BYTE_CalibView, {text_EN_CalibView, text_DE_CalibView, text_FR_CalibView, text_IT_CalibView, text_ES_CalibView}}, |
| 2024 {(uint8_t)TXT2BYTE_IndicateFrame, {text_EN_IndicateFrame, text_DE_IndicateFrame, text_FR_IndicateFrame, text_IT_IndicateFrame, text_ES_IndicateFrame}}, | 2123 {(uint8_t)TXT2BYTE_IndicateFrame, {text_EN_IndicateFrame, text_DE_IndicateFrame, text_FR_IndicateFrame, text_IT_IndicateFrame, text_ES_IndicateFrame}}, |
| 2025 {(uint8_t)TXT2BYTE_BoostBacklight, {text_EN_BoostBacklight, text_DE_BoostBacklight, text_FR_BoostBacklight, text_IT_BoostBacklight, text_ES_BoostBacklight}}, | 2124 {(uint8_t)TXT2BYTE_BoostBacklight, {text_EN_BoostBacklight, text_DE_BoostBacklight, text_FR_BoostBacklight, text_IT_BoostBacklight, text_ES_BoostBacklight}}, |
| 2026 {(uint8_t)TXT2BYTE_FocusSpotSize, {text_EN_FocusSpotSize, text_DE_FocusSpotSize, text_FR_FocusSpotSize, text_IT_FocusSpotSize, text_ES_FocusSpotSize}}, | 2125 {(uint8_t)TXT2BYTE_FocusSpotSize, {text_EN_FocusSpotSize, text_DE_FocusSpotSize, text_FR_FocusSpotSize, text_IT_FocusSpotSize, text_ES_FocusSpotSize}}, |
| 2027 {(uint8_t)TXT2BYTE_EndDiveMode, {text_EN_EndDiveMode, text_DE_EndDiveMode, text_FR_EndDiveMode, text_IT_EndDiveMode, text_ES_EndDiveMode}}, | 2126 {(uint8_t)TXT2BYTE_EndDiveMode, {text_EN_EndDiveMode, text_DE_EndDiveMode, text_FR_EndDiveMode, text_IT_EndDiveMode, text_ES_EndDiveMode}}, |
| 2028 {(uint8_t)TXT2BYTE_Simulator, {text_EN_Simulator, text_DE_Simulator, text_FR_Simulator, text_IT_Simulator, text_ES_Simulator}}, | 2127 {(uint8_t)TXT2BYTE_Simulator, {text_EN_Simulator, text_DE_Simulator, text_FR_Simulator, text_IT_Simulator, text_ES_Simulator}}, |
| 2047 {(uint8_t)TXT2BYTE_SpecialDiveGasMenu,{text_EN_SpecialDiveGasMenu, text_DE_SpecialDiveGasMenu, text_FR_SpecialDiveGasMenu, text_IT_SpecialDiveGasMenu, text_ES_SpecialDiveGasMenu}}, | 2146 {(uint8_t)TXT2BYTE_SpecialDiveGasMenu,{text_EN_SpecialDiveGasMenu, text_DE_SpecialDiveGasMenu, text_FR_SpecialDiveGasMenu, text_IT_SpecialDiveGasMenu, text_ES_SpecialDiveGasMenu}}, |
| 2048 {(uint8_t)TXT2BYTE_SpecialDiveGasMenuCCR,{text_EN_SpecialDiveGasMenuCCR, text_DE_SpecialDiveGasMenuCCR, text_FR_SpecialDiveGasMenuCCR, text_IT_SpecialDiveGasMenuCCR, text_ES_SpecialDiveGasMenuCCR}}, | 2147 {(uint8_t)TXT2BYTE_SpecialDiveGasMenuCCR,{text_EN_SpecialDiveGasMenuCCR, text_DE_SpecialDiveGasMenuCCR, text_FR_SpecialDiveGasMenuCCR, text_IT_SpecialDiveGasMenuCCR, text_ES_SpecialDiveGasMenuCCR}}, |
| 2049 {(uint8_t)TXT2BYTE_CompassCalib, {text_EN_CompassCalib, text_DE_CompassCalib, text_FR_CompassCalib, text_IT_CompassCalib, text_ES_CompassCalib}}, | 2148 {(uint8_t)TXT2BYTE_CompassCalib, {text_EN_CompassCalib, text_DE_CompassCalib, text_FR_CompassCalib, text_IT_CompassCalib, text_ES_CompassCalib}}, |
| 2050 {(uint8_t)TXT2BYTE_CompassInertia, {text_EN_CompassInertia, text_DE_CompassInertia, text_FR_CompassInertia, text_IT_CompassInertia, text_ES_CompassInertia}}, | 2149 {(uint8_t)TXT2BYTE_CompassInertia, {text_EN_CompassInertia, text_DE_CompassInertia, text_FR_CompassInertia, text_IT_CompassInertia, text_ES_CompassInertia}}, |
| 2051 {(uint8_t)TXT2BYTE_CompassDeclination, {text_EN_CompassDeclination, text_DE_CompassDeclination, text_FR_CompassDeclination, text_IT_CompassDeclination, text_ES_CompassDeclination}}, | 2150 {(uint8_t)TXT2BYTE_CompassDeclination, {text_EN_CompassDeclination, text_DE_CompassDeclination, text_FR_CompassDeclination, text_IT_CompassDeclination, text_ES_CompassDeclination}}, |
| 2151 {(uint8_t)TXT2BYTE_Autofocus , {text_EN_Autofocus, text_DE_Autofocus, text_FR_Autofocus, text_IT_Autofocus, text_ES_Autofocus}}, | |
| 2052 {(uint8_t)TXT2BYTE_UseSensor, {text_EN_UseSensor, text_DE_UseSensor, text_FR_UseSensor, text_IT_UseSensor, text_ES_UseSensor}}, | 2152 {(uint8_t)TXT2BYTE_UseSensor, {text_EN_UseSensor, text_DE_UseSensor, text_FR_UseSensor, text_IT_UseSensor, text_ES_UseSensor}}, |
| 2053 {(uint8_t)TXT2BYTE_AutomaticSP, {text_EN_AutomaticSP, text_DE_AutomaticSP, text_FR_AutomaticSP, text_IT_AutomaticSP, text_ES_AutomaticSP}}, | 2153 {(uint8_t)TXT2BYTE_AutomaticSP, {text_EN_AutomaticSP, text_DE_AutomaticSP, text_FR_AutomaticSP, text_IT_AutomaticSP, text_ES_AutomaticSP}}, |
| 2054 {(uint8_t)TXT2BYTE_WarnDecoMissed, {text_EN_WarnDecoMissed, text_DE_WarnDecoMissed, text_FR_WarnDecoMissed, text_IT_WarnDecoMissed, text_ES_WarnDecoMissed}}, | 2154 {(uint8_t)TXT2BYTE_WarnDecoMissed, {text_EN_WarnDecoMissed, text_DE_WarnDecoMissed, text_FR_WarnDecoMissed, text_IT_WarnDecoMissed, text_ES_WarnDecoMissed}}, |
| 2055 {(uint8_t)TXT2BYTE_WarnPPO2Low, {text_EN_WarnPPO2Low, text_DE_WarnPPO2Low, text_FR_WarnPPO2Low, text_IT_WarnPPO2Low, text_ES_WarnPPO2Low}}, | 2155 {(uint8_t)TXT2BYTE_WarnPPO2Low, {text_EN_WarnPPO2Low, text_DE_WarnPPO2Low, text_FR_WarnPPO2Low, text_IT_WarnPPO2Low, text_ES_WarnPPO2Low}}, |
| 2056 {(uint8_t)TXT2BYTE_WarnPPO2High, {text_EN_WarnPPO2High, text_DE_WarnPPO2High, text_FR_WarnPPO2High, text_IT_WarnPPO2High, text_ES_WarnPPO2High}}, | 2156 {(uint8_t)TXT2BYTE_WarnPPO2High, {text_EN_WarnPPO2High, text_DE_WarnPPO2High, text_FR_WarnPPO2High, text_IT_WarnPPO2High, text_ES_WarnPPO2High}}, |
| 2139 {(uint8_t)TXT2BYTE_SetBearing, {text_EN_SetBearing, text_DE_SetBearing, text_FR_SetBearing, text_IT_SetBearing, text_ES_SetBearing}}, | 2239 {(uint8_t)TXT2BYTE_SetBearing, {text_EN_SetBearing, text_DE_SetBearing, text_FR_SetBearing, text_IT_SetBearing, text_ES_SetBearing}}, |
| 2140 {(uint8_t)TXT2BYTE_ResetBearing, {text_EN_ResetBearing, text_DE_ResetBearing, text_FR_ResetBearing, text_IT_ResetBearing, text_ES_ResetBearing}}, | 2240 {(uint8_t)TXT2BYTE_ResetBearing, {text_EN_ResetBearing, text_DE_ResetBearing, text_FR_ResetBearing, text_IT_ResetBearing, text_ES_ResetBearing}}, |
| 2141 {(uint8_t)TXT2BYTE_Sensor, {text_EN_SensorList, text_DE_SensorList, text_FR_SensorList, text_IT_SensorList, text_ES_SensorList}}, | 2241 {(uint8_t)TXT2BYTE_Sensor, {text_EN_SensorList, text_DE_SensorList, text_FR_SensorList, text_IT_SensorList, text_ES_SensorList}}, |
| 2142 {(uint8_t)TXT2BYTE_Maintenance, {text_EN_Maintenance, text_DE_Maintenance, text_FR_Maintenance, text_IT_Maintenance, text_ES_Maintenance}}, | 2242 {(uint8_t)TXT2BYTE_Maintenance, {text_EN_Maintenance, text_DE_Maintenance, text_FR_Maintenance, text_IT_Maintenance, text_ES_Maintenance}}, |
| 2143 {(uint8_t)TXT2BYTE_SetBatteryCharge,{text_EN_SetBatteryCharge, text_DE_SetBatteryCharge, text_FR_SetBatteryCharge, text_IT_SetBatteryCharge, text_ES_SetBatteryCharge}}, | 2243 {(uint8_t)TXT2BYTE_SetBatteryCharge,{text_EN_SetBatteryCharge, text_DE_SetBatteryCharge, text_FR_SetBatteryCharge, text_IT_SetBatteryCharge, text_ES_SetBatteryCharge}}, |
| 2244 {(uint8_t)TXT2BYTE_AdjustAmbPressure,{text_EN_AdjustAmbPressure, text_DE_AdjustAmbPressure, text_FR_AdjustAmbPressure, text_IT_AdjustAmbPressure, text_ES_AdjustAmbPressure}}, | |
| 2144 {(uint8_t)TXT2BYTE_SetFactoryDefaults,{text_EN_SetFactoryDefaults, text_DE_SetFactoryDefaults, text_FR_SetFactoryDefaults, text_IT_SetFactoryDefaults, text_ES_SetFactoryDefaults}}, | 2245 {(uint8_t)TXT2BYTE_SetFactoryDefaults,{text_EN_SetFactoryDefaults, text_DE_SetFactoryDefaults, text_FR_SetFactoryDefaults, text_IT_SetFactoryDefaults, text_ES_SetFactoryDefaults}}, |
| 2145 {(uint8_t)TXT2BYTE_SetSampleIndex, {text_EN_SetSampleIndex, text_DE_SetSampleIndex, text_FR_SetSampleIndex, text_IT_SetSampleIndex, text_ES_SetSampleIndex}}, | 2246 {(uint8_t)TXT2BYTE_SetSampleIndex, {text_EN_SetSampleIndex, text_DE_SetSampleIndex, text_FR_SetSampleIndex, text_IT_SetSampleIndex, text_ES_SetSampleIndex}}, |
| 2146 | 2247 |
| 2147 {(uint8_t)TXT2BYTE_Reboot, {text_EN_Reboot, text_DE_Reboot, text_FR_Reboot, text_IT_Reboot, text_ES_Reboot}}, | 2248 {(uint8_t)TXT2BYTE_Reboot, {text_EN_Reboot, text_DE_Reboot, text_FR_Reboot, text_IT_Reboot, text_ES_Reboot}}, |
| 2148 {(uint8_t)TXT2BYTE_ButtonLeft, {text_EN_ButtonLeft, text_DE_ButtonLeft, text_FR_ButtonLeft, text_IT_ButtonLeft, text_ES_ButtonLeft}}, | 2249 {(uint8_t)TXT2BYTE_ButtonLeft, {text_EN_ButtonLeft, text_DE_ButtonLeft, text_FR_ButtonLeft, text_IT_ButtonLeft, text_ES_ButtonLeft}}, |
| 2163 {(uint8_t)TXT2BYTE_TTS, {text_EN_TTS, text_DE_TTS, text_FR_TTS, text_IT_TTS, text_ES_TTS}}, | 2264 {(uint8_t)TXT2BYTE_TTS, {text_EN_TTS, text_DE_TTS, text_FR_TTS, text_IT_TTS, text_ES_TTS}}, |
| 2164 {(uint8_t)TXT2BYTE_ppoNair, {text_EN_ppo2Air, text_DE_ppo2Air, text_FR_ppo2Air, text_IT_ppo2Air, text_ES_ppo2Air}}, | 2265 {(uint8_t)TXT2BYTE_ppoNair, {text_EN_ppo2Air, text_DE_ppo2Air, text_FR_ppo2Air, text_IT_ppo2Air, text_ES_ppo2Air}}, |
| 2165 {(uint8_t)TXT2BYTE_Navigation, {text_EN_Navigation, text_DE_Navigation, text_FR_Navigation, text_IT_Navigation, text_ES_Navigation}}, | 2266 {(uint8_t)TXT2BYTE_Navigation, {text_EN_Navigation, text_DE_Navigation, text_FR_Navigation, text_IT_Navigation, text_ES_Navigation}}, |
| 2166 {(uint8_t)TXT2BYTE_DepthData, {text_EN_DepthData, text_DE_DepthData, text_FR_DepthData, text_IT_DepthData, text_ES_DepthData}}, | 2267 {(uint8_t)TXT2BYTE_DepthData, {text_EN_DepthData, text_DE_DepthData, text_FR_DepthData, text_IT_DepthData, text_ES_DepthData}}, |
| 2167 {(uint8_t)TXT2BYTE_DecoTTS, {text_EN_DecoTTS, text_DE_DecoTTS, text_FR_DecoTTS, text_IT_DecoTTS, text_ES_DecoTTS}}, | 2268 {(uint8_t)TXT2BYTE_DecoTTS, {text_EN_DecoTTS, text_DE_DecoTTS, text_FR_DecoTTS, text_IT_DecoTTS, text_ES_DecoTTS}}, |
| 2269 {(uint8_t)TXT2BYTE_SlowExit, {text_EN_SlowExit, text_DE_SlowExit, text_FR_SlowExit, text_IT_SlowExit, text_ES_SlowExit}}, | |
| 2168 | 2270 |
| 2169 {(uint8_t)TXT2BYTE_Minimum, {text_EN_Minimum, text_DE_Minimum, text_FR_Minimum, text_IT_Minimum, text_ES_Minimum}}, | 2271 {(uint8_t)TXT2BYTE_Minimum, {text_EN_Minimum, text_DE_Minimum, text_FR_Minimum, text_IT_Minimum, text_ES_Minimum}}, |
| 2170 {(uint8_t)TXT2BYTE_Normal, {text_EN_Normal, text_DE_Normal, text_FR_Normal, text_IT_Normal, text_ES_Normal}}, | 2272 {(uint8_t)TXT2BYTE_Normal, {text_EN_Normal, text_DE_Normal, text_FR_Normal, text_IT_Normal, text_ES_Normal}}, |
| 2171 {(uint8_t)TXT2BYTE_Maximum, {text_EN_Maximum, text_DE_Maximum, text_FR_Maximum, text_IT_Maximum, text_ES_Maximum}}, | 2273 {(uint8_t)TXT2BYTE_Maximum, {text_EN_Maximum, text_DE_Maximum, text_FR_Maximum, text_IT_Maximum, text_ES_Maximum}}, |
| 2172 | 2274 |
| 2173 {(uint8_t)TXT2BYTE_CheckSettings, {text_EN_CheckSettings, text_DE_CheckSettings, text_FR_CheckSettings, text_IT_CheckSettings, text_ES_CheckSettings}}, | 2275 {(uint8_t)TXT2BYTE_CheckSettings, {text_EN_CheckSettings, text_DE_CheckSettings, text_FR_CheckSettings, text_IT_CheckSettings, text_ES_CheckSettings}}, |
| 2174 {(uint8_t)TXT2BYTE_NotCalibrated, {text_EN_NotCalibrated, text_DE_NotCalibrated, text_FR_NotCalibrated, text_IT_NotCalibrated, text_ES_NotCalibrated}}, | 2276 {(uint8_t)TXT2BYTE_NotCalibrated, {text_EN_NotCalibrated, text_DE_NotCalibrated, text_FR_NotCalibrated, text_IT_NotCalibrated, text_ES_NotCalibrated}}, |
| 2175 | 2277 |
| 2176 {(uint8_t)TXT2BYTE_CcrSummary, {text_EN_CcrSummary, text_DE_CcrSummary, text_FR_CcrSummary, text_IT_CcrSummary, text_ES_CcrSummary}}, | 2278 {(uint8_t)TXT2BYTE_CcrSummary, {text_EN_CcrSummary, text_DE_CcrSummary, text_FR_CcrSummary, text_IT_CcrSummary, text_ES_CcrSummary}}, |
| 2177 {(uint8_t)TXT2BYTE_Setpoint, {text_EN_Setpoint, text_DE_Setpoint, text_FR_Setpoint, text_IT_Setpoint, text_ES_Setpoint}}, | 2279 {(uint8_t)TXT2BYTE_Setpoint, {text_EN_Setpoint, text_DE_Setpoint, text_FR_Setpoint, text_IT_Setpoint, text_ES_Setpoint}}, |
| 2178 {(uint8_t)TXT2BYTE_Scrubber, {text_EN_Scrubber, text_DE_Scrubber, text_FR_Scrubber, text_IT_Scrubber, text_ES_Scrubber}}, | 2280 {(uint8_t)TXT2BYTE_Scrubber, {text_EN_Scrubber, text_DE_Scrubber, text_FR_Scrubber, text_IT_Scrubber, text_ES_Scrubber}}, |
| 2179 {(uint8_t)TXT2BYTE_BailoutShort, {text_EN_BailoutShort, text_DE_BailoutShort, text_FR_BailoutShort, text_IT_BailoutShort, text_ES_BailoutShort}}, | 2281 {(uint8_t)TXT2BYTE_BailoutShort, {text_EN_BailoutShort, text_DE_BailoutShort, text_FR_BailoutShort, text_IT_BailoutShort, text_ES_BailoutShort}}, |
| 2180 {(uint8_t)TXT2BYTE_LoopShort, {text_EN_LoopShort, text_DE_LoopShort, text_FR_LoopShort, text_IT_LoopShort, text_ES_LoopShort}}, | 2282 {(uint8_t)TXT2BYTE_LoopShort, {text_EN_LoopShort, text_DE_LoopShort, text_FR_LoopShort, text_IT_LoopShort, text_ES_LoopShort}}, |
| 2181 {(uint8_t)TXT2BYTE_SetpointShort, {text_EN_SetpointShort, text_DE_SetpointShort, text_FR_SetpointShort, text_IT_SetpointShort, text_ES_SetpointShort}}, | 2283 {(uint8_t)TXT2BYTE_SetpointShort, {text_EN_SetpointShort, text_DE_SetpointShort, text_FR_SetpointShort, text_IT_SetpointShort, text_ES_SetpointShort}}, |
| 2182 | 2284 |
| 2183 {(uint8_t)TXT2BYTE_SetpointLow, {text_EN_SetpointLow, text_DE_SetpointLow, text_FR_SetpointLow, text_IT_SetpointLow, text_ES_SetpointLow}}, | 2285 {(uint8_t)TXT2BYTE_SetpointLow, {text_EN_SetpointLow, text_DE_SetpointLow, text_FR_SetpointLow, text_IT_SetpointLow, text_ES_SetpointLow}}, |
| 2184 {(uint8_t)TXT2BYTE_SetpointHigh, {text_EN_SetpointHigh, text_DE_SetpointHigh, text_FR_SetpointHigh, text_IT_SetpointHigh, text_ES_SetpointHigh}}, | 2286 {(uint8_t)TXT2BYTE_SetpointHigh, {text_EN_SetpointHigh, text_DE_SetpointHigh, text_FR_SetpointHigh, text_IT_SetpointHigh, text_ES_SetpointHigh}}, |
| 2185 {(uint8_t)TXT2BYTE_SetpointDeco, {text_EN_SetpointDeco, text_DE_SetpointDeco, text_FR_SetpointDeco, text_IT_SetpointDeco, text_ES_SetpointDeco}}, | 2287 {(uint8_t)TXT2BYTE_SetpointDeco, {text_EN_SetpointDeco, text_DE_SetpointDeco, text_FR_SetpointDeco, text_IT_SetpointDeco, text_ES_SetpointDeco}}, |
| 2186 {(uint8_t)TXT2BYTE_SetpointDelayed, {text_EN_SetpointDelayed, text_DE_SetpointDelayed, text_FR_SetpointDelayed, text_IT_SetpointDelayed, text_ES_SetpointDelayed}}, | 2288 {(uint8_t)TXT2BYTE_SetpointDelayed, {text_EN_SetpointDelayed, text_DE_SetpointDelayed, text_FR_SetpointDelayed, text_IT_SetpointDelayed, text_ES_SetpointDelayed}}, |
| 2187 | 2289 |
| 2188 {(uint8_t)TXT2BYTE_Enabled, {text_EN_Enabled, text_DE_Enabled, text_FR_Enabled, text_IT_Enabled, text_ES_Enabled}}, | 2290 {(uint8_t)TXT2BYTE_Enabled, {text_EN_Enabled, text_DE_Enabled, text_FR_Enabled, text_IT_Enabled, text_ES_Enabled}}, |
| 2189 {(uint8_t)TXT2BYTE_Custom, {text_EN_Custom, text_DE_Custom, text_FR_Custom, text_IT_Custom, text_ES_Custom}}, | 2291 {(uint8_t)TXT2BYTE_Custom, {text_EN_Custom, text_DE_Custom, text_FR_Custom, text_IT_Custom, text_ES_Custom}}, |
| 2190 | 2292 |
| 2191 {(uint8_t)TXT2BYTE_Set, {text_EN_Set, text_DE_Set, text_FR_Set, text_IT_Set, text_ES_Set}}, | 2293 {(uint8_t)TXT2BYTE_Set, {text_EN_Set, text_DE_Set, text_FR_Set, text_IT_Set, text_ES_Set}}, |
| 2192 {(uint8_t)TXT2BYTE_Clear, {text_EN_Clear, text_DE_Clear, text_FR_Clear, text_IT_Clear, text_ES_Clear}}, | 2294 {(uint8_t)TXT2BYTE_Clear, {text_EN_Clear, text_DE_Clear, text_FR_Clear, text_IT_Clear, text_ES_Clear}}, |
| 2193 {(uint8_t)TXT2BYTE_Reset, {text_EN_Reset, text_DE_Reset, text_FR_Reset, text_IT_Reset, text_ES_Reset}}, | 2295 {(uint8_t)TXT2BYTE_Reset, {text_EN_Reset, text_DE_Reset, text_FR_Reset, text_IT_Reset, text_ES_Reset}}, |
| 2194 | 2296 |
| 2195 {(uint8_t)TXT2BYTE_Timer, {text_EN_Timer, text_DE_Timer, text_FR_Timer, text_IT_Timer, text_ES_Timer}}, | 2297 {(uint8_t)TXT2BYTE_CounterLung, {text_EN_CounterLung, text_DE_CounterLung, text_FR_CounterLung, text_IT_CounterLung, text_ES_CounterLung}}, |
| 2196 {(uint8_t)TXT2BYTE_Starting, {text_EN_Starting, text_DE_Starting, text_FR_Starting, text_IT_Starting, text_ES_Starting}}, | 2298 {(uint8_t)TXT2BYTE_Pressure, {text_EN_Pressure, text_DE_Pressure, text_FR_Pressure, text_IT_Pressure, text_ES_Pressure}}, |
| 2197 {(uint8_t)TXT2BYTE_Finished, {text_EN_Finished, text_DE_Finished, text_FR_Finished, text_IT_Finished, text_ES_Finished}}, | 2299 |
| 2198 | 2300 {(uint8_t)TXT2BYTE_Timer, {text_EN_Timer, text_DE_Timer, text_FR_Timer, text_IT_Timer, text_ES_Timer}}, |
| 2199 {(uint8_t)TXT2BYTE_Page, {text_EN_Page, text_DE_Page, text_FR_Page, text_IT_Page, text_ES_Page}}, | 2301 {(uint8_t)TXT2BYTE_Starting, {text_EN_Starting, text_DE_Starting, text_FR_Starting, text_IT_Starting, text_ES_Starting}}, |
| 2302 {(uint8_t)TXT2BYTE_Finished, {text_EN_Finished, text_DE_Finished, text_FR_Finished, text_IT_Finished, text_ES_Finished}}, | |
| 2303 | |
| 2304 {(uint8_t)TXT2BYTE_Position, {text_EN_Position, text_DE_Position, text_FR_Position, text_IT_Position, text_ES_Position}}, | |
| 2305 {(uint8_t)TXT2BYTE_VpmTable, {text_EN_VpmTable, text_DE_VpmTable, text_FR_VpmTable, text_IT_VpmTable, text_ES_VpmTable}}, | |
| 2306 | |
| 2307 {(uint8_t)TXT2BYTE_Page, {text_EN_Page, text_DE_Page, text_FR_Page, text_IT_Page, text_ES_Page}}, | |
| 2308 | |
| 2309 {(uint8_t)TXT2BYTE_Current, {text_EN_Current, text_DE_Current, text_FR_Current, text_IT_Current, text_ES_Current}}, | |
| 2310 {(uint8_t)TXT2BYTE_Log, {text_EN_Log, text_DE_Log, text_FR_Log, text_IT_Log, text_ES_Log}}, | |
| 2311 {(uint8_t)TXT2BYTE_DDMMYY, {text_EN_DDMMYY, text_DE_DDMMYY, text_FR_DDMMYY, text_IT_DDMMYY, text_ES_DDMMYY}}, | |
| 2312 {(uint8_t)TXT2BYTE_MMDDYY, {text_EN_MMDDYY, text_DE_MMDDYY, text_FR_MMDDYY, text_IT_MMDDYY, text_ES_MMDDYY}}, | |
| 2313 {(uint8_t)TXT2BYTE_YYMMDD, {text_EN_YYMMDD, text_DE_YYMMDD, text_FR_YYMMDD, text_IT_YYMMDD, text_ES_YYMMDD}}, | |
| 2314 {(uint8_t)TXT2BYTE_TIMEZONE, {text_EN_TIMEZONE, text_DE_TIMEZONE, text_FR_TIMEZONE, text_IT_TIMEZONE, text_ES_TIMEZONE}}, | |
| 2315 | |
| 2316 {(uint8_t)TXT2BYTE_BUZZER, {text_EN_BUZZER, text_DE_BUZZER, text_FR_BUZZER, text_IT_BUZZER, text_ES_BUZZER}}, | |
| 2317 | |
| 2318 {(uint8_t)TXT2BYTE_Current, {text_EN_Current, text_DE_Current, text_FR_Current, text_IT_Current, text_ES_Current}}, | |
| 2319 {(uint8_t)TXT2BYTE_Log, {text_EN_Log, text_DE_Log, text_FR_Log, text_IT_Log, text_ES_Log}}, | |
| 2320 {(uint8_t)TXT2BYTE_Reverse, {text_EN_Reverse, text_DE_Reverse, text_FR_Reverse, text_IT_Reverse, text_ES_Reverse}}, | |
| 2321 | |
| 2322 | |
| 2323 | |
| 2200 }; | 2324 }; |
