comparison Discovery/Src/text_multilanguage.c @ 66:90ceb2402d94

language updates
author heinrichsweikamp
date Wed, 15 Aug 2018 12:16:23 +0200
parents feaee3f4696e
children cc2bb7bb8456 926098fb116a
comparison
equal deleted inserted replaced
65:feaee3f4696e 66:90ceb2402d94
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";
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[] = "Salinita";
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";
547 static uint8_t text_ES_CornerStandard[] = ""; 547 static uint8_t text_ES_CornerStandard[] = "";
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. a PMU";
553 static uint8_t text_IT_SetToMOD[] = "Cambia profondità MOD"; 553 static uint8_t text_IT_SetToMOD[] = "Cambia profondita MOD";
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[] = "Unita";
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[] = "Fuss/Fahrenheit"; 565 static uint8_t text_DE_Design_t7_feet[] = "Fuss/Fahrenheit";
582 static uint8_t text_ES_Information[] = ""; 582 static uint8_t text_ES_Information[] = "";
583 583
584 // Menu SYS2 584 // Menu SYS2
585 static uint8_t text_EN_ResetMenu[] = "Reset menu"; 585 static uint8_t text_EN_ResetMenu[] = "Reset menu";
586 static uint8_t text_DE_ResetMenu[] = "Reset-Menü"; 586 static uint8_t text_DE_ResetMenu[] = "Reset-Menü";
587 static uint8_t text_FR_ResetMenu[] = "Menu RaZ"; // RàZ 587 static uint8_t text_FR_ResetMenu[] = "Menu RaZ"; // RaZ
588 static uint8_t text_IT_ResetMenu[] = "Reset"; 588 static uint8_t text_IT_ResetMenu[] = "Reset";
589 static uint8_t text_ES_ResetMenu[] = ""; 589 static uint8_t text_ES_ResetMenu[] = "";
590 590
591 // Menu SYS2 sub 591 // Menu SYS2 sub
592 static uint8_t text_EN_LogbookOffset[] = "Logbook offset"; 592 static uint8_t text_EN_LogbookOffset[] = "Logbook offset";
674 static uint8_t text_ES_StartBootloader[] = ""; 674 static uint8_t text_ES_StartBootloader[] = "";
675 675
676 // Menu SYS2 sub 676 // Menu SYS2 sub
677 static uint8_t text_EN_ResetLogbook[] = "Reset logbook"; 677 static uint8_t text_EN_ResetLogbook[] = "Reset logbook";
678 static uint8_t text_DE_ResetLogbook[] = "Logbuch zurücksetzen"; 678 static uint8_t text_DE_ResetLogbook[] = "Logbuch zurücksetzen";
679 static uint8_t text_FR_ResetLogbook[] = "RaZ carnet"; // RàZ 679 static uint8_t text_FR_ResetLogbook[] = "RaZ carnet"; // RaZ
680 static uint8_t text_IT_ResetLogbook[] = "Ripristina logbook"; 680 static uint8_t text_IT_ResetLogbook[] = "Ripristina logbook";
681 static uint8_t text_ES_ResetLogbook[] = ""; 681 static uint8_t text_ES_ResetLogbook[] = "";
682 682
683 // Surface warning 683 // Surface warning
684 static uint8_t text_EN_PleaseUpdate[] = "Please update"; 684 static uint8_t text_EN_PleaseUpdate[] = "Please update";
685 static uint8_t text_DE_PleaseUpdate[] = "Bitte updaten:"; 685 static uint8_t text_DE_PleaseUpdate[] = "Bitte updaten:";
686 static uint8_t text_FR_PleaseUpdate[] = "Mettre à jours svp."; 686 static uint8_t text_FR_PleaseUpdate[] = "Mettre a jours svp.";
687 static uint8_t text_IT_PleaseUpdate[] = "Aggiornamento"; 687 static uint8_t text_IT_PleaseUpdate[] = "Aggiornamento";
688 static uint8_t text_ES_PleaseUpdate[] = ""; 688 static uint8_t text_ES_PleaseUpdate[] = "";
689 689
690 // Surface warning 690 // Surface warning
691 static uint8_t text_EN_RTE[] = "RTE"; 691 static uint8_t text_EN_RTE[] = "RTE";
702 static uint8_t text_ES_Fonts[] = ""; 702 static uint8_t text_ES_Fonts[] = "";
703 703
704 // Dive Menu 704 // Dive Menu
705 static uint8_t text_EN_ResetStopwatch[] = "Reset stopwatch"; 705 static uint8_t text_EN_ResetStopwatch[] = "Reset stopwatch";
706 static uint8_t text_DE_ResetStopwatch[] = "Stoppuhr zurückstellen"; 706 static uint8_t text_DE_ResetStopwatch[] = "Stoppuhr zurückstellen";
707 static uint8_t text_FR_ResetStopwatch[] = "RaZ chrono"; // RàZ 707 static uint8_t text_FR_ResetStopwatch[] = "RaZ chrono"; // RaZ
708 static uint8_t text_IT_ResetStopwatch[] = "Riavvia cronometro"; 708 static uint8_t text_IT_ResetStopwatch[] = "Riavvia cronometro";
709 static uint8_t text_ES_ResetStopwatch[] = ""; 709 static uint8_t text_ES_ResetStopwatch[] = "";
710 710
711 // Dive Menu 711 // Dive Menu
712 static uint8_t text_EN_SetMarker[] = "Set marker"; 712 static uint8_t text_EN_SetMarker[] = "Set marker";
772 static uint8_t text_ES_SimSummary[] = ""; 772 static uint8_t text_ES_SimSummary[] = "";
773 773
774 // Menu SIM sub 774 // Menu SIM sub
775 static uint8_t text_EN_SimDecTo[] = "Dec to"; 775 static uint8_t text_EN_SimDecTo[] = "Dec to";
776 static uint8_t text_DE_SimDecTo[] = "Abst."; 776 static uint8_t text_DE_SimDecTo[] = "Abst.";
777 static uint8_t text_FR_SimDecTo[] = "Desc à"; 777 static uint8_t text_FR_SimDecTo[] = "Desc a";
778 static uint8_t text_IT_SimDecTo[] = ""; 778 static uint8_t text_IT_SimDecTo[] = "";
779 static uint8_t text_ES_SimDecTo[] = ""; 779 static uint8_t text_ES_SimDecTo[] = "";
780 780
781 // Menu SIM sub 781 // Menu SIM sub
782 static uint8_t text_EN_SimLevel[] = "Level"; 782 static uint8_t text_EN_SimLevel[] = "Level";
786 static uint8_t text_ES_SimLevel[] = ""; 786 static uint8_t text_ES_SimLevel[] = "";
787 787
788 // Menu SIM sub 788 // Menu SIM sub
789 static uint8_t text_EN_SimAscTo[] = "Asc to"; 789 static uint8_t text_EN_SimAscTo[] = "Asc to";
790 static uint8_t text_DE_SimAscTo[] = "Aufst."; 790 static uint8_t text_DE_SimAscTo[] = "Aufst.";
791 static uint8_t text_FR_SimAscTo[] = "Rem. à"; 791 static uint8_t text_FR_SimAscTo[] = "Rem. a";
792 static uint8_t text_IT_SimAscTo[] = ""; 792 static uint8_t text_IT_SimAscTo[] = "";
793 static uint8_t text_ES_SimAscTo[] = ""; 793 static uint8_t text_ES_SimAscTo[] = "";
794 794
795 // Menu SIM sub 795 // Menu SIM sub
796 static uint8_t text_EN_SimSurface[] = "Surface"; 796 static uint8_t text_EN_SimSurface[] = "Surface";
1389 static uint8_t text_ES_ExtraNone[] = ""; 1389 static uint8_t text_ES_ExtraNone[] = "";
1390 1390
1391 // Menu SYS2 Reset RTE and Firmware Update During Bluetooth Connection 1391 // Menu SYS2 Reset RTE and Firmware Update During Bluetooth Connection
1392 static uint8_t text_EN_DecoDataLost[] = "Decompression data will be lost"; 1392 static uint8_t text_EN_DecoDataLost[] = "Decompression data will be lost";
1393 static uint8_t text_DE_DecoDataLost[] = "Dekompressionsdaten verloren!"; 1393 static uint8_t text_DE_DecoDataLost[] = "Dekompressionsdaten verloren!";
1394 static uint8_t text_FR_DecoDataLost[] = "RaZ de la décompression"; // RàZ 1394 static uint8_t text_FR_DecoDataLost[] = "RaZ de la décompression"; // RaZ
1395 static uint8_t text_IT_DecoDataLost[] = ""; 1395 static uint8_t text_IT_DecoDataLost[] = "";
1396 static uint8_t text_ES_DecoDataLost[] = ""; 1396 static uint8_t text_ES_DecoDataLost[] = "";
1397 1397
1398 // Menu SYS1 sub and Dive Menu 1398 // Menu SYS1 sub and Dive Menu
1399 static uint8_t text_EN_SetBearing[] = "Set bearing"; 1399 static uint8_t text_EN_SetBearing[] = "Set bearing";