annotate src/text_german.inc @ 650:bc214815deb2

3.19/10.75 release
author heinrichsweikamp
date Sun, 28 Aug 2022 13:13:38 +0200
parents aeca5717d9eb
children 75e90cd0c2c3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
heinrichsweikamp
parents:
diff changeset
1 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
2 ;
640
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
3 ; File text_german.asm next combined generation V3.12.3
0
heinrichsweikamp
parents:
diff changeset
4 ;
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
5 ; German texts translation file.
0
heinrichsweikamp
parents:
diff changeset
6 ;
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
0
heinrichsweikamp
parents:
diff changeset
8 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
9
heinrichsweikamp
parents:
diff changeset
10 ; Basic texts
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
11 TCODE tNo, "Nein" ; 0 No | Enum group
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
12 TCODE tYes, "Ja" ; 1 Yes |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
13
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
14 IFDEF _cave_mode
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
15 TCODE tOff, "Aus" ; OFF | Enum group
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
16 TCODE tOn, "Ein" ; ON |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
17 ELSE
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
18 TCODE tOff, " " ; needed for option table
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
19 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
20
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
21 TCODE tblank, " " ; (a single space character)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
22
0
heinrichsweikamp
parents:
diff changeset
23 ; Surface-mode texts
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
24 TCODE tMenu, "<Menü" ; <Menu
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
25 TCODE tView, "View>" ; View>
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
26 TCODE tHeading, "Kurs:" ; Heading:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
27 TCODE tLastDive, "Letzter TG" ; Last Dive (Max 10 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
28
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
29 TCODE tFTTSSurf, "fTTS/Verz.:" ; Future TTS
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
30 TCODE tLastDecostopSurf, "Letzt.Stop:" ; last deco stop surface custom view
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
31 TCODE tDvSalinitySurf, "Salinität :" ; Salinity
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
32
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
33 IFDEF _external_sensor
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
34 TCODE tSensorMilliVolt, "Sensoren mV" ; Sensors mV
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
35 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
36
0
heinrichsweikamp
parents:
diff changeset
37
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
38 ; Divemode Menu - 10 chars max!
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
39 TCODE tDivemenu_Gaslist, "Gasliste" ; Gaslist (OC)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
40 TCODE tDivemenu_ResetAvg, "Stoppuhr" ; Reset Avg
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
41 TCODE tDivemenu_Avg_Mkr, "Uhr/Marker" ; Reset Avg, Set Marker (and Turn Dive)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
42 TCODE tDivemenu_ToggleGF, "Toggle GF" ; Toggle GF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
43 TCODE tDivemenu_Marker, "Markierung" ; Set Marker
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
44 TCODE tDivemenu_LostGas, "Gasverlust" ; Lost Gas
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
45
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
46 IFDEF _ccr_pscr
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
47 TCODE tDivemenu_Diluent, "Diluents" ; Diluent (CCR)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
48 TCODE tDivemenu_Premix, "Premix" ; Premix (pSCR)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
49 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
50 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
51
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
52 IFDEF _external_sensor
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
53 TCODE tDivemenu_UseSensor,"akt.Sensor" ; Use Sensor
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
54 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
55
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
56 IFDEF _cave_mode
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
57 TCODE tDivePreCave, "Höhle" ; Enter Cave Menu ( 5 chars max)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
58 TCODE tDivemenu_wp_set, "Wegepunkt" ; Set Waypoint (10 chars max)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
59 TCODE tDivemenu_wp_out, "gehe <-()" ; go one Waypoint outwards (10 chars max)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
60 TCODE tDivemenu_wp_in, "gehe ->()" ; go one Waypoint inwards (10 chars max)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
61 TCODE tDivemenu_TurnDive, "Rückweg" ; Turn Dive (10 chars max)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
62 TCODE tDivemenu_ContDive, "Fortsetzen" ; Continue Dive (10 chars max)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
63 TCODE tDivemenu_off_on, "Aus / Ein" ; Cave Mode Off/On (10 chars max)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
64 ENDIF
0
heinrichsweikamp
parents:
diff changeset
65
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
66
0
heinrichsweikamp
parents:
diff changeset
67 ; Main menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
68 TCODE tNext, "<Weiter" ; <Next
619
e76a87e087ef 3.00 release
heinrichsweikamp
parents: 614
diff changeset
69 TCODE tEnter, " Enter>" ; Enter>
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
70 TCODE tMainMenu, "Hauptmenü" ; MainMenu
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
71 TCODE tLogbook, "Logbuch" ; Logbook
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
72 TCODE tGasSetup, "OC Gas Setup" ; OC Gas Setup
640
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
73 TCODE tSetTime, "Zeit einstellen" ; Set Time
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
74 TCODE tSetDate, "Datum einstellen" ; Set Date
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
75 TCODE tSetTimeDate, "Datum & Uhrzeit" ; Time & Date
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
76 TCODE tDispSets, "Anzeige" ; Display Settings
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
77 TCODE tSysSets, "System" ; System Settings
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
78 TCODE tExit, "Ende" ; Exit
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
79 TCODE tResetMenu, "Reset Menü" ; Reset Menu
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
80 TCODE tDiveModeMenu, "TG-Einstellungen" ; Dive Setup
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
81
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
82 TCODE tDiveSetup, "Tauchgang" ; Dive Setup
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
83 TCODE tDecoSetup, "Dekompression" ; Deco Setup
640
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
84 TCODE tSACSetup, "AMV Einstellung" ; SAC Setup
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
85 TCODE tppO2Setup, "O2 Partialdruck" ; ppO2 Setup
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
86 TCODE tStopsSetup, "Stopps & Tiefen" ; Stops & Depths
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
87
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
88 TCODE tInfoMenu, "Informationen" ; Information
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
89 IFDEF _ccr_pscr
640
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
90 TCODE tCCRSetup, "CCR/pSCR Setup" ; CCR/pSCR Setup
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
91 TCODE tDiluentSetup, "Diluent Menü" ; Diluent Setup
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
92 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
93 TCODE tFixedSetpoints, "CCR Setpoints" ; Fixed Setpoints
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
94 TCODE tBack, "zurück" ; back
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
95 TCODE tGas6, "Extra-Gas" ; edit & select Gas 6
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
96
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
97 IFDEF _rx_functions
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
98 TCODE tTrSettings, "Druckanzeige" ; Pressure Display
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
99 TCODE tTrMode, "Modus: " ; Mode
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
100 TCODE tTr1stPres, "1.Druck: " ; 1st Pressure
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
101 TCODE tTr2ndPres, "2.Druck: " ; 2nd Pressure
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
102 TCODE tTrBailPres, "1.B/O : " ; Bailout Pressure
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
103 TCODE tTrMaxDeltaP, "max Diff.: " ; independent double max difference
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
104 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
105
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
106 IFDEF _external_sensor
640
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
107 ; TCODE tCCRSensor, "Sensor" ; CCR/pSCR Sensor
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
108 TCODE tCalibrateMenu, "Kalibrierung" ; Calibration
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
109 TCODE tCalibrationGas, "Kal. Gas O2:" ; Cal. Gas O2:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
110 TCODE tCalibrate, "Kalibrieren" ; Calibrate
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
111 TCODE tS8Mode, "S8 Eingang:" ; Sensor Input
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
112 TCODE tCCRS8Mode, "Analog" ; Analog
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
113 TCODE tCCRS8Mode2, "Digital" ; Digital
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
114 ELSE
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
115 TCODE tCCRS8Mode, " " ; needed for option table
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
116 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
117
0
heinrichsweikamp
parents:
diff changeset
118
heinrichsweikamp
parents:
diff changeset
119 ; Gas menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
120 TCODE tGaslist, "OC Gas Liste"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
121 TCODE tGaslistCC, "CC Gas Liste" ; CC Diluents
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
122 TCODE tGasEdit, "Gas einstellen"
640
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
123 TCODE tType, "Typ: "
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
124 TCODE tGasDisabled, "Deaktiviert" ; | ENUM 1: Disabled
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
125 TCODE tGasFirst, "Start" ; | 2: First
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
126 TCODE tGasTravel, "Arbeit" ; | 3: Work (Travel, Bottom)
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
127 TCODE tGasDeco, "Deko" ; | 4: Deco
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
128 TCODE tAir, "Air " ; | ENUM: values must follow (5 chars)
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
129 TCODE tO2, "O2 " ; | tAir + 5
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
130 TCODE tO2Plus, "O2 +"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
131 TCODE tO2Minus, "O2 -"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
132 IFDEF _helium
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
133 TCODE tHePlus, "He +"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
134 TCODE tHeMinus, "He -"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
135 ENDIF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
136 TCODE tMOD, "MOD :"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
137 TCODE tEAD, "EAD:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
138 TCODE tSetup_GasDepth, "Wechseltiefe"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
139 TCODE tDepthPlus, "Tiefe +"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
140 TCODE tDepthMinus, "Tiefe -"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
141 TCODE tDepthReset, "Reset auf MOD:"
640
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
142 TCODE tSetup_GasMix, "Mix einstellen"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
143 IFDEF _ccr_pscr
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
144 TCODE tSPPlus, "ppO2 +" ; Setpoint ppO2 +
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
145 TCODE tSensorFallback, "Fallback:" ; Fallback:
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
146 TCODE tCalculated, "berechnet" ; calculated
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
147 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
148 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
149 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix)
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
150 TCODE tCCRMode, "Modus: " ; CCR/pSCR Mode
640
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
151 TCODE tCCRModeFixedSP, "FesterSP" ; 0 fixed for CCR / calculated for pSCR | ENUM group
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
152 TCODE tCCRModeSensor, "Sensor" ; 1 Sensor |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
153 TCODE tCCRModeAutoSP, "Auto SP" ; 2 Auto SP |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
154 ELSE
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
155 TCODE tCCRModeFixedSP, " " ; target needed by option table
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
156 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
157 TCODE tSP, "SP" ; SP (SetPoint)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
158
0
heinrichsweikamp
parents:
diff changeset
159
heinrichsweikamp
parents:
diff changeset
160 ; New batteries menu
614
a32212cd5ea9 work on new battery menu
heinrichsweikamp
parents: 608
diff changeset
161 ; 1 2 ;
a32212cd5ea9 work on new battery menu
heinrichsweikamp
parents: 608
diff changeset
162 ; 12345678901234567890 ; max 20 chars
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
163 TCODE tNewBattTitle, "Neue Batterie?"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
164 TCODE tNewBattOld, "behalte alte"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
165 TCODE tNewBattNew36, "3,6V Einweg (T1)" ; new 3.6V disposable
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
166 TCODE tNewBattNew15, "1,5V Einweg (T0)" ; new 1.5V disposable
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
167 TCODE tNewBattAccu, "3,7V aufladbar (T2)" ; new 3.7V rechargeable
640
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
168 TCODE tNew18650, "OSTC 2(2015), cR(T3)" ; internal battery on 2 (old) / cR
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
169 TCODE tNew16650, "OSTC 2(2017), TR(T4)" ; internal battery on 2 (new) / TR
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
170 TCODE tConfirmChargeable1,"Bestätigung:" ; safety question, line 1
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
171 TCODE tConfirmChargeable2,"eingelegte Batterie" ; safety question, line 2
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
172 TCODE tConfirmChargeable3,"ist wiederaufladbar" ; safety question, line 3
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
173
0
heinrichsweikamp
parents:
diff changeset
174
heinrichsweikamp
parents:
diff changeset
175 ; Gaslist management
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
176 TCODE tGas, "Gas" ; Gas
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
177 TCODE tDil, "Dil" ; Diluent
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
178 TCODE tGasErr, "Err" ; Err (max 3 chars)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
179 TCODE tTakeGas, "nimm" ; take gas (max 4 chars)
0
heinrichsweikamp
parents:
diff changeset
180
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
181
0
heinrichsweikamp
parents:
diff changeset
182 ; Communication Menu
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
183 TCODE tUsbTitle, "USB Modus"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
184 TCODE tBleTitle, "Bluetooth Modus"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
185 TCODE tUsbStarting, "Starte..."
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
186 TCODE tUsbStartDone, "Fertig."
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
187 TCODE tUsbServiceMode, "Servicemodus aktiv"
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
188 TCODE tUsbClosed, "Abgebrochen"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
189 TCODE tUsbExit, "Beendet"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
190 TCODE tUsbDownloadMode, "Downloadmodus aktiv"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
191 TCODE tUsbLlBld, "Low-Level Bootloader"
0
heinrichsweikamp
parents:
diff changeset
192
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
193
0
heinrichsweikamp
parents:
diff changeset
194 ; Dive Settings
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
195 TCODE tDvMode, "Betriebsart : " ; Dive Mode
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
196 IFDEF _cave_mode
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
197 TCODE tCvMode, "Höhlenmodus : " ; Cave Mode
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
198 ENDIF
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
199 TCODE tFTTSMenu, "fTTS/Verz. : " ; Future TTS
650
bc214815deb2 3.19/10.75 release
heinrichsweikamp
parents: 648
diff changeset
200 TCODE tTimeoutDive, "TG-Ende nach: " ; Dive Timeout
bc214815deb2 3.19/10.75 release
heinrichsweikamp
parents: 648
diff changeset
201 TCODE tStoreApnoeDive, "Log Apnoe : " ; Store Apnoe Dives
bc214815deb2 3.19/10.75 release
heinrichsweikamp
parents: 648
diff changeset
202 TCODE tWarningLevel, "Warnstufe: " ; Warning level
bc214815deb2 3.19/10.75 release
heinrichsweikamp
parents: 648
diff changeset
203 TCODE tLess, "Weniger" ; Less
bc214815deb2 3.19/10.75 release
heinrichsweikamp
parents: 648
diff changeset
204 TCODE tFull, "Alle" ; Full
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
205 TCODE tDvOC, "OC" ; 0 | keep order, enum!
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
206 TCODE tDvCCR, "CCR" ; 1 |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
207 TCODE tDvGauge, "Gauge" ; 2 |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
208 TCODE tDvApnea, "Apnoe" ; 3 |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
209 TCODE tDvPSCR, "pSCR" ; 4 |
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
210 TCODE tDvCC, "CC"
640
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
211 TCODE tDkMode, "Decotyp: ZH-L16"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
212 TCODE tZHL16, " " ; keep order, enum from here...
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
213 TCODE tZHL16GF, "+GF" ; ...up to here!
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
214 TCODE tPPO2Max, "Max. Arbeit:"
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
215 TCODE tPPO2DECO, "Max. Deko :"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
216 IFDEF _ccr_pscr
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
217 TCODE tPPO2MIN, "Min. OC :"
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
218 TCODE tPPO2MINCC, "Min. Loop :"
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
219 ELSE
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
220 TCODE tPPO2MIN, "Min. :"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
221 ENDIF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
222 TCODE tDecoparameters, "Deko Parameter"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
223 TCODE tGF_low, "GF low :"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
224 TCODE tGF_high, "GF high:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
225 TCODE tSaturationMult, "Sättigung : "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
226 TCODE tDesaturationMult, "Entsättigung: "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
227 TCODE tGFMenu, "GF Parameter" ; GF Settings
640
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
228 TCODE tSDMenu, "SD Parameter" ; SD Settings
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
229 TCODE taGF_low, "aGF low :" ; aGF low
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
230 TCODE taGF_high, "aGF high:" ; aGF high
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
231 TCODE taGFenable, "aGF wählbar:" ; aGF Selectable
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
232 TCODE tDiveaGF_active, "aGF aktiv" ; using aGF
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
233 TCODE tSafetyStop, "Sicherheitsstop:" ; Safety Stop: (max. 16 chars)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
234 TCODE tExtendedStops, "erweit. Stopps :" ; Extended Stops
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
235 TCODE tLastDecostop, "Letzt.Stop : " ; last Deco Stop Depth
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
236 TCODE tDvSalinity, "Salinität : " ; Salinity
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
237 TCODE tDepthWarn, "Tiefenlimit:" ; Depth Warning (no space after ':' on purpose)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
238 TCODE tGasUsage, "Gasbedarf" ; Gas Usage
640
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
239 TCODE tSetWorkSAC, "Arbeits AMV:" ; SAC Work:
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
240 TCODE tSetDecoSAC, "Deko AMV:" ; SAC Deco:
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
241 TCODE tCalcGasNeeds, "Gasmenge(B/O): " ; Calculate Gas (Bail Out) Needs
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
242 IFDEF _gas_contingency
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
243 TCODE tGasContingencyDive,"Swap on empty: " ; swap tank on becoming empty
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
244 ENDIF
640
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
245 TCODE tGasChangeTime, "Gaswechselzeit:+" ; additional Gas Change Time
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
246 TCODE tSetup_Tank, "Flasche" ; Setup Tank
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
247 TCODE tTankSize, "Flaschengröße:" ; Tank Size
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
248 TCODE tTankUsablePress, "Umkehrdruck: " ; Tank Pressure Budget for Ascent (turn pressure)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
249 TCODE tLiter, " l" ; Liter as l
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
250 TCODE tLiterLong, "Liter" ; Liter as Liter
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
251 TCODE t2ndDecoPlanMenu, "2.Deko Plan" ; 2nd Deco Plan
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
252
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
253 IFDEF _ccr_pscr
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
254 TCODE tCCmaxFracO2, "Loop %O2 max. : " ; max O2 percent (absolute) in the loop
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
255 TCODE tDilppO2Check, "Prüfe Dil ppO2: " ; check ppO2 of the diluent against the setpoint
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
256 TCODE tGasDensityCheck, ".. Gasdichte: " ; check Gas Density
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
257 TCODE tPSCR_O2_drop, "pSCR O2 Abfall: " ; pSCR O2 Drop
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
258 TCODE tPSCR_lungratio, ".. Lungenverh.: " ; pSCR Lung Ratio
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
259 TCODE tCopyDilToOC, "Kopiere Dil.-> OC" ; copy diluent settings to OC gas
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
260 TCODE tBackToLoop, "auf Loop" ; back to loop (10 chars max)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
261 ENDIF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
262
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
263 IFDEF _rx_functions
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
264 TCODE tTankPairing, "Sender wählen" ; select Transmitter
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
265 TCODE tTrModeOff, "aus" ; off
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
266 TCODE tTrModeOn, "ein" ; on
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
267 TCODE tTrModeIndDouble, "unabh.Doppel" ; independent double
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
268 TCODE tTrModeCCR, "CCR Dil+O2" ; CCR diluent and O2
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
269 TCODE tTrPresNone, "keiner" ; none (big enum group follows)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
270 TCODE tTrPresGas1, "Gas 1" ; Gas 1
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
271 TCODE tTrPresGas2, "Gas 2" ; Gas 2
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
272 TCODE tTrPresGas3, "Gas 3" ; Gas 3
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
273 TCODE tTrPresGas4, "Gas 4" ; Gas 4
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
274 TCODE tTrPresGas5, "Gas 5" ; Gas 5
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
275 IFDEF _ccr_pscr
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
276 TCODE tTrPresDil1, "Dil 1" ; Dil 1
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
277 TCODE tTrPresDil2, "Dil 2" ; Dil 2
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
278 TCODE tTrPresDil3, "Dil 3" ; Dil 3
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
279 TCODE tTrPresDil4, "Dil 4" ; Dil 4
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
280 TCODE tTrPresDil5, "Dil 5" ; Dil 5
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
281 TCODE tTrPresFirstGas, "erstes Gas" ; first Gas
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
282 TCODE tTrPresActiveGas, "aktives Gas" ; active Gas
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
283 TCODE tTrPresFirstDil, "erstes Dil" ; first Dil
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
284 TCODE tTrPresActiveDil, "aktives Dil" ; active Dil
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
285 ENDIF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
286 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
287 TCODE tTrModeOff, "" ; dummy target for entry in option table
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
288 TCODE tTrPresNone, "" ; dummy target for entry in option table
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
289 ENDIF ; _rx_functions
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
290
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
291
0
heinrichsweikamp
parents:
diff changeset
292 ; Display Settings
645
070528a88715 3.16 release
heinrichsweikamp
parents: 640
diff changeset
293 TCODE tBright, "Helligkeit" ; Brightness
650
bc214815deb2 3.19/10.75 release
heinrichsweikamp
parents: 648
diff changeset
294 TCODE tBrightDive, "Tauchmodus:" ; Dive Mode
bc214815deb2 3.19/10.75 release
heinrichsweikamp
parents: 648
diff changeset
295 TCODE tBrightSurface, "Oberfläche:" ; ...Surface
bc214815deb2 3.19/10.75 release
heinrichsweikamp
parents: 648
diff changeset
296 TCODE tUseAmbientSensor, "Nutze Sensor:" ; Use light sensor
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
297 TCODE tLayout, "Layout : " ; Layout
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
298 TCODE tUnits, "Einheiten : " ; Units
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
299 IF _language_2!=none
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
300 TCODE tLanguage, "Sprache : " ; Language
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
301 ENDIF
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
302 TCODE tFlip, "Anzeige drehen: " ; Rotate Screen
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
303 TCODE tColorScheme, "Farbschema" ; Colour Scheme
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
304 TCODE tVSIgraph, "Geschw.Grafik: " ; Speed Graph
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
305 TCODE tVSItext2, "... adaptiv: " ; variable Speed
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
306 TCODE tShowppO2, "ppO2 immer : " ; always show ppO2
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
307 TCODE tDepthWarning, "Tiefe blinken: " ; Depth blinking
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
308 TCODE t2ndDepth, "2.Tiefe: " ; 2nd Depth Display Content (11 chars max)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
309 TCODE tTissueGraphics, "Grafik : " ; Tissue Graphics
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
310
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
311 TCODE tIBCDwarning, "IBCD Warnung: " ; IBCD warning
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
312 TCODE tEco, "Eco" ; eco | ENUM group
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
313 TCODE tMedium, "Mittel" ; medium |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
314 TCODE tHigh, "Hoch" ; high |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
315 TCODE tLayoutNormal, "normal" ; normal | ENUM group
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
316 TCODE tLayoutBig, "groß" ; big |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
317 TCODE tMax, "max." ; max | ENUM group
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
318 TCODE tAvg, "mittel" ; average |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
319 TCODE tTissuePresSat, "Druck+Sat." ; pressure and saturation | ENUM group
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
320 IFDEF _helium
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
321 TCODE tTissueN2He, "N2+He" ; N2 + He pressure |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
322 ENDIF
0
heinrichsweikamp
parents:
diff changeset
323
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
324
0
heinrichsweikamp
parents:
diff changeset
325 ; Setup Menu
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
326 TCODE tSystSets, "Konfiguration" ; System Settings
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
327 IFDEF _compass
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
328 TCODE tCompassMenu, "Kompass" ; Compass
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
329 TCODE tCompassCalibration,"Kalibrierung" ; Calibration
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
330 TCODE tCompassGain, "Empfindlichkeit:" ; Compass gain:
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
331 TCODE tCalX, "Kal. X" ; Cal X
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
332 TCODE tCalY, "Kal. Y" ; Cal Y
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
333 TCODE tCalZ, "Kal. Z" ; Cal Z
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
334 ENDIF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
335 TCODE tMetric, " m/°C" ; Enum menu
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
336 TCODE tImperial, "ft/°F"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
337 ; 111 111 111 111 111
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
338 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012
640
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
339 TCODE tDefName, "HW OSTC"
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
340 TCODE tPiezo, "Taster" ; Buttons
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
341 TCODE tButtonExplain1, "Weniger % ist" ; Less % is
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
342 TCODE tButtonExplain2, "empfindlicher." ; more sensitive.
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
343 TCODE tButtonleft, "Taster links :" ; Left button
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
344 TCODE tButtonright, "Taster rechts:" ; Right button
640
8c1f1f334275 3.13 release
heinrichsweikamp
parents: 634
diff changeset
345 TCODE tAltMode, "Wartezeit:"
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
346 TCODE tAltModeFly, "Fliegen"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
347 TCODE tAltMode1000, "1000m"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
348 TCODE tAltMode2000, "2000m"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
349 TCODE tAltMode3000, "3000m"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
350
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
351
0
heinrichsweikamp
parents:
diff changeset
352 ; Units for all menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
353 TCODE tMeters, "m"
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
354 TCODE tFeets, "ft"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
355 TCODE tFeets1, "f"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
356 TCODE tMinutes, "'"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
357 TCODE tPercent, "%"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
358 TCODE tLitersMinute, "l/min"
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
359 TCODE tbar, " bar" ; bar
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
360 TCODE tbar10, "0 bar" ; xx0 bar
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
361 TCODE tMeterMinute, "m/'" ; meter per minute
0
heinrichsweikamp
parents:
diff changeset
362
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
363
0
heinrichsweikamp
parents:
diff changeset
364 ; Date
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
365 TCODE tDateFormat, "Format: "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
366 TCODE tDateformat, "MMTTJJ"
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
367 TCODE tDateformat1, "TTMMJJ"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
368 TCODE tDateformat2, "JJMMTT"
0
heinrichsweikamp
parents:
diff changeset
369
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
370
0
heinrichsweikamp
parents:
diff changeset
371 ; Simulator menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
372 TCODE tInter, "Start Simulator" ; Start Simulator
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
373 TCODE tSimulator, "Simulator" ; Simulator
0
heinrichsweikamp
parents:
diff changeset
374
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
375
0
heinrichsweikamp
parents:
diff changeset
376 ; Decoplanner submenu
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
377 TCODE tBtTm, "Grundzeit : " ; Bot. Time: (10 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
378 TCODE tBtTm_short, "Zeit :" ; Bot. Time: (max. 6 chars)
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
379 TCODE tBtDep, "Tiefe : " ; Max Depth: (10 chars)
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
380 TCODE tIntvl, "Intervall : " ; Interval : (10 chars)
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
381 TCODE tCalculatorSetup, "Deko Parameter" ; Calculator Setup
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
382 TCODE tDeco, "Deko Berechnung" ; Calculate Deco
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
383 TCODE tDivePlan, "Tauchplan" ; Dive Plan (max. 10 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
384 TCODE tNoDeco, "Keine Deko" ; No Deco
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
385 TCODE tMore, "mehr" ; More
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
386 TCODE tSelectSetpoint, "Setpoint : "
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
387 TCODE tuseAGF, "Benutze aGF: "
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
388 IFDEF _gas_contingency
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
389 TCODE tGasContingencySim, "Gas Cont. : " ; Gas Contingency ## translation pending
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
390 ENDIF
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
391
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
392 ; Decoplanner progress indication
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
393 TCODE tNoBottomGas1, " kein auf der Tiefe" ; no usable Gas for Bottom Depth found (line 1, max. 22 chars) ## pending translation
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
394 TCODE tNoBottomGas2, "nutzbares Gas gefunden"; no usable Gas for Bottom Depth found (line 2, max. 22 chars) ## pending translation
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
395 TCODE tCalculating, "Berechnung läuft..."
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
396 TCODE tCalcSurfInter, "Oberflächenpause" ; Surface Interval
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
397 TCODE tCalcBotSeg, "Grundzeit" ; Bottom Segment
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
398 TCODE tCalcBailout, "Wechsel auf Bailout" ; Switch to Bailout
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
399 TCODE tCalcAscent, "Aufstieg" ; Ascent (max. 8 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
400 TCODE tNDLleft, "übrig" ; time left within NDL
0
heinrichsweikamp
parents:
diff changeset
401
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
402
0
heinrichsweikamp
parents:
diff changeset
403 ; Information menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
404 TCODE tFirmware, "Firmware: " ; Firmware: (space)
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
405 TCODE tFirmwareDate, "erstellt: " ; created : (space) firmware creation date
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
406 TCODE tHardware, "Hardware: " ; Hardware: (space)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
407 TCODE tSerial, "Seriennr: " ; Serial : (space)
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
408 TCODE tBatteryV, "Batterie: " ; Battery : (space)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
409 TCODE tSensorC, "Sensor : " ; Sensor : (space)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
410 TCODE tSensorD, "Offset : " ; Offset : (space)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
411 TCODE tUptime, "Laufzeit: " ; Uptime:
0
heinrichsweikamp
parents:
diff changeset
412
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
413 IFDEF _rx_functions
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
414 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
415 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
416
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
417
0
heinrichsweikamp
parents:
diff changeset
418 ; Divemode screen
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
419 TCODE tNDL, " NZ" ; 3 chars
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
420 TCODE tTTS, "TTS" ; 3 chars
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
421 TCODE tSlow, "langsam" ; slow - max 7 chars
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
422 TCODE tVelMetric, "m/min"
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
423 TCODE tVelImperial, "ft/m "
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
424 TCODE tGasSelect, "Wähle Gas" ; Select Gas
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
425 TCODE tSelectAir, "Luft" ; Air
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
426 TCODE tSelectO2, "O2 " ; O2
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
427 TCODE tSelectNx, "Nx" ; Nx
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
428 TCODE tSelectTx, "Tx" ; Tx
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
429 TCODE tDepth, "Tiefe" ; Depth (max 5 chars)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
430 TCODE tMaxDepth, "Max.Tiefe" ; Max.Depth - max 9 chars!
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
431 TCODE tAvgDepth, "Durchschn." ; average Depth - max 9 chars! (extra dot is ok)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
432 TCODE tDivetime, "Dauer" ; Divetime (max 8 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
433 TCODE tDiveTotalAvg, "Durchschn.1"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
434 TCODE tDiveStopwatch, "Stoppuhr"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
435 TCODE tDiveStopAvg, "Durchschn.2" ; 11 chars max
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
436 TCODE tApnoeTotal, " Total" ; Total (six chars, right aligned)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
437 TCODE tApnoeMax, " Letzter TG" ; Last descend
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
438 TCODE tApnoeSurface, "Oberfläche" ; Surface Time
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
439 TCODE tTime, "Uhrzeit" ; Time
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
440 TCODE tSurface, "Oberfläche" ; Surface (max 12 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
441 TCODE tDiveDecoplan, "nächste Stopps" ; next Stops
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
442 ; TCODE tDiveClock, "Uhr" ; Clock
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
443 TCODE tDiveEAD_END, "EAD/END" ; EAD/END
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
444 TCODE tDiveTissues, "Gewebe" ; Tissues
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
445 TCODE tEND, "END:" ; END:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
446 TCODE tN2, "N2" ; N2
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
447 TCODE tDiveBailout, "Bailout" ; Bailout (max. 7 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
448 TCODE tGFactors, "GF Werte" ; GF Values
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
449 TCODE taGFactors, "aGF Werte" ; aGF Values
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
450 TCODE tGFInfo, "Sättigung" ; Saturation
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
451 TCODE tCeiling, "Ceiling" ; Ceiling
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
452 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars)
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
453 TCODE tDecoInfo, "Deko Zone" ; Deco info
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
454 TCODE tSensorCheck, "Sensor Test" ; Sensor Check
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
455 TCODE tdil, "Dil:" ; Diluent ppO2 Warning
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
456 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
457 TCODE tGasNeedsWarn, "Gasbedarf" ;
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
458 TCODE tCNSsurf, "ZNS Oberfl." ;
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
459 TCODE tCNSfTTS, "ZNS fTTS" ;
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
460 TCODE tCNSBO, "ZNS B/O" ;
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
461 TCODE tCNSnow, "ZNS jetzt" ;
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
462 TCODE tCNSeod, "ZNS Ende" ;
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
463 IFDEF _cave_mode
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
464 TCODE tCNScave, "ZNS Höhle" ;
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
465 ENDIF
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
466 TCODE tnoBOgas, "-B/O-Gas-" ;
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
467 TCODE tMicroBubbles, "M.Blasen" ;
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
468 TCODE tCNS, "ZNS: " ;
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
469 TCODE tgaschange, "wechseln?" ; better gas found
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
470 TCODE tNeed, "Bedf." ; gas need (5 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
471 TCODE tBattery, "Batterie" ; Battery
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
472 TCODE tSAT, "Sät:" ; Sat: (max 4 chars)
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
473 TCODE tppO2, "ppO2:" ; ppO2: (max 5 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
474
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
475 IFDEF _helium
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
476 TCODE tHe, "He" ; He
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
477 TCODE tIBCD, "IBCD N2He" ; IBCD warning (max. 9 chars)
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
478 ENDIF
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
479
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
480 IFDEF _ccr_pscr
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
481 TCODE tGasDensity, "Gasdichte" ; Gas Density (max. 9 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
482 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
483
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
484 IFDEF _rx_functions
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
485 TCODE tTransmitter, "TR Sender" ; pressure transmitter
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
486 TCODE tPressure, "Fl.Druck" ; tank pressure
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
487 TCODE tSAC, "AMV" ; SAC, must be 3 chars!
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
488 TCODE tswap, "wechseln" ; switch tank (max. 9 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
489 ENDIF
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
490
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
491 IFDEF _external_sensor
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
492 TCODE tDiveHudMask1, "Sensor 1"
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
493 TCODE tDiveHudMask2, "Sensor 2"
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
494 TCODE tDiveHudMask3, "Sensor 3"
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
495 TCODE tSensorDisagree, "Sensoren!" ; Sensors disagree Warning
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
496 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
497
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
498 IFDEF _cave_mode
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
499 TCODE tGasNeedsCaveMode, "Gasbedarf -HÖHLE- " ; title for gas needs custom view (cave mode) | need to be
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
500 TCODE tGasNeedsAscent, "Gasbedarf Aufstieg" ; title for gas needs custom view (open water mode) | same length
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
501 TCODE tCaveMode, "Höhle" ; cave mode activated (max. 9 char)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
502 TCODE tCaveModeShutdown, "X-Höhle-X" ; cave mode shut down (max. 9 char)
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
503 TCODE tCaveTTS, "Cave TTS" ; cave mode total time to surface
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
504 TCODE tCaveStops, "total Stops" ; cave mode total time for stops
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
505 TCODE tCaveRuntime, "total RT" ; cave mode total runtime
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
506 ELSE
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
507 TCODE tGasNeedsAscent, "Gasbedarf Aufstieg" ; title for gas needs custom view
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
508 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
509
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
510
0
heinrichsweikamp
parents:
diff changeset
511 ; Divemode menu
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
512 TCODE tDiveAckn, "Best?" ; Ackn? (max. 5 chars)
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
513 TCODE tDivePreMenu, "Menü?" ; Menu? (max. 5 chars)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
514 TCODE tDiveLayout, "Layout" ; Layout (max. 6 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
515 IFDEF _compass
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
516 TCODE tSetHeading, "Kurs" ; Course (max. 6 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
517 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
518
0
heinrichsweikamp
parents:
diff changeset
519
heinrichsweikamp
parents:
diff changeset
520 ; Simulator menu
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
521 TCODE tQuitSim, "Ende" ; Quit Simulation (max. 6 chars)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
522 TCODE tResetAvg, "Reset" ; Reset Timer (max. 6 chars)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
523
0
heinrichsweikamp
parents:
diff changeset
524
heinrichsweikamp
parents:
diff changeset
525 ; Logbook
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
526 TCODE tCNS2, "ZNS:"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
527 TCODE tAVG, "Mit:"
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
528 TCODE tGF2, "GF :"
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
529 TCODE tSD2, "S/D: "
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
530 TCODE tDvSalinity2, "Salinität :" ; max 11 chars
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
531 TCODE tLastDeco, "Letzt.Stop:" ; max 11 chars
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
532 TCODE tNoProfileData, "keine Daten mehr..." ; max 21 chars
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
533 TCODE tBeginOfDive, "Beginn:" ; max 8 chars
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
534 TCODE tEndOfDive, "Ende:" ; max 8 chars
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
535 TCODE tDesatTime, "Desat:" ; amx 8 chars
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
536
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
537 ; other useser
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
538 TCODE tGF, "GF:" ; GF Factors (3 chars)
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
539 TCODE tSD, "S/D" ; Saturation / Desaturation (3 chars)
0
heinrichsweikamp
parents:
diff changeset
540
heinrichsweikamp
parents:
diff changeset
541 ; Logbook units
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
542 TCODE tLogTunitC, "°C"
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
543 TCODE tLogTunitF, "°F"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
544 TCODE tKGL, "kg/l"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
545 TCODE tMBAR, "hPa"
0
heinrichsweikamp
parents:
diff changeset
546
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
547
0
heinrichsweikamp
parents:
diff changeset
548 ; Logbook menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
549 TCODE tNextLog, "Nächste Seite"
0
heinrichsweikamp
parents:
diff changeset
550
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
551
0
heinrichsweikamp
parents:
diff changeset
552 ; Reset menu
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
553 IFDEF _firmware_recovery
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
554 TCODE tReboot, "Neustart/Backup" ; Reboot/Backup
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
555 ELSE
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
556 TCODE tReboot, "Neu starten" ; Reboot
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
557 ENDIF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
558 TCODE tResetMenu2, "Sind Sie sicher?" ; Are you sure?
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
559 TCODE tAbort, "Abbrechen" ; Abort
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
560 TCODE tResetSettings, "Reset Einstellungen" ; Reset Settings (max. 19 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
561 TCODE tResetDeco, "Reset Deko" ; Reset Deco
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
562 TCODE tResetBattery, "neue Batterie" ; Reset Battery
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
563 TCODE tResetLogbook, "Logbuch löschen" ; Reset Logbook
648
aeca5717d9eb 3.17 / 10.72 release
heinrichs weikamp
parents: 645
diff changeset
564 TCODE tResetBLE2, "Reset Bluetooth" ; Reset Bluetooth
0
heinrichsweikamp
parents:
diff changeset
565
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
566 IFDEF _firmware_recovery
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
567 TCODE tRebootCurFirmware, "Reboot aktuelle FW" ; Reboot current Firmware
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
568 TCODE tBackupFirmware, "Backup aktuelle FW" ; Backup current Firmware
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
569 TCODE tRecoverFirmware, "lade " ; Recover (version will be appended)
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
570 TCODE tBackingUp, "Sicherung läuft..." ; backing up current firmware
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
571 TCODE tRestoring, "Wiederherstellung..." ; restoring backup firmware
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
572 ENDIF
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
573
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
574
0
heinrichsweikamp
parents:
diff changeset
575 ; Set Time Menu/Set Date Menu
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
576 TCODE tSetHours, "Stunden einst." ; Set Hours
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
577 TCODE tSetMinutes, "Minuten einst." ; Set Minutes
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
578 TCODE tSetSeconds, "Sekunden zurücks." ; Clear seconds
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
579 TCODE tSetDay, "Setze Tag" ; Set Day
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
580 TCODE tSetMonth, "Setze Monat" ; Set Month
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
581 TCODE tSetYear, "Setze Jahr" ; Set Year
0
heinrichsweikamp
parents:
diff changeset
582
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
583
0
heinrichsweikamp
parents:
diff changeset
584 ; Logbook Offset Menu
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
585 TCODE tTotalDives, "Anzahl TG: " ; Total Dives
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
586 TCODE tLogOffset, "Logbuch-Offset" ; Logbook offset
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
587 TCODE tLogOffsetValue, "Offset : " ; Offset
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
588 TCODE tLogOffStepSize, "Schrittweite: " ; Step Size
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
589 TCODE tLogOffsetplus, "+" ; increment
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
590 TCODE tLogOffsetminus, "-" ; decrement
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
591 TCODE tLogOffStep1, " 1" ; adjustment step size 1 | ENUM group
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
592 TCODE tLogOffStep10, " 10" ; adjustment step size 10 |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
593 TCODE tLogOffStep100, " 100" ; adjustment step size 100 |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
594 TCODE tLogOffStep1000, "1000" ; adjustment step size 1000 |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
595
29
50c3e2c7ba7a adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents: 23
diff changeset
596
50c3e2c7ba7a adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents: 23
diff changeset
597 ; Compass directions
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
598 TCODE tN, "N " ; N(orth), 338°-22°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
599 TCODE tNE, "NO" ; North-East, 23°-67°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
600 TCODE tE, "O " ; E(east), 68°-112°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
601 TCODE tSE, "SO" ; South-East, 113°-157°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
602 TCODE tS, "S " ; S(outh), 157°-202°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
603 TCODE tSW, "SW" ; South-West, 203°-247°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
604 TCODE tW, "W " ; W(West), 248°-292°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
605 TCODE tNW, "NW" ; North-West, 293°-337°
29
50c3e2c7ba7a adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents: 23
diff changeset
606
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
607
50
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 49
diff changeset
608 ; Color Scheme menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
609 TCODE tColorSetDive, "Tauchmodus:" ; Divemode:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
610 TCODE tColorSetName0, "Standard" ; Standard
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
611 TCODE tColorSetName1, "Rot" ; Red
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
612 TCODE tColorSetName2, "Grün" ; Green
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
613 TCODE tColorSetName3, "Blau" ; Blue
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
614
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
615
634
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
616 ; Debug Stuff
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
617 IFDEF _comm_debug
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
618 TCODE tCommTimeout, "RX Timeout: "
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
619 TCODE tCommTimeoutU, "0 ms"
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
620 ENDIF
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
621
4050675965ea 3.10 stable release
heinrichsweikamp
parents: 631
diff changeset
622
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
623 ; Language selection
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
624 IF _language_1==en
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
625 TCODE tLang1, "EN" ; tLang1 is 1st language, enum context
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
626 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
627 IF _language_1==de
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
628 TCODE tLang1, "DE"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
629 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
630 IF _language_1==fr
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
631 TCODE tLang1, "FR"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
632 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
633 IF _language_1==it
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
634 TCODE tLang1, "IT"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
635 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
636 TCODE tLang1, "" ; dummy target for options table
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
637 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
638 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
639 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
640 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
641
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
642 IF _language_2==en
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
643 TCODE tLang2, "EN" ; tLang2 is 2nd language, enum context
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
644 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
645 IF _language_2==de
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
646 TCODE tLang2, "DE"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
647 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
648 IF _language_2==fr
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
649 TCODE tLang2, "FR"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
650 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
651 IF _language_2==it
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
652 TCODE tLang2, "IT"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
653 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
654 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
655 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
656 ENDIF